diff options
Diffstat (limited to 'sql-ledger/locale/se/arap')
-rw-r--r-- | sql-ledger/locale/se/arap | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/sql-ledger/locale/se/arap b/sql-ledger/locale/se/arap new file mode 100644 index 000000000..b1b4931fc --- /dev/null +++ b/sql-ledger/locale/se/arap @@ -0,0 +1,30 @@ +$self{texts} = { + 'Address' => 'Adress', + 'Continue' => 'Fortsätt', + 'Customer not on file!' => 'Kund finns ej', + 'Description' => 'Beskrivning', + 'Number' => 'Nummer', + 'Project not on file!' => 'Projekt finns ej', + 'Select from one of the names below' => 'Välj ett av namnen nedan', + 'Select from one of the projects below' => 'Välj ett av projekten nedan', + 'Vendor not on file!' => 'Leverantör finns ej', +}; + +$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_', + 'fortsätt' => 'continue', +}; + +1; |