summaryrefslogtreecommitdiff
path: root/locale/is/bp
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-01 01:16:38 +0000
commitac5b087ea2d9ba7428d367aaeb288534158fee9a (patch)
tree2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/is/bp
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/is/bp')
-rwxr-xr-xlocale/is/bp45
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;
+