1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Update lang files

This commit is contained in:
Hillel Coren 2019-10-06 12:26:26 +03:00
parent 21c4721942
commit e106eda7e2
34 changed files with 1468 additions and 817 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
/public/vendor
/resources/assets/bower
/storage/*.key
/storage/documents
/bootstrap/compiled.php
/bootstrap/environment.php
/vendor

View File

@ -381,7 +381,7 @@ if (! defined('APP_NAME')) {
define('NINJA_APP_URL', env('NINJA_APP_URL', 'https://app.invoiceninja.com'));
define('NINJA_DOCS_URL', env('NINJA_DOCS_URL', 'https://invoice-ninja.readthedocs.io/en/latest'));
define('NINJA_DATE', '2000-01-01');
define('NINJA_VERSION', '4.5.14' . env('NINJA_VERSION_SUFFIX'));
define('NINJA_VERSION', '4.5.15' . env('NINJA_VERSION_SUFFIX'));
define('NINJA_TERMS_VERSION', '1.0.1');
define('SOCIAL_LINK_FACEBOOK', env('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja'));

View File

@ -59,7 +59,7 @@ author = u'Invoice Ninja'
# The short X.Y version.
version = u'4.5'
# The full version, including alpha/beta/rc tags.
release = u'4.5.14'
release = u'4.5.15'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1457,6 +1457,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Счетоводство и правни услуги',
@ -3178,6 +3179,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1456,6 +1456,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3177,6 +3178,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1458,6 +1458,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3179,6 +3180,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ $LANG = array(
'payment_terms' => 'Zahlungsbedingungen',
'currency_id' => 'Währung',
'size_id' => 'Firmengröße',
'industry_id' => 'Kategorie',
'industry_id' => 'Branche',
'private_notes' => 'Private Notizen',
'invoice' => 'Rechnung',
'client' => 'Kunde',
@ -758,10 +758,10 @@ $LANG = array(
'activity_4' => ':user erstellte Rechnung :invoice',
'activity_5' => ':user aktualisierte Rechnung :invoice',
'activity_6' => ':user mailte Rechnung :invoice für :client an :contact',
'activity_7' => ':contact viewed invoice :invoice for :client',
'activity_7' => ':contact schaute Rechnung :invoice für :client an',
'activity_8' => ':user archivierte Rechnung :invoice',
'activity_9' => ':user löschte Rechnung :invoice',
'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client',
'activity_10' => ':contact gab Zahlungsinformation :payment über :payment_amount für Rechnung :invoice für Kunde :client',
'activity_11' => ':user aktualisierte Zahlung :payment',
'activity_12' => ':user archivierte Zahlung :payment',
'activity_13' => ':user löschte Zahlung :payment',
@ -771,7 +771,7 @@ $LANG = array(
'activity_17' => ':user löschte :credit Guthaben',
'activity_18' => ':user erstellte Angebot :quote',
'activity_19' => ':user aktualisierte Angebot :quote',
'activity_20' => ':user emailed quote :quote for :client to :contact',
'activity_20' => ':user mailte Angebot :quote für :client an :contact',
'activity_21' => ':contact schaute Angebot :quote an',
'activity_22' => ':user archivierte Angebot :quote',
'activity_23' => ':user löschte Angebot :quote',
@ -1457,6 +1457,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'payment_type_SEPA' => 'SEPA-Lastschriftverfahren',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Buchhaltung und Rechnungswesen',
@ -1775,7 +1776,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'lang_Macedonian' => 'Mazedonier',
'lang_Chinese - Taiwan' => 'Chinesisch - Taiwan',
'lang_Serbian' => 'Serbisch',
'lang_Bulgarian' => 'Bulgarian',
'lang_Bulgarian' => 'Bulgarisch',
// Industries
'industry_Accounting & Legal' => 'Buchhaltung und Rechnungswesen',
@ -1957,7 +1958,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'all_pro_fetaures' => 'Zusätzlich alle Pro Funktionen!',
'currency_symbol' => 'Währungssymbol',
'currency_code' => 'Währungssymbol',
'currency_code' => 'Währungscode',
'buy_license' => 'Lizenz kaufen',
'apply_license' => 'Lizenz anwenden',
@ -2147,8 +2148,8 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'recipients' => 'Empfänger',
'save_as_default' => 'Als Standard speichern',
'template' => 'Vorlage',
'start_of_week_help' => 'Verwendet von <b>Datums</b>selektoren',
'financial_year_start_help' => 'Verwendet von <b>Datum-Bereichs</b>selektoren',
'start_of_week_help' => 'Verwendet von <b>Datumsselektoren</b>',
'financial_year_start_help' => 'Verwendet von <b>Datumsbereichsselektoren</b>',
'reports_help' => 'Umschalt + Klicken, um nach mehreren Spalten zu sortieren, Strg + Klicken, um die Gruppierung zu löschen.',
'this_year' => 'Dieses Jahr',
@ -2467,12 +2468,12 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'currency_albanian_lek' => 'Albanische Lek',
'currency_serbian_dinar' => 'Serbische Dinar',
'currency_lebanese_pound' => 'Libanesische Pfund',
'currency_armenian_dram' => 'Armenian Dram',
'currency_azerbaijan_manat' => 'Azerbaijan Manat',
'currency_bosnia_and_herzegovina_convertible_mark' => 'Bosnia and Herzegovina Convertible Mark',
'currency_belarusian_ruble' => 'Belarusian Ruble',
'currency_moldovan_leu' => 'Moldovan Leu',
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_armenian_dram' => 'Armenischer Dram',
'currency_azerbaijan_manat' => 'Aserbaidschan-Manat',
'currency_bosnia_and_herzegovina_convertible_mark' => 'Bosnien und Herzegovina Konvertible Mark',
'currency_belarusian_ruble' => 'Weißrussischer Rubel',
'currency_moldovan_leu' => 'Moldauischer Leu',
'currency_kazakhstani_tenge' => 'Kasachischer Tenge',
'currency_gibraltar_pound' => 'Gibraltar-Pfund',
'review_app_help' => 'Wir hoffen, dass Ihnen die App gefällt. Wenn Sie :link in Betracht ziehen würden, wären wir Ihnen sehr dankbar!',
@ -3161,23 +3162,43 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'design' => 'Design',
'password_is_too_short' => 'Das Passwort ist zu kurz',
'failed_to_find_record' => 'Datensatz konnte nicht gefunden werden',
'valid_until_days' => 'Valid Until',
'valid_until_days_help' => 'Automatically sets the <b>Valid Until</b> value on quotes to this many days in the future. Leave blank to disable.',
'usually_pays_in_days' => 'Days',
'requires_an_enterprise_plan' => 'Requires an enterprise plan',
'take_picture' => 'Take Picture',
'upload_file' => 'Upload File',
'new_document' => 'New Document',
'edit_document' => 'Edit Document',
'uploaded_document' => 'Successfully uploaded document',
'updated_document' => 'Successfully updated document',
'archived_document' => 'Successfully archived document',
'deleted_document' => 'Successfully deleted document',
'restored_document' => 'Successfully restored document',
'no_history' => 'No History',
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'valid_until_days' => 'Gültig bis',
'valid_until_days_help' => 'Setzt <b>Gültig bis</b> von Angeboten automatisch auf die Anzahl der Tage in der Zukunft. Zum deaktivieren Feld frei lassen. ',
'usually_pays_in_days' => 'Tage',
'requires_an_enterprise_plan' => 'Benötigt einen Enterprise Plan',
'take_picture' => 'Bild aufnehmen',
'upload_file' => 'Datei hochladen',
'new_document' => 'Neues Dokument',
'edit_document' => 'Dokument bearbeiten',
'uploaded_document' => 'Dokument erfolgreich hochgeladen',
'updated_document' => 'Dokument erfolgreich aktualisiert',
'archived_document' => 'Dokument erfolgreich archiviert',
'deleted_document' => 'Dokument erfolgreich gelöscht',
'restored_document' => 'Dokument erfolgreich wiederhergestellt',
'no_history' => 'Kein Verlauf',
'expense_status_1' => 'Aufgezeichnet',
'expense_status_2' => 'Ausstehend',
'expense_status_3' => 'Fakturiert',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -760,7 +760,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'activity_7' => 'Η επαφή :contact είδε το τιμολόγιο :invoice για τον πελάτη :client',
'activity_8' => 'Ο χρήστης :user αρχειοθέτησε το τιμολόγιο :invoice',
'activity_9' => 'Ο χρήστης :user διέγραψε το τιμολόγιο :invoice',
'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client',
'activity_10' => 'Η επαφή :contact καταχώρησε την πληρωμή ποσού :payment_amount για το τιμολόγιο :invoice για τον πελάτη :client',
'activity_11' => 'Ο χρήστης :user ενημέρωσε την πληρωμή :payment',
'activity_12' => 'Ο χρήστης :user αρχειοθέτησε την πληρωμή :payment',
'activity_13' => 'Ο χρήστης :user διέγραψε την πληρωμή :payment',
@ -1456,6 +1456,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'payment_type_SEPA' => 'Απευθείας πίστωση SEPA',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Λογιστικά & Νομικά',
@ -1774,7 +1775,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'lang_Macedonian' => 'Μακεδονικά',
'lang_Chinese - Taiwan' => 'Κινέζικα Ταϊβάν',
'lang_Serbian' => 'Σέρβικα',
'lang_Bulgarian' => 'Bulgarian',
'lang_Bulgarian' => 'Βουλγάρικα',
// Industries
'industry_Accounting & Legal' => 'Λογιστικά & Νομικά',
@ -3163,20 +3164,40 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'valid_until_days' => 'Έγκυρο Έως',
'valid_until_days_help' => 'Ορίστε αυτόματα την τιμή <b>Έγκυρο Έως</b> στις προσφορές τόσες μέρες στο μέλλον. Αφήστε κενό για απενεργοποίηση.',
'usually_pays_in_days' => 'Ημέρες',
'requires_an_enterprise_plan' => 'Requires an enterprise plan',
'take_picture' => 'Take Picture',
'upload_file' => 'Upload File',
'new_document' => 'New Document',
'edit_document' => 'Edit Document',
'uploaded_document' => 'Successfully uploaded document',
'updated_document' => 'Successfully updated document',
'archived_document' => 'Successfully archived document',
'deleted_document' => 'Successfully deleted document',
'restored_document' => 'Successfully restored document',
'no_history' => 'No History',
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'requires_an_enterprise_plan' => 'Απαιτεί ένα επαγγελματικό πλάνο',
'take_picture' => 'Λήψη Φωτογραφίας',
'upload_file' => 'Μεταφόρτωση Αρχείου',
'new_document' => 'Νέο έγγραφο',
'edit_document' => 'Επεξεργασία Εγγράφου',
'uploaded_document' => 'Επιτυχής μεταφόρτωση αρχείου',
'updated_document' => 'Επιτυχής ενημέρωση αρχείου',
'archived_document' => 'Επιτυχής αρχειοθέτηση αρχείου',
'deleted_document' => 'Επιτυχής διαγραφή αρχείου',
'restored_document' => 'Επιτυχής επαναφορά αρχείου',
'no_history' => 'Δεν υπάρχει ιστορικό',
'expense_status_1' => 'Καταγεγραμμένο',
'expense_status_2' => 'Σε αναμονή',
'expense_status_3' => 'Τιμολογημένο',
'no_record_selected' => 'Δεν έχουν επιλεγεί πεδία.',
'error_unsaved_changes' => 'Παρακαλούμε σώστε ή ακυρώστε τις αλλαγές σας.',
'thank_you_for_your_purchase' => 'Ευχαριστούμε για την αγορά σας!',
'redeem' => 'Εξαργύρωσε',
'back' => 'Πίσω',
'past_purchases' => 'Παρελθόντες Αγορές',
'annual_subscription' => 'Ετη΄σια Συνδρομή',
'pro_plan' => 'Επαγγελματικό Πλάνο',
'enterprise_plan' => 'Εταιρικό Πλάνο',
'count_users' => ':count χρήστες',
'upgrade' => 'Αναβάθμιση',
'please_enter_a_first_name' => 'Παρακαλούμε εισάγετε μικρό όνομα',
'please_enter_a_last_name' => 'Παρακαλούμε εισάγετε επώνυμο',
'please_agree_to_terms_and_privacy' => 'Παρακαλούμε συμφωνήστε με τους όρους χρήσης και την πολιτική απορρήτου για να δημιουργήσετε ένα λογαριασμό.',
'i_agree_to_the' => 'Συμφωνώ με το',
'terms_of_service_link' => 'όροι της υπηρεσίας',
'privacy_policy_link' => 'πολιτική απορρήτου',
'view_website' => 'Εμφάνιση Ιστοσελίδας',
'create_account' => 'Δημιουργία Λογαριασμού',
'email_login' => 'Είσοδος με Email',
);
return $LANG;

View File

@ -1456,6 +1456,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3177,6 +3178,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1456,6 +1456,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3177,6 +3178,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -251,7 +251,7 @@ $LANG = array(
'invoice_link_message' => 'Para visualizar la factura de cliente, haz clic en el enlace a continuación:',
'notification_invoice_paid_subject' => 'La factura :invoice ha sido pagada por el cliente :client',
'notification_invoice_sent_subject' => 'La factura :invoice ha sido enviada a el cliente :client',
'notification_invoice_viewed_subject' => 'La factura :invoice ha sido visualizado por el cliente:client',
'notification_invoice_viewed_subject' => 'La factura :invoice ha sido visualizada por el cliente:client',
'notification_invoice_paid' => 'Un pago por importe de :amount ha sido realizado por el cliente :client correspondiente a la factura :invoice.',
'notification_invoice_sent' => 'La factura :invoice por importe de :amount fue enviada al cliente :cliente.',
'notification_invoice_viewed' => 'La factura :invoice por importe de :amount fue visualizada por el cliente :client.',
@ -1454,6 +1454,7 @@ $LANG = array(
'payment_type_SEPA' => 'Débito Directo SEPA',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3175,6 +3176,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1446,6 +1446,7 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Contabilidad y legal',
@ -3167,6 +3168,26 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -66,10 +66,10 @@ $LANG = array(
'email_invoice' => 'Lähetä lasku sähköpostitse',
'enter_payment' => 'Kirjaa maksu',
'tax_rates' => 'Vero määrä',
'rate' => 'Rate',
'rate' => 'á hinta',
'settings' => 'Asetukset',
'enable_invoice_tax' => 'Enable specifying an <b>invoice tax</b>',
'enable_line_item_tax' => 'Enable specifying <b>line item taxes</b>',
'enable_invoice_tax' => 'Ota käyttöön määrittämällä <b>laskuvero</b>',
'enable_line_item_tax' => 'Ota käyttöön <b>verot tuoteriveille</b>',
'dashboard' => 'Hallintapaneeli',
'dashboard_totals_in_all_currencies_help' => 'Note: add a :link named ":name" to show the totals using a single base currency.',
'clients' => 'Asiakkaat',
@ -82,7 +82,7 @@ $LANG = array(
'guest' => 'Vieras',
'company_details' => 'Yrityksen yhteystiedot',
'online_payments' => 'Online maksut',
'notifications' => 'Notifications',
'notifications' => 'Sähköposti ilmoitukset',
'import_export' => 'Tuonti | Vienti',
'done' => 'Valmis',
'save' => 'Tallenna',
@ -104,7 +104,7 @@ $LANG = array(
<li>":YEAR+1 yearly subscription" >> "2015 Yearly Subscription"</li>
<li>"Retainer payment for :QUARTER+1" >> "Retainer payment for Q2"</li>
</ul>',
'recurring_quotes' => 'Recurring Quotes',
'recurring_quotes' => 'Toistuvat tarjoukset',
'in_total_revenue' => 'kokonaistuloja',
'billed_client' => 'Laskutettu asiakas',
'billed_clients' => 'Laskutetut asiakaat',
@ -189,7 +189,7 @@ $LANG = array(
'clients_will_create' => 'Asiakkaita luodaan',
'email_settings' => 'Sähköpostin asetukset',
'client_view_styling' => 'Muokkaa asiakkaan näky',
'pdf_email_attachment' => 'Attach PDF',
'pdf_email_attachment' => 'Liitä PDF-lasku',
'custom_css' => 'Mukautettu CSS',
'import_clients' => 'Tuo asiakkaan tiedot',
'csv_file' => 'CSV tiedosto',
@ -203,7 +203,7 @@ $LANG = array(
'limit_clients' => 'Pahoittelut, tämä ylittää :count asiakkaan rajan',
'payment_error' => 'Maksukäsittelyssä ilmeni ongelma. Yrittäkää myöhemmin uudelleen.',
'registration_required' => 'Rekisteröidy lähettääksesi laskun',
'confirmation_required' => 'Please confirm your email address, :link to resend the confirmation email.',
'confirmation_required' => 'Ole hyvä ja vahvista sähköpostiosoitteesi, :link paina tästä uudelleenlähettääksesi vahvistussähköpostin. ',
'updated_client' => 'Asiakas on päivitetty onnistuneesti',
'created_client' => 'Luotin onnistuneesti asiakas',
'archived_client' => 'Asiakas on arkistoitu onnistuneesti',
@ -243,7 +243,7 @@ Lasku poistettiin (if only one, alternative)',
'confirmation_subject' => 'Invoice Ninja -tilin vahvistus',
'confirmation_header' => 'Tilin varmistus',
'confirmation_message' => 'Ystävällisesti seuratkaa alla oleva linkkiä varmistaaksesi tilisi. ',
'invoice_subject' => 'New invoice :number from :account',
'invoice_subject' => 'Uusi :account lasku :invoice',
'invoice_message' => 'Nähdäksesi laskun summalle :amount, paina alla olevaa linkkiä.',
'payment_subject' => 'Maksu vastaanotettu',
'payment_message' => 'Kiitos :amount maksustasi.',
@ -265,7 +265,7 @@ Lasku poistettiin (if only one, alternative)',
'cvv' => 'CVV',
'logout' => 'Kirjaudu ulos',
'sign_up_to_save' => 'Rekisteröidy tallentaaksesi työsi',
'agree_to_terms' => 'I agree to the :terms',
'agree_to_terms' => 'Hyväksyn Invoice Ninjan :terms',
'terms_of_service' => 'Käyttöehdot',
'email_taken' => 'Sähköpostiosoite on jo rekisteröity',
'working' => 'Mietti',
@ -310,7 +310,7 @@ Lasku poistettiin (if only one, alternative)',
'specify_colors' => 'Tarkenna värit',
'specify_colors_label' => 'Valitsee laskussa käytettävät värit',
'chart_builder' => 'Kaavion rakentaminen',
'ninja_email_footer' => 'Created by :site | Create. Send. Get Paid.',
'ninja_email_footer' => 'Luotu käyttäen :site | Luo. Lähetä. Vastaanota maksut.',
'go_pro' => 'Ala PRO:ksi',
'quote' => 'Tarjous',
'quotes' => 'Tarjousta',
@ -328,7 +328,7 @@ Lasku poistettiin (if only one, alternative)',
'delete_quote' => 'Poista tarjous',
'save_quote' => 'Tallenna tarjous',
'email_quote' => 'Lähetä tarjous',
'clone_quote' => 'Clone To Quote',
'clone_quote' => 'Kopioi tarjous',
'convert_to_invoice' => 'Muuta laskuksi',
'view_invoice' => 'Katso lasku',
'view_client' => 'Katso asiakasta',
@ -342,7 +342,7 @@ Lasku poistettiin (if only one, alternative)',
'deleted_quote' => 'Tarjous on poistettu onnistuneesti',
'deleted_quotes' => ':count tarjous(ta) poistettu onnistuneesti',
'converted_to_invoice' => 'Tarjous muutettiin onnistuneesti laskuksi',
'quote_subject' => 'New quote :number from :account',
'quote_subject' => 'Uusi tarjous :quote yritykseltä :account',
'quote_message' => 'Nähdäksesi tarjouksen summalla :amount, paina alla olevaa linkkiä.',
'quote_link_message' => 'Paina linkkiä alla nähdäksesi asiakastarjouksen:',
'notification_quote_sent_subject' => 'Tarjous :invoice on lähetetty asiakkaalle :client',
@ -1458,6 +1458,7 @@ Lasku poistettiin (if only one, alternative)',
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3179,6 +3180,26 @@ Lasku poistettiin (if only one, alternative)',
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -754,7 +754,7 @@ $LANG = array(
'activity_7' => ':contact a vu la facture :invoice pour :client',
'activity_8' => ':user a archivé la facture :invoice',
'activity_9' => ':user a supprimé la facture :invoice',
'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client',
'activity_10' => ':contact a saisi un paiement :payment concernant :invoice pour :invoiceclient',
'activity_11' => ':user a mis à jour le moyen de paiement :payment',
'activity_12' => ':user a archivé le moyen de paiement :payment',
'activity_13' => ':user a supprimé le moyen de paiement :payment',
@ -1450,6 +1450,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'payment_type_SEPA' => 'Prélèvement automatique/domiciliation SEPA',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Comptabilité & Légal',
@ -1768,7 +1769,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'lang_Macedonian' => 'Macedoine',
'lang_Chinese - Taiwan' => 'Chine -Taiwan',
'lang_Serbian' => 'Serbe',
'lang_Bulgarian' => 'Bulgarian',
'lang_Bulgarian' => 'Bulgare',
// Industries
'industry_Accounting & Legal' => 'Comptabilité & Légal',
@ -2037,7 +2038,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'updated_credit' => 'Le crédit a été mis à jour',
'edit_credit' => 'Éditer le crédit',
'realtime_preview' => 'Aperçu en temps réel',
'realtime_preview_help' => 'Realtime refresh PDF preview on the invoice page when editing invoice.<br/>Disable this to improve performance when editing invoices.',
'realtime_preview_help' => 'Επισκόπηση του νέου PDF που αναγράφεται στο τιμολόγιο σε πραγματικό χρόνο, κατά την έκδοση τιμολογίου. Απενεργοποιήστε αυτό για να βελτιώσετε την απόδοση κατά την έκδοση τιμολογίων. ',
'live_preview_help' => 'Afficher un aperçu du PDF en direct sur la page de la facture.',
'force_pdfjs_help' => 'Remplacer le lecteur PDF intégré dans :chrome_link et dans :firefox_link.<br/>Activez cette fonctionnalité si votre navigateur télécharge automatiquement les fichiers PDF.',
'force_pdfjs' => 'Empêcher le téléchargement',
@ -2931,7 +2932,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'items' => 'Articles ',
'partial_deposit' => 'Depot Partial ',
'add_item' => 'Ajouter Article ',
'total_amount' => 'Monte Totale ',
'total_amount' => 'Montant Total ',
'pdf' => 'Fichier PDF',
'invoice_status_id' => 'Etat de Facture',
'click_plus_to_add_item' => 'Cliquer pour ajouter un article (objet)',
@ -3154,23 +3155,43 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'design' => 'Design',
'password_is_too_short' => 'Mot de passe trop court',
'failed_to_find_record' => 'Élément non trouvé',
'valid_until_days' => 'Valid Until',
'valid_until_days_help' => 'Automatically sets the <b>Valid Until</b> value on quotes to this many days in the future. Leave blank to disable.',
'usually_pays_in_days' => 'Days',
'requires_an_enterprise_plan' => 'Requires an enterprise plan',
'take_picture' => 'Take Picture',
'upload_file' => 'Upload File',
'new_document' => 'New Document',
'edit_document' => 'Edit Document',
'uploaded_document' => 'Successfully uploaded document',
'updated_document' => 'Successfully updated document',
'archived_document' => 'Successfully archived document',
'deleted_document' => 'Successfully deleted document',
'restored_document' => 'Successfully restored document',
'no_history' => 'No History',
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'valid_until_days' => 'Ισχύει Μέχρι',
'valid_until_days_help' => 'Ρυθμίζει αυτόματα το 1 Ισχύει Μέχρι το 1 η τιμή στις προσφορές σε αυτό για πολλές μέρες στο μέλλον. Αφήστε καινό για απενεργοποίηση.',
'usually_pays_in_days' => 'Jours',
'requires_an_enterprise_plan' => 'Χρειάζεται πλάνο επιχείρησης',
'take_picture' => 'Φωτογραφίσετε ',
'upload_file' => 'Ανεβάστε Φάκελλο',
'new_document' => 'Νέο Έγγραφο ',
'edit_document' => 'Εκδώσετε Έγγραφο ',
'uploaded_document' => 'Έγγραφο που εστάλη με επιτυχία ',
'updated_document' => 'Document mis à jour avec succès',
'archived_document' => 'Document archivé avec succès',
'deleted_document' => 'Το έγγραφο που διαγράφηκε με επιτυχία',
'restored_document' => 'Το έγγραφο διορθώθηκε με εππιτυχία',
'no_history' => 'Κανένα Ιστορικό',
'expense_status_1' => 'Σύνδεση',
'expense_status_2' => 'Σε εκκρεμότητα',
'expense_status_3' => 'Με τιμολόγιο',
'no_record_selected' => 'Aucun enregistrement sélectionné',
'error_unsaved_changes' => 'Veuillez enregistrer ou annuler vos modifications',
'thank_you_for_your_purchase' => 'Merci pour votre achat !',
'redeem' => 'Rembourser',
'back' => 'Retour',
'past_purchases' => 'Achats antérieurs',
'annual_subscription' => 'Abonnement annuel',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count utilisateur(s)',
'upgrade' => 'Mettre à niveau',
'please_enter_a_first_name' => 'Veuillez entrer un prénom',
'please_enter_a_last_name' => 'Veuillez entrer un nom',
'please_agree_to_terms_and_privacy' => 'Veuillez accepter les conditions d\'utilisation et la politique de confidentialité pour créer un compte.',
'i_agree_to_the' => 'J\'accepte les',
'terms_of_service_link' => 'Conditions d\'utilisation',
'privacy_policy_link' => 'Politique de confidentialité',
'view_website' => 'Voir le site Web',
'create_account' => 'Créer un compte',
'email_login' => 'Email de connexion',
);
return $LANG;

View File

@ -1447,6 +1447,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'payment_type_SEPA' => 'SEPA Débit direct',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Administration',
@ -1765,7 +1766,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'lang_Macedonian' => 'Macédonien',
'lang_Chinese - Taiwan' => 'Chinois - Taiwan',
'lang_Serbian' => 'Serbe',
'lang_Bulgarian' => 'Bulgarian',
'lang_Bulgarian' => 'Bulgare',
// Industries
'industry_Accounting & Legal' => 'Administration',
@ -3155,20 +3156,40 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette
'valid_until_days' => 'Valable jusque',
'valid_until_days_help' => 'Définit automatiquement la valeur <b>Valable jusque</b> sur les soumissions pour autant de jours à venir. Laissez vide pour désactiver.',
'usually_pays_in_days' => 'Jours',
'requires_an_enterprise_plan' => 'Requires an enterprise plan',
'take_picture' => 'Take Picture',
'upload_file' => 'Upload File',
'new_document' => 'New Document',
'edit_document' => 'Edit Document',
'uploaded_document' => 'Successfully uploaded document',
'updated_document' => 'Successfully updated document',
'archived_document' => 'Successfully archived document',
'deleted_document' => 'Successfully deleted document',
'restored_document' => 'Successfully restored document',
'no_history' => 'No History',
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'requires_an_enterprise_plan' => 'Le plan Entreprise est requis',
'take_picture' => 'Prendre un photo',
'upload_file' => 'Téléverser un fichier',
'new_document' => 'Nouveau document',
'edit_document' => 'Éditer un document',
'uploaded_document' => 'Le document a été téléversé',
'updated_document' => 'Le document a été mis à jour',
'archived_document' => 'Le document a été archivé',
'deleted_document' => 'Le document a été supprimé',
'restored_document' => 'Le document a été restauré',
'no_history' => 'Aucun historique',
'expense_status_1' => 'Connecté',
'expense_status_2' => 'En attente',
'expense_status_3' => 'Facturé',
'no_record_selected' => 'Aucun enregistrement sélectionné',
'error_unsaved_changes' => 'Veuillez sauvegarder ou annuler vos modifications',
'thank_you_for_your_purchase' => 'Merci de votre achat!',
'redeem' => 'Rembourser',
'back' => 'Retour',
'past_purchases' => 'Achats précédents',
'annual_subscription' => 'Abonnement annuel',
'pro_plan' => 'Plan Pro',
'enterprise_plan' => 'Plan Entreprise',
'count_users' => ':count utilisateurs',
'upgrade' => 'Mettre à niveau',
'please_enter_a_first_name' => 'Veuillez entrer votre prénom',
'please_enter_a_last_name' => 'Veuillez entrer votre nom',
'please_agree_to_terms_and_privacy' => 'Vous devez accepter les conditions et la politique de confidentialité pour créer un compte.',
'i_agree_to_the' => 'J\'accepte',
'terms_of_service_link' => 'les conditions',
'privacy_policy_link' => 'la politique de confidentialité',
'view_website' => 'Visiter le site web',
'create_account' => 'Créer un compte',
'email_login' => 'Courriel de connexion',
);
return $LANG;

View File

@ -1457,6 +1457,7 @@ Nevažeći kontakt email',
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3179,6 +3180,26 @@ Za pregled vašeg prijedloga iznosa :amount, kliknite donji gumb.',
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1449,6 +1449,7 @@ $LANG = array(
'payment_type_SEPA' => 'Addebito diretto SEPA',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3170,6 +3171,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1456,6 +1456,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3177,6 +3178,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1456,6 +1456,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3177,6 +3178,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1456,6 +1456,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Сметководство и право',
@ -3177,6 +3178,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1456,6 +1456,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Regnskap & Juridisk',
@ -3177,6 +3178,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -8,7 +8,7 @@ $LANG = array(
'work_phone' => 'Telefoon',
'address' => 'Adres',
'address1' => 'Straat',
'address2' => 'Toevoeging/Afdeling',
'address2' => 'Bus',
'city' => 'Plaats',
'state' => 'Staat/Provincie',
'postal_code' => 'Postcode',
@ -1447,6 +1447,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'payment_type_SEPA' => 'SEPA Automatisch incasso',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Boekhouding & juridisch',
@ -1766,7 +1767,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'lang_Macedonian' => 'Macedonisch',
'lang_Chinese - Taiwan' => 'Chinees - Taiwan',
'lang_Serbian' => 'Servisch',
'lang_Bulgarian' => 'Bulgarian',
'lang_Bulgarian' => 'Bulgaars',
// Industries
'industry_Accounting & Legal' => 'Boekhouding & juridisch',
@ -3155,20 +3156,40 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'valid_until_days' => 'Geldig tot',
'valid_until_days_help' => 'Vult automatisch de waarde <b>Geldig tot</b> in op offertes voor dit aantal dagen in de toekomst. Laat leeg om uit te schakelen.',
'usually_pays_in_days' => 'Dagen',
'requires_an_enterprise_plan' => 'Requires an enterprise plan',
'take_picture' => 'Take Picture',
'upload_file' => 'Upload File',
'new_document' => 'New Document',
'edit_document' => 'Edit Document',
'uploaded_document' => 'Successfully uploaded document',
'updated_document' => 'Successfully updated document',
'archived_document' => 'Successfully archived document',
'deleted_document' => 'Successfully deleted document',
'restored_document' => 'Successfully restored document',
'no_history' => 'No History',
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'requires_an_enterprise_plan' => 'Vereist een enterprise plan',
'take_picture' => 'Maak foto',
'upload_file' => 'Upload bestand',
'new_document' => 'Nieuw document',
'edit_document' => 'Bewerk Document',
'uploaded_document' => 'Document succesvol geupload',
'updated_document' => 'Document succesvol geupdate',
'archived_document' => 'Document succesvol gearchiveerd',
'deleted_document' => 'Document succesvol verwijderd',
'restored_document' => 'Document succesvol hersteld',
'no_history' => 'Geen geschiedenis',
'expense_status_1' => 'Gelogged',
'expense_status_2' => 'In afwachting',
'expense_status_3' => 'Gefactureerd',
'no_record_selected' => 'Geen records geselecteerd',
'error_unsaved_changes' => 'Bewaar of annuleer de wijzigingen',
'thank_you_for_your_purchase' => 'Bedankt voor uw aankoop!',
'redeem' => 'Verzilver',
'back' => 'Terug',
'past_purchases' => 'Voorbije aankopen',
'annual_subscription' => 'Jaarlijks abonnement',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count gebruikers',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Vul een voornaam in aub',
'please_enter_a_last_name' => 'Vul een naam in aub',
'please_agree_to_terms_and_privacy' => 'Ga akkoord met de servicevoorwaarden en het privacybeleid om een account aan te maken.',
'i_agree_to_the' => 'Ik ga akkoord met',
'terms_of_service_link' => 'de servicevoorwaarden',
'privacy_policy_link' => 'het privacybeleid',
'view_website' => 'Bekijk website',
'create_account' => 'Account aanmaken',
'email_login' => 'Email login',
);
return $LANG;

View File

@ -1453,6 +1453,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Księgowość i prawo',
@ -3174,6 +3175,26 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1450,6 +1450,7 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique "
'payment_type_SEPA' => 'Débito Direto SEPA',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Contabilidade & Jurídico',
@ -3171,6 +3172,26 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique "
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1447,6 +1447,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Contabilidade & Legislação',
@ -3169,6 +3170,26 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

File diff suppressed because it is too large Load Diff

View File

@ -752,11 +752,11 @@ Ne morete najti računa? Potrebujete dodatno pomoč? Z veseljem bomo pomagali. P
'activity_3' => ':user je odstranil stranko :client',
'activity_4' => ':user je ustvaril račun :invoice',
'activity_5' => ':user je posodobil račun :invoice',
'activity_6' => ':user emailed invoice :invoice for :client to :contact',
'activity_7' => ':contact viewed invoice :invoice for :client',
'activity_6' => ':user je račun :invoice za :client poslal osebi :contact',
'activity_7' => ':contact si je ogledal račun :invoice za :client',
'activity_8' => ':user je arhiviral račun :invoice',
'activity_9' => ':user je odstranil račun :invoice',
'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client',
'activity_10' => ':contact je vnesel plačilo :payment v znesku :payment_amount na računu :invoice za :client',
'activity_11' => ':user je posodobil plačilo :payment',
'activity_12' => ':user je arhiviral plačilo :payment',
'activity_13' => ':user je odstranil :payment',
@ -766,7 +766,7 @@ Ne morete najti računa? Potrebujete dodatno pomoč? Z veseljem bomo pomagali. P
'activity_17' => ':user je odstranil :credit dobropis',
'activity_18' => ':user je ustvaril predračun :quote',
'activity_19' => ':user je posodobil predračun :quote',
'activity_20' => ':user emailed quote :quote for :client to :contact',
'activity_20' => ':user je predračun :quote za :client poslal osebi :contact',
'activity_21' => ':contact je pogledal predračun :quote',
'activity_22' => ':user je arhiviral predračun :quote',
'activity_23' => ':user je odstranil predračun :quote',
@ -775,7 +775,7 @@ Ne morete najti računa? Potrebujete dodatno pomoč? Z veseljem bomo pomagali. P
'activity_26' => ':user je obnovil stranko :client',
'activity_27' => ':user je obnovil plačilo :payment',
'activity_28' => ':user je obnovil dobropis :credit',
'activity_29' => ':contact approved quote :quote for :client',
'activity_29' => ':contact je potrdil predračun :quote za :client',
'activity_30' => ':user je ustvaril prodajalca :vendor',
'activity_31' => ':user je arhiviral prodajalca :vendor',
'activity_32' => ':user je odstranil prodajalca :vendor',
@ -1071,7 +1071,7 @@ Ne morete najti računa? Potrebujete dodatno pomoč? Z veseljem bomo pomagali. P
'invoice_item_fields' => 'Polja postavk računa',
'custom_invoice_item_fields_help' => 'Pri ustvarjanju postavke računa dodaj polje in na PDF dokumentu prikaži oznako in vrednost.',
'recurring_invoice_number' => 'Ponavljajoče številke',
'recurring_invoice_number_prefix_help' => 'Specify a prefix to be added to the invoice number for recurring invoices.',
'recurring_invoice_number_prefix_help' => 'Za ponavljajoče se račune določite predpono, ki se doda številki računa.',
// Client Passwords
'enable_portal_password' => 'Zaščiti račune z geslom',
@ -1252,7 +1252,7 @@ Velikost strani',
'secret' => 'Skrivnost',
'public_key' => 'Ključ za objavo',
'plaid_optional' => '(neobvezno)',
'plaid_environment_help' => 'When a Stripe test key is given, Plaid\'s development environment (tartan) will be used.',
'plaid_environment_help' => 'Če uporabiš testni ključ Stripe, bo uporabljeno Plaidovo razvojno okolje (tartan).',
'other_providers' => 'Ostali ponudniki',
'country_not_supported' => 'Ta država ni podprta.',
'invalid_routing_number' => 'Številka poti ni veljavna.',
@ -1290,7 +1290,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'webhook_url' => 'Webhook URL',
'stripe_webhook_help' => 'Morate :link.',
'stripe_webhook_help_link_text' => 'dodajte ta URL kot končno točko v Stripe',
'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless',
'gocardless_webhook_help_link_text' => 'dodaj ta URL kot končno točko v GoCardlessadd',
'payment_method_error' => 'Pri dodajanju plačilnega sredsgtva je prišlo do napake. Prosim poskusite kasneje.',
'notification_invoice_payment_failed_subject' => 'Payment :invoice ni bilo uspešno',
'notification_invoice_payment_failed' => 'Plačilo stranke: :client računa :invoice ni uspelo. Plačilo je bil označeno kot neuspešno in znesek je bil dodan k strankini bilanci.',
@ -1350,7 +1350,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'debit_cards' => 'Debetne kartice',
'warn_start_date_changed' => 'Naslednji račun bo poslan v začetku naslednjega dne,',
'warn_start_date_changed_not_sent' => 'The next invoice will be created on the new start date.',
'warn_start_date_changed_not_sent' => 'Naslednji račun bo ustvarjen na nov začetni datum.',
'original_start_date' => 'Prvotni začetni datum',
'new_start_date' => 'Novi začetni datum',
'security' => 'Varnost',
@ -1366,7 +1366,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'product_key' => 'Produkt',
'created_products' => 'Uspešno ustvarjenih/posodobljenih :count produktov',
'export_help' => 'Uporabite JSON če nameravate uvoziti podatke v Invoice Ninja. <br/> Datoteka vsebuje stranke izdelke, račune, predračune in plačila.',
'selfhost_export_help' => '<br/>We recommend using mysqldump to create a full backup.',
'selfhost_export_help' => '<br/>Za ustvarjanje popolne varnostne kopije priporočamo uporabo mysqldump.',
'JSON_file' => 'JSON Datoteka',
'view_dashboard' => 'Prikaži/skrij',
@ -1453,6 +1453,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Računovodstvo in Pravosodje',
@ -1760,7 +1761,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'lang_Albanian' => 'Albanščina',
'lang_Greek' => 'Grško',
'lang_English - United Kingdom' => 'Angleščina - Združeno Kraljestvo',
'lang_English - Australia' => 'English - Australia',
'lang_English - Australia' => 'Angleško - Australia',
'lang_Slovenian' => 'Slovenščina',
'lang_Finnish' => 'Finščina',
'lang_Romanian' => 'Romunščina',
@ -1768,10 +1769,10 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'lang_Portuguese - Brazilian' => 'Portugalščina - Brazilija',
'lang_Portuguese - Portugal' => 'Portugalščina - Portugalska',
'lang_Thai' => 'Tajščina',
'lang_Macedonian' => 'Macedonian',
'lang_Chinese - Taiwan' => 'Chinese - Taiwan',
'lang_Serbian' => 'Serbian',
'lang_Bulgarian' => 'Bulgarian',
'lang_Macedonian' => 'Makedonsko',
'lang_Chinese - Taiwan' => 'Kitajsko - Taiwan',
'lang_Serbian' => 'Srbsko',
'lang_Bulgarian' => 'Bolgarsko',
// Industries
'industry_Accounting & Legal' => 'Računovodstvo in Pravosodje',
@ -2040,7 +2041,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'updated_credit' => 'Uspešno posodobljen dobropis',
'edit_credit' => 'Uredi dobropis',
'realtime_preview' => 'Predogled v realnem času',
'realtime_preview_help' => 'Realtime refresh PDF preview on the invoice page when editing invoice.<br/>Disable this to improve performance when editing invoices.',
'realtime_preview_help' => 'Pred urejanjem računa osvežite predogled PDF na strani računa.<br/>To onemogočite, da izboljšate učinkovitost pri urejanju računov.',
'live_preview_help' => 'Pokaži predogled PDF računa v živo',
'force_pdfjs_help' => 'Zamenjajte vgrajen PDF pregledovalnik v brskalniku :chrome_link in :firefox_link.<br/>Omogočite to, če je vaš brskalnik PDF datoteke prenaša samodejno. ',
'force_pdfjs' => 'Prepreči prenos',
@ -2227,7 +2228,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'created_new_company' => 'Novo podjetje uspešno ustvarjeno',
'fees_disabled_for_gateway' => 'Za ta prehod so provizije onemogočene.',
'logout_and_delete' => 'Odjava/Odstani račun',
'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.<br/>Only exclusive tax rates can be used as a default.',
'tax_rate_type_help' => 'Vključujoče davčne stopnje prilagodijo stroške postavke, če so izbrane.<br/>Samo izvzete davčne stopnje se lahko uporabijo kot privzete.',
'invoice_footer_help' => 'Za prikaz informacij strani uporabi $pageNumber in $pageCount.',
'credit_note' => 'Dobropis',
'credit_issued_to' => 'Dobropis izdan za',
@ -2258,14 +2259,14 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'sample_commands' => 'Vzorčni ukazi',
'voice_commands_feedback' => 'Aktivno si prizadevamo izboljšati storitev. Če imate ukaz, ki bi želeli da ga vključimo, nam prosim pišite na :email.',
'payment_type_Venmo' => 'Venmo',
'payment_type_Money Order' => 'Money Order',
'payment_type_Money Order' => 'Poštna Nakaznica',
'archived_products' => 'Število uspešno arhiviranih produktov: :count',
'recommend_on' => 'Priporočamo da <b>omogočite</b> to nastavitev.',
'recommend_off' => 'Priporočamo da <b>onemogočite</b> to nastavitev.',
'notes_auto_billed' => 'Samodejno zaračunan',
'surcharge_label' => 'Oznaka doplačila',
'contact_fields' => 'Polja kontakta',
'custom_contact_fields_help' => 'Add a field when creating a contact and optionally display the label and value on the PDF.',
'custom_contact_fields_help' => 'Pri ustvarjanju stika dodajte polje in po želji prikažite oznako in vrednost v dokumentu PDF.',
'datatable_info' => 'Prikazano :start do :end od :total vpisov',
'credit_total' => 'Dobropis skupaj',
'mark_billable' => 'Označi plačljivo',
@ -2288,14 +2289,14 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'duplicate_expense_warning' => 'Pozor: Tole je lahko podvojeno: :link',
'expense_link' => 'strošek',
'resume_task' => 'Nadaljuj opravilo',
'resumed_task' => 'Successfully resumed task',
'resumed_task' => 'Opravilo uspešno ponovno zagnano',
'quote_design' => 'Predloga predračuna',
'default_design' => 'Osnovna predloga',
'custom_design1' => 'Custom Design 1',
'custom_design2' => 'Custom Design 2',
'custom_design3' => 'Custom Design 3',
'empty' => 'Empty',
'load_design' => 'Load Design',
'custom_design1' => 'Po meri 1',
'custom_design2' => 'Po meri 2',
'custom_design3' => 'Po meri 3',
'empty' => 'Prazno',
'load_design' => 'Noloži obliko',
'accepted_card_logos' => 'Prikazani logotipi katric',
'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com',
'google_analytics' => 'Google Analytics',
@ -3174,6 +3175,26 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1454,6 +1454,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Kontabilitet & Ligjore',
@ -3175,6 +3176,26 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -135,7 +135,7 @@ $LANG = array(
'status' => 'Status',
'invoice_total' => 'Račun sveukupno',
'frequency' => 'Frekvencija',
'range' => 'Range',
'range' => 'Opseg',
'start_date' => 'Početni datum',
'end_date' => 'Završni datum',
'transaction_reference' => 'Referenca transakcije',
@ -1457,6 +1457,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direktno Zaduženje',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -1774,8 +1775,8 @@ $LANG = array(
'lang_Thai' => 'Tajlandski',
'lang_Macedonian' => 'Makedonski',
'lang_Chinese - Taiwan' => 'Kineski - Tajvan',
'lang_Serbian' => 'Serbian',
'lang_Bulgarian' => 'Bulgarian',
'lang_Serbian' => 'Srpski',
'lang_Bulgarian' => 'Bugarski',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -2043,7 +2044,7 @@ $LANG = array(
'update_credit' => 'Update Credit',
'updated_credit' => 'Successfully updated credit',
'edit_credit' => 'Edit Credit',
'realtime_preview' => 'Realtime Preview',
'realtime_preview' => 'Pregled u realnom vremenu',
'realtime_preview_help' => 'Realtime refresh PDF preview on the invoice page when editing invoice.<br/>Disable this to improve performance when editing invoices.',
'live_preview_help' => 'Display a live PDF preview on the invoice page.',
'force_pdfjs_help' => 'Replace the built-in PDF viewer in :chrome_link and :firefox_link.<br/>Enable this if your browser is automatically downloading the PDF.',
@ -2100,7 +2101,7 @@ $LANG = array(
'notes_reminder1' => 'First Reminder',
'notes_reminder2' => 'Second Reminder',
'notes_reminder3' => 'Third Reminder',
'notes_reminder4' => 'Reminder',
'notes_reminder4' => 'Podsetnik',
'bcc_email' => 'BCC Email',
'tax_quote' => 'Tax Quote',
'tax_invoice' => 'Tax Invoice',
@ -2464,8 +2465,8 @@ $LANG = array(
'currency_macedonian_denar' => 'Macedonian Denar',
'currency_fijian_dollar' => 'Fijian Dollar',
'currency_bolivian_boliviano' => 'Bolivian Boliviano',
'currency_albanian_lek' => 'Albanian Lek',
'currency_serbian_dinar' => 'Serbian Dinar',
'currency_albanian_lek' => 'Albanski Lek',
'currency_serbian_dinar' => 'Srpski Dinar',
'currency_lebanese_pound' => 'Lebanese Pound',
'currency_armenian_dram' => 'Armenian Dram',
'currency_azerbaijan_manat' => 'Azerbaijan Manat',
@ -3144,40 +3145,60 @@ $LANG = array(
'show_product_notes' => 'Prikaži detalje proizvoda',
'show_product_notes_help' => 'Prikaži <b>opis i cenu</b> u padajućoj listi proizvoda',
'important' => 'Važno',
'thank_you_for_using_our_app' => 'Thank you for using our app!',
'if_you_like_it' => 'If you like it please',
'to_rate_it' => 'to rate it.',
'average' => 'Average',
'unapproved' => 'Unapproved',
'authenticate_to_change_setting' => 'Please authenticate to change this setting',
'locked' => 'Locked',
'authenticate' => 'Authenticate',
'please_authenticate' => 'Please authenticate',
'biometric_authentication' => 'Biometric Authentication',
'thank_you_for_using_our_app' => 'Hvala Vam što koristite našu aplikaciju!',
'if_you_like_it' => 'Ako Vam se dopada molimo Vas',
'to_rate_it' => 'da je ocenite.',
'average' => 'Prosek',
'unapproved' => 'Neodobreno',
'authenticate_to_change_setting' => 'Molimo Vas auotorizujte se da biste promenili ovu opciju',
'locked' => 'Zaključano',
'authenticate' => 'Autorizuj se',
'please_authenticate' => 'Molimo Vas da se autorizujete',
'biometric_authentication' => 'Biometrijska autorizacija',
'auto_start_tasks' => 'Auto Start Tasks',
'budgeted' => 'Budgeted',
'please_enter_a_name' => 'Please enter a name',
'click_plus_to_add_time' => 'Click + to add time',
'design' => 'Design',
'password_is_too_short' => 'Password is too short',
'failed_to_find_record' => 'Failed to find record',
'valid_until_days' => 'Valid Until',
'please_enter_a_name' => 'Unesite Vaše ime',
'click_plus_to_add_time' => 'Kliknite + za dodavanje vremena',
'design' => 'Dizajn',
'password_is_too_short' => 'Lozinka je prekratka',
'failed_to_find_record' => 'Zapis nije pronađen',
'valid_until_days' => 'Važi do',
'valid_until_days_help' => 'Automatically sets the <b>Valid Until</b> value on quotes to this many days in the future. Leave blank to disable.',
'usually_pays_in_days' => 'Days',
'requires_an_enterprise_plan' => 'Requires an enterprise plan',
'take_picture' => 'Take Picture',
'upload_file' => 'Upload File',
'new_document' => 'New Document',
'edit_document' => 'Edit Document',
'uploaded_document' => 'Successfully uploaded document',
'updated_document' => 'Successfully updated document',
'archived_document' => 'Successfully archived document',
'deleted_document' => 'Successfully deleted document',
'restored_document' => 'Successfully restored document',
'no_history' => 'No History',
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'usually_pays_in_days' => 'Dana',
'requires_an_enterprise_plan' => 'Zahteva Enterprise plan',
'take_picture' => 'Fotografiši',
'upload_file' => 'Pošalji fajl',
'new_document' => 'Novi dokument',
'edit_document' => 'Izmeni dokument',
'uploaded_document' => 'Uspešno poslat dokument',
'updated_document' => 'Uspešno ažuriran dokument',
'archived_document' => 'Uspešno arhiviran dokument',
'deleted_document' => 'Uspešno obrisan dokument',
'restored_document' => 'Uspešno vraćen dokument',
'no_history' => 'Nema istorije',
'expense_status_1' => 'Prijavljen',
'expense_status_2' => 'Na čekanju',
'expense_status_3' => 'Fakturisano',
'no_record_selected' => 'Nijedan zapis nije odabran',
'error_unsaved_changes' => 'Molimo Vas sačuvajte ili otkažite izmene',
'thank_you_for_your_purchase' => 'Hvala Vam na kupovini!',
'redeem' => 'Redeem',
'back' => 'Nazad',
'past_purchases' => 'Ranije kupovine',
'annual_subscription' => 'Godišnja pretplata',
'pro_plan' => 'Pro plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count korisnika',
'upgrade' => 'Nadogradi',
'please_enter_a_first_name' => 'Unesite ime',
'please_enter_a_last_name' => 'Unesite prezime',
'please_agree_to_terms_and_privacy' => 'Molimo Vas prihvatite uslove korišćenja i politiku privatnosti da biste registrovali korisnički nalog.',
'i_agree_to_the' => 'Slažem se sa',
'terms_of_service_link' => 'uslovima korišćenja',
'privacy_policy_link' => 'politikom privatnosti',
'view_website' => 'Poseti web sajt',
'create_account' => 'Registruj nalog',
'email_login' => 'Prijavite se emailom',
);
return $LANG;

View File

@ -1455,6 +1455,7 @@ När ni har pengarna, kom tillbaka till denna betalningsmetods sida och klicka p
'payment_type_SEPA' => 'SEPA Direkt betalning',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Redovisning & Legala',
@ -3184,6 +3185,26 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1458,6 +1458,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'การบัญชีและกฎหมาย',
@ -3179,6 +3180,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1455,6 +1455,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen
'payment_type_SEPA' => 'SEPA Direct Debit',
'payment_type_Bitcoin' => 'Bitcoin',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
@ -3176,6 +3177,26 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;

View File

@ -1453,6 +1453,7 @@ $LANG = array(
'payment_type_SEPA' => 'SEPA 直接付款',
'payment_type_Bitcoin' => '比特幣',
'payment_type_GoCardless' => 'GoCardless',
'payment_type_Zelle' => 'Zelle',
// Industries
'industry_Accounting & Legal' => '會計與法務',
@ -3174,6 +3175,26 @@ $LANG = array(
'expense_status_1' => 'Logged',
'expense_status_2' => 'Pending',
'expense_status_3' => 'Invoiced',
'no_record_selected' => 'No record selected',
'error_unsaved_changes' => 'Please save or cancel your changes',
'thank_you_for_your_purchase' => 'Thank you for your purchase!',
'redeem' => 'Redeem',
'back' => 'Back',
'past_purchases' => 'Past Purchases',
'annual_subscription' => 'Annual Subscription',
'pro_plan' => 'Pro Plan',
'enterprise_plan' => 'Enterprise Plan',
'count_users' => ':count users',
'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name',
'please_enter_a_last_name' => 'Please enter a last name',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.',
'i_agree_to_the' => 'I agree to the',
'terms_of_service_link' => 'terms of service',
'privacy_policy_link' => 'privacy policy',
'view_website' => 'View Website',
'create_account' => 'Create Account',
'email_login' => 'Email Login',
);
return $LANG;