summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/pl/ca
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/pl/ca')
-rw-r--r--sql-ledger/locale/pl/ca50
1 files changed, 50 insertions, 0 deletions
diff --git a/sql-ledger/locale/pl/ca b/sql-ledger/locale/pl/ca
new file mode 100644
index 0000000..07f9e6d
--- /dev/null
+++ b/sql-ledger/locale/pl/ca
@@ -0,0 +1,50 @@
+$self{texts} = {
+ 'Account' => 'Konto',
+ 'Apr' => 'Kwiecień',
+ 'April' => 'Kwiecień',
+ 'Aug' => 'Sierpień',
+ 'August' => 'Sierpień',
+ 'Balance' => 'Saldo',
+ 'Chart of Accounts' => 'Plan Kont',
+ 'Credit' => 'Kredyt',
+ 'Date' => 'Data',
+ 'Debit' => 'Debet',
+ 'Dec' => 'Grudzień',
+ 'December' => 'Grudzień',
+ 'Description' => 'Opis',
+ 'Feb' => 'Luty',
+ 'February' => 'Luty',
+ 'From' => 'Od',
+ 'GIFI' => 'GIFI',
+ 'Include in Report' => 'Dołącz w Sprawozdaniu',
+ 'Jan' => 'Styczeń',
+ 'January' => 'Styczeń',
+ 'Jul' => 'Lipiec',
+ 'July' => 'Lipiec',
+ 'Jun' => 'Czerwiec',
+ 'June' => 'Czerwiec',
+ 'List Transactions' => 'Wykaz Transakcji',
+ 'Mar' => 'Marzec',
+ 'March' => 'Marzec',
+ 'May' => 'Maj',
+ 'May ' => 'Maj',
+ 'Nov' => 'Listopad',
+ 'November' => 'Listopad',
+ 'Oct' => 'Pażdziernik',
+ 'October' => 'Pażdziernik',
+ 'Reference' => 'Odnośnik',
+ 'Sep' => 'Wrzesień',
+ 'September' => 'Wrzesień',
+ 'Subtotal' => 'Wartość Netto',
+ 'To' => 'do',
+};
+
+$self{subs} = {
+ 'ca_subtotal' => 'ca_subtotal',
+ 'chart_of_accounts' => 'chart_of_accounts',
+ 'list' => 'list',
+ 'list_transactions' => 'list_transactions',
+ 'wykaz_transakcji' => 'list_transactions',
+};
+
+1;