summaryrefslogtreecommitdiff
path: root/locale/lv/pos
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/lv/pos
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/lv/pos')
-rwxr-xr-xlocale/lv/pos76
1 files changed, 76 insertions, 0 deletions
diff --git a/locale/lv/pos b/locale/lv/pos
new file mode 100755
index 00000000..a3cd5f49
--- /dev/null
+++ b/locale/lv/pos
@@ -0,0 +1,76 @@
+$self{charset} = 'ISO-8859-13';
+
+$self{texts} = {
+ 'Accounting Menu' => 'Kontēšanas izvēlne',
+ 'Add POS Invoice' => 'Pievienot POS rēķinu',
+ 'Amount' => 'Summa',
+ 'Business' => 'Komercdarbība',
+ 'Cannot post transaction!' => 'Nevar iegrāmatot transakciju!',
+ 'Change' => 'Izmainīt',
+ 'Continue' => 'Turpināt',
+ 'Credit Limit' => 'Kredīta limits',
+ 'Currency' => 'Valūta',
+ 'Current' => 'Pašreizējs',
+ 'Customer' => 'Klients',
+ 'Customer missing!' => 'Nav norādīts klients!',
+ 'Delete' => 'Dzēst',
+ 'Department' => 'Nodaļa',
+ 'Description' => 'Apraksts',
+ 'Edit POS Invoice' => 'Labot POS rēķinu',
+ 'Exchange Rate' => 'Valūtas maiņas kurss',
+ 'Exchange rate missing!' => 'Nav norādīts valūtas maiņas kurss!',
+ 'Extended' => 'Kopā',
+ 'From' => 'No',
+ 'Language' => 'Valoda',
+ 'Memo' => 'Memorands',
+ 'Number' => 'Numurs',
+ 'Open' => 'Atvērts',
+ 'Post' => 'Iegrāmatot',
+ 'Posted!' => 'Iegrāmatots!',
+ 'Price' => 'Cena',
+ 'Print' => 'Drukāt',
+ 'Printed' => 'Izdrukāts',
+ 'Qty' => 'Skaits',
+ 'Receipts' => 'Kvītis',
+ 'Record in' => 'Ierakstīt',
+ 'Remaining' => 'Atlikums',
+ 'Salesperson' => 'Pārdevējs',
+ 'Screen' => 'Ekrāns',
+ 'Source' => 'Dokuments',
+ 'Subtotal' => 'Kopā',
+ 'Tax Included' => 'Kopā ar nodokļiem',
+ 'To' => 'uz',
+ 'Total' => 'Pavisam Kopā',
+ 'Trade Discount' => 'Vairumtirgotāja atlaide',
+ 'Unit' => 'Vienība',
+ 'Update' => 'Atjaunināt',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'add' => 'add',
+ 'display' => 'display',
+ 'display_row' => 'display_row',
+ 'edit' => 'edit',
+ 'form_footer' => 'form_footer',
+ 'form_header' => 'form_header',
+ 'js_menu' => 'js_menu',
+ 'lookup_partsgroup' => 'lookup_partsgroup',
+ 'menubar' => 'menubar',
+ 'openinvoices' => 'openinvoices',
+ 'post' => 'post',
+ 'print' => 'print',
+ 'print_and_post' => 'print_and_post',
+ 'print_form' => 'print_form',
+ 'print_options' => 'print_options',
+ 'receipts' => 'receipts',
+ 'section_menu' => 'section_menu',
+ 'turpināt' => 'continue',
+ 'dzēst' => 'delete',
+ 'iegrāmatot' => 'post',
+ 'drukāt' => 'print',
+ 'atjaunināt' => 'update',
+};
+
+1;
+