1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 23:54:06 +02:00

Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	site/plugins/admin/languages/ar_SA.yaml
#	site/plugins/admin/languages/fr_FR.yaml
This commit is contained in:
Awilum
2019-02-05 21:30:25 +03:00
2 changed files with 360 additions and 0 deletions

View File

@@ -0,0 +1,180 @@
---
admin: "المُدير"
admin_cancel: "إلغاء"
admin_create: "إنشاء"
admin_debugging: "وضع تصحيح الأخطاء"
admin_email: "البريد الإلكتروني"
admin_flextype_version: "نسخة Flextype"
admin_information: "معلومات"
admin_installed: "المثبت"
admin_keywords: "كلمات مفتاحية"
admin_login: "تسجيل الدخول"
admin_entries: "عناصر"
admin_extends: "تمديد"
admin_plugins: "الإضافات"
admin_themes: "الثيمات"
admin_help: "المساعدة"
admin_getting_help: "الحصول على مساعدة"
admin_logout: "تسجيل الخروج"
admin_profile: "الملفّ الشّخصي"
admin_view_site: "عرض الموقع"
admin_snippets: "أكواد"
admin_not_installed: "غير مثبت"
admin_off: "إيقاف"
admin_on: "تشغيل"
admin_add: "أضف"
admin_entry_attributes: "سمات الادخال"
admin_fieldset_for_template: "مجموعة الحقول للقالب"
admin_content: "المحتوى"
admin_create_new_entry: "إنشاء مدخل جديد"
admin_date: "التاريخ"
admin_draft: "مسودة"
admin_edit: "تعديل"
admin_blocks: "المحظورون"
admin_media: "وسائط"
admin_settings: "الإعدادات"
admin_templates: "قوالب"
admin_entry: "مدخل"
admin_fieldset: "حقول"
admin_source: "المصدر"
admin_upload: "رفع"
admin_hidden: "مخفي"
admin_image_preview: "معاينة الصورة (Automatic Translation)"
admin_move: "نقل"
admin_parent_entry: "دخول الأصل"
admin_preview: "المعاينة"
admin_publish: "نَشر"
admin_rename: "إعادة تسمية"
admin_save_entry: "حفظ الدخل"
admin_template: "قالب"
admin_title: "العنوان"
admin_url: "الرابط"
admin_view: "View"
admin_visibility: "Visibility"
admin_visible: "Visible"
admin_password: "Password"
admin_php_built_on: "PHP Built On"
admin_php_version: "PHP Version"
admin_author_url: "Author url"
admin_bugs: "Bugs"
admin_description: "Description"
admin_get_more_plugins: "Get More Plugins"
admin_homepage: "Homepage"
admin_info: "Info"
admin_license: "License"
admin_status: "Status"
admin_disabled: "disabled"
admin_enabled: "enabled"
admin_version: "Version"
admin_role: "Role"
admin_save: "Save"
admin_security_check_results: "Security check results"
admin_security_check_results_debug: "Due to the type and amount of information an error might give intruders when DISPLAY ERRORS TRUE, we strongly advise setting DISPLAY ERRORS FALSE in production systems."
admin_security_check_results_htaccess: "The Flextype .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br>You can do this on unix systems with: <code>chmod a-w :path</code>"
admin_security_check_results_index: "The Flextype index.php file has been found to be writable. We would advise you to remove all write permissions. <br>You can do this on unix systems with: <code>chmod a-w :path</code>"
admin_server: "Server"
admin_site: "Site"
admin_clear_cache: "Clear cache"
admin_error404_title: "Error404 entry title"
admin_error404_description: "Error404 entry description"
admin_error404_content: "Error404 entry content"
admin_error404_template: "Error404 entry template"
admin_heading: "Settings"
admin_general: "General"
admin_error_404_page: "Error 404 page"
admin_cache: "Cache"
admin_author_email: "Author email"
admin_author_name: "Author name"
admin_site_description: "Site description"
admin_site_keywords: "Site keywords"
admin_site_robots: "Robots"
admin_site_title: "Site title"
admin_system: "System"
admin_cache_driver: "Cache driver"
admin_cache_enabled: "Cache enabled"
admin_cache_lifetime: "Cache lifetime"
admin_cache_prefix: "Cache prefix"
admin_charset: "Charset"
admin_date_format: "Date format"
admin_errors_display: "Display errors"
admin_locale: "Locale"
admin_entry_main: "Main entry"
admin_theme: "Theme"
admin_timezone: "Timezone"
admin_username: "Username"
admin_create_user: "Create User"
admin_create_new_user: "Create New User"
admin_web_server: "Web Server"
admin_web_server_php_interface: "WebServer to PHP Interface"
admin_create_new_category: "Create New Category"
admin_delete_category: "Delete Category"
admin_create_new_item: "Create New Item"
admin_delete: "Delete"
admin_order: "Order"
admin_edit_category: "Edit category"
admin_fieldsets: "Fieldsets"
admin_template_create_new: "Create New Template"
admin_create_new_fieldset: "Create New Fieldset"
admin_duplicate: "Duplicate"
admin_summary: "Summary"
admin_snippet: "Snippet"
admin_type: "Type"
admin_partial: "Partial"
admin_clone: "Clone"
admin_create_new_snippet: "Create New Snippet"
admin_create_new_template: "Create New Template"
admin_message_template_created: "Template created"
admin_message_template_deleted: "Template deleted"
admin_message_template_renamed: "Template renamed"
admin_message_template_duplicated: "Template duplicated"
admin_message_template_saved: "Template saved"
admin_message_snippet_saved: "Snippet saved"
admin_message_snippet_created: "Snippet created"
admin_message_snippet_deleted: "Snippet deleted"
admin_message_snippet_renamed: "Snippet renamed"
admin_message_snippet_duplicated: "Snippet duplicated"
admin_message_fieldset_saved: "Fieldset saved"
admin_message_fieldset_created: "Fieldset created"
admin_message_fieldset_deleted: "Fieldset deleted"
admin_message_fieldset_renamed: "Fieldset renamed"
admin_message_fieldset_duplicated: "Fieldset duplicated"
admin_message_entry_duplicated: "Entry duplicated"
admin_message_cache_files_deleted: "Cache files deleted"
admin_message_entry_changes_saved: "Changes successfully saved"
admin_message_entry_cloned: "Entry cloned"
admin_message_entry_created: "Entry created"
admin_message_entry_deleted: "Entry deleted"
admin_message_entry_file_deleted: "File successfully deleted"
admin_message_entry_file_uploaded: "File successfully uploaded"
admin_message_entry_file_not_uploaded: "File was not uploaded"
admin_message_entry_moved: "Entry moved"
admin_message_entry_renamed: "Entry renamed"
admin_message_settings_saved: "Settings saved"
admin_message_wrong_username_password: "Wrong username or password"
admin_quality: "Quality"
admin_width: "Width"
admin_height: "Height"
admin_accept_file_types: "Accept file types"
admin_embeded_code: "Embeded Code"
admin_shortcode: "Shortcode"
admin_php_code: "PHP Code"
admin_choose_files_to_upload: "Choose file"
admin_browse_files: "Browse"
admin_copy: "Copy"
admin_admin_panel: "Admin Panel"
admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
admin_redis_password: "Redis Password"
admin_redis_server: "Redis Server"
admin_redis_port: "Redis Port"
admin_sqlite3_database: "SQLite3 Database"
admin_sqlite3_table: "SQLite3 Table"
admin_error_name_empty_input: "Name has to be an alphanumeric value (from 1 chars)"
admin_error_title_empty_input: "Title has to be an alphanumeric value (from 1 chars)"
admin_entries_visible: "Visible"
admin_entries_draft: "Draft"
admin_entries_hidden: "Hidden"

