summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/eg/login
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/eg/login')
-rw-r--r--sql-ledger/locale/eg/login23
1 files changed, 23 insertions, 0 deletions
diff --git a/sql-ledger/locale/eg/login b/sql-ledger/locale/eg/login
new file mode 100644
index 0000000..b1c59a1
--- /dev/null
+++ b/sql-ledger/locale/eg/login
@@ -0,0 +1,23 @@
+$self{texts} = {
+ 'Company' => 'شركة',
+ 'Continue' => 'تابع',
+ 'Incorrect Dataset version!' => 'نسخة غير صحيحة من مجموعة البيانات',
+ 'Incorrect Password!' => 'كلمة السر غير صحيحة',
+ 'Login' => 'دخول',
+ 'Name' => 'الاسم',
+ 'Password' => 'كلمة السر',
+ 'Version' => 'نسخة',
+ 'You did not enter a name!' => 'لم يتم ادخال الاسم',
+ 'done' => 'نفذ',
+ 'is not a member!' => 'ليس عضوا',
+};
+
+$self{subs} = {
+ 'login' => 'login',
+ 'login_screen' => 'login_screen',
+ 'logout' => 'logout',
+ 'selectdataset' => 'selectdataset',
+ 'دخول' => 'login',
+};
+
+1;