diff options
Diffstat (limited to 'sql-ledger/locale/lt/rp')
-rw-r--r-- | sql-ledger/locale/lt/rp | 44 |
1 files changed, 35 insertions, 9 deletions
diff --git a/sql-ledger/locale/lt/rp b/sql-ledger/locale/lt/rp index 83cb9c062..172a4ef58 100644 --- a/sql-ledger/locale/lt/rp +++ b/sql-ledger/locale/lt/rp @@ -2,7 +2,10 @@ $self{texts} = { 'AP Aging' => 'Pirkimo Skolos', 'AR Aging' => 'Pardavimo Skolos', 'Account' => 'Sąskaita', + 'Account Number' => 'Sąskaitos numeris', + 'Accounting Menu' => 'Apskaitos Menu', 'Accounts' => 'Sąskaitos', + 'Address' => 'Adresas', 'Amount' => 'Suma', 'Apr' => 'Bal', 'April' => 'Balandis', @@ -12,24 +15,26 @@ $self{texts} = { 'Balance' => 'Balansas', 'Balance Sheet' => 'Balanso lėntelė', 'Bcc' => 'Bcc', - 'Cash based' => 'Grynais', + 'Cash' => 'Kasa', 'Cc' => 'Cc', 'Compare to' => 'Palyginti su', 'Continue' => 'Tęsti', 'Copies' => 'Kopijos', 'Credit' => 'Kreditas', + 'Curr' => 'Val.', 'Current' => 'Dabartinis', 'Customer' => 'Klientas', + 'Customer not on file!' => 'Tokio kliento nėra!', 'Date' => 'Data', 'Debit' => 'Debetas', 'Dec' => 'Grd', 'December' => 'Gruodis', 'Decimalplaces' => 'Skaičių po taško', - 'Department' => 'Department', 'Description' => 'Aprašymas', - 'Due' => 'Iki', + 'Due Date' => 'Iki Data', 'E-mail' => 'E-paštas', 'E-mail Statement to' => 'Suvestinę suisti per e-pastą į', + 'E-mail address missing!' => 'E-pašto adreso nėra!', 'Feb' => 'Vas', 'February' => 'Vasaris', 'From' => 'Nuo', @@ -46,6 +51,7 @@ $self{texts} = { 'July' => 'Liepa', 'Jun' => 'Bir', 'June' => 'Birželis', + 'Language' => 'Kalba', 'Mar' => 'Kov', 'March' => 'Kovas', 'May' => 'Geg', @@ -55,19 +61,22 @@ $self{texts} = { 'Nothing selected!' => 'Nieko neišrinkta!', 'Nov' => 'Lap', 'November' => 'Lapkritis', + 'Number' => 'Numeris', 'Oct' => 'Spa', 'October' => 'Spalis', + 'Order' => 'Užsakymas', 'PDF' => 'PDF', 'Payments' => 'Mokėjimai', 'Postscript' => 'Postscript(TM)', 'Print' => 'Spausdinti', - 'Printer' => 'Spausdintuvas', - 'Project Number' => 'Project Number', + 'Project' => 'Projektas', + 'Project not on file!' => 'Nėra tokio projekto!', 'Receipts' => 'Kasos orderiai', 'Report for' => 'Ataskaita...', - 'Retained Earnings' => 'Turimi uždarbiai', 'Screen' => 'Ekranas', 'Select all' => 'Išrinkti viską', + 'Select from one of the names below' => 'Išrinkite vieną iš pavadinimų apačioje', + 'Select from one of the projects below' => 'Išrinkite vieną iš projektų apačioje', 'Select postscript or PDF!' => 'Išrinkite postscript arba PDF!', 'Sep' => 'Rgs', 'September' => 'Rūgsėjis', @@ -81,36 +90,53 @@ $self{texts} = { 'Tax' => 'Mokėstis', 'Tax collected' => 'Mokesčiai surinkti', 'Tax paid' => 'Mokesčiai sumokėti', + 'To' => 'iki', 'Total' => 'Iš viso', 'Trial Balance' => 'Bandomasis balansas', 'Vendor' => 'Tiekėjas', + 'Vendor not on file!' => 'Tokio tiekėjo nėra!', 'as at' => 'kaip', - 'collected on sales' => 'surinkta per pardavimus', 'for Period' => 'periodui', - 'paid on purchases' => 'apmokėta per pirkimus', - 'to' => 'iki', }; $self{subs} = { + 'acc_menu' => 'acc_menu', + 'add_transaction' => 'add_transaction', 'aging' => 'aging', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', 'continue' => 'continue', + 'display' => 'display', 'e_mail' => 'e_mail', 'generate_ap_aging' => 'generate_ap_aging', 'generate_ar_aging' => 'generate_ar_aging', 'generate_balance_sheet' => 'generate_balance_sheet', 'generate_income_statement' => 'generate_income_statement', + 'generate_projects' => 'generate_projects', 'generate_tax_report' => 'generate_tax_report', 'generate_trial_balance' => 'generate_trial_balance', + 'gl_transaction' => 'gl_transaction', 'list_accounts' => 'list_accounts', 'list_payments' => 'list_payments', + 'menubar' => 'menubar', + 'name_selected' => 'name_selected', + 'payment_subtotal' => 'payment_subtotal', 'print' => 'print', 'print_form' => 'print_form', 'print_options' => 'print_options', + 'project_selected' => 'project_selected', 'report' => 'report', + 'sales_invoice_' => 'sales_invoice_', + 'section_menu' => 'section_menu', 'select_all' => 'select_all', + 'select_name' => 'select_name', + 'select_project' => 'select_project', 'send_email' => 'send_email', 'statement_details' => 'statement_details', 'tax_subtotal' => 'tax_subtotal', + 'vendor_invoice_' => 'vendor_invoice_', 'tęsti' => 'continue', 'e_paštas' => 'e_mail', 'spausdinti' => 'print', |