diff options
Diffstat (limited to 'locale/pl/arap')
-rwxr-xr-x | locale/pl/arap | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/locale/pl/arap b/locale/pl/arap deleted file mode 100755 index a6e4bbf2..00000000 --- a/locale/pl/arap +++ /dev/null @@ -1,53 +0,0 @@ -$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; - |