diff options
Diffstat (limited to 'locale/is/bp')
-rwxr-xr-x | locale/is/bp | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/locale/is/bp b/locale/is/bp new file mode 100755 index 00000000..0cad2f2b --- /dev/null +++ b/locale/is/bp @@ -0,0 +1,45 @@ +$self{texts} = { + 'Account' => 'Reikningur', + 'Accounting Menu' => 'Bókhalds valmynd', + 'Confirm!' => 'Staðfesta!', + 'Continue' => 'Áfram', + 'Current' => 'Núvirði', + 'Customer' => 'Viðskiptavinur', + 'Date' => 'Dagsetning', + 'Employee' => 'Starfsmenn', + 'From' => 'Frá', + 'ID' => 'ID', + 'Invoice' => 'Sölureikningur', + 'Invoice Number' => 'Sölureikningur Númer', + 'Order' => 'Pöntun', + 'Order Number' => 'Pöntun númer', + 'Print' => 'Prenta', + 'Purchase Orders' => 'Innkaupspantanir', + 'Sales Orders' => 'Sölupantanir', + 'Select all' => 'Velja allt', + 'To' => 'til', + 'Vendor' => 'Byrgir', + 'Yes' => 'Já', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'js_menu' => 'js_menu', + 'list_spool' => 'list_spool', + 'menubar' => 'menubar', + 'print' => 'print', + 'remove' => 'remove', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'yes' => 'yes', + 'Áfram' => 'continue', + 'prenta' => 'print', + 'velja_allt' => 'select_all', + 'já' => 'yes', +}; + +1; + |