diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
commit | ac5b087ea2d9ba7428d367aaeb288534158fee9a (patch) | |
tree | 2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/eg_utf/ca |
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/ca')
-rwxr-xr-x | locale/eg_utf/ca | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/locale/eg_utf/ca b/locale/eg_utf/ca new file mode 100755 index 00000000..6b1cfb95 --- /dev/null +++ b/locale/eg_utf/ca @@ -0,0 +1,55 @@ +$self{charset} = 'UTF-8'; + +$self{texts} = { + 'Account' => 'حساب', + 'Apr' => 'ابريل', + 'April' => 'ابريل', + 'Aug' => 'اغسطس', + 'August' => 'اغسطس', + 'Balance' => 'رصيد', + 'Chart of Accounts' => 'قائمة الحسابات', + 'Credit' => 'دائن', + 'Current' => 'الحالي', + 'Date' => 'التاريخ', + 'Debit' => 'مدين', + 'Dec' => 'ديسمبر', + 'December' => 'ديسمبر', + 'Department' => 'قسم', + 'Description' => 'وصف', + 'Feb' => 'فبراير', + 'February' => 'فبراير', + 'From' => 'من', + 'Include in Report' => 'ارفق في التقرير ------', + 'Jan' => 'يناير', + 'January' => 'يناير', + 'Jul' => 'يولية', + 'July' => 'يولية', + 'Jun' => 'يونية', + 'June' => 'يونية', + 'List Transactions' => 'قائمة الحركات', + 'Mar' => 'مارس', + 'March' => 'مارس', + 'May' => 'مايو', + 'May ' => 'مايو', + 'Nov' => 'نوفمبر', + 'November' => 'نوفمبر', + 'Oct' => 'اكتوبر', + 'October' => 'اكتوبر', + 'Project Number' => 'رقم المشروع', + 'Reference' => 'مرجع', + 'Sep' => 'سبتمبر', + 'September' => 'سبتمبر', + 'Subtotal' => 'اجمالى', + 'To' => 'إلى', +}; + +$self{subs} = { + 'ca_subtotal' => 'ca_subtotal', + 'chart_of_accounts' => 'chart_of_accounts', + 'list' => 'list', + 'list_transactions' => 'list_transactions', + 'قائمة_الحركات' => 'list_transactions', +}; + +1; + |