summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/lt/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/lt/rc')
-rw-r--r--sql-ledger/locale/lt/rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/sql-ledger/locale/lt/rc b/sql-ledger/locale/lt/rc
new file mode 100644
index 0000000..7e57584
--- /dev/null
+++ b/sql-ledger/locale/lt/rc
@@ -0,0 +1,37 @@
+$self{texts} = {
+ 'Account' => 'Sąskaita',
+ 'Balance' => 'Balansas',
+ 'Cleared Balance' => 'Baigiamasis balansas',
+ 'Continue' => 'Tęsti',
+ 'Date' => 'Data',
+ 'Deposit' => 'Depozitas',
+ 'Description' => 'Aprašymas',
+ 'Difference' => 'Skirtumas',
+ 'Done' => 'Įvykdyta',
+ 'Exchangerate Difference' => 'Keitimo kurso skirtumas',
+ 'From' => 'Nuo',
+ 'Out of balance!' => 'Nesubalansuota!',
+ 'Payment' => 'Mokėjimas',
+ 'Reconciliation' => 'Sutaikinimas',
+ 'Select all' => 'Išrinkti viską',
+ 'Source' => 'Dokumentas',
+ 'Statement Balance' => 'Balanso suvestinė',
+ 'Update' => 'Atnaujinti',
+ 'to' => 'iki',
+};
+
+$self{subs} = {
+ 'continue' => 'continue',
+ 'display_form' => 'display_form',
+ 'done' => 'done',
+ 'get_payments' => 'get_payments',
+ 'reconciliation' => 'reconciliation',
+ 'select_all' => 'select_all',
+ 'update' => 'update',
+ 'tęsti' => 'continue',
+ 'Įvykdyta' => 'done',
+ 'išrinkti_viską' => 'select_all',
+ 'atnaujinti' => 'update',
+};
+
+1;