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/bg_utf/arap | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100755 locale/bg_utf/arap (limited to 'locale/bg_utf/arap') diff --git a/locale/bg_utf/arap b/locale/bg_utf/arap new file mode 100755 index 00000000..d0bb698b --- /dev/null +++ b/locale/bg_utf/arap @@ -0,0 +1,76 @@ +$self{charset} = 'UTF-8'; + +$self{texts} = { + 'Address' => 'Адрес', + 'Bcc' => 'Бсс', + 'Cc' => 'Сс', + 'Continue' => 'Продължение', + 'Customer not on file!' => 'Липсва клиента в базите!', + 'Date' => 'Дата', + 'Day(s)' => 'Ден(дни)', + 'Delete Schedule' => 'Изтрии задачата', + 'Description' => 'Обяснение', + 'E-mail' => 'Ел.адрес', + 'E-mail message' => 'Ел.съобщение', + 'Every' => 'Винаги', + 'For' => 'За', + 'Include Payment' => 'Включено плащане', + 'Message' => 'Съобщение', + 'Month(s)' => 'Месеци', + 'Next Date' => 'Следваща дата', + 'Number' => 'Номер', + 'Print' => 'Печат', + 'Project not on file!' => 'Проекта липсва в базите!', + 'Recurring Transaction' => 'Повтарящи се преводи', + 'Reference' => 'Референция', + 'Repeat' => 'Повторение', + 'Save Schedule' => 'Запази разписание', + 'Select from one of the names below' => 'Избери едно от имената посочени по-долу', + 'Select from one of the projects below' => 'Избери един от проектите посочени по-долу', + 'Startdate' => 'Начална дата', + 'Subject' => 'Тема', + 'To' => 'за', + 'Vendor not on file!' => 'Липсва доствчика в базата', + 'Warning!' => 'Внимание!', + 'Week(s)' => 'Седмица(и)', + 'Year(s)' => 'Година(и)', + 'You are posting an existing transaction!' => 'Сигурен ли сте, че ще запазите този превод!', + 'You are printing and posting an existing transaction!' => 'Сигурен ли сте, че ще разпечатате и запазите този превод!', + 'You are printing and saving an existing order' => 'Сигурен ли сте, че ще разпечатате и запазите този превод!', + 'You are printing and saving an existing quotation' => 'Сигурен ли сте, че ще разпечатате и запазите тази резервация!', + 'You are saving an existing order' => 'Сигурен ли сте, че ще запазите тази поръчка!', + 'You are saving an existing quotation' => 'Сигурен ли сте, че ще запазите тази резервация', + 'for' => 'за', + 'sent' => 'изпрати', + 'time(s)' => 'път(и)', +}; + +$self{subs} = { + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'delete_schedule' => 'delete_schedule', + 'gl_transaction' => 'gl_transaction', + 'name_selected' => 'name_selected', + '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', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'vendor_invoice_' => 'vendor_invoice_', + 'Продължение' => 'continue', + 'Изтрии_задачата' => 'delete_schedule', + 'Запази_разписание' => 'save_schedule', +}; + +1; + -- cgit v1.2.3