summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/lt/bp
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/lt/bp')
-rw-r--r--sql-ledger/locale/lt/bp44
1 files changed, 44 insertions, 0 deletions
diff --git a/sql-ledger/locale/lt/bp b/sql-ledger/locale/lt/bp
new file mode 100644
index 000000000..a42e188e6
--- /dev/null
+++ b/sql-ledger/locale/lt/bp
@@ -0,0 +1,44 @@
+$self{texts} = {
+ 'Account' => 'Sąskaita',
+ 'Accounting Menu' => 'Apskaitos Menu',
+ 'Confirm!' => 'Patvirtinti!',
+ 'Continue' => 'Tęsti',
+ 'Current' => 'Dabartinis',
+ 'Customer' => 'Klientas',
+ 'Date' => 'Data',
+ 'From' => 'Nuo',
+ 'Invoice' => 'Sąskaita-faktūra',
+ 'Invoice Number' => 'Sąskaitos-faktūros numeris',
+ 'Order' => 'Užsakymas',
+ 'Order Number' => 'Užsakymo numeris',
+ 'Print' => 'Spausdinti',
+ 'Purchase Orders' => 'Pirkimo užsakymai',
+ 'Receipts' => 'Kasos orderiai',
+ 'Reference' => 'Nuorodos',
+ 'Sales Orders' => 'Pardavimų užsakymai',
+ 'Select all' => 'Išrinkti viską',
+ 'To' => 'iki',
+ 'Vendor' => 'Tiekėjas',
+ 'Yes' => 'Taip',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'yes' => 'yes',
+ 'tęsti' => 'continue',
+ 'spausdinti' => 'print',
+ 'remove' => 'remove',
+ 'išrinkti_viską' => 'select_all',
+ 'taip' => 'yes',
+};
+
+1;