summaryrefslogtreecommitdiff
path: root/locale/eg_utf/bp
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/bp
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/bp')
-rwxr-xr-xlocale/eg_utf/bp54
1 files changed, 54 insertions, 0 deletions
diff --git a/locale/eg_utf/bp b/locale/eg_utf/bp
new file mode 100755
index 00000000..750448d8
--- /dev/null
+++ b/locale/eg_utf/bp
@@ -0,0 +1,54 @@
+$self{charset} = 'UTF-8';
+
+$self{texts} = {
+ 'Account' => 'حساب',
+ 'Accounting Menu' => 'قائمة الحسابات',
+ 'Confirm!' => 'تاكيد',
+ 'Continue' => 'تابع',
+ 'Current' => 'الحالي',
+ 'Customer' => 'العميل',
+ 'Date' => 'التاريخ',
+ 'Employee' => 'الموظف',
+ 'From' => 'من',
+ 'ID' => 'البطاقة الشخصية',
+ 'Invoice' => 'فاتورة',
+ 'Invoice Number' => 'رقم الفاتورة',
+ 'Order' => 'امر',
+ 'Order Number' => 'رقم الامر',
+ 'Packing Lists' => 'قوائم تعبئة',
+ 'Print' => 'طباعة',
+ 'Purchase Orders' => 'اوامر شراء',
+ 'Quotation' => 'عروض اسعار للعملاء',
+ 'Quotation Number' => 'رقم عرض السعر',
+ 'Quotations' => 'عروض اسعار',
+ 'RFQs' => 'عروض اسعار موردين',
+ 'Sales Invoices' => 'فواتير المبيعات',
+ 'Sales Orders' => 'اوامر بيع',
+ 'Select all' => 'اختر الكل',
+ 'To' => 'إلى',
+ 'Vendor' => 'المورد',
+ 'Yes' => 'نعم',
+ 'done' => 'نفذ',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'js_menu' => 'js_menu',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'yes' => 'yes',
+ 'تابع' => 'continue',
+ 'طباعة' => 'print',
+ 'اختر_الكل' => 'select_all',
+ 'نعم' => 'yes',
+};
+
+1;
+