summaryrefslogtreecommitdiff
path: root/locale/eg_utf/rc
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
commitac5b087ea2d9ba7428d367aaeb288534158fee9a (patch)
tree2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/eg_utf/rc
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/eg_utf/rc')
-rwxr-xr-xlocale/eg_utf/rc75
1 files changed, 75 insertions, 0 deletions
diff --git a/locale/eg_utf/rc b/locale/eg_utf/rc
new file mode 100755
index 00000000..f5360bf0
--- /dev/null
+++ b/locale/eg_utf/rc
@@ -0,0 +1,75 @@
+$self{charset} = 'UTF-8';
+
+$self{texts} = {
+ 'Account' => 'حساب',
+ 'Accounting Menu' => 'قائمة الحسابات',
+ 'Apr' => 'ابريل',
+ 'April' => 'ابريل',
+ 'Aug' => 'اغسطس',
+ 'August' => 'اغسطس',
+ 'Balance' => 'رصيد',
+ 'Beginning Balance' => 'بداية الميزانية',
+ 'Cleared' => 'مغلق',
+ 'Continue' => 'تابع',
+ 'Credit' => 'دائن',
+ 'Current' => 'الحالي',
+ 'Date' => 'التاريخ',
+ 'Debit' => 'مدين',
+ 'Dec' => 'ديسمبر',
+ 'December' => 'ديسمبر',
+ 'Description' => 'وصف',
+ 'Detail' => 'تفصيلى',
+ 'Difference' => 'اختلافات',
+ 'Done' => 'نفذ',
+ 'Feb' => 'فبراير',
+ 'February' => 'فبراير',
+ 'From' => 'من',
+ 'Include Exchange Rate Difference' => 'اظهار تغيير سعر العملة',
+ 'Jan' => 'يناير',
+ 'January' => 'يناير',
+ 'Jul' => 'يولية',
+ 'July' => 'يولية',
+ 'Jun' => 'يونية',
+ 'June' => 'يونية',
+ 'Mar' => 'مارس',
+ 'March' => 'مارس',
+ 'May' => 'مايو',
+ 'May ' => 'مايو',
+ 'Nov' => 'نوفمبر',
+ 'November' => 'نوفمبر',
+ 'Oct' => 'اكتوبر',
+ 'October' => 'اكتوبر',
+ 'Outstanding' => 'ارصدة',
+ 'Reconciliation' => 'تسويات',
+ 'Reconciliation Report' => 'تقرير التسويات',
+ 'Select all' => 'اختر الكل',
+ 'Sep' => 'سبتمبر',
+ 'September' => 'سبتمبر',
+ 'Source' => 'مصدر',
+ 'Statement Balance' => 'رصيد كشف حساب',
+ 'Summary' => 'ملخص',
+ 'To' => 'إلى',
+ 'Update' => 'تعديل',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'display_form' => 'display_form',
+ 'done' => 'done',
+ 'get_payments' => 'get_payments',
+ 'js_menu' => 'js_menu',
+ 'menubar' => 'menubar',
+ 'reconciliation' => 'reconciliation',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'update' => 'update',
+ 'تابع' => 'continue',
+ 'نفذ' => 'done',
+ 'اختر_الكل' => 'select_all',
+ 'تعديل' => 'update',
+};
+
+1;
+