diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
commit | ac5b087ea2d9ba7428d367aaeb288534158fee9a (patch) | |
tree | 2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/se/hr |
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/se/hr')
-rwxr-xr-x | locale/se/hr | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/locale/se/hr b/locale/se/hr new file mode 100755 index 00000000..adaf3b87 --- /dev/null +++ b/locale/se/hr @@ -0,0 +1,120 @@ +$self{texts} = { + 'AP' => 'Leverant�rsfakturor', + 'Above' => '�ver', + 'Accounting Menu' => 'Bokf�rings-meny', + 'Active' => 'Aktiv', + 'Add Deduction' => 'L�gg till avdrag', + 'Add Employee' => 'Ny anst�lld', + 'Address' => 'Adress', + 'Administrator' => 'Administrat�r', + 'After Deduction' => 'Efter avdrag', + 'All' => 'Alla', + 'Allowances' => 'Bidrag/rabatt', + 'Amount' => 'Belopp', + 'Amount missing!' => 'Belopp saknas', + 'BIC' => 'Bank identitets kod', + 'Based on' => 'Baserad p�', + 'Before Deduction' => 'F�re avdrag', + 'Below' => 'Under', + 'City' => 'Stad', + 'Continue' => 'Forts�tt', + 'Country' => 'Land', + 'DOB' => 'F�delsedatum', + 'Deduct after' => 'Avdrag efter', + 'Deduction deleted!' => 'Avdrag borttaget', + 'Deduction saved!' => 'Avdrag sparat', + 'Deductions' => 'Avdrag', + 'Delete' => 'Radera', + 'Description' => 'Beskrivning', + 'Description missing!' => 'Beskrivning saknas', + 'E-mail' => 'E-Post', + 'Edit Deduction' => 'Redigera avdrag', + 'Edit Employee' => 'Redigera anst�lld', + 'Employee' => 'Anst�lld', + 'Employee Name' => 'Anst�lld namn', + 'Employee Number' => 'Anst�lld nr', + 'Employee deleted!' => 'Anst�lld borttagen', + 'Employee pays' => 'Anst�lld utbetalt', + 'Employee saved!' => 'Anst�lld sparad', + 'Employees' => 'Anst�llda', + 'Employer' => 'Arbetsgivare', + 'Employer pays' => 'Arbetsgivare utbetalt', + 'Enddate' => 'Slut datum', + 'Exempt age <' => 'Utg�ngsdatum', + 'Expense' => 'Utgift', + 'From' => 'Fr�n', + 'Home Phone' => 'Hem telefon', + 'IBAN' => 'IBAN - bankkontonr', + 'ID' => 'ID', + 'Inactive' => 'Inaktiv', + 'Include in Report' => 'Inkludera i rapport', + 'Login' => 'Logga in', + 'Manager' => 'Direkt�r', + 'Maximum' => 'Max', + 'Name' => 'Namn', + 'Name missing!' => 'Namn saknas', + 'Notes' => 'Anm�rkningar', + 'Number' => 'Nummer', + 'Orphaned' => 'Frist�ende', + 'Payroll Deduction' => 'Avdrag vid betalning', + 'Pos' => 'Kassa', + 'Rate' => 'R�nta', + 'Rate missing!' => 'R�nta saknas', + 'Role' => 'Tj�nst', + 'S' => 'S', + 'SSN' => 'Personnr', + 'Sales' => 'F�rs�ljning', + 'Save' => 'Spara', + 'Save as new' => 'Spara som ny', + 'Startdate' => 'Startdatum', + 'State/Province' => 'Stat/provins', + 'Supervisor' => 'Ansvarig', + 'To' => 'Till', + 'Update' => 'Uppdatera', + 'User' => 'Anv�ndare', + 'Work Phone' => 'Arbetstelefon', + 'Zip/Postal Code' => 'Postnr', +}; + +$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', + 'l�gg_till_avdrag' => 'add_deduction', + 'ny_anst�lld' => 'add_employee', + 'forts�tt' => 'continue', + 'radera' => 'delete', + 'spara' => 'save', + 'spara_som_ny' => 'save_as_new', + 'uppdatera' => 'update', +}; + +1; + |