diff options
Diffstat (limited to 'sql-ledger/locale/ee/arap')
-rw-r--r-- | sql-ledger/locale/ee/arap | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sql-ledger/locale/ee/arap b/sql-ledger/locale/ee/arap new file mode 100644 index 000000000..061f6d3ac --- /dev/null +++ b/sql-ledger/locale/ee/arap @@ -0,0 +1,30 @@ +$self{texts} = { + 'Address' => 'Aadress', + 'Continue' => 'Edasi', + 'Customer not on file!' => 'Klienti pole failis!', + 'Description' => 'Selgitus', + 'Number' => 'Kood', + 'Project not on file!' => 'Projekti pole failis', + 'Select from one of the names below' => 'Vali üks alltoodud nimedest', + 'Select from one of the projects below' => 'Vali üks alltoodud projektidest', + 'Vendor not on file!' => 'Hankijat pole failis!', +}; + +$self{subs} = { + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'gl_transaction' => 'gl_transaction', + 'name_selected' => 'name_selected', + 'project_selected' => 'project_selected', + 'sales_invoice' => 'sales_invoice', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'vendor_invoice' => 'vendor_invoice', + 'edasi' => 'continue', +}; + +1; |