summaryrefslogtreecommitdiff
path: root/locale/lt/arap
diff options
context:
space:
mode:
Diffstat (limited to 'locale/lt/arap')
-rwxr-xr-xlocale/lt/arap50
1 files changed, 50 insertions, 0 deletions
diff --git a/locale/lt/arap b/locale/lt/arap
new file mode 100755
index 00000000..0eeb18b8
--- /dev/null
+++ b/locale/lt/arap
@@ -0,0 +1,50 @@
+$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;
+