From 8b14994fbc8c22e3a87b7dcacfe720e87f5f0cea Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Wed, 6 Nov 2019 20:44:13 +0300 Subject: [PATCH] New translations en_US.yaml (Arabic) --- site/plugins/admin/lang/ar_SA.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/plugins/admin/lang/ar_SA.yaml b/site/plugins/admin/lang/ar_SA.yaml index 67d809e4..49a298bc 100644 --- a/site/plugins/admin/lang/ar_SA.yaml +++ b/site/plugins/admin/lang/ar_SA.yaml @@ -200,6 +200,10 @@ 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_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)" +admin_help_text_for_label: "The fieldsets label shown in the Admin Panel." +admin_help_text_for_name: "The fieldsets unique name in lowercase chars only." +admin_help_text_for_icon: "The fieldsets valid :link icon class." admin_entries_visible: "Visible" admin_entries_draft: "Draft" admin_entries_hidden: "Hidden"