summaryrefslogtreecommitdiff
path: root/locale/bg_utf/ca
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/bg_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/bg_utf/ca')
-rwxr-xr-xlocale/bg_utf/ca62
1 files changed, 62 insertions, 0 deletions
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;
+