summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/lt/arap
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/lt/arap')
-rw-r--r--sql-ledger/locale/lt/arap30
1 files changed, 30 insertions, 0 deletions
diff --git a/sql-ledger/locale/lt/arap b/sql-ledger/locale/lt/arap
new file mode 100644
index 0000000..0033472
--- /dev/null
+++ b/sql-ledger/locale/lt/arap
@@ -0,0 +1,30 @@
+$self{texts} = {
+ 'Address' => 'Adresas',
+ 'Continue' => 'Tęsti',
+ 'Customer not on file!' => 'Tokio kliento nėra!',
+ 'Description' => 'Aprašymas',
+ 'Number' => 'Numeris',
+ 'Project not on file!' => 'Nėra tokio projekto!',
+ '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',
+ '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',
+ 'gl_transaction' => 'gl_transaction',
+ 'name_selected' => 'name_selected',
+ 'project_selected' => 'project_selected',
+ 'sales_invoice' => 'sales_invoice',
+ 'select_name' => 'select_name',
+ 'select_project' => 'select_project',
+ 'vendor_invoice' => 'vendor_invoice',
+ 'tęsti' => 'continue',
+};
+
+1;