summaryrefslogtreecommitdiff
path: root/locale/lv/arap
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/arap
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/arap')
-rwxr-xr-xlocale/lv/arap53
1 files changed, 53 insertions, 0 deletions
diff --git a/locale/lv/arap b/locale/lv/arap
new file mode 100755
index 00000000..df2e7e14
--- /dev/null
+++ b/locale/lv/arap
@@ -0,0 +1,53 @@
+$self{charset} = 'ISO-8859-13';
+
+$self{texts} = {
+ 'Address' => 'Adrese',
+ 'Bcc' => 'Bcc',
+ 'Cc' => 'Cc',
+ 'Continue' => 'Turpināt',
+ 'Customer not on file!' => 'Nav tāda klienta!',
+ 'Date' => 'Datums',
+ 'Description' => 'Apraksts',
+ 'E-mail' => 'E-pasts',
+ 'Message' => 'Paziņojums',
+ 'Number' => 'Numurs',
+ 'Print' => 'Drukāt',
+ 'Project not on file!' => 'Nav tāda projekta!',
+ 'Reference' => 'Norāde',
+ 'Select from one of the names below' => 'Atlasīt vienu no sekojošiem nosaukumiem',
+ 'Select from one of the projects below' => 'Atlasīt vienu no sekojošiem projektiem',
+ 'Startdate' => 'Sākuma datums',
+ 'Subject' => 'Temats',
+ 'To' => 'uz',
+ 'Vendor not on file!' => 'Nav tāda pārdevēja!',
+ 'Warning!' => 'Brīdinājums!',
+ 'sent' => 'nosūtīts',
+};
+
+$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_',
+ 'turpināt' => 'continue',
+};
+
+1;
+