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/ca | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100755 locale/bg_utf/ca (limited to 'locale/bg_utf/ca') diff --git a/locale/bg_utf/ca b/locale/bg_utf/ca new file mode 100755 index 00000000..b41430fd --- /dev/null +++ b/locale/bg_utf/ca @@ -0,0 +1,62 @@ +$self{charset} = 'UTF-8'; + +$self{texts} = { + 'AR/AP' => 'Продажби/Покупки', + 'Account' => 'Сметка', + 'Apr' => 'Апр', + 'April' => 'Април', + 'Aug' => 'Авг', + 'August' => 'Август', + 'Balance' => 'Баланс', + 'Chart of Accounts' => 'Сметкоплан', + 'Credit' => 'Кредит', + 'Current' => 'Текущ', + 'Date' => 'Дата', + 'Debit' => 'Дебит', + 'Dec' => 'Дек', + 'December' => 'Декември', + 'Department' => 'Отдел', + 'Description' => 'Обяснение', + 'Feb' => 'Фев', + 'February' => 'Февруари', + 'From' => 'От', + 'GIFI' => 'GIFI', + 'Include in Report' => 'Включен в справката', + 'Jan' => 'Яну', + 'January' => 'Януари', + 'Jul' => 'Юли', + 'July' => 'Юли', + 'Jun' => 'Юни', + 'June' => 'Юни', + 'List Transactions' => 'Списък с преводи', + 'Mar' => 'Мар', + 'March' => 'Март', + 'May' => 'Май', + 'May ' => 'Май', + 'Month' => 'Месец', + 'Nov' => 'Ное', + 'November' => 'Ноември', + 'Oct' => 'Окт', + 'October' => 'Октомври', + 'Period' => 'Период', + 'Project Number' => 'Номер на проекта', + 'Quarter' => 'Четиримесечие', + 'R' => 'R', + 'Reference' => 'Референция', + 'Sep' => 'Сеп', + 'September' => 'Септември', + 'Subtotal' => 'Междинен сбор', + 'To' => 'за', + 'Year' => 'Година', +}; + +$self{subs} = { + 'ca_subtotal' => 'ca_subtotal', + 'chart_of_accounts' => 'chart_of_accounts', + 'list' => 'list', + 'list_transactions' => 'list_transactions', + 'Списък_с_преводи' => 'list_transactions', +}; + +1; + -- cgit v1.2.3