summaryrefslogtreecommitdiff
path: root/locale/ee_utf/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/ee_utf/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/ee_utf/pos')
-rwxr-xr-xlocale/ee_utf/pos83
1 files changed, 83 insertions, 0 deletions
diff --git a/locale/ee_utf/pos b/locale/ee_utf/pos
new file mode 100755
index 00000000..963b49b4
--- /dev/null
+++ b/locale/ee_utf/pos
@@ -0,0 +1,83 @@
+$self{charset} = 'UTF-8';
+
+$self{texts} = {
+ 'Accounting Menu' => 'Raamatupidamise Menüü',
+ 'Add POS Invoice' => 'Lisada Müügipunkti Arve',
+ 'Amount' => 'Summa',
+ 'Business' => 'Ettevõte',
+ 'Cannot post transaction!' => 'Kannet ei saa postitada!',
+ 'Change' => 'Muuda',
+ 'Continue' => 'Edasi',
+ 'Credit Limit' => 'Krediidilimiit',
+ 'Currency' => 'Valuuta',
+ 'Current' => 'Käesolev',
+ 'Customer' => 'Klient',
+ 'Customer missing!' => 'Klient puudu!',
+ 'Delete' => 'Kustuta',
+ 'Department' => 'Osakond',
+ 'Description' => 'Selgitus',
+ 'Edit POS Invoice' => 'Muuda Müügipunkti Arve',
+ 'Exchange Rate' => 'Valuutakurss',
+ 'Exchange rate missing!' => 'Valuutakurssi ei ole',
+ 'Extended' => 'Summa',
+ 'From' => 'Alates',
+ 'Language' => 'Keel',
+ 'Memo' => 'Märkus',
+ 'Month' => 'Kuu',
+ 'Number' => 'Number',
+ 'Open' => 'Avada',
+ 'Period' => 'Periood',
+ 'Post' => 'Postita',
+ 'Posted!' => 'Postitatud!',
+ 'Price' => 'Hind',
+ 'Print' => 'Trüki',
+ 'Print and Post' => 'Trüki ja Postita',
+ 'Printed' => 'Trükitud',
+ 'Qty' => 'Kogus',
+ 'Quarter' => 'Kvartal',
+ 'Receipts' => 'Sissetulek',
+ 'Record in' => 'Sihtkonto',
+ 'Remaining' => 'Kasutamata',
+ 'Salesperson' => 'Müüja',
+ 'Screen' => 'Ekraan',
+ 'Select a Printer!' => 'Vali Printer',
+ 'Source' => 'Allikas',
+ 'Subtotal' => 'Vahesumma',
+ 'Tax Included' => 'Sisaldab Käibemaksu',
+ 'To' => 'Kuni',
+ 'Total' => 'Kokku',
+ 'Trade Discount' => 'Kauba Allahindlus',
+ 'Unit' => 'Komponent',
+ 'Update' => 'Värskenda',
+ 'Year' => 'Aasta',
+};
+
+$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',
+ 'edasi' => 'continue',
+ 'kustuta' => 'delete',
+ 'postita' => 'post',
+ 'trüki' => 'print',
+ 'trüki_ja_postita' => 'print_and_post',
+ 'värskenda' => 'update',
+};
+
+1;
+