summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/lt/pe
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/lt/pe')
-rw-r--r--sql-ledger/locale/lt/pe59
1 files changed, 59 insertions, 0 deletions
diff --git a/sql-ledger/locale/lt/pe b/sql-ledger/locale/lt/pe
new file mode 100644
index 0000000..ea80d9c
--- /dev/null
+++ b/sql-ledger/locale/lt/pe
@@ -0,0 +1,59 @@
+$self{texts} = {
+ 'Accounting Menu' => 'Apskaitos Menu',
+ 'Add Project' => 'Pridėti proektą',
+ 'All' => 'Visi',
+ 'Continue' => 'Tęsti',
+ 'Delete' => 'Ištrinti',
+ 'Description' => 'Aprašymas',
+ 'Edit Project' => 'Redaguoti projektą',
+ 'Language' => 'Kalba',
+ 'Number' => 'Numeris',
+ 'Orphaned' => 'Našlaitinis',
+ 'Project' => 'Projektas',
+ 'Project Number missing!' => 'Projekto numerio nėra!',
+ 'Project deleted!' => 'Projektas ištrintas!',
+ 'Project saved!' => 'Projektas išsaugotas!',
+ 'Projects' => 'Projektai',
+ 'Save' => 'Išsaugoti',
+ 'Update' => 'Atnaujinti',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'add' => 'add',
+ 'add_group' => 'add_group',
+ 'add_pricegroup' => 'add_pricegroup',
+ 'add_project' => 'add_project',
+ 'continue' => 'continue',
+ 'delete' => 'delete',
+ 'display' => 'display',
+ 'edit' => 'edit',
+ 'edit_translation' => 'edit_translation',
+ 'list_translations' => 'list_translations',
+ 'menubar' => 'menubar',
+ 'partsgroup_footer' => 'partsgroup_footer',
+ 'partsgroup_header' => 'partsgroup_header',
+ 'partsgroup_report' => 'partsgroup_report',
+ 'pricegroup_footer' => 'pricegroup_footer',
+ 'pricegroup_header' => 'pricegroup_header',
+ 'pricegroup_report' => 'pricegroup_report',
+ 'project_footer' => 'project_footer',
+ 'project_header' => 'project_header',
+ 'project_report' => 'project_report',
+ 'save' => 'save',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'translation' => 'translation',
+ 'translation_footer' => 'translation_footer',
+ 'translation_header' => 'translation_header',
+ 'update' => 'update',
+ 'add_group' => 'add_group',
+ 'add_pricegroup' => 'add_pricegroup',
+ 'pridėti_proektą' => 'add_project',
+ 'tęsti' => 'continue',
+ 'ištrinti' => 'delete',
+ 'išsaugoti' => 'save',
+ 'atnaujinti' => 'update',
+};
+
+1;