From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/lt/arap | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100755 locale/lt/arap (limited to 'locale/lt/arap') diff --git a/locale/lt/arap b/locale/lt/arap new file mode 100755 index 00000000..0eeb18b8 --- /dev/null +++ b/locale/lt/arap @@ -0,0 +1,50 @@ +$self{charset} = 'ISO-8859-13'; + +$self{texts} = { + 'Address' => 'Adresas', + 'Bcc' => 'Bcc', + 'Cc' => 'Cc', + 'Continue' => 'Tęsti', + 'Customer not on file!' => 'Tokio kliento nėra!', + 'Date' => 'Data', + 'Description' => 'Aprašymas', + 'E-mail' => 'E-paštas', + 'Message' => 'Žinutė', + 'Number' => 'Numeris', + 'Print' => 'Spausdinti', + 'Project not on file!' => 'Nėra tokio projekto!', + 'Reference' => 'Nuorodos', + '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', + 'Subject' => 'Dalykas', + 'To' => 'iki', + 'Vendor not on file!' => 'Tokio tiekėjo nėra!', +}; + +$self{subs} = { + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'delete_schedule' => 'delete_schedule', + 'gl_transaction' => 'gl_transaction', + 'name_selected' => 'name_selected', + 'post_as_new' => 'post_as_new', + 'print_and_post_as_new' => 'print_and_post_as_new', + 'project_selected' => 'project_selected', + 'rebuild_vc' => 'rebuild_vc', + 'repost' => 'repost', + 'reprint' => 'reprint', + 'sales_invoice_' => 'sales_invoice_', + 'save_schedule' => 'save_schedule', + 'schedule' => 'schedule', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'vendor_invoice_' => 'vendor_invoice_', + 'tęsti' => 'continue', +}; + +1; + -- cgit v1.2.3