diff options
Diffstat (limited to 'locale/lv/hr')
-rwxr-xr-x | locale/lv/hr | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/locale/lv/hr b/locale/lv/hr new file mode 100755 index 00000000..43261473 --- /dev/null +++ b/locale/lv/hr @@ -0,0 +1,114 @@ +$self{charset} = 'ISO-8859-13'; + +$self{texts} = { + 'AP' => 'Kreditoru parādi', + 'Above' => 'Iepriekš', + 'Accounting Menu' => 'Kontēšanas izvēlne', + 'Active' => 'Aktīvs', + 'Add Deduction' => 'Pievienot atlaidi', + 'Add Employee' => 'Pievienot darbinieku', + 'Address' => 'Adrese', + 'Administrator' => 'Administrators', + 'After Deduction' => 'Pēc atlaides', + 'All' => 'Visi', + 'Allowances' => 'Kabatas nauda', + 'Amount' => 'Summa', + 'Amount missing!' => 'Nav norādīta summa', + 'BIC' => 'BIC', + 'Based on' => 'Pamatojoties uz', + 'Before Deduction' => 'Pirms atlaides', + 'Below' => 'Zemāk', + 'City' => 'Pilsēta', + 'Continue' => 'Turpināt', + 'Country' => 'Valsts', + 'Deduct after' => 'Piešķirt atlaidi pēc', + 'Deduction deleted!' => 'Atlaide izdzēsta', + 'Deduction saved!' => 'Atlaide saglabāta', + 'Deductions' => 'Atlaides', + 'Delete' => 'Dzēst', + 'Description' => 'Apraksts', + 'Description missing!' => 'Nav norādīts apraksts', + 'E-mail' => 'E-pasts', + 'Edit Deduction' => 'Labot atlaidi', + 'Edit Employee' => 'Labot darbinieku', + 'Employee' => 'Darbinieks', + 'Employee Name' => 'Darbinieka vārds', + 'Employee deleted!' => 'Darbinieks izdzēsts', + 'Employee pays' => 'Darbinieku izmaksas', + 'Employee saved!' => 'Darbinieks saglabāts', + 'Employees' => 'Darbinieki', + 'Employer' => 'Nodarbinātājs', + 'Employer pays' => 'Nodarbinātāju izmaksas', + 'Enddate' => 'Beigu datums', + 'Expense' => 'Izdevumi', + 'From' => 'No', + 'Home Phone' => 'Mājas telefons', + 'IBAN' => 'IBAN', + 'ID' => 'ID', + 'Include in Report' => 'Iekļaut atskaitē', + 'Login' => 'Pieteikties', + 'Manager' => 'Vadītājs', + 'Maximum' => 'Maksimālais', + 'Name' => 'Nosaukums', + 'Name missing!' => 'Nepareizs nosaukums', + 'Notes' => 'Piezīmes', + 'Number' => 'Numurs', + 'Orphaned' => 'Bez atbilstošā pāra', + 'Payroll Deduction' => 'Algu atlaides', + 'Rate' => 'Likme', + 'Rate missing!' => 'Likme nav norādīta', + 'Role' => 'Loma', + 'S' => 'S', + 'Sales' => 'Pārdošanas', + 'Save' => 'Saglabāt', + 'Save as new' => 'Saglabāt kā jaunu', + 'Startdate' => 'Sākuma datums', + 'State/Province' => 'Štats/Province', + 'To' => 'uz', + 'Update' => 'Atjaunināt', + 'User' => 'Lietotājs', + 'Work Phone' => 'Darba telefons', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'add' => 'add', + 'add_deduction' => 'add_deduction', + 'add_employee' => 'add_employee', + 'continue' => 'continue', + 'deduction_footer' => 'deduction_footer', + 'deduction_header' => 'deduction_header', + 'deduction_links' => 'deduction_links', + 'delete' => 'delete', + 'delete_deduction' => 'delete_deduction', + 'delete_employee' => 'delete_employee', + 'display' => 'display', + 'edit' => 'edit', + 'employee_footer' => 'employee_footer', + 'employee_header' => 'employee_header', + 'employee_links' => 'employee_links', + 'js_menu' => 'js_menu', + 'list_employees' => 'list_employees', + 'menubar' => 'menubar', + 'save' => 'save', + 'save_as_new' => 'save_as_new', + 'save_deduction' => 'save_deduction', + 'save_employee' => 'save_employee', + 'search' => 'search', + 'search_deduction' => 'search_deduction', + 'search_employee' => 'search_employee', + 'section_menu' => 'section_menu', + 'update' => 'update', + 'update_deduction' => 'update_deduction', + 'update_employee' => 'update_employee', + 'pievienot_atlaidi' => 'add_deduction', + 'pievienot_darbinieku' => 'add_employee', + 'turpināt' => 'continue', + 'dzēst' => 'delete', + 'saglabāt' => 'save', + 'saglabāt_kā_jaunu' => 'save_as_new', + 'atjaunināt' => 'update', +}; + +1; + |