View File

@@ -0,0 +1,180 @@
---
admin: "Admin"
admin_cancel: "Annuler"
admin_create: "Créer"
admin_debugging: "Debugging"
admin_email: "Email"
admin_flextype_version: "Version Flextype"
admin_information: "Information"
admin_installed: "Installée"
admin_keywords: "Mots clés"
admin_login: "Connexion"
admin_entries: "Entrées"
admin_extends: "Etendre"
admin_plugins: "Extensions"
admin_themes: "Thèmes"
admin_help: "Aide"
admin_getting_help: "Obtenir de l'aide"
admin_logout: "Déconnexion"
admin_profile: "Profil"
admin_view_site: "Voir le site"
admin_snippets: "Snippets"
admin_not_installed: "Non installée"
admin_off: "Désactivé"
admin_on: "Activé"
admin_add: "Ajouter"
admin_entry_attributes: "Attributs d'entrée"
admin_fieldset_for_template: "Champ pour le modèle"
admin_content: "Contenu"
admin_create_new_entry: "Créer une nouvelle entrée"
admin_date: "La date"
admin_draft: "Draft"
admin_edit: "Éditer"
admin_blocks: "Blocs"
admin_media: "Média"
admin_settings: "Réglages"
admin_templates: "Modèles"
admin_entry: "Entrée"
admin_fieldset: "Fieldset"
admin_source: "Source"
admin_upload: "Upload"
admin_hidden: "Hidden"
admin_image_preview: "Image preview"
admin_move: "Move"
admin_parent_entry: "Entry parent"
admin_preview: "Preview"
admin_publish: "Publish"
admin_rename: "Rename"
admin_save_entry: "Save entry"
admin_template: "Template"
admin_title: "Title"
admin_url: "Url"
admin_view: "View"
admin_visibility: "Visibility"
admin_visible: "Visible"
admin_password: "Password"
admin_php_built_on: "PHP Built On"
admin_php_version: "PHP Version"
admin_author_url: "Author url"
admin_bugs: "Bugs"
admin_description: "Description"
admin_get_more_plugins: "Get More Plugins"
admin_homepage: "Homepage"
admin_info: "Info"
admin_license: "License"
admin_status: "Status"
admin_disabled: "disabled"
admin_enabled: "enabled"
admin_version: "Version"
admin_role: "Role"
admin_save: "Save"
admin_security_check_results: "Security check results"
admin_security_check_results_debug: "Due to the type and amount of information an error might give intruders when DISPLAY ERRORS TRUE, we strongly advise setting DISPLAY ERRORS FALSE in production systems."
admin_security_check_results_htaccess: "The Flextype .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br>You can do this on unix systems with: <code>chmod a-w :path</code>"
admin_security_check_results_index: "The Flextype index.php file has been found to be writable. We would advise you to remove all write permissions. <br>You can do this on unix systems with: <code>chmod a-w :path</code>"
admin_server: "Server"
admin_site: "Site"
admin_clear_cache: "Clear cache"
admin_error404_title: "Error404 entry title"
admin_error404_description: "Error404 entry description"
admin_error404_content: "Error404 entry content"
admin_error404_template: "Error404 entry template"
admin_heading: "Settings"
admin_general: "General"
admin_error_404_page: "Error 404 page"
admin_cache: "Cache"
admin_author_email: "Author email"
admin_author_name: "Author name"
admin_site_description: "Site description"
admin_site_keywords: "Site keywords"
admin_site_robots: "Robots"
admin_site_title: "Site title"
admin_system: "System"
admin_cache_driver: "Cache driver"
admin_cache_enabled: "Cache enabled"
admin_cache_lifetime: "Cache lifetime"
admin_cache_prefix: "Cache prefix"
admin_charset: "Charset"
admin_date_format: "Date format"
admin_errors_display: "Display errors"
admin_locale: "Locale"
admin_entry_main: "Main entry"
admin_theme: "Theme"
admin_timezone: "Timezone"
admin_username: "Username"
admin_create_user: "Create User"
admin_create_new_user: "Create New User"
admin_web_server: "Web Server"
admin_web_server_php_interface: "WebServer to PHP Interface"
admin_create_new_category: "Create New Category"
admin_delete_category: "Delete Category"
admin_create_new_item: "Create New Item"
admin_delete: "Delete"
admin_order: "Order"
admin_edit_category: "Edit category"
admin_fieldsets: "Fieldsets"
admin_template_create_new: "Create New Template"
admin_create_new_fieldset: "Create New Fieldset"
admin_duplicate: "Duplicate"
admin_summary: "Summary"
admin_snippet: "Snippet"
admin_type: "Type"
admin_partial: "Partial"
admin_clone: "Clone"
admin_create_new_snippet: "Create New Snippet"
admin_create_new_template: "Create New Template"
admin_message_template_created: "Template created"
admin_message_template_deleted: "Template deleted"
admin_message_template_renamed: "Template renamed"
admin_message_template_duplicated: "Template duplicated"
admin_message_template_saved: "Template saved"
admin_message_snippet_saved: "Snippet saved"
admin_message_snippet_created: "Snippet created"
admin_message_snippet_deleted: "Snippet deleted"
admin_message_snippet_renamed: "Snippet renamed"
admin_message_snippet_duplicated: "Snippet duplicated"
admin_message_fieldset_saved: "Fieldset saved"
admin_message_fieldset_created: "Fieldset created"
admin_message_fieldset_deleted: "Fieldset deleted"
admin_message_fieldset_renamed: "Fieldset renamed"
admin_message_fieldset_duplicated: "Fieldset duplicated"
admin_message_entry_duplicated: "Entry duplicated"
admin_message_cache_files_deleted: "Cache files deleted"
admin_message_entry_changes_saved: "Changes successfully saved"
admin_message_entry_cloned: "Entry cloned"
admin_message_entry_created: "Entry created"
admin_message_entry_deleted: "Entry deleted"
admin_message_entry_file_deleted: "File successfully deleted"
admin_message_entry_file_uploaded: "File successfully uploaded"
admin_message_entry_file_not_uploaded: "File was not uploaded"
admin_message_entry_moved: "Entry moved"
admin_message_entry_renamed: "Entry renamed"
admin_message_settings_saved: "Settings saved"
admin_message_wrong_username_password: "Wrong username or password"
admin_quality: "Quality"
admin_width: "Width"
admin_height: "Height"
admin_accept_file_types: "Accept file types"
admin_embeded_code: "Embeded Code"
admin_shortcode: "Shortcode"
admin_php_code: "PHP Code"
admin_choose_files_to_upload: "Choose file"
admin_browse_files: "Browse"
admin_copy: "Copy"
admin_admin_panel: "Admin Panel"
admin_light: "Light"
admin_dark: "Dark"
admin_name: "Name"
admin_memcached_server: "Memcached Server"
admin_memcached_port: "Memcached Port"
admin_redis_socket: "Redis Socket"
admin_redis_password: "Redis Password"
admin_redis_server: "Redis Server"
admin_redis_port: "Redis Port"
admin_sqlite3_database: "SQLite3 Database"
admin_sqlite3_table: "SQLite3 Table"
admin_error_name_empty_input: "Name has to be an alphanumeric value (from 1 chars)"
admin_error_title_empty_input: "Title has to be an alphanumeric value (from 1 chars)"
admin_entries_visible: "Visible"
admin_entries_draft: "Draft"
admin_entries_hidden: "Hidden"