diff options
Diffstat (limited to 'locale/lt/arap')
-rwxr-xr-x | locale/lt/arap | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/locale/lt/arap b/locale/lt/arap deleted file mode 100755 index 0eeb18b8..00000000 --- a/locale/lt/arap +++ /dev/null @@ -1,50 +0,0 @@ -$self{charset} = 'ISO-8859-13'; - -$self{texts} = { - 'Address' => 'Adresas', - 'Bcc' => 'Bcc', - 'Cc' => 'Cc', - 'Continue' => 'Tęsti', - 'Customer not on file!' => 'Tokio kliento nėra!', - 'Date' => 'Data', - 'Description' => 'Aprašymas', - 'E-mail' => 'E-paštas', - 'Message' => 'Žinutė', - 'Number' => 'Numeris', - 'Print' => 'Spausdinti', - 'Project not on file!' => 'Nėra tokio projekto!', - 'Reference' => 'Nuorodos', - 'Select from one of the names below' => 'Išrinkite vieną iš pavadinimų apačioje', - 'Select from one of the projects below' => 'Išrinkite vieną iš projektų apačioje', - 'Subject' => 'Dalykas', - 'To' => 'iki', - 'Vendor not on file!' => 'Tokio tiekėjo nėra!', -}; - -$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_', - 'tęsti' => 'continue', -}; - -1; - |