diff options
| author | ivan <ivan> | 2004-11-15 10:35:56 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 | 
| commit | 32306b5f8ffe4ce594409aa6e89626740b225a39 (patch) | |
| tree | 8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/locale/is/bp | |
| parent | 52072fcd26f2faf57923f598c358e7f47c4e2643 (diff) | |
import sql-ledger 2.4.4SQL_LEDGER
Diffstat (limited to 'sql-ledger/locale/is/bp')
| -rw-r--r-- | sql-ledger/locale/is/bp | 44 | 
1 files changed, 44 insertions, 0 deletions
diff --git a/sql-ledger/locale/is/bp b/sql-ledger/locale/is/bp new file mode 100644 index 000000000..0ace789eb --- /dev/null +++ b/sql-ledger/locale/is/bp @@ -0,0 +1,44 @@ +$self{texts} = { +  'Account'                     => 'Reikningur', +  'Accounting Menu'             => 'Bókhalds valmynd', +  'Confirm!'                    => 'Staðfesta!', +  'Continue'                    => 'Áfram', +  'Current'                     => 'Núvirði', +  'Customer'                    => 'Viðskiptavinur', +  'Date'                        => 'Dagsetning', +  'From'                        => 'Frá', +  'Invoice'                     => 'Sölureikningur', +  'Invoice Number'              => 'Sölureikningur Númer', +  'Order'                       => 'Pöntun', +  'Order Number'                => 'Pöntun númer', +  'Print'                       => 'Prenta', +  'Purchase Orders'             => 'Innkaupspantanir', +  'Receipts'                    => 'Kvittanir', +  'Reference'                   => 'Fylgiskjal', +  'Sales Orders'                => 'Sölupantanir', +  'Select all'                  => 'Velja allt', +  'To'                          => 'til', +  'Vendor'                      => 'Byrgir', +  'Yes'                         => 'Já', +}; + +$self{subs} = { +  'acc_menu'                    => 'acc_menu', +  'continue'                    => 'continue', +  'display'                     => 'display', +  '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', +  'remove'                      => 'remove', +  'velja_allt'                  => 'select_all', +  'já'                          => 'yes', +}; + +1;  | 
