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/pl/arap | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100755 locale/pl/arap (limited to 'locale/pl/arap') diff --git a/locale/pl/arap b/locale/pl/arap new file mode 100755 index 00000000..a6e4bbf2 --- /dev/null +++ b/locale/pl/arap @@ -0,0 +1,53 @@ +$self{charset} = 'ISO-8859-2'; + +$self{texts} = { + 'Address' => 'Adres', + 'Bcc' => 'Bcc', + 'Cc' => 'Cc', + 'Continue' => 'Kontynuj', + 'Customer not on file!' => 'Brak Odbiorcy w bazie danych', + 'Date' => 'Data', + 'Description' => 'Opis', + 'E-mail' => 'E-mail', + 'Message' => 'Wiadomość', + 'Number' => 'Numer Katalogu', + 'Print' => 'Wydrukuj', + 'Project not on file!' => 'Brak Projektu w zbiorze danych!', + 'Reference' => 'Odnośnik', + 'Select from one of the names below' => 'Wybierz nazwę z poniższych', + 'Select from one of the projects below' => 'Wybierz z projektów', + 'Startdate' => 'Dzień Zatrudnienia', + 'Subject' => 'Treść', + 'To' => 'do', + 'Vendor not on file!' => 'Brak Dostawcy w bazie danych', + 'Warning!' => 'Ostrzeżenie', + 'sent' => 'wysłane', +}; + +$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_', + 'kontynuj' => 'continue', +}; + +1; + -- cgit v1.2.3