summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/se/cp
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/se/cp')
-rw-r--r--sql-ledger/locale/se/cp75
1 files changed, 75 insertions, 0 deletions
diff --git a/sql-ledger/locale/se/cp b/sql-ledger/locale/se/cp
new file mode 100644
index 0000000..c6b1f47
--- /dev/null
+++ b/sql-ledger/locale/se/cp
@@ -0,0 +1,75 @@
+$self{texts} = {
+ 'Account' => 'Konto',
+ 'Address' => 'Adress',
+ 'Amount' => 'Belopp',
+ 'Amount does not equal applied!' => 'Förfallet belopp stämmer ej med det tillagda',
+ 'Amount missing!' => 'Summa saknas',
+ 'Applied' => 'Tillagt',
+ 'Cannot post payment!' => 'Kan inte lägga till betalning',
+ 'Cannot process payment for a closed period!' => 'Kan inte processa betalning för en avslutad period',
+ 'Check' => 'Check',
+ 'Check printed!' => 'Check utskriven',
+ 'Check printing failed!' => 'Utskrift av check misslyckades',
+ 'Continue' => 'Fortsätt',
+ 'Currency' => 'Valuta',
+ 'Customer' => 'Kund',
+ 'Customer not on file!' => 'Kund finns ej',
+ 'Date' => 'Datum',
+ 'Date missing!' => 'Datum saknas',
+ 'Description' => 'Beskrivning',
+ 'Due' => 'Förfallen',
+ 'Exchangerate' => 'Växlingskurs',
+ 'From' => 'Från',
+ 'Invoice' => 'Faktura',
+ 'Invoices' => 'Fakturor',
+ 'Nothing applied!' => 'Ingenting lades till',
+ 'Number' => 'Nummer',
+ 'Paid in full' => 'Slutbetalt',
+ 'Payment' => 'Betalning',
+ 'Payment posted!' => 'Betalning postad',
+ 'Post' => 'Lägg till',
+ 'Print' => 'Skriv ut',
+ 'Printer' => 'Skrivare',
+ 'Project not on file!' => 'Projekt finns ej',
+ 'Receipt' => 'Kvitto',
+ 'Reference' => 'Referens',
+ 'Screen' => 'Skärm',
+ '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',
+ 'To' => 'Till',
+ 'Update' => 'Uppdatera',
+ 'Vendor' => 'Leverantör',
+ 'Vendor not on file!' => 'Leverantör finns ej',
+};
+
+$self{subs} = {
+ 'add_transaction' => 'add_transaction',
+ 'ap_transaction' => 'ap_transaction',
+ 'ar_transaction' => 'ar_transaction',
+ 'check_form' => 'check_form',
+ 'check_name' => 'check_name',
+ 'check_project' => 'check_project',
+ 'continue' => 'continue',
+ 'customer_details' => 'customer_details',
+ 'form_footer' => 'form_footer',
+ 'form_header' => 'form_header',
+ 'gl_transaction' => 'gl_transaction',
+ 'list_invoices' => 'list_invoices',
+ 'name_selected' => 'name_selected',
+ 'payment' => 'payment',
+ 'post' => 'post',
+ 'print' => 'print',
+ 'project_selected' => 'project_selected',
+ 'purchase_invoice' => 'purchase_invoice',
+ 'sales_invoice' => 'sales_invoice',
+ 'select_name' => 'select_name',
+ 'select_project' => 'select_project',
+ 'update' => 'update',
+ 'vendor_details' => 'vendor_details',
+ 'fortsätt' => 'continue',
+ 'lägg_till' => 'post',
+ 'skriv_ut' => 'print',
+ 'uppdatera' => 'update',
+};
+
+1;