From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/eg_utf/gl | 146 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100755 locale/eg_utf/gl (limited to 'locale/eg_utf/gl') diff --git a/locale/eg_utf/gl b/locale/eg_utf/gl new file mode 100755 index 00000000..2b04b9a7 --- /dev/null +++ b/locale/eg_utf/gl @@ -0,0 +1,146 @@ +$self{charset} = 'UTF-8'; + +$self{texts} = { + 'AP Transaction' => 'حركة حساب مورد', + 'AR Transaction' => 'حركة حساب عميل', + 'Account' => 'حساب', + 'Accounting Menu' => 'قائمة الحسابات', + 'Add Cash Transfer Transaction' => 'اضافة حركة تحويل النقدية', + 'Add General Ledger Transaction' => 'اضافة حركة الأستاذ العام', + 'Address' => 'العنوان', + 'All' => 'الكل', + 'Amount' => 'الكمية', + 'Apr' => 'ابريل', + 'April' => 'ابريل', + 'Are you sure you want to delete Transaction' => 'هل انت متأكد انك تريد الغاء الحركة', + 'Asset' => 'أصول', + 'Aug' => 'اغسطس', + 'August' => 'اغسطس', + 'Balance' => 'رصيد', + 'Bcc' => 'نسخة غير مرئية', + 'Cannot delete transaction!' => 'لا يمكن الغاء الحركة', + 'Cannot post transaction for a closed period!' => 'لا يمكن تسجيل الحركة لفترة مغلقة', + 'Cannot post transaction!' => 'لا يمكن تسجيل الحركة', + 'Cc' => 'نسخة اخرى', + 'Confirm!' => 'تاكيد', + 'Continue' => 'تابع', + 'Credit' => 'دائن', + 'Current' => 'الحالي', + 'Customer not on file!' => ' عميل غير موجود في الملف', + 'Date' => 'التاريخ', + 'Debit' => 'مدين', + 'Dec' => 'ديسمبر', + 'December' => 'ديسمبر', + 'Delete' => 'الغاء', + 'Department' => 'قسم', + 'Description' => 'وصف', + 'E-mail' => 'بريد الكتروني', + 'Edit Cash Transfer Transaction' => 'تعديل حركة تحويل النقدية', + 'Edit General Ledger Transaction' => 'تعديل حركة الأستاذ العام', + 'Equity' => 'رأس المال', + 'Expense' => 'المصروفات', + 'Feb' => 'فبراير', + 'February' => 'فبراير', + 'From' => 'من', + 'GL Transaction' => 'حركات الاستاذ العام', + 'General Ledger' => 'الاستاذ العام', + 'ID' => 'البطاقة الشخصية', + 'Include in Report' => 'ارفق في التقرير ------', + 'Income' => 'الربح', + 'Jan' => 'يناير', + 'January' => 'يناير', + 'Jul' => 'يولية', + 'July' => 'يولية', + 'Jun' => 'يونية', + 'June' => 'يونية', + 'Liability' => 'التزامات', + 'Mar' => 'مارس', + 'March' => 'مارس', + 'May' => 'مايو', + 'May ' => 'مايو', + 'Memo' => 'ملاحظات', + 'Message' => 'رسالة', + 'Notes' => 'ملاحظات', + 'Nov' => 'نوفمبر', + 'November' => 'نوفمبر', + 'Number' => 'الرقم', + 'Oct' => 'اكتوبر', + 'October' => 'اكتوبر', + 'Post' => 'تسجيل', + 'Post as new' => 'سجل كجديد', + 'Print' => 'طباعة', + 'Project' => 'مشروع', + 'Project not on file!' => 'المشروع ليس فى الملفات', + 'Reference' => 'مرجع', + 'Reports' => 'تقارير', + 'Select from one of the names below' => 'اختر اسم من الاسماء', + 'Select from one of the projects below' => 'اختر مشروع من المشروعات التالية', + 'Sep' => 'سبتمبر', + 'September' => 'سبتمبر', + 'Source' => 'مصدر', + 'Startdate' => 'تاريخ يدء العمل', + 'Subject' => 'موضوع', + 'Subtotal' => 'اجمالى', + 'To' => 'إلى', + 'Transaction Date missing!' => 'تاريخ الحركة غير موجود', + 'Transaction deleted!' => 'الغيت الحركة', + 'Transaction posted!' => 'سجلت الحركة', + 'Update' => 'تعديل', + 'Vendor not on file!' => 'مورد غير موجود في الملف', + 'Yes' => 'نعم', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'create_links' => 'create_links', + 'delete' => 'delete', + 'delete_schedule' => 'delete_schedule', + 'display' => 'display', + 'display_form' => 'display_form', + 'display_rows' => 'display_rows', + 'edit' => 'edit', + 'form_footer' => 'form_footer', + 'form_header' => 'form_header', + 'generate_report' => 'generate_report', + 'gl_subtotal' => 'gl_subtotal', + 'gl_transaction' => 'gl_transaction', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'post' => 'post', + 'post_as_new' => 'post_as_new', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'project_selected' => 'project_selected', + 'rebuild_vc' => 'rebuild_vc', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'sales_invoice_' => 'sales_invoice_', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'update' => 'update', + 'vendor_invoice_' => 'vendor_invoice_', + 'yes' => 'yes', + 'حركة_حساب_مورد' => 'ap_transaction', + 'حركة_حساب_عميل' => 'ar_transaction', + 'تابع' => 'continue', + 'الغاء' => 'delete', + 'حركات_الاستاذ_العام' => 'gl_transaction', + 'تسجيل' => 'post', + 'سجل_كجديد' => 'post_as_new', + 'تعديل' => 'update', + 'نعم' => 'yes', +}; + +1; + -- cgit v1.2.3