From 362b32357f38847a0022da48db483630888e1709 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 25 Jun 2016 19:43:53 +0100 Subject: [PATCH] Complete translation support with dropdowns and Store Config pages (#439) --- application/language/de-CH/common_lang.php | 1 + application/language/de-CH/config_lang.php | 17 +- application/language/en/common_lang.php | 1 + application/language/en/config_lang.php | 17 +- application/language/es/common_lang.php | 1 + application/language/es/config_lang.php | 17 +- application/language/fr/common_lang.php | 1 + application/language/fr/config_lang.php | 17 +- application/language/hr-HR/common_lang.php | 1 + application/language/hr-HR/config_lang.php | 17 +- application/language/hu-HU/common_lang.php | 1 + application/language/hu-HU/config_lang.php | 17 +- application/language/id/common_lang.php | 1 + application/language/id/config_lang.php | 17 +- application/language/nl-BE/common_lang.php | 1 + application/language/nl-BE/config_lang.php | 17 +- application/language/pt-BR/common_lang.php | 1 + application/language/pt-BR/config_lang.php | 17 +- application/language/ru/common_lang.php | 1 + application/language/ru/config_lang.php | 17 +- application/language/th/common_lang.php | 1 + application/language/th/config_lang.php | 17 +- application/language/tr/common_lang.php | 1 + application/language/tr/config_lang.php | 17 +- application/language/zh/common_lang.php | 1 + application/language/zh/config_lang.php | 17 +- application/libraries/Barcode_lib.php | 2 +- application/views/configs/barcode_config.php | 146 +++++----- application/views/configs/general_config.php | 170 ++++++------ application/views/configs/info_config.php | 68 ++--- application/views/configs/invoice_config.php | 48 ++-- application/views/configs/locale_config.php | 266 +++++++++---------- application/views/configs/message_config.php | 40 +-- application/views/configs/receipt_config.php | 126 ++++----- application/views/configs/stock_config.php | 8 +- application/views/items/manage.php | 2 +- application/views/sales/manage.php | 2 +- translations/common_lang.csv | 1 + translations/config_lang.csv | 17 +- 39 files changed, 635 insertions(+), 495 deletions(-) diff --git a/application/language/de-CH/common_lang.php b/application/language/de-CH/common_lang.php index 4dbeebba6..597e7b38c 100644 --- a/application/language/de-CH/common_lang.php +++ b/application/language/de-CH/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "Liste von"; $lang["common_logout"] = "Logout"; $lang["common_new"] = "Neu"; $lang["common_no_persons_to_display"] = "Keine Personen zum Anzeigen"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "Oder"; $lang["common_phone_number"] = "Telefon"; $lang["common_phone_number_required"] = "Telefon ist erforderlich"; diff --git a/application/language/de-CH/config_lang.php b/application/language/de-CH/config_lang.php index d7cf47f40..0231deb7f 100644 --- a/application/language/de-CH/config_lang.php +++ b/application/language/de-CH/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Adresse"; $lang["config_address_required"] = "Adresse ist erforderlich"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Sicherung"; $lang["config_backup_database"] = "Sicherungs-Datenbank"; $lang["config_barcode"] = "Barcodes"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Zeile 3"; $lang["config_barcode_type"] = "Barcode Typ"; $lang["config_barcode_width"] = "Breite (px)"; $lang["config_barcode_generate_if_empty"] = "Generiere Barcode wenn leer"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Firmenname"; $lang["config_company_logo"] = "Logo"; $lang["config_company_select_image"] = "Select Image"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Change Image"; $lang["config_company_remove_image"] = "Remove Image"; $lang["config_company_required"] = "Firmenname ist erforderlich"; $lang["config_company_website_url"] = "Webseite ist nicht in korrektem Format"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "Pos. rechts"; $lang["config_currency_symbol"] = "Währungssymbol"; $lang["config_currency_decimals"] = "Currency Decimals"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Zusatzfeld 6"; $lang["config_custom7"] = "Zusatzfeld 7"; $lang["config_custom8"] = "Zusatzfeld 8"; $lang["config_custom9"] = "Zusatzfeld 9"; +$lang["config_datetimeformat"] = "Datum und Zeit"; $lang["config_decimal_point"] = "Dezimaltrennzeichen"; $lang["config_default_barcode_font_size_number"] = "Die Barcode Schriftgrösse muss eine Zahl sein"; $lang["config_default_barcode_font_size_required"] = "Die Barcode Schriftgrösse ist erforderlich"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "MWSt 2"; $lang["config_default_tax_rate_number"] = "MWSt Rate"; $lang["config_default_tax_rate_required"] = "MWSt ist erforderlich"; $lang["config_default_tax_name_required"] = "The default tax name is a required field"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Rechnungsvorlage (Email)"; $lang["config_invoice_printer"] = "Rechnungsdrucker"; $lang["config_jsprintsetup_required"] = "Warnung! Diese Funktion ist nur funktionsfähig"; $lang["config_language"] = "Sprache"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Zeilen pro Seite"; $lang["config_lines_per_page_number"] = "Zeilen pro Seite muss eine Zahl sein"; $lang["config_lines_per_page_required"] = "Zeilen pro Seite ist erforderlich"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "Zahlenformat"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "Telefon"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Berechne Durchschnittseinkaufspreis"; $lang["config_recv_invoice_format"] = "Format Eingangsrechnung"; $lang["config_return_policy_required"] = "Rücknahmepolitik erforderlich"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Format Verkaufsrechnung"; $lang["config_saved_successfully"] = "Einstellungen erfolgreich gesichert"; $lang["config_saved_unsuccessfully"] = "Einstellungen konnten nicht gesichert werden"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Tax Decimals"; $lang["config_tax_included"] = "MWSt inbegriffen"; $lang["config_thousands_separator"] = "Tausendertrennzeichen"; $lang["config_timezone"] = "Zeitzone"; +$lang["config_top"] = "Top"; $lang["config_website"] = "Website"; -$lang["config_datetimeformat"] = "Datum und Zeit"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/language/en/common_lang.php b/application/language/en/common_lang.php index c7687cc21..13bfca44b 100644 --- a/application/language/en/common_lang.php +++ b/application/language/en/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "List of"; $lang["common_logout"] = "Logout"; $lang["common_new"] = "New"; $lang["common_no_persons_to_display"] = "There are no people to display"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "OR"; $lang["common_phone_number"] = "Phone Number"; $lang["common_phone_number_required"] = ""; diff --git a/application/language/en/config_lang.php b/application/language/en/config_lang.php index 75ca576be..c5a0bb173 100644 --- a/application/language/en/config_lang.php +++ b/application/language/en/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Company Address"; $lang["config_address_required"] = "Company address is a required field"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Backup"; $lang["config_backup_database"] = "Backup Database"; $lang["config_barcode"] = "Barcode"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Row 3"; $lang["config_barcode_type"] = "Barcode Type"; $lang["config_barcode_width"] = "Width (px)"; $lang["config_barcode_generate_if_empty"] = "Generate if empty"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Company Name"; $lang["config_company_logo"] = "Company Logo"; $lang["config_company_select_image"] = "Select Image"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Change Image"; $lang["config_company_remove_image"] = "Remove Image"; $lang["config_company_required"] = "Company name is a required field"; $lang["config_company_website_url"] = "Company website is not a valid URL (http://...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "Right side"; $lang["config_currency_symbol"] = "Currency Symbol"; $lang["config_currency_decimals"] = "Currency Decimals"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Custom Field 6"; $lang["config_custom7"] = "Custom Field 7"; $lang["config_custom8"] = "Custom Field 8"; $lang["config_custom9"] = "Custom Field 9"; +$lang["config_datetimeformat"] = "Date and Time format"; $lang["config_decimal_point"] = "Decimal Point"; $lang["config_default_barcode_font_size_number"] = "The default barcode font size must be a number"; $lang["config_default_barcode_font_size_required"] = "The default barcode font size is a required field"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "Tax 2 Rate"; $lang["config_default_tax_rate_number"] = "The default tax rate must be a number"; $lang["config_default_tax_rate_required"] = "The default tax rate is a required field"; $lang["config_default_tax_name_required"] = "The default tax name is a required field"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Invoice Email Template"; $lang["config_invoice_printer"] = "Invoice Printer"; $lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?"; $lang["config_language"] = "Language"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Lines Per Page"; $lang["config_lines_per_page_number"] = ""; $lang["config_lines_per_page_required"] = "The lines per page is a required field"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "Number Format"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "Company Phone"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)"; $lang["config_recv_invoice_format"] = "Receivings Invoice Format"; $lang["config_return_policy_required"] = "Return policy is a required field"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Sales Invoice Format"; $lang["config_saved_successfully"] = "Configuration saved successfully"; $lang["config_saved_unsuccessfully"] = "Configuration saved unsuccessfully"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Tax Decimals"; $lang["config_tax_included"] = "Tax Included"; $lang["config_thousands_separator"] = "Thousands Separator"; $lang["config_timezone"] = "Timezone"; +$lang["config_top"] = "Top"; $lang["config_website"] = "Website"; -$lang["config_datetimeformat"] = "Date and Time format"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/language/es/common_lang.php b/application/language/es/common_lang.php index 0314da4cc..d42f17dbf 100644 --- a/application/language/es/common_lang.php +++ b/application/language/es/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "Lista de"; $lang["common_logout"] = "Salir"; $lang["common_new"] = "Nuevo"; $lang["common_no_persons_to_display"] = "No hay gente que mostrar"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "Ó"; $lang["common_phone_number"] = "Teléfono"; $lang["common_phone_number_required"] = ""; diff --git a/application/language/es/config_lang.php b/application/language/es/config_lang.php index acd0bfdd6..0dd5426d2 100644 --- a/application/language/es/config_lang.php +++ b/application/language/es/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Dirección del Comercio"; $lang["config_address_required"] = "Dirección del Comercio es requerida"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Respaldo"; $lang["config_backup_database"] = "Respaldo de Base de Datos"; $lang["config_barcode"] = "Código de Barras"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Fila 2"; $lang["config_barcode_type"] = "Tipo de Código de Barra"; $lang["config_barcode_width"] = "Ancho (px)"; $lang["config_barcode_generate_if_empty"] = "Generar si esta vacio"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Nombre del Comercio"; $lang["config_company_logo"] = "Logotipo del Comercio"; $lang["config_company_select_image"] = "Seleccionar Imagen"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Cambiar Imagen"; $lang["config_company_remove_image"] = "Quitar Imagen"; $lang["config_company_required"] = "Nombre del Comercio es requerido"; $lang["config_company_website_url"] = "Sitio Web no es una URL estándar (http://...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Codigo de pais"; +$lang["config_country_codes_tooltip"] = "Lista de codigo de paises separado por coma para busqueda de direcciones"; $lang["config_currency_side"] = "Lado derecho"; $lang["config_currency_symbol"] = "Símbolo de moneda"; $lang["config_currency_decimals"] = "Decimales de moneda"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Campo Libre 6"; $lang["config_custom7"] = "Campo Libre 7"; $lang["config_custom8"] = "Campo Libre 8"; $lang["config_custom9"] = "Campo Libre 9"; +$lang["config_datetimeformat"] = "Formato de fecha y hora"; $lang["config_decimal_point"] = "Punto Decimal"; $lang["config_default_barcode_font_size_number"] = "Tamaño de fuente del código de barras debe ser un número"; $lang["config_default_barcode_font_size_required"] = "Tamaño de fuente del código de barras es requerido"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "Impuesto 2"; $lang["config_default_tax_rate_number"] = "El Impuesto Predeterminado debe ser un número"; $lang["config_default_tax_rate_required"] = "El Impuesto Predeterminado es requerido"; $lang["config_default_tax_name_required"] = "El nombre del impuesto predeterminado es requerido"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Plantilla de Factura por Email"; $lang["config_invoice_printer"] = "Impresora de Factura"; $lang["config_jsprintsetup_required"] = "Advertencia!Esta funcionalidad desactivada solo funciona con el addon jsPrintSetup de FireFox instalado. Guardar de todas formas?"; $lang["config_language"] = "Idioma"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Líneas por página"; $lang["config_lines_per_page_number"] = "Líneas por página debe ser un número"; $lang["config_lines_per_page_required"] = "Líneas por página es requerido"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password es un campo requerido"; $lang["config_msg_src"] = "SMS-API ID remitente"; $lang["config_msg_src_required"] = "SMS-API ID remitente es un campo requerido"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Posicion de venta de aviso"; $lang["config_number_format"] = "Formato de número"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "Teléfono del Comercio"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Mostra numero de serie"; $lang["config_receiving_calculate_average_price"] = "Calc precio promedio (Recepción)"; $lang["config_recv_invoice_format"] = "Formato de Factura de Recepción"; $lang["config_return_policy_required"] = "Política de Devolución es requerida"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Formato de Facturas de Venta"; $lang["config_saved_successfully"] = "Configuración guardada satisfactoriamente"; $lang["config_saved_unsuccessfully"] = "Configuración no guardada"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Decimales de impuestos"; $lang["config_tax_included"] = "Impuestos incluidos"; $lang["config_thousands_separator"] = "Separador de miles"; $lang["config_timezone"] = "Zona Horaria"; +$lang["config_top"] = "Top"; $lang["config_website"] = "Sitio Web"; -$lang["config_datetimeformat"] = "Formato de fecha y hora"; -$lang["config_country_codes"] = "Codigo de pais"; -$lang["config_country_codes_tooltip"] = "Lista de codigo de paises separado por coma para busqueda de direcciones"; -$lang["config_notify_alignment"] = "Posicion de venta de aviso"; diff --git a/application/language/fr/common_lang.php b/application/language/fr/common_lang.php index d4e6da81a..a0aac6c50 100644 --- a/application/language/fr/common_lang.php +++ b/application/language/fr/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "Liste de"; $lang["common_logout"] = "Déconnion"; $lang["common_new"] = "New"; $lang["common_no_persons_to_display"] = "Il n'y a personne à afficher"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "OU"; $lang["common_phone_number"] = "Téléphone"; $lang["common_phone_number_required"] = "Le numéro de téléphone est requis."; diff --git a/application/language/fr/config_lang.php b/application/language/fr/config_lang.php index d35acd227..856bee5f9 100644 --- a/application/language/fr/config_lang.php +++ b/application/language/fr/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Addresse"; $lang["config_address_required"] = "L'adresse est requise"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Backup"; $lang["config_backup_database"] = "Backup Database"; $lang["config_barcode"] = "Barcode"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Row 4"; $lang["config_barcode_type"] = "Barcode Type"; $lang["config_barcode_width"] = "Width (px)"; $lang["config_barcode_generate_if_empty"] = "Generate if empty"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Nome de l'Entreprise"; $lang["config_company_logo"] = "Company Logo"; $lang["config_company_select_image"] = "Select Image"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Change Image"; $lang["config_company_remove_image"] = "Remove Image"; $lang["config_company_required"] = "Le nom d'entreprise est requis"; $lang["config_company_website_url"] = "Le site web de l'entreprise n'est pas une URL valide (http://...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "Symbole à droite"; $lang["config_currency_symbol"] = "Symbole Monétaire"; $lang["config_currency_decimals"] = "Currency Decimals"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Champ Personnalisé 6"; $lang["config_custom7"] = "Champ Personnalisé 7"; $lang["config_custom8"] = "Champ Personnalisé 8"; $lang["config_custom9"] = "Champ Personnalisé 9"; +$lang["config_datetimeformat"] = "Date and Time format"; $lang["config_decimal_point"] = " Decimal Point"; $lang["config_default_barcode_font_size_number"] = "The default barcode font size must be a number"; $lang["config_default_barcode_font_size_required"] = "The default barcode font size is a required field"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "Taux d'Imposition 2"; $lang["config_default_tax_rate_number"] = "Le taux d'imposition doit etre un nombre"; $lang["config_default_tax_rate_required"] = "Le taux d'imposition par défaut est requis"; $lang["config_default_tax_name_required"] = "The default tax name is a required field"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Invoice Email Template"; $lang["config_invoice_printer"] = "Invoice Printer"; $lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?"; $lang["config_language"] = "Langue"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Lines Per Page"; $lang["config_lines_per_page_number"] = "The lines per page must be a number"; $lang["config_lines_per_page_required"] = "The lines per page is a required field"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "Number Format"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "Téléphone"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)"; $lang["config_recv_invoice_format"] = "Receivings Invoice Format"; $lang["config_return_policy_required"] = "Le Message est un champ requis"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Sales Invoice Format"; $lang["config_saved_successfully"] = "Configuration sauvegardée"; $lang["config_saved_unsuccessfully"] = "Échec de sauvegarde de configuration"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Tax Decimals"; $lang["config_tax_included"] = "Tax Included"; $lang["config_thousands_separator"] = "Thousands Separator"; $lang["config_timezone"] = "Fuseau Horaire"; +$lang["config_top"] = "Top"; $lang["config_website"] = "Site-web"; -$lang["config_datetimeformat"] = "Date and Time format"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/language/hr-HR/common_lang.php b/application/language/hr-HR/common_lang.php index f18aaad6f..5862ebd17 100644 --- a/application/language/hr-HR/common_lang.php +++ b/application/language/hr-HR/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "Lista"; $lang["common_logout"] = "Odjava"; $lang["common_new"] = "Novi"; $lang["common_no_persons_to_display"] = "Nema nijede osoba za prikazati"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "Ili"; $lang["common_phone_number"] = "Broj telefona"; $lang["common_phone_number_required"] = "Broj telefona je obavezan"; diff --git a/application/language/hr-HR/config_lang.php b/application/language/hr-HR/config_lang.php index a7e7a0b26..f60dce45e 100644 --- a/application/language/hr-HR/config_lang.php +++ b/application/language/hr-HR/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Adresa tvrtke"; $lang["config_address_required"] = "Adresu tvrtke je potrebno unijeti"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Arhiva"; $lang["config_backup_database"] = "Arhiviranje baze"; $lang["config_barcode"] = "Barkoda"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "3.red"; $lang["config_barcode_type"] = "Tip barkod-a"; $lang["config_barcode_width"] = "Širina (px)"; $lang["config_barcode_generate_if_empty"] = "Generiraj ako je prazno"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Naziv tvrtke"; $lang["config_company_logo"] = "Logo tvrtke"; $lang["config_company_select_image"] = "Odaberi logo"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Promijeni logo"; $lang["config_company_remove_image"] = "Ukloni logo"; $lang["config_company_required"] = "Polje naziv tvrtke je potreban"; $lang["config_company_website_url"] = "Adresa web stranice nije valjana (http://...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "Desna strana"; $lang["config_currency_symbol"] = "Valutna oznaka"; $lang["config_currency_decimals"] = "Velutne decimale"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Korisničko polje6"; $lang["config_custom7"] = "Korisničko polje7"; $lang["config_custom8"] = "Korisničko polje8"; $lang["config_custom9"] = "Korisničko polje9"; +$lang["config_datetimeformat"] = "Oblik datuma i vremena"; $lang["config_decimal_point"] = "Decimalna točka"; $lang["config_default_barcode_font_size_number"] = "Veličina pisma barkod-a mora biti broj"; $lang["config_default_barcode_font_size_required"] = "Veličina pisma je potrebna"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "Porez 2 %"; $lang["config_default_tax_rate_number"] = "Zadani porez mora biti broj"; $lang["config_default_tax_rate_required"] = "Zadani porez je potreban"; $lang["config_default_tax_name_required"] = "Naziv poreza je poteban"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "e-mail za račun"; $lang["config_invoice_printer"] = "Printer za račun"; $lang["config_jsprintsetup_required"] = "Upozorenje! Onemogućene opcije će raditi samo ako imate instaliran FireFox jsPrintSetup dodatak. Svakako snimiti?"; $lang["config_language"] = "Jezik"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Linija po stranici"; $lang["config_lines_per_page_number"] = "Linija po stranici mora biti broj"; $lang["config_lines_per_page_required"] = "Broj linija po stranici je potreban podatak"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "Format broja"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "Telefon tvrtke"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Računaj prosječnu cijenu (primke)"; $lang["config_recv_invoice_format"] = "Oblik ulaznog računa(primke)"; $lang["config_return_policy_required"] = "Polje za povratne obavijesti je potrebno"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Oblik fakture"; $lang["config_saved_successfully"] = "Konfiguracija je uspješno snimljena"; $lang["config_saved_unsuccessfully"] = "Konfiguracija nije uspješno snimljena"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Porezne decimale"; $lang["config_tax_included"] = "Uključuje porez"; $lang["config_thousands_separator"] = "Razdjelnik za tisućice"; $lang["config_timezone"] = "Vremenska zona"; +$lang["config_top"] = "Top"; $lang["config_website"] = "web strana"; -$lang["config_datetimeformat"] = "Oblik datuma i vremena"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/language/hu-HU/common_lang.php b/application/language/hu-HU/common_lang.php index dd7b3e90b..3994eb72c 100644 --- a/application/language/hu-HU/common_lang.php +++ b/application/language/hu-HU/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "Lista: "; $lang["common_logout"] = "Kilépés"; $lang["common_new"] = "Új"; $lang["common_no_persons_to_display"] = "Nincsenek megjeleníthető emberek"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "VAGY"; $lang["common_phone_number"] = "Telefonszám"; $lang["common_phone_number_required"] = "Telefonszám kötelező mező"; diff --git a/application/language/hu-HU/config_lang.php b/application/language/hu-HU/config_lang.php index af5e0f4ff..901bc86b8 100644 --- a/application/language/hu-HU/config_lang.php +++ b/application/language/hu-HU/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Cég cím"; $lang["config_address_required"] = "Cég cím kötelező mező"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Mentés"; $lang["config_backup_database"] = "Adatbázis mentése"; $lang["config_barcode"] = "Vonalkód"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Sor 3"; $lang["config_barcode_type"] = "Vonalkód tipus"; $lang["config_barcode_width"] = "Szélesség (px)"; $lang["config_barcode_generate_if_empty"] = "Generáljon ha üres"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Cégnév"; $lang["config_company_logo"] = "Cég logó"; $lang["config_company_select_image"] = "Kép kiválasztása"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Kép cseréje"; $lang["config_company_remove_image"] = "Kép eltávolítása"; $lang["config_company_required"] = "Cégnév kötelező mező"; $lang["config_company_website_url"] = "A cég webcime nem érvényes URL (http://...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "Jobb oldal"; $lang["config_currency_symbol"] = "Pénznem"; $lang["config_currency_decimals"] = "Currency Decimals"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Egyedi mező 6"; $lang["config_custom7"] = "Egyedi mező 7"; $lang["config_custom8"] = "Egyedi mező 8"; $lang["config_custom9"] = "Egyedi mező 9"; +$lang["config_datetimeformat"] = "Dátum és idő formátum"; $lang["config_decimal_point"] = "Tizedes pont"; $lang["config_default_barcode_font_size_number"] = "Az alapértelmezett vonalkód font méretnek számnak kell lennie"; $lang["config_default_barcode_font_size_required"] = "Az alapértelmezett vonalkód font méret kötelező mező"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "Adó 2"; $lang["config_default_tax_rate_number"] = "Az alapértelmezett adónak számnak kell lennie"; $lang["config_default_tax_rate_required"] = "Az alapértelmezett adó kötelező mező"; $lang["config_default_tax_name_required"] = "Alapértelmezett adó név kötelező mező"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Email számla sablon"; $lang["config_invoice_printer"] = "Számla nyomtató"; $lang["config_jsprintsetup_required"] = "Figyelem! Ez a letiltott funkció csak akkor működik megfelelően, ha a FireFox jsPrintSetup kiegészítő telepítve van. Menti mindezek tudatában?"; $lang["config_language"] = "Nyelv"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Sorok száma oldalanként"; $lang["config_lines_per_page_number"] = "A sorok száma oldalanként kötelező mező"; $lang["config_lines_per_page_required"] = "A sor per oldal kötelező mező"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "Szám formátum"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "Cég telefonszáma"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Átl. Ár számitása (visszáru)"; $lang["config_recv_invoice_format"] = "Visszatérítési számla formátum"; $lang["config_return_policy_required"] = "Return policy is a required field"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Eladási számla formátum"; $lang["config_saved_successfully"] = "Beállítások sikeresen elmentve"; $lang["config_saved_unsuccessfully"] = "Beállítások mentése sikertelen"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Tax Decimals"; $lang["config_tax_included"] = "Adókat tartalmaz"; $lang["config_thousands_separator"] = "Ezres elválasztó"; $lang["config_timezone"] = "Időzóna"; +$lang["config_top"] = "Top"; $lang["config_website"] = "Weboldal"; -$lang["config_datetimeformat"] = "Dátum és idő formátum"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/language/id/common_lang.php b/application/language/id/common_lang.php index e6019bfdf..91054bc71 100644 --- a/application/language/id/common_lang.php +++ b/application/language/id/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "Daftar"; $lang["common_logout"] = "Keluar"; $lang["common_new"] = "New"; $lang["common_no_persons_to_display"] = "Tidak ada orang untuk ditampilkan"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "ATAU"; $lang["common_phone_number"] = "Telepon"; $lang["common_phone_number_required"] = "Nomer Telepon Wajib Diisi"; diff --git a/application/language/id/config_lang.php b/application/language/id/config_lang.php index 8d7daa889..d6c6110cc 100644 --- a/application/language/id/config_lang.php +++ b/application/language/id/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Alamat Perusahaan"; $lang["config_address_required"] = "Alamat Perusahaan wajib diisi"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Backup"; $lang["config_backup_database"] = "Backup Database"; $lang["config_barcode"] = "Barcode"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Row 9"; $lang["config_barcode_type"] = "Barcode Type"; $lang["config_barcode_width"] = "Width (px)"; $lang["config_barcode_generate_if_empty"] = "Generate if empty"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Nama Perusahaan"; $lang["config_company_logo"] = "Company Logo"; $lang["config_company_select_image"] = "Select Image"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Change Image"; $lang["config_company_remove_image"] = "Remove Image"; $lang["config_company_required"] = "Nama Perusahaan wajib diisi"; $lang["config_company_website_url"] = "Situs Perusahaan bukan URL yang benar(http://...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "Sisi Kanan"; $lang["config_currency_symbol"] = "Simbol Mata Uang"; $lang["config_currency_decimals"] = "Currency Decimals"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Custom Field 6"; $lang["config_custom7"] = "Custom Field 7"; $lang["config_custom8"] = "Custom Field 8"; $lang["config_custom9"] = "Custom Field 9"; +$lang["config_datetimeformat"] = "Date and Time format"; $lang["config_decimal_point"] = "Titik Desimal"; $lang["config_default_barcode_font_size_number"] = "The default barcode font size must be a number"; $lang["config_default_barcode_font_size_required"] = "The default barcode font size is a required field"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "Tarif Pajak 2"; $lang["config_default_tax_rate_number"] = "Tarif Pajak Biasa harus angka"; $lang["config_default_tax_rate_required"] = "Tarif Pajak Biasa wajib diisi"; $lang["config_default_tax_name_required"] = "The default tax name is a required field"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Invoice Email Template"; $lang["config_invoice_printer"] = "Invoice Printer"; $lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?"; $lang["config_language"] = "Bahasa"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Lines Per Page"; $lang["config_lines_per_page_number"] = "The lines per page must be a number"; $lang["config_lines_per_page_required"] = "The lines per page is a required field"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "Format Nomor"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "Telepon Perusahaan"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)"; $lang["config_recv_invoice_format"] = "Format Nota"; $lang["config_return_policy_required"] = "Kebijakan retur wajib diisi"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Format Nota"; $lang["config_saved_successfully"] = "Konfigurasi berhasil disimpan"; $lang["config_saved_unsuccessfully"] = "Konfigurasi tidak berhasil disimpan"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Tax Decimals"; $lang["config_tax_included"] = "Dikenakan Pajak"; $lang["config_thousands_separator"] = "Pemisah Ribuan"; $lang["config_timezone"] = "Zona Waktu"; +$lang["config_top"] = "Top"; $lang["config_website"] = "Situs Perusahaan"; -$lang["config_datetimeformat"] = "Date and Time format"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/language/nl-BE/common_lang.php b/application/language/nl-BE/common_lang.php index ee4ac34c2..634256e84 100755 --- a/application/language/nl-BE/common_lang.php +++ b/application/language/nl-BE/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "Lijst van"; $lang["common_logout"] = "Logout"; $lang["common_new"] = "Nieuw"; $lang["common_no_persons_to_display"] = "Er werden geen personen gevonden"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "Of"; $lang["common_phone_number"] = "Telefoon"; $lang["common_phone_number_required"] = ""; diff --git a/application/language/nl-BE/config_lang.php b/application/language/nl-BE/config_lang.php index 7210afa3c..3d75e2bc3 100755 --- a/application/language/nl-BE/config_lang.php +++ b/application/language/nl-BE/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Adres"; $lang["config_address_required"] = "Het adres van het bedrijf moet ingevuld worden"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Backup"; $lang["config_backup_database"] = "Backup Database"; $lang["config_barcode"] = "Barcode"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Rij 3"; $lang["config_barcode_type"] = "Barcode Type"; $lang["config_barcode_width"] = "Breedte (px)"; $lang["config_barcode_generate_if_empty"] = "Genereer indien leeg"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Bedrijfsnaam"; $lang["config_company_logo"] = "Logo"; $lang["config_company_select_image"] = "Select Image"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Change Image"; $lang["config_company_remove_image"] = "Remove Image"; $lang["config_company_required"] = "De bedrijfsnaam moet ingevuld worden"; $lang["config_company_website_url"] = "De website van het bedrijf is geen geldige URL (http://...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "Rechterkant"; $lang["config_currency_symbol"] = "Valuta"; $lang["config_currency_decimals"] = "Currency Decimals"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Custom Veld 6"; $lang["config_custom7"] = "Custom Veld 7"; $lang["config_custom8"] = "Custom Veld 8"; $lang["config_custom9"] = "Custom Veld 9"; +$lang["config_datetimeformat"] = "Date and Time format"; $lang["config_decimal_point"] = "Decimal Point"; $lang["config_default_barcode_font_size_number"] = "The default barcode font size must be a number"; $lang["config_default_barcode_font_size_required"] = "The default barcode font size is a required field"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "VAT 2 %"; $lang["config_default_tax_rate_number"] = "Het percentage VAT moet een nummer zijn"; $lang["config_default_tax_rate_required"] = "Het percentage VAT moet ingevuld worden"; $lang["config_default_tax_name_required"] = "De naam van de VAT moet ingevuld worden"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Invoice Email Template"; $lang["config_invoice_printer"] = "Factuur Printer"; $lang["config_jsprintsetup_required"] = "Opgelet! De uitgeschakelde functionaliteit werkt enkel met de jsPrintSetup addon in Firefox."; $lang["config_language"] = "Taal"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Lijnen Per Pagina"; $lang["config_lines_per_page_number"] = "The lines per page must be a number"; $lang["config_lines_per_page_required"] = "The lines per page is a required field"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "Number Format"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "Telefoon"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)"; $lang["config_recv_invoice_format"] = "Formattering Order #"; $lang["config_return_policy_required"] = "De retourvoorwaarden moeten ingevuld worden"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Formattering Aankoop #"; $lang["config_saved_successfully"] = "Configuratie werd bewaard"; $lang["config_saved_unsuccessfully"] = "Configuratie kon niet worden bewaard"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Tax Decimals"; $lang["config_tax_included"] = "VAT Inbegrepen"; $lang["config_thousands_separator"] = "Thousands Separator"; $lang["config_timezone"] = "Tijdzone"; +$lang["config_top"] = "Top"; $lang["config_website"] = "Website"; -$lang["config_datetimeformat"] = "Date and Time format"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/language/pt-BR/common_lang.php b/application/language/pt-BR/common_lang.php index 2db6ccb18..f1ab0b9d3 100644 --- a/application/language/pt-BR/common_lang.php +++ b/application/language/pt-BR/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "Lista de"; $lang["common_logout"] = "Sair"; $lang["common_new"] = "Novo"; $lang["common_no_persons_to_display"] = "Não existem pessoas para mostrar"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "ou"; $lang["common_phone_number"] = "Telefone"; $lang["common_phone_number_required"] = "Número do telefone é requerido"; diff --git a/application/language/pt-BR/config_lang.php b/application/language/pt-BR/config_lang.php index 6d93b9010..2ac56913c 100644 --- a/application/language/pt-BR/config_lang.php +++ b/application/language/pt-BR/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Endereço"; $lang["config_address_required"] = "Endereço da empresa é um campo obrigatório"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Cópia de Segurança"; $lang["config_backup_database"] = "Cópia de Segurança"; $lang["config_barcode"] = "Código de Barras"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Linha 3"; $lang["config_barcode_type"] = "Tipo de código de barras"; $lang["config_barcode_width"] = "Largura (px)"; $lang["config_barcode_generate_if_empty"] = "Gerar se vazio"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Nome da empresa é um campo obrigatório"; $lang["config_company_logo"] = "Logo"; $lang["config_company_select_image"] = "Selecionar imagem"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Trocar imagem"; $lang["config_company_remove_image"] = "Remover imagem"; $lang["config_company_required"] = "Nome da empresa é requerido"; $lang["config_company_website_url"] = "Site da empresa não é uma URL válida (http: // ...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Código do país"; +$lang["config_country_codes_tooltip"] = "Vírgula lista de códigos de país separado para pesquisa de endereços nominatim."; $lang["config_currency_side"] = "Lado Direito"; $lang["config_currency_symbol"] = "Simbolo moeda"; $lang["config_currency_decimals"] = "Decimais moeda"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Campo customizado 6"; $lang["config_custom7"] = "Campo customizado 7"; $lang["config_custom8"] = "Campo customizado 8"; $lang["config_custom9"] = "Campo customizado 9"; +$lang["config_datetimeformat"] = "Formato da data e hora"; $lang["config_decimal_point"] = "Ponto decimal"; $lang["config_default_barcode_font_size_number"] = "O tamanho da fonte de código de barras padrão deve ser um número"; $lang["config_default_barcode_font_size_required"] = "O tamanho da fonte de código de barras padrão é um campo obrigatório"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "Imposto 2 Tarifa"; $lang["config_default_tax_rate_number"] = "A taxa de Imposto padrão deve ser um número"; $lang["config_default_tax_rate_required"] = "A taxa de Imposto padrão é um campo obrigatório"; $lang["config_default_tax_name_required"] = "Nome da taxa padrão é requerida"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "email"; $lang["config_email_protocol"] = "Protocolo"; $lang["config_email_mailpath"] = "Caminho para Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Modelo de e-mail Fatura"; $lang["config_invoice_printer"] = "Imprimir fatura"; $lang["config_jsprintsetup_required"] = "Aviso! Esta funcionalidade só irá funcionar se você tem o addon FireFox jsPrintSetup instalado. Salvar de qualquer maneira?"; $lang["config_language"] = "Linguagem"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Linhas por página"; $lang["config_lines_per_page_number"] = "Linhas por página deve ser um número"; $lang["config_lines_per_page_required"] = "As linhas por página é um campo obrigatório"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API senha"; $lang["config_msg_pwd_required"] = "SMS-API Senha é um campo obrigatório"; $lang["config_msg_src"] = "SMS-API Remetente ID"; $lang["config_msg_src_required"] = "SMS-API Remetente ID é um campo obrigatório "; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notificação Posição Popup "; $lang["config_number_format"] = "Formato do número"; $lang["config_payment_options_order"] = "Opções da ordem de pagamento"; $lang["config_phone"] = "Telefone"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Exibir número serial"; $lang["config_receiving_calculate_average_price"] = "Calc Médio de Preço (Recebimento)"; $lang["config_recv_invoice_format"] = "Formato da fatura de recebimento"; $lang["config_return_policy_required"] = "A política de devolução é um campo obrigatório"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Formato da Fatura de Vendas"; $lang["config_saved_successfully"] = "Configuração salva com sucesso"; $lang["config_saved_unsuccessfully"] = "Configuração não salva"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Decimais da taxa"; $lang["config_tax_included"] = "Imposto Incluído"; $lang["config_thousands_separator"] = "Separador de milhar"; $lang["config_timezone"] = "Fuso horário"; +$lang["config_top"] = "Top"; $lang["config_website"] = "Site da internet"; -$lang["config_datetimeformat"] = "Formato da data e hora"; -$lang["config_country_codes"] = "Código do país"; -$lang["config_country_codes_tooltip"] = "Vírgula lista de códigos de país separado para pesquisa de endereços nominatim."; -$lang["config_notify_alignment"] = "Notificação Posição Popup "; diff --git a/application/language/ru/common_lang.php b/application/language/ru/common_lang.php index b6115801c..22bbf9914 100644 --- a/application/language/ru/common_lang.php +++ b/application/language/ru/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "Список"; $lang["common_logout"] = "Выход"; $lang["common_new"] = "New"; $lang["common_no_persons_to_display"] = "Там нет людей, чтобы отобразить"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "ИЛИ"; $lang["common_phone_number"] = "Номер телефона"; $lang["common_phone_number_required"] = ""; diff --git a/application/language/ru/config_lang.php b/application/language/ru/config_lang.php index 4c9675779..ab111df8b 100644 --- a/application/language/ru/config_lang.php +++ b/application/language/ru/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Адрес Компании"; $lang["config_address_required"] = "Адрес Компании обязательный пробел"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Backup"; $lang["config_backup_database"] = "Backup Database"; $lang["config_barcode"] = "Barcode"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Row 6"; $lang["config_barcode_type"] = "Barcode Type"; $lang["config_barcode_width"] = "Width (px)"; $lang["config_barcode_generate_if_empty"] = "Generate if empty"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Название Компании"; $lang["config_company_logo"] = "Company Logo"; $lang["config_company_select_image"] = "Select Image"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Change Image"; $lang["config_company_remove_image"] = "Remove Image"; $lang["config_company_required"] = "Имя Компании обязательный пробел"; $lang["config_company_website_url"] = "Веб-сайт Компании не является допустимым URL (http://...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "Правая сторона"; $lang["config_currency_symbol"] = "Символ валюты"; $lang["config_currency_decimals"] = "Currency Decimals"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Изготовленный пробел 6"; $lang["config_custom7"] = "Изготовленный пробел 7"; $lang["config_custom8"] = "Изготовленный пробел 8"; $lang["config_custom9"] = "Изготовленный пробел 9"; +$lang["config_datetimeformat"] = "Date and Time format"; $lang["config_decimal_point"] = " Decimal Point"; $lang["config_default_barcode_font_size_number"] = "The default barcode font size must be a number"; $lang["config_default_barcode_font_size_required"] = "The default barcode font size is a required field"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "ставка налога 2"; $lang["config_default_tax_rate_number"] = "Обычный ставка налога должен быть цифра"; $lang["config_default_tax_rate_required"] = "Обычный ставка налога обязательный пробел"; $lang["config_default_tax_name_required"] = "The default tax name is a required field"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Invoice Email Template"; $lang["config_invoice_printer"] = "Invoice Printer"; $lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?"; $lang["config_language"] = "Язик"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Lines Per Page"; $lang["config_lines_per_page_number"] = "The lines per page must be a number"; $lang["config_lines_per_page_required"] = "The lines per page is a required field"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "Number Format"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "Телефон Компании"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)"; $lang["config_recv_invoice_format"] = "Receivings Invoice Format"; $lang["config_return_policy_required"] = "Возвратний полис обязательный пробел"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Sales Invoice Format"; $lang["config_saved_successfully"] = "Конфигурация успешно сохранена"; $lang["config_saved_unsuccessfully"] = "Конфигурация сохраненная безуспешно"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Tax Decimals"; $lang["config_tax_included"] = "Tax Included"; $lang["config_thousands_separator"] = "Thousands Separator"; $lang["config_timezone"] = "Часовой пояс"; +$lang["config_top"] = "Top"; $lang["config_website"] = "Веб-сайт"; -$lang["config_datetimeformat"] = "Date and Time format"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/language/th/common_lang.php b/application/language/th/common_lang.php index 0ade01832..4387116c1 100644 --- a/application/language/th/common_lang.php +++ b/application/language/th/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "รายการ"; $lang["common_logout"] = "ออกจากระบบ"; $lang["common_new"] = "New"; $lang["common_no_persons_to_display"] = "ไม่พบข้อมูลตัวบุคคล"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "หรือ"; $lang["common_phone_number"] = "โทรศัพท์"; $lang["common_phone_number_required"] = "ต้องกรอกเบอร์โทร"; diff --git a/application/language/th/config_lang.php b/application/language/th/config_lang.php index 104a23ceb..d2282cac6 100644 --- a/application/language/th/config_lang.php +++ b/application/language/th/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "ที่อยู่"; $lang["config_address_required"] = "ที่อยู่ต้องกรอก"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "สำรองข้อมูล"; $lang["config_backup_database"] = "สำรองฐานข้อมูล"; $lang["config_barcode"] = "ตั้งค่าระบบบาร์โค้ด"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "แถว 3"; $lang["config_barcode_type"] = "ประเภทบาร์โค้ด"; $lang["config_barcode_width"] = "กว้าง (px)"; $lang["config_barcode_generate_if_empty"] = "Generate if empty"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "ชื่อร้านค้า"; $lang["config_company_logo"] = "ภาพโลโก้"; $lang["config_company_select_image"] = "Select Image"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Change Image"; $lang["config_company_remove_image"] = "Remove Image"; $lang["config_company_required"] = "ชื่อร้านค้าต้องกรอก"; $lang["config_company_website_url"] = "เว็บไซต์ร้านค้าไม่ถูกต้อง"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "ด้านขวา"; $lang["config_currency_symbol"] = "สัญลักษณ์ค่าเงิน"; $lang["config_currency_decimals"] = "Currency Decimals"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "พื้นที่เพิ่มเติม 6"; $lang["config_custom7"] = "พื้นที่เพิ่มเติม 7"; $lang["config_custom8"] = "พื้นที่เพิ่มเติม 8"; $lang["config_custom9"] = "พื้นที่เพิ่มเติม 9"; +$lang["config_datetimeformat"] = "รูปแบบวันเวลา"; $lang["config_decimal_point"] = "จุดทศนิยม"; $lang["config_default_barcode_font_size_number"] = "The default barcode font size must be a number"; $lang["config_default_barcode_font_size_required"] = "The default barcode font size is a required field"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "อัตราภาษี 2"; $lang["config_default_tax_rate_number"] = "อัตราภาษีเริ่มต้นต้องเป็นตัวเลข"; $lang["config_default_tax_rate_required"] = "อัตราภาษีเริ่มต้นต้องกรอก"; $lang["config_default_tax_name_required"] = "The default tax name is a required field"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Invoice Email Template"; $lang["config_invoice_printer"] = "Invoice Printer"; $lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?"; $lang["config_language"] = "ภาษา"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Lines Per Page"; $lang["config_lines_per_page_number"] = "The lines per page must be a number"; $lang["config_lines_per_page_required"] = "The lines per page is a required field"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "รูปแบบตัวเลข"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "เบอร์โทรศัพท์"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)"; $lang["config_recv_invoice_format"] = "ใบส่งของ"; $lang["config_return_policy_required"] = "ต้องกรอกเงื่อนไขการคืนสินค้า"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "รหัสใบเสร็จ"; $lang["config_saved_successfully"] = "บันทึกข้อมูลร้านค้าเรียบร้อยแล้ว"; $lang["config_saved_unsuccessfully"] = "บันทึกข้อมูลร้านค้าไม่สำเร็จ"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Tax Decimals"; $lang["config_tax_included"] = "รวมภาษีแล้ว"; $lang["config_thousands_separator"] = "ตัวคั่นหลักพัน"; $lang["config_timezone"] = "โซนเวลา"; +$lang["config_top"] = "Top"; $lang["config_website"] = "เว็บไซต์"; -$lang["config_datetimeformat"] = "รูปแบบวันเวลา"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/language/tr/common_lang.php b/application/language/tr/common_lang.php index baa82108d..4dda8a7d5 100644 --- a/application/language/tr/common_lang.php +++ b/application/language/tr/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "Liste"; $lang["common_logout"] = "Çıkış"; $lang["common_new"] = "New"; $lang["common_no_persons_to_display"] = "Gösterecek kişi yok"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "Yada"; $lang["common_phone_number"] = "Telefon"; $lang["common_phone_number_required"] = ""; diff --git a/application/language/tr/config_lang.php b/application/language/tr/config_lang.php index 4084eb0ae..dbda960a0 100644 --- a/application/language/tr/config_lang.php +++ b/application/language/tr/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "Şirket Adresi"; $lang["config_address_required"] = "Şirket Adresi zorunlu alandır"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Backup"; $lang["config_backup_database"] = "Backup Database"; $lang["config_barcode"] = "Barcode"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Row 8"; $lang["config_barcode_type"] = "Barcode Type"; $lang["config_barcode_width"] = "Width (px)"; $lang["config_barcode_generate_if_empty"] = "Generate if empty"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "Şirket Adı"; $lang["config_company_logo"] = "Company Logo"; $lang["config_company_select_image"] = "Select Image"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Change Image"; $lang["config_company_remove_image"] = "Remove Image"; $lang["config_company_required"] = "Şirket Adı zorunlu alandır"; $lang["config_company_website_url"] = "website adresi yanlış (http://...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "Sağda"; $lang["config_currency_symbol"] = "Para Birimi"; $lang["config_currency_decimals"] = "Currency Decimals"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Özel Alan 6"; $lang["config_custom7"] = "Özel Alan 7"; $lang["config_custom8"] = "Özel Alan 8"; $lang["config_custom9"] = "Özel Alan 9"; +$lang["config_datetimeformat"] = "Date and Time format"; $lang["config_decimal_point"] = " Decimal Point"; $lang["config_default_barcode_font_size_number"] = "The default barcode font size must be a number"; $lang["config_default_barcode_font_size_required"] = "The default barcode font size is a required field"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "Vergi Oranı 2"; $lang["config_default_tax_rate_number"] = "Varsayılan Vergi Oranı sayı olmalıdır"; $lang["config_default_tax_rate_required"] = "Varsayılan Vergi Oranı zorunlu alandır"; $lang["config_default_tax_name_required"] = "The default tax name is a required field"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Invoice Email Template"; $lang["config_invoice_printer"] = "Invoice Printer"; $lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?"; $lang["config_language"] = "Dil"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Lines Per Page"; $lang["config_lines_per_page_number"] = "The lines per page must be a number"; $lang["config_lines_per_page_required"] = "The lines per page is a required field"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "Number Format"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "Şirket Telefonu"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)"; $lang["config_recv_invoice_format"] = "Receivings Invoice Format"; $lang["config_return_policy_required"] = "İade Politikası zorunlu alandır"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Sales Invoice Format"; $lang["config_saved_successfully"] = "Yapılandırma kaydedildi"; $lang["config_saved_unsuccessfully"] = "Yapılandırma kaydedilemedi"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Tax Decimals"; $lang["config_tax_included"] = "Tax Included"; $lang["config_thousands_separator"] = "Thousands Separator"; $lang["config_timezone"] = "Saat Dilimi"; +$lang["config_top"] = "Top"; $lang["config_website"] = "Website"; -$lang["config_datetimeformat"] = "Date and Time format"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/language/zh/common_lang.php b/application/language/zh/common_lang.php index 84322e62d..1a65e0b5d 100755 --- a/application/language/zh/common_lang.php +++ b/application/language/zh/common_lang.php @@ -30,6 +30,7 @@ $lang["common_list_of"] = "列表"; $lang["common_logout"] = "登出"; $lang["common_new"] = "New"; $lang["common_no_persons_to_display"] = "沒有使用者資料可以顯示"; +$lang["common_none_selected_text"] = "Nothing selected"; $lang["common_or"] = "或"; $lang["common_phone_number"] = "電話"; $lang["common_phone_number_required"] = ""; diff --git a/application/language/zh/config_lang.php b/application/language/zh/config_lang.php index deaa7e28e..5876b8572 100755 --- a/application/language/zh/config_lang.php +++ b/application/language/zh/config_lang.php @@ -2,6 +2,7 @@ $lang["config_address"] = "公司地址"; $lang["config_address_required"] = "公司地址為必填"; +$lang["config_apostrophe"] = "apostrophe"; $lang["config_backup_button"] = "Backup"; $lang["config_backup_database"] = "Backup Database"; $lang["config_barcode"] = "Barcode"; @@ -26,6 +27,8 @@ $lang["config_barcode_third_row"] = "Row 5"; $lang["config_barcode_type"] = "Barcode Type"; $lang["config_barcode_width"] = "Width (px)"; $lang["config_barcode_generate_if_empty"] = "Generate if empty"; +$lang["config_bottom"] = "Bottom"; +$lang["config_center"] = "Center"; $lang["config_company"] = "公司名稱"; $lang["config_company_logo"] = "Company Logo"; $lang["config_company_select_image"] = "Select Image"; @@ -33,6 +36,9 @@ $lang["config_company_change_image"] = "Change Image"; $lang["config_company_remove_image"] = "Remove Image"; $lang["config_company_required"] = "公司名稱為必填"; $lang["config_company_website_url"] = "公司網址格式錯誤 (http://...)"; +$lang["config_comma"] = "comma"; +$lang["config_country_codes"] = "Country Codes"; +$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; $lang["config_currency_side"] = "Right side"; $lang["config_currency_symbol"] = "貨幣符號"; $lang["config_currency_decimals"] = "Currency Decimals"; @@ -46,6 +52,7 @@ $lang["config_custom6"] = "Custom Field 6"; $lang["config_custom7"] = "Custom Field 7"; $lang["config_custom8"] = "Custom Field 8"; $lang["config_custom9"] = "Custom Field 9"; +$lang["config_datetimeformat"] = "Date and Time format"; $lang["config_decimal_point"] = "Decimal Point"; $lang["config_default_barcode_font_size_number"] = "The default barcode font size must be a number"; $lang["config_default_barcode_font_size_required"] = "The default barcode font size is a required field"; @@ -70,6 +77,7 @@ $lang["config_default_tax_rate_2"] = "稅率 2"; $lang["config_default_tax_rate_number"] = "預設稅率必需為數字"; $lang["config_default_tax_rate_required"] = "預設稅率為必填"; $lang["config_default_tax_name_required"] = "The default tax name is a required field"; +$lang["config_dot"] = "dot"; $lang["config_email"] = "Email"; $lang["config_email_protocol"] = "Protocol"; $lang["config_email_mailpath"] = "Path to Sendmail"; @@ -92,6 +100,7 @@ $lang["config_invoice_email_message"] = "Invoice Email Template"; $lang["config_invoice_printer"] = "Invoice Printer"; $lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?"; $lang["config_language"] = "語言"; +$lang["config_left"] = "Left"; $lang["config_lines_per_page"] = "Lines Per Page"; $lang["config_lines_per_page_number"] = "The lines per page must be a number"; $lang["config_lines_per_page_required"] = "The lines per page is a required field"; @@ -112,6 +121,8 @@ $lang["config_msg_pwd"] = "SMS-API Password"; $lang["config_msg_pwd_required"] = "SMS-API Password is a required field"; $lang["config_msg_src"] = "SMS-API Sender ID"; $lang["config_msg_src_required"] = "SMS-API Sender ID is a required field"; +$lang["config_none"] = "none"; +$lang["config_notify_alignment"] = "Notification Popup Position"; $lang["config_number_format"] = "Number Format"; $lang["config_payment_options_order"] = "Payment Options Order"; $lang["config_phone"] = "電話"; @@ -143,6 +154,7 @@ $lang["config_receipt_show_serialnumber"] = "Show Serial Number"; $lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)"; $lang["config_recv_invoice_format"] = "Receivings Invoice Format"; $lang["config_return_policy_required"] = "退換貨政策為必填"; +$lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Sales Invoice Format"; $lang["config_saved_successfully"] = "組態設置儲存成功"; $lang["config_saved_unsuccessfully"] = "組態設置儲存失敗"; @@ -155,8 +167,5 @@ $lang["config_tax_decimals"] = "Tax Decimals"; $lang["config_tax_included"] = "Tax Included"; $lang["config_thousands_separator"] = "Thousands Separator"; $lang["config_timezone"] = "時區"; +$lang["config_top"] = "Top"; $lang["config_website"] = "網站"; -$lang["config_datetimeformat"] = "Date and Time format"; -$lang["config_country_codes"] = "Country Codes"; -$lang["config_country_codes_tooltip"] = "Comma separated list of country codes for nominatim address lookup."; -$lang["config_notify_alignment"] = "Notification Popup Position"; diff --git a/application/libraries/Barcode_lib.php b/application/libraries/Barcode_lib.php index ba556b288..6a6d9dea3 100644 --- a/application/libraries/Barcode_lib.php +++ b/application/libraries/Barcode_lib.php @@ -219,7 +219,7 @@ class Barcode_lib closedir($handle); - array_unshift($array, 'No Label'); + array_unshift($array, $this->CI->lang->line('config_none')); return $array; } diff --git a/application/views/configs/barcode_config.php b/application/views/configs/barcode_config.php index f6e98602a..4193ec221 100644 --- a/application/views/configs/barcode_config.php +++ b/application/views/configs/barcode_config.php @@ -1,65 +1,65 @@ -'barcode_config_form', 'class'=>'form-horizontal')); ?> + 'barcode_config_form', 'class' => 'form-horizontal')); ?>
lang->line('common_fields_required_message'); ?>
    - lang->line('config_barcode_type'), 'barcode_type', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_barcode_type'), 'barcode_type', array('class' => 'control-label col-xs-2')); ?>
    - config->item('barcode_type'), array('class'=>'form-control input-sm')); ?> + config->item('barcode_type'), array('class' => 'form-control input-sm')); ?>
    - lang->line('config_barcode_quality'), 'barcode_quality', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_barcode_quality'), 'barcode_quality', array('class' => 'control-label col-xs-2 required')); ?>
    '100', - 'min'=>'10', - 'type'=>'number', - 'name'=>'barcode_quality', - 'id'=>'barcode_quality', - 'class'=>'form-control input-sm required', + 'max' => '100', + 'min' => '10', + 'type' => 'number', + 'name' => 'barcode_quality', + 'id' => 'barcode_quality', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('barcode_quality'))); ?>
    - lang->line('config_barcode_width'), 'barcode_width', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_barcode_width'), 'barcode_width', array('class' => 'control-label col-xs-2 required')); ?>
    '5', - 'max'=>'350', - 'min'=>'60', - 'type'=>'number', - 'name'=>'barcode_width', - 'id'=>'barcode_width', - 'class'=>'form-control input-sm required', + 'step' => '5', + 'max' => '350', + 'min' => '60', + 'type' => 'number', + 'name' => 'barcode_width', + 'id' => 'barcode_width', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('barcode_width'))); ?>
    - lang->line('config_barcode_height'), 'barcode_height', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_barcode_height'), 'barcode_height', array('class' => 'control-label col-xs-2 required')); ?>
    'number', 'min' => 10, 'max' => 120, - 'name'=>'barcode_height', - 'id'=>'barcode_height', - 'class'=>'form-control input-sm required', + 'name' => 'barcode_height', + 'id' => 'barcode_height', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('barcode_height'))); ?>
    - lang->line('config_barcode_font'), 'barcode_font', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_barcode_font'), 'barcode_font', array('class' => 'control-label col-xs-2 required')); ?>
    barcode_lib->listfonts("fonts"), - $this->config->item('barcode_font'), array('class'=>'form-control input-sm required')); + $this->config->item('barcode_font'), array('class' => 'form-control input-sm required')); ?>
    @@ -67,34 +67,34 @@ 'type' => 'number', 'min' => '1', 'max' => '30', - 'name'=>'barcode_font_size', - 'id'=>'barcode_font_size', - 'class'=>'form-control input-sm required', + 'name' => 'barcode_font_size', + 'id' => 'barcode_font_size', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('barcode_font_size'))); ?>
    - lang->line('config_barcode_content'), 'barcode_content', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_barcode_content'), 'barcode_content', array('class' => 'control-label col-xs-2')); ?>
    @@ -102,70 +102,70 @@
    - lang->line('config_barcode_layout'), 'barcode_layout', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_barcode_layout'), 'barcode_layout', array('class' => 'control-label col-xs-2')); ?>
    'Not show', - 'name' => 'Name', - 'category' => 'Category', - 'cost_price' => 'Cost price', - 'unit_price' => 'Unit price', - 'company_name' => 'Company Name' + 'not_show' => $this->lang->line('config_none'), + 'name' => $this->lang->line('items_name'), + 'category' => $this->lang->line('items_category'), + 'cost_price' => $this->lang->line('items_cost_price'), + 'unit_price' => $this->lang->line('items_unit_price'), + 'company_name' => $this->lang->line('suppliers_company_name') ), - $this->config->item('barcode_first_row'), array('class'=>'form-control input-sm')); ?> + $this->config->item('barcode_first_row'), array('class' => 'form-control input-sm')); ?>
    'Not show', - 'name' => 'Name', - 'category' => 'Category', - 'cost_price' => 'Cost price', - 'unit_price' => 'Unit price', - 'item_code' => 'Item code', - 'company_name' => 'Company Name' + 'not_show' => $this->lang->line('config_none'), + 'name' => $this->lang->line('items_name'), + 'category' => $this->lang->line('items_category'), + 'cost_price' => $this->lang->line('items_cost_price'), + 'unit_price' => $this->lang->line('items_unit_price'), + 'item_code' => $this->lang->line('items_item_number'), + 'company_name' => $this->lang->line('suppliers_company_name') ), - $this->config->item('barcode_second_row'), array('class'=>'form-control input-sm')); ?> + $this->config->item('barcode_second_row'), array('class' => 'form-control input-sm')); ?>
    'Not show', - 'name' => 'Name', - 'category' => 'Category', - 'cost_price' => 'Cost price', - 'unit_price' => 'Unit price', - 'item_code' => 'Item code', - 'company_name' => 'Company Name' + 'not_show' => $this->lang->line('config_none'), + 'name' => $this->lang->line('items_name'), + 'category' => $this->lang->line('items_category'), + 'cost_price' => $this->lang->line('items_cost_price'), + 'unit_price' => $this->lang->line('items_unit_price'), + 'item_code' => $this->lang->line('items_item_number'), + 'company_name' => $this->lang->line('suppliers_company_name') ), - $this->config->item('barcode_third_row'), array('class'=>'form-control input-sm')); ?> + $this->config->item('barcode_third_row'), array('class' => 'form-control input-sm')); ?>
    - lang->line('config_barcode_number_in_row'), 'barcode_num_in_row', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_barcode_number_in_row'), 'barcode_num_in_row', array('class' => 'control-label col-xs-2 required')); ?>
    'barcode_num_in_row', - 'id'=>'barcode_num_in_row', - 'class'=>'form-control input-sm required', + 'name' => 'barcode_num_in_row', + 'id' => 'barcode_num_in_row', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('barcode_num_in_row'))); ?>
    - lang->line('config_barcode_page_width'), 'barcode_page_width', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_barcode_page_width'), 'barcode_page_width', array('class' => 'control-label col-xs-2 required')); ?>
    'barcode_page_width', - 'id'=>'barcode_page_width', - 'class'=>'form-control input-sm required', + 'name' => 'barcode_page_width', + 'id' => 'barcode_page_width', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('barcode_page_width'))); ?> %
    @@ -173,13 +173,13 @@
    - lang->line('config_barcode_page_cellspacing'), 'barcode_page_cellspacing', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_barcode_page_cellspacing'), 'barcode_page_cellspacing', array('class' => 'control-label col-xs-2 required')); ?>
    'barcode_page_cellspacing', - 'id'=>'barcode_page_cellspacing', - 'class'=>'form-control input-sm required', + 'name' => 'barcode_page_cellspacing', + 'id' => 'barcode_page_cellspacing', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('barcode_page_cellspacing'))); ?> px
    @@ -187,10 +187,10 @@
    'submit_form', - 'id'=>'submit_form', + 'name' => 'submit_form', + 'id' => 'submit_form', 'value'=>$this->lang->line('common_submit'), - 'class'=>'btn btn-primary btn-sm pull-right')); ?> + 'class' => 'btn btn-primary btn-sm pull-right')); ?>
    diff --git a/application/views/configs/general_config.php b/application/views/configs/general_config.php index bb290c2c6..20ce221c1 100644 --- a/application/views/configs/general_config.php +++ b/application/views/configs/general_config.php @@ -1,67 +1,67 @@ -'general_config_form', 'enctype'=>'multipart/form-data', 'class'=>'form-horizontal')); ?> + 'general_config_form', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal')); ?>
    lang->line('common_fields_required_message'); ?>
      - lang->line('config_default_tax_rate_1'), 'default_tax_1_rate', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_default_tax_rate_1'), 'default_tax_1_rate', array('class' => 'control-label col-xs-2 required')); ?>
      'default_tax_1_name', - 'id'=>'default_tax_1_name', - 'class'=>'form-control input-sm required', + 'name' => 'default_tax_1_name', + 'id' => 'default_tax_1_name', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('default_tax_1_name')!==FALSE ? $this->config->item('default_tax_1_name') : $this->lang->line('items_sales_tax_1'))); ?>
      'default_tax_1_rate', - 'id'=>'default_tax_1_rate', - 'class'=>'form-control input-sm required', + 'name' => 'default_tax_1_rate', + 'id' => 'default_tax_1_rate', + 'class' => 'form-control input-sm required', 'value'=>to_tax_decimals($this->config->item('default_tax_1_rate')))); ?> %
      - lang->line('config_default_tax_rate_2'), 'default_tax_2_rate', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_default_tax_rate_2'), 'default_tax_2_rate', array('class' => 'control-label col-xs-2')); ?>
      'default_tax_2_name', - 'id'=>'default_tax_2_name', - 'class'=>'form-control input-sm', + 'name' => 'default_tax_2_name', + 'id' => 'default_tax_2_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('default_tax_2_name')!==FALSE ? $this->config->item('default_tax_2_name') : $this->lang->line('items_sales_tax_2'))); ?>
      'default_tax_2_rate', - 'id'=>'default_tax_2_rate', - 'class'=>'form-control input-sm', + 'name' => 'default_tax_2_rate', + 'id' => 'default_tax_2_rate', + 'class' => 'form-control input-sm', 'value'=>to_tax_decimals($this->config->item('default_tax_2_rate')))); ?> %
      - lang->line('config_tax_included'), 'tax_included', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_tax_included'), 'tax_included', array('class' => 'control-label col-xs-2')); ?>
      'tax_included', - 'id'=>'tax_included', - 'value'=>'tax_included', + 'name' => 'tax_included', + 'id' => 'tax_included', + 'value' => 'tax_included', 'checked'=>$this->config->item('tax_included'))); ?>
      - lang->line('config_default_sales_discount'), 'default_sales_discount', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_default_sales_discount'), 'default_sales_discount', array('class' => 'control-label col-xs-2 required')); ?>
      'default_sales_discount', - 'id'=>'default_sales_discount', - 'class'=>'form-control input-sm required', - 'type'=>'number', + 'name' => 'default_sales_discount', + 'id' => 'default_sales_discount', + 'class' => 'form-control input-sm required', + 'type' => 'number', 'min'=>0, 'max'=>100, 'value'=>$this->config->item('default_sales_discount'))); ?> @@ -71,24 +71,24 @@
      - lang->line('config_receiving_calculate_average_price'), 'receiving_calculate_average_price', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_receiving_calculate_average_price'), 'receiving_calculate_average_price', array('class' => 'control-label col-xs-2')); ?>
      'receiving_calculate_average_price', - 'id'=>'receiving_calculate_average_price', - 'value'=>'receiving_calculate_average_price', + 'name' => 'receiving_calculate_average_price', + 'id' => 'receiving_calculate_average_price', + 'value' => 'receiving_calculate_average_price', 'checked'=>$this->config->item('receiving_calculate_average_price'))); ?>
      - lang->line('config_lines_per_page'), 'lines_per_page', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_lines_per_page'), 'lines_per_page', array('class' => 'control-label col-xs-2 required')); ?>
      'lines_per_page', - 'id'=>'lines_per_page', - 'class'=>'form-control input-sm required', - 'type'=>'number', + 'name' => 'lines_per_page', + 'id' => 'lines_per_page', + 'class' => 'form-control input-sm required', + 'type' => 'number', 'min'=>10, 'max'=>1000, 'value'=>$this->config->item('lines_per_page'))); ?> @@ -96,140 +96,140 @@
      - lang->line('config_notify_alignment'), 'config_notify_horizontal_position', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_notify_alignment'), 'config_notify_horizontal_position', array('class' => 'control-label col-xs-2')); ?>
      'Top', - 'bottom' => 'Bottom' + 'top' => $this->lang->line('config_top'), + 'bottom' => $this->lang->line('config_bottom') ), - $this->config->item('config_notify_vertical_position'), array('class'=>'form-control input-sm')); ?> + $this->config->item('config_notify_vertical_position'), array('class' => 'form-control input-sm')); ?>
      'Left', - 'center' => 'Center', - 'right' => 'Right' + 'left' => $this->lang->line('config_left'), + 'center' => $this->lang->line('config_center'), + 'right' => $this->lang->line('config_right') ), - $this->config->item('config_notify_horizontal_position'), array('class'=>'form-control input-sm')); ?> + $this->config->item('config_notify_horizontal_position'), array('class' => 'form-control input-sm')); ?>
      - lang->line('config_custom1'), 'config_custom1', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_custom1'), 'config_custom1', array('class' => 'control-label col-xs-2')); ?>
      'custom1_name', - 'id'=>'custom1_name', - 'class'=>'form-control input-sm', + 'name' => 'custom1_name', + 'id' => 'custom1_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('custom1_name'))); ?>
      - lang->line('config_custom2'), 'config_custom2', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_custom2'), 'config_custom2', array('class' => 'control-label col-xs-2')); ?>
      'custom2_name', - 'id'=>'custom2_name', - 'class'=>'form-control input-sm', + 'name' => 'custom2_name', + 'id' => 'custom2_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('custom2_name'))); ?>
      - lang->line('config_custom3'), 'config_custom3', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_custom3'), 'config_custom3', array('class' => 'control-label col-xs-2')); ?>
      'custom3_name', - 'id'=>'custom3_name', - 'class'=>'form-control input-sm', + 'name' => 'custom3_name', + 'id' => 'custom3_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('custom3_name'))); ?>
      - lang->line('config_custom4'), 'config_custom4', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_custom4'), 'config_custom4', array('class' => 'control-label col-xs-2')); ?>
      'custom4_name', - 'id'=>'custom4_name', - 'class'=>'form-control input-sm', + 'name' => 'custom4_name', + 'id' => 'custom4_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('custom4_name'))); ?>
      - lang->line('config_custom5'), 'config_custom5', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_custom5'), 'config_custom5', array('class' => 'control-label col-xs-2')); ?>
      'custom5_name', - 'id'=>'custom5_name', - 'class'=>'form-control input-sm', + 'name' => 'custom5_name', + 'id' => 'custom5_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('custom5_name'))); ?>
      - lang->line('config_custom6'), 'config_custom6', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_custom6'), 'config_custom6', array('class' => 'control-label col-xs-2')); ?>
      'custom6_name', - 'id'=>'custom6_name', - 'class'=>'form-control input-sm', + 'name' => 'custom6_name', + 'id' => 'custom6_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('custom6_name'))); ?>
      - lang->line('config_custom7'), 'config_custom7', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_custom7'), 'config_custom7', array('class' => 'control-label col-xs-2')); ?>
      'custom7_name', - 'id'=>'custom7_name', - 'class'=>'form-control input-sm', + 'name' => 'custom7_name', + 'id' => 'custom7_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('custom7_name'))); ?>
      - lang->line('config_custom8'), 'config_custom8', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_custom8'), 'config_custom8', array('class' => 'control-label col-xs-2')); ?>
      'custom8_name', - 'id'=>'custom8_name', - 'class'=>'form-control input-sm', + 'name' => 'custom8_name', + 'id' => 'custom8_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('custom8_name'))); ?>
      - lang->line('config_custom9'), 'config_custom9', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_custom9'), 'config_custom9', array('class' => 'control-label col-xs-2')); ?>
      'custom9_name', - 'id'=>'custom9_name', - 'class'=>'form-control input-sm', + 'name' => 'custom9_name', + 'id' => 'custom9_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('custom9_name'))); ?>
      - lang->line('config_custom10'), 'config_custom10', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_custom10'), 'config_custom10', array('class' => 'control-label col-xs-2')); ?>
      'custom10_name', - 'id'=>'custom10_name', - 'class'=>'form-control input-sm', + 'name' => 'custom10_name', + 'id' => 'custom10_name', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('custom10_name'))); ?>
      - lang->line('config_backup_database'), 'config_backup_database', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_backup_database'), 'config_backup_database', array('class' => 'control-label col-xs-2')); ?>
      lang->line('config_backup_button'); ?> @@ -238,10 +238,10 @@
      'submit_form', - 'id'=>'submit_form', + 'name' => 'submit_form', + 'id' => 'submit_form', 'value'=>$this->lang->line('common_submit'), - 'class'=>'btn btn-primary btn-sm pull-right')); ?> + 'class' => 'btn btn-primary btn-sm pull-right')); ?>
      diff --git a/application/views/configs/info_config.php b/application/views/configs/info_config.php index bf5012931..8aaa3202f 100644 --- a/application/views/configs/info_config.php +++ b/application/views/configs/info_config.php @@ -1,25 +1,25 @@ -'info_config_form', 'enctype'=>'multipart/form-data', 'class'=>'form-horizontal')); ?> + 'info_config_form', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal')); ?>
      lang->line('common_fields_required_message'); ?>
        - lang->line('config_company'), 'company', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_company'), 'company', array('class' => 'control-label col-xs-2 required')); ?>
        'company', - 'id'=>'company', - 'class'=>'form-control input-sm required', + 'name' => 'company', + 'id' => 'company', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('company'))); ?>
        - lang->line('config_company_logo'), 'company_logo', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_company_logo'), 'company_logo', array('class' => 'control-label col-xs-2')); ?>
        @@ -41,89 +41,89 @@
        - lang->line('config_address'), 'address', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_address'), 'address', array('class' => 'control-label col-xs-2 required')); ?>
        'address', - 'id'=>'address', - 'class'=>'form-control input-sm required', + 'name' => 'address', + 'id' => 'address', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('address'))); ?>
        - lang->line('config_website'), 'website', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_website'), 'website', array('class' => 'control-label col-xs-2')); ?>
        'website', - 'id'=>'website', - 'class'=>'form-control input-sm', + 'name' => 'website', + 'id' => 'website', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('website'))); ?>
        - lang->line('common_email'), 'email', array('class'=>'control-label col-xs-2')); ?> + lang->line('common_email'), 'email', array('class' => 'control-label col-xs-2')); ?>
        'email', - 'id'=>'email', - 'type'=>'email', - 'class'=>'form-control input-sm', + 'name' => 'email', + 'id' => 'email', + 'type' => 'email', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('email'))); ?>
        - lang->line('config_phone'), 'phone', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_phone'), 'phone', array('class' => 'control-label col-xs-2 required')); ?>
        'phone', - 'id'=>'phone', - 'class'=>'form-control input-sm required', + 'name' => 'phone', + 'id' => 'phone', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('phone'))); ?>
        - lang->line('config_fax'), 'fax', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_fax'), 'fax', array('class' => 'control-label col-xs-2')); ?>
        'fax', - 'id'=>'fax', - 'class'=>'form-control input-sm', + 'name' => 'fax', + 'id' => 'fax', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('fax'))); ?>
        - lang->line('common_return_policy'), 'return_policy', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('common_return_policy'), 'return_policy', array('class' => 'control-label col-xs-2 required')); ?>
        'return_policy', - 'id'=>'return_policy', - 'class'=>'form-control input-sm required', + 'name' => 'return_policy', + 'id' => 'return_policy', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('return_policy'))); ?>
        'submit_form', - 'id'=>'submit_form', + 'name' => 'submit_form', + 'id' => 'submit_form', 'value'=>$this->lang->line('common_submit'), - 'class'=>'btn btn-primary btn-sm pull-right')); ?> + 'class' => 'btn btn-primary btn-sm pull-right')); ?>
        diff --git a/application/views/configs/invoice_config.php b/application/views/configs/invoice_config.php index ec7ef0725..b3fb42d07 100644 --- a/application/views/configs/invoice_config.php +++ b/application/views/configs/invoice_config.php @@ -1,69 +1,69 @@ -'invoice_config_form', 'class'=>'form-horizontal')); ?> + 'invoice_config_form', 'class' => 'form-horizontal')); ?>
        lang->line('common_fields_required_message'); ?>
          - lang->line('config_invoice_enable'), 'invoice_enable', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_invoice_enable'), 'invoice_enable', array('class' => 'control-label col-xs-2')); ?>
          'invoice_enable', - 'value'=>'invoice_enable', - 'id'=>'invoice_enable', + 'name' => 'invoice_enable', + 'value' => 'invoice_enable', + 'id' => 'invoice_enable', 'checked'=>$this->config->item('invoice_enable')));?>
          - lang->line('config_sales_invoice_format'), 'sales_invoice_format', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_sales_invoice_format'), 'sales_invoice_format', array('class' => 'control-label col-xs-2')); ?>
          'sales_invoice_format', - 'id'=>'sales_invoice_format', - 'class'=>'form-control input-sm', + 'name' => 'sales_invoice_format', + 'id' => 'sales_invoice_format', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('sales_invoice_format'))); ?>
          - lang->line('config_recv_invoice_format'), 'recv_invoice_format', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_recv_invoice_format'), 'recv_invoice_format', array('class' => 'control-label col-xs-2')); ?>
          'recv_invoice_format', - 'id'=>'recv_invoice_format', - 'class'=>'form-control input-sm', + 'name' => 'recv_invoice_format', + 'id' => 'recv_invoice_format', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('recv_invoice_format'))); ?>
          - lang->line('config_invoice_default_comments'), 'invoice_default_comments', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_invoice_default_comments'), 'invoice_default_comments', array('class' => 'control-label col-xs-2')); ?>
          'invoice_default_comments', - 'id'=>'invoice_default_comments', - 'class'=>'form-control input-sm', + 'name' => 'invoice_default_comments', + 'id' => 'invoice_default_comments', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('invoice_default_comments')));?>
          - lang->line('config_invoice_email_message'), 'invoice_email_message', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_invoice_email_message'), 'invoice_email_message', array('class' => 'control-label col-xs-2')); ?>
          'invoice_email_message', - 'id'=>'invoice_email_message', - 'class'=>'form-control input-sm', + 'name' => 'invoice_email_message', + 'id' => 'invoice_email_message', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('invoice_email_message')));?>
          'submit_form', - 'id'=>'submit_form', + 'name' => 'submit_form', + 'id' => 'submit_form', 'value'=>$this->lang->line('common_submit'), - 'class'=>'btn btn-primary btn-sm pull-right'));?> + 'class' => 'btn btn-primary btn-sm pull-right'));?>
          diff --git a/application/views/configs/locale_config.php b/application/views/configs/locale_config.php index 6d27cd97c..4de3f9b09 100644 --- a/application/views/configs/locale_config.php +++ b/application/views/configs/locale_config.php @@ -1,24 +1,24 @@ -'locale_config_form', 'class'=>'form-horizontal')); ?> + 'locale_config_form', 'class' => 'form-horizontal')); ?>
          lang->line('common_fields_required_message'); ?>
            - lang->line('config_currency_symbol'), 'currency_symbol', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_currency_symbol'), 'currency_symbol', array('class' => 'control-label col-xs-2')); ?>
            'currency_symbol', - 'id'=>'currency_symbol', - 'class'=>'form-control input-sm', + 'name' => 'currency_symbol', + 'id' => 'currency_symbol', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('currency_symbol'))); ?>
            @@ -26,20 +26,20 @@
            - lang->line('config_currency_decimals'), 'currency_decimals', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_currency_decimals'), 'currency_decimals', array('class' => 'control-label col-xs-2')); ?>
            '0', '1' => '1', '2' => '2' ), - $this->config->item('currency_decimals'), array('class'=>'form-control input-sm')); + $this->config->item('currency_decimals'), array('class' => 'form-control input-sm')); ?>
            - lang->line('config_tax_decimals'), 'language', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_tax_decimals'), 'language', array('class' => 'control-label col-xs-2')); ?>
            '0', @@ -47,39 +47,39 @@ '2' => '2', '3' => '3' ), - $this->config->item('tax_decimals'), array('class'=>'form-control input-sm')); + $this->config->item('tax_decimals'), array('class' => 'form-control input-sm')); ?>
            - lang->line('config_decimal_point'), 'decimal_point', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_decimal_point'), 'decimal_point', array('class' => 'control-label col-xs-2')); ?>
            '. (dot)', - ',' => ', (comma)' + '.' => '. (' . $this->lang->line('config_dot') . ')', + ',' => ', (' . $this->lang->line('config_comma') . ')' ), - $this->config->item('decimal_point'), array('class'=>'form-control input-sm')); + $this->config->item('decimal_point'), array('class' => 'form-control input-sm')); ?>
            - lang->line('config_thousands_separator'), 'thousands_separator', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_thousands_separator'), 'thousands_separator', array('class' => 'control-label col-xs-2')); ?>
            '' (apostrophe)', - ',' => ', (comma)', - '.' => '. (dot)', - '' => '(none)' + ''' => '' (' . $this->lang->line('config_apostrophe') . ')', + ',' => ', (' . $this->lang->line('config_comma') . ')', + '.' => '. (' . $this->lang->line('config_dot') . ')', + '' => '(' . $this->lang->line('config_none') . ')' ), - $this->config->item('thousands_separator'), array('class'=>'form-control input-sm')); + $this->config->item('thousands_separator'), array('class' => 'form-control input-sm')); ?>
            - lang->line('config_quantity_decimals'), 'quantity_decimals', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_quantity_decimals'), 'quantity_decimals', array('class' => 'control-label col-xs-2')); ?>
            '0', @@ -87,28 +87,28 @@ '2' => '2', '3' => '3' ), - $this->config->item('quantity_decimals'), array('class'=>'form-control input-sm')); + $this->config->item('quantity_decimals'), array('class' => 'form-control input-sm')); ?>
            - lang->line('config_payment_options_order'), 'payment_options_order', array('class'=>'control-label col-xs-2')); ?> -
            + lang->line('config_payment_options_order'), 'payment_options_order', array('class' => 'control-label col-xs-2')); ?> +
            'Cash/Debit/Credit', - 'debitcreditcash' => 'Debit/Credit/Cash', - 'debitcashcredit' => 'Debit/Cash/Credit' + 'cashdebitcredit' => $this->lang->line('sales_cash') . '/' . $this->lang->line('sales_debit') . '/' . $this->lang->line('sales_credit'), + 'debitcreditcash' => $this->lang->line('sales_debit') . '/' . $this->lang->line('sales_credit') . '/' . $this->lang->line('sales_cash'), + 'debitcashcredit' => $this->lang->line('sales_debit') . '/' . $this->lang->line('sales_cash') . '/' . $this->lang->line('sales_credit') ), - $this->config->item('payment_options_order'), array('class'=>'form-control input-sm')); + $this->config->item('payment_options_order'), array('class' => 'form-control input-sm')); ?>
            - lang->line('config_country_codes'), 'country_codes', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_country_codes'), 'country_codes', array('class' => 'control-label col-xs-2')); ?>
            - config->item('country_codes'), array('class'=>'form-control input-sm')); ?> + config->item('country_codes'), array('class' => 'form-control input-sm')); ?>
            @@ -116,7 +116,7 @@
            - lang->line('config_language'), 'language', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_language'), 'language', array('class' => 'control-label col-xs-2')); ?>
            'English', @@ -133,115 +133,115 @@ 'pt-BR' => 'Portuguese (Brazil)', 'hr-HR' => 'Croatian (Croatia)' ), - $this->config->item('language'), array('class'=>'form-control input-sm')); + $this->config->item('language'), array('class' => 'form-control input-sm')); ?>
            - lang->line('config_timezone'), 'timezone', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_timezone'), 'timezone', array('class' => 'control-label col-xs-2')); ?>
            '(GMT-11:00) Midway Island, Samoa', - 'America/Adak'=>'(GMT-10:00) Hawaii-Aleutian', - 'Etc/GMT+10'=>'(GMT-10:00) Hawaii', - 'Pacific/Marquesas'=>'(GMT-09:30) Marquesas Islands', - 'Pacific/Gambier'=>'(GMT-09:00) Gambier Islands', - 'America/Anchorage'=>'(GMT-09:00) Alaska', - 'America/Ensenada'=>'(GMT-08:00) Tijuana, Baja California', - 'Etc/GMT+8'=>'(GMT-08:00) Pitcairn Islands', - 'America/Los_Angeles'=>'(GMT-08:00) Pacific Time (US & Canada)', - 'America/Denver'=>'(GMT-07:00) Mountain Time (US & Canada)', - 'America/Chihuahua'=>'(GMT-07:00) Chihuahua, La Paz, Mazatlan', - 'America/Dawson_Creek'=>'(GMT-07:00) Arizona', - 'America/Belize'=>'(GMT-06:00) Saskatchewan, Central America', - 'America/Cancun'=>'(GMT-06:00) Guadalajara, Mexico City, Monterrey', - 'Chile/EasterIsland'=>'(GMT-06:00) Easter Island', - 'America/Chicago'=>'(GMT-06:00) Central Time (US & Canada)', - 'America/New_York'=>'(GMT-05:00) Eastern Time (US & Canada)', - 'America/Havana'=>'(GMT-05:00) Cuba', - 'America/Bogota'=>'(GMT-05:00) Bogota, Lima, Quito, Rio Branco', - 'America/Caracas'=>'(GMT-04:30) Caracas', - 'America/Santiago'=>'(GMT-04:00) Santiago', - 'America/La_Paz'=>'(GMT-04:00) La Paz', - 'Atlantic/Stanley'=>'(GMT-04:00) Faukland Islands', - 'America/Campo_Grande'=>'(GMT-04:00) Brazil', - 'America/Goose_Bay'=>'(GMT-04:00) Atlantic Time (Goose Bay)', - 'America/Glace_Bay'=>'(GMT-04:00) Atlantic Time (Canada)', - 'America/St_Johns'=>'(GMT-03:30) Newfoundland', - 'America/Araguaina'=>'(GMT-03:00) UTC-3', - 'America/Montevideo'=>'(GMT-03:00) Montevideo', - 'America/Miquelon'=>'(GMT-03:00) Miquelon, St. Pierre', - 'America/Godthab'=>'(GMT-03:00) Greenland', - 'America/Argentina/Buenos_Aires'=>'(GMT-03:00) Buenos Aires', - 'America/Sao_Paulo'=>'(GMT-03:00) Brasilia', - 'America/Noronha'=>'(GMT-02:00) Mid-Atlantic', - 'Atlantic/Cape_Verde'=>'(GMT-01:00) Cape Verde Is.', - 'Atlantic/Azores'=>'(GMT-01:00) Azores', - 'Europe/Belfast'=>'(GMT) Greenwich Mean Time : Belfast', - 'Europe/Dublin'=>'(GMT) Greenwich Mean Time : Dublin', - 'Europe/Lisbon'=>'(GMT) Greenwich Mean Time : Lisbon', - 'Europe/London'=>'(GMT) Greenwich Mean Time : London', - 'Africa/Abidjan'=>'(GMT) Monrovia, Reykjavik', - 'Europe/Amsterdam'=>'(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna', - 'Europe/Belgrade'=>'(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague', - 'Europe/Brussels'=>'(GMT+01:00) Brussels, Copenhagen, Madrid, Paris', - 'Africa/Algiers'=>'(GMT+01:00) West Central Africa', - 'Africa/Windhoek'=>'(GMT+01:00) Windhoek', - 'Asia/Beirut'=>'(GMT+02:00) Beirut', - 'Africa/Cairo'=>'(GMT+02:00) Cairo', - 'Asia/Gaza'=>'(GMT+02:00) Gaza', - 'Africa/Blantyre'=>'(GMT+02:00) Harare, Pretoria', - 'Asia/Jerusalem'=>'(GMT+02:00) Jerusalem', - 'Europe/Minsk'=>'(GMT+02:00) Minsk', - 'Asia/Damascus'=>'(GMT+02:00) Syria', - 'Europe/Moscow'=>'(GMT+03:00) Moscow, St. Petersburg, Volgograd', - 'Africa/Addis_Ababa'=>'(GMT+03:00) Nairobi', - 'Asia/Tehran'=>'(GMT+03:30) Tehran', - 'Asia/Dubai'=>'(GMT+04:00) Abu Dhabi, Muscat', - 'Asia/Yerevan'=>'(GMT+04:00) Yerevan', - 'Asia/Kabul'=>'(GMT+04:30) Kabul', - 'Asia/Baku'=>'(GMT+05:00) Baku', - 'Asia/Yekaterinburg'=>'(GMT+05:00) Ekaterinburg', - 'Asia/Tashkent'=>'(GMT+05:00) Tashkent', - 'Asia/Kolkata'=>'(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi', - 'Asia/Katmandu'=>'(GMT+05:45) Kathmandu', - 'Asia/Dhaka'=>'(GMT+06:00) Astana, Dhaka', - 'Asia/Novosibirsk'=>'(GMT+06:00) Novosibirsk', - 'Asia/Rangoon'=>'(GMT+06:30) Yangon (Rangoon)', - 'Asia/Bangkok'=>'(GMT+07:00) Bangkok, Hanoi, Jakarta', - 'Asia/Krasnoyarsk'=>'(GMT+07:00) Krasnoyarsk', - 'Asia/Hong_Kong'=>'(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi', - 'Asia/Irkutsk'=>'(GMT+08:00) Irkutsk, Ulaan Bataar', - 'Australia/Perth'=>'(GMT+08:00) Perth', - 'Australia/Eucla'=>'(GMT+08:45) Eucla', - 'Asia/Tokyo'=>'(GMT+09:00) Osaka, Sapporo, Tokyo', - 'Asia/Seoul'=>'(GMT+09:00) Seoul', - 'Asia/Yakutsk'=>'(GMT+09:00) Yakutsk', - 'Australia/Adelaide'=>'(GMT+09:30) Adelaide', - 'Australia/Darwin'=>'(GMT+09:30) Darwin', - 'Australia/Brisbane'=>'(GMT+10:00) Brisbane', - 'Australia/Hobart'=>'(GMT+10:00) Hobart', - 'Asia/Vladivostok'=>'(GMT+10:00) Vladivostok', - 'Australia/Lord_Howe'=>'(GMT+10:30) Lord Howe Island', - 'Etc/GMT-11'=>'(GMT+11:00) Solomon Is., New Caledonia', - 'Asia/Magadan'=>'(GMT+11:00) Magadan', - 'Pacific/Norfolk'=>'(GMT+11:30) Norfolk Island', - 'Asia/Anadyr'=>'(GMT+12:00) Anadyr, Kamchatka', - 'Pacific/Auckland'=>'(GMT+12:00) Auckland, Wellington', - 'Etc/GMT-12'=>'(GMT+12:00) Fiji, Kamchatka, Marshall Is.', - 'Pacific/Chatham'=>'(GMT+12:45) Chatham Islands', - 'Pacific/Tongatapu'=>'(GMT+13:00) Nuku\'alofa', - 'Pacific/Kiritimati'=>'(GMT+14:00) Kiritimati' + 'Pacific/Midway' => '(GMT-11:00) Midway Island, Samoa', + 'America/Adak' => '(GMT-10:00) Hawaii-Aleutian', + 'Etc/GMT+10' => '(GMT-10:00) Hawaii', + 'Pacific/Marquesas' => '(GMT-09:30) Marquesas Islands', + 'Pacific/Gambier' => '(GMT-09:00) Gambier Islands', + 'America/Anchorage' => '(GMT-09:00) Alaska', + 'America/Ensenada' => '(GMT-08:00) Tijuana, Baja California', + 'Etc/GMT+8' => '(GMT-08:00) Pitcairn Islands', + 'America/Los_Angeles' => '(GMT-08:00) Pacific Time (US & Canada)', + 'America/Denver' => '(GMT-07:00) Mountain Time (US & Canada)', + 'America/Chihuahua' => '(GMT-07:00) Chihuahua, La Paz, Mazatlan', + 'America/Dawson_Creek' => '(GMT-07:00) Arizona', + 'America/Belize' => '(GMT-06:00) Saskatchewan, Central America', + 'America/Cancun' => '(GMT-06:00) Guadalajara, Mexico City, Monterrey', + 'Chile/EasterIsland' => '(GMT-06:00) Easter Island', + 'America/Chicago' => '(GMT-06:00) Central Time (US & Canada)', + 'America/New_York' => '(GMT-05:00) Eastern Time (US & Canada)', + 'America/Havana' => '(GMT-05:00) Cuba', + 'America/Bogota' => '(GMT-05:00) Bogota, Lima, Quito, Rio Branco', + 'America/Caracas' => '(GMT-04:30) Caracas', + 'America/Santiago' => '(GMT-04:00) Santiago', + 'America/La_Paz' => '(GMT-04:00) La Paz', + 'Atlantic/Stanley' => '(GMT-04:00) Faukland Islands', + 'America/Campo_Grande' => '(GMT-04:00) Brazil', + 'America/Goose_Bay' => '(GMT-04:00) Atlantic Time (Goose Bay)', + 'America/Glace_Bay' => '(GMT-04:00) Atlantic Time (Canada)', + 'America/St_Johns' => '(GMT-03:30) Newfoundland', + 'America/Araguaina' => '(GMT-03:00) UTC-3', + 'America/Montevideo' => '(GMT-03:00) Montevideo', + 'America/Miquelon' => '(GMT-03:00) Miquelon, St. Pierre', + 'America/Godthab' => '(GMT-03:00) Greenland', + 'America/Argentina/Buenos_Aires' => '(GMT-03:00) Buenos Aires', + 'America/Sao_Paulo' => '(GMT-03:00) Brasilia', + 'America/Noronha' => '(GMT-02:00) Mid-Atlantic', + 'Atlantic/Cape_Verde' => '(GMT-01:00) Cape Verde Is.', + 'Atlantic/Azores' => '(GMT-01:00) Azores', + 'Europe/Belfast' => '(GMT) Greenwich Mean Time : Belfast', + 'Europe/Dublin' => '(GMT) Greenwich Mean Time : Dublin', + 'Europe/Lisbon' => '(GMT) Greenwich Mean Time : Lisbon', + 'Europe/London' => '(GMT) Greenwich Mean Time : London', + 'Africa/Abidjan' => '(GMT) Monrovia, Reykjavik', + 'Europe/Amsterdam' => '(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna', + 'Europe/Belgrade' => '(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague', + 'Europe/Brussels' => '(GMT+01:00) Brussels, Copenhagen, Madrid, Paris', + 'Africa/Algiers' => '(GMT+01:00) West Central Africa', + 'Africa/Windhoek' => '(GMT+01:00) Windhoek', + 'Asia/Beirut' => '(GMT+02:00) Beirut', + 'Africa/Cairo' => '(GMT+02:00) Cairo', + 'Asia/Gaza' => '(GMT+02:00) Gaza', + 'Africa/Blantyre' => '(GMT+02:00) Harare, Pretoria', + 'Asia/Jerusalem' => '(GMT+02:00) Jerusalem', + 'Europe/Minsk' => '(GMT+02:00) Minsk', + 'Asia/Damascus' => '(GMT+02:00) Syria', + 'Europe/Moscow' => '(GMT+03:00) Moscow, St. Petersburg, Volgograd', + 'Africa/Addis_Ababa' => '(GMT+03:00) Nairobi', + 'Asia/Tehran' => '(GMT+03:30) Tehran', + 'Asia/Dubai' => '(GMT+04:00) Abu Dhabi, Muscat', + 'Asia/Yerevan' => '(GMT+04:00) Yerevan', + 'Asia/Kabul' => '(GMT+04:30) Kabul', + 'Asia/Baku' => '(GMT+05:00) Baku', + 'Asia/Yekaterinburg' => '(GMT+05:00) Ekaterinburg', + 'Asia/Tashkent' => '(GMT+05:00) Tashkent', + 'Asia/Kolkata' => '(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi', + 'Asia/Katmandu' => '(GMT+05:45) Kathmandu', + 'Asia/Dhaka' => '(GMT+06:00) Astana, Dhaka', + 'Asia/Novosibirsk' => '(GMT+06:00) Novosibirsk', + 'Asia/Rangoon' => '(GMT+06:30) Yangon (Rangoon)', + 'Asia/Bangkok' => '(GMT+07:00) Bangkok, Hanoi, Jakarta', + 'Asia/Krasnoyarsk' => '(GMT+07:00) Krasnoyarsk', + 'Asia/Hong_Kong' => '(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi', + 'Asia/Irkutsk' => '(GMT+08:00) Irkutsk, Ulaan Bataar', + 'Australia/Perth' => '(GMT+08:00) Perth', + 'Australia/Eucla' => '(GMT+08:45) Eucla', + 'Asia/Tokyo' => '(GMT+09:00) Osaka, Sapporo, Tokyo', + 'Asia/Seoul' => '(GMT+09:00) Seoul', + 'Asia/Yakutsk' => '(GMT+09:00) Yakutsk', + 'Australia/Adelaide' => '(GMT+09:30) Adelaide', + 'Australia/Darwin' => '(GMT+09:30) Darwin', + 'Australia/Brisbane' => '(GMT+10:00) Brisbane', + 'Australia/Hobart' => '(GMT+10:00) Hobart', + 'Asia/Vladivostok' => '(GMT+10:00) Vladivostok', + 'Australia/Lord_Howe' => '(GMT+10:30) Lord Howe Island', + 'Etc/GMT-11' => '(GMT+11:00) Solomon Is., New Caledonia', + 'Asia/Magadan' => '(GMT+11:00) Magadan', + 'Pacific/Norfolk' => '(GMT+11:30) Norfolk Island', + 'Asia/Anadyr' => '(GMT+12:00) Anadyr, Kamchatka', + 'Pacific/Auckland' => '(GMT+12:00) Auckland, Wellington', + 'Etc/GMT-12' => '(GMT+12:00) Fiji, Kamchatka, Marshall Is.', + 'Pacific/Chatham' => '(GMT+12:45) Chatham Islands', + 'Pacific/Tongatapu' => '(GMT+13:00) Nuku\'alofa', + 'Pacific/Kiritimati' => '(GMT+14:00) Kiritimati' ), - $this->config->item('timezone') ? $this->config->item('timezone') : date_default_timezone_get(), array('class'=>'form-control input-sm')); + $this->config->item('timezone') ? $this->config->item('timezone') : date_default_timezone_get(), array('class' => 'form-control input-sm')); ?>
            - lang->line('config_datetimeformat'), 'datetimeformat', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_datetimeformat'), 'datetimeformat', array('class' => 'control-label col-xs-2')); ?>
            'dd/mm/yyyy', @@ -252,7 +252,7 @@ 'm/d/y' => 'mm/dd/yy', 'y/m/d' => 'yy/mm/dd' ), - $this->config->item('dateformat'), array('class'=>'form-control input-sm')); + $this->config->item('dateformat'), array('class' => 'form-control input-sm')); ?>
            @@ -261,16 +261,16 @@ 'h:i:s a' => 'hh:mm:ss am/pm', 'h:i:s A' => 'hh:mm:ss AM/PM' ), - $this->config->item('timeformat'), array('class'=>'form-control input-sm')); + $this->config->item('timeformat'), array('class' => 'form-control input-sm')); ?>
            'submit_form', - 'id'=>'submit_form', + 'name' => 'submit_form', + 'id' => 'submit_form', 'value'=>$this->lang->line('common_submit'), - 'class'=>'btn btn-primary btn-sm pull-right')); ?> + 'class' => 'btn btn-primary btn-sm pull-right')); ?>
            diff --git a/application/views/configs/message_config.php b/application/views/configs/message_config.php index 48acd7b1e..90b72e02c 100755 --- a/application/views/configs/message_config.php +++ b/application/views/configs/message_config.php @@ -1,68 +1,68 @@ -'message_config_form', 'enctype'=>'multipart/form-data', 'class'=>'form-horizontal')); ?> + 'message_config_form', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal')); ?>
            lang->line('common_fields_required_message'); ?>
              - lang->line('config_msg_uid'), 'msg_uid', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_msg_uid'), 'msg_uid', array('class' => 'control-label col-xs-2 required')); ?>
              'msg_uid', - 'id'=>'msg_uid', - 'class'=>'form-control input-sm required', + 'name' => 'msg_uid', + 'id' => 'msg_uid', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('msg_uid'))); ?>
              - lang->line('config_msg_pwd'), 'msg_pwd', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_msg_pwd'), 'msg_pwd', array('class' => 'control-label col-xs-2 required')); ?>
              'msg_pwd', - 'id'=>'msg_pwd', - 'class'=>'form-control input-sm required', + 'name' => 'msg_pwd', + 'id' => 'msg_pwd', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('msg_pwd'))); ?>
              - lang->line('config_msg_src'), 'msg_src', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_msg_src'), 'msg_src', array('class' => 'control-label col-xs-2 required')); ?>
              'msg_src', - 'id'=>'msg_src', - 'class'=>'form-control input-sm required', + 'name' => 'msg_src', + 'id' => 'msg_src', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('msg_src') == null ? $this->config->item('company') : $this->config->item('msg_src')));?>
              - lang->line('config_msg_msg'), 'msg_msg', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_msg_msg'), 'msg_msg', array('class' => 'control-label col-xs-2')); ?>
              'msg_msg', - 'id'=>'msg_msg', - 'class'=>'form-control input-sm', + 'name' => 'msg_msg', + 'id' => 'msg_msg', + 'class' => 'form-control input-sm', 'value'=>$this->config->item('msg_msg'), 'placeholder'=>$this->lang->line('config_msg_msg_placeholder')));?>
              'submit_form', - 'id'=>'submit_form', + 'name' => 'submit_form', + 'id' => 'submit_form', 'value'=>$this->lang->line('common_submit'), - 'class'=>'btn btn-primary btn-sm pull-right')); ?> + 'class' => 'btn btn-primary btn-sm pull-right')); ?>
              diff --git a/application/views/configs/receipt_config.php b/application/views/configs/receipt_config.php index 36a6574dd..45bbc2c0a 100644 --- a/application/views/configs/receipt_config.php +++ b/application/views/configs/receipt_config.php @@ -1,118 +1,118 @@ -'receipt_config_form', 'class'=>'form-horizontal')); ?> + 'receipt_config_form', 'class' => 'form-horizontal')); ?>
              lang->line('common_fields_required_message'); ?>
                - lang->line('config_receipt_show_taxes'), 'receipt_show_taxes', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_receipt_show_taxes'), 'receipt_show_taxes', array('class' => 'control-label col-xs-2')); ?>
                'receipt_show_taxes', - 'value'=>'receipt_show_taxes', - 'id'=>'receipt_show_taxes', + 'name' => 'receipt_show_taxes', + 'value' => 'receipt_show_taxes', + 'id' => 'receipt_show_taxes', 'checked'=>$this->config->item('receipt_show_taxes'))); ?>
                - lang->line('config_receipt_show_total_discount'), 'receipt_show_total_discount', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_receipt_show_total_discount'), 'receipt_show_total_discount', array('class' => 'control-label col-xs-2')); ?>
                'receipt_show_total_discount', - 'value'=>'receipt_show_total_discount', - 'id'=>'receipt_show_total_discount', + 'name' => 'receipt_show_total_discount', + 'value' => 'receipt_show_total_discount', + 'id' => 'receipt_show_total_discount', 'checked'=>$this->config->item('receipt_show_total_discount'))); ?>
                - lang->line('config_receipt_show_description'), 'receipt_show_description', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_receipt_show_description'), 'receipt_show_description', array('class' => 'control-label col-xs-2')); ?>
                'receipt_show_description', - 'value'=>'receipt_show_description', - 'id'=>'receipt_show_description', + 'name' => 'receipt_show_description', + 'value' => 'receipt_show_description', + 'id' => 'receipt_show_description', 'checked'=>$this->config->item('receipt_show_description'))); ?>
                - lang->line('config_receipt_show_serialnumber'), 'receipt_show_serialnumber', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_receipt_show_serialnumber'), 'receipt_show_serialnumber', array('class' => 'control-label col-xs-2')); ?>
                'receipt_show_serialnumber', - 'value'=>'receipt_show_serialnumber', - 'id'=>'receipt_show_serialnumber', + 'name' => 'receipt_show_serialnumber', + 'value' => 'receipt_show_serialnumber', + 'id' => 'receipt_show_serialnumber', 'checked'=>$this->config->item('receipt_show_serialnumber'))); ?>
                - lang->line('config_print_silently'), 'print_silently', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_print_silently'), 'print_silently', array('class' => 'control-label col-xs-2')); ?>
                'print_silently', - 'id'=>'print_silently', - 'value'=>'print_silently', + 'name' => 'print_silently', + 'id' => 'print_silently', + 'value' => 'print_silently', 'checked'=>$this->config->item('print_silently'))); ?>
                - lang->line('config_print_header'), 'print_header', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_print_header'), 'print_header', array('class' => 'control-label col-xs-2')); ?>
                'print_header', - 'id'=>'print_header', - 'value'=>'print_header', + 'name' => 'print_header', + 'id' => 'print_header', + 'value' => 'print_header', 'checked'=>$this->config->item('print_header'))); ?>
                - lang->line('config_print_footer'), 'print_footer', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_print_footer'), 'print_footer', array('class' => 'control-label col-xs-2')); ?>
                'print_footer', - 'id'=>'print_footer', - 'value'=>'print_footer', + 'name' => 'print_footer', + 'id' => 'print_footer', + 'value' => 'print_footer', 'checked'=>$this->config->item('print_footer'))); ?>
                - lang->line('config_receipt_printer'), 'config_receipt_printer', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_receipt_printer'), 'config_receipt_printer', array('class' => 'control-label col-xs-2')); ?>
                - lang->line('config_invoice_printer'), 'config_invoice_printer', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_invoice_printer'), 'config_invoice_printer', array('class' => 'control-label col-xs-2')); ?>
                - lang->line('config_takings_printer'), 'config_takings_printer', array('class'=>'control-label col-xs-2')); ?> + lang->line('config_takings_printer'), 'config_takings_printer', array('class' => 'control-label col-xs-2')); ?>
                - lang->line('config_print_top_margin'), 'print_top_margin', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_print_top_margin'), 'print_top_margin', array('class' => 'control-label col-xs-2 required')); ?>
                'number', - 'min'=>'0', - 'max'=>'20', - 'name'=>'print_top_margin', - 'id'=>'print_top_margin', - 'class'=>'form-control input-sm required', + 'type' => 'number', + 'min' => '0', + 'max' => '20', + 'name' => 'print_top_margin', + 'id' => 'print_top_margin', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('print_top_margin'))); ?> px
                @@ -120,16 +120,16 @@
                - lang->line('config_print_left_margin'), 'print_left_margin', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_print_left_margin'), 'print_left_margin', array('class' => 'control-label col-xs-2 required')); ?>
                'number', - 'min'=>'0', - 'max'=>'20', - 'name'=>'print_left_margin', - 'id'=>'print_left_margin', - 'class'=>'form-control input-sm required', + 'type' => 'number', + 'min' => '0', + 'max' => '20', + 'name' => 'print_left_margin', + 'id' => 'print_left_margin', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('print_left_margin'))); ?> px
                @@ -137,16 +137,16 @@
                - lang->line('config_print_bottom_margin'), 'print_bottom_margin', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_print_bottom_margin'), 'print_bottom_margin', array('class' => 'control-label col-xs-2 required')); ?>
                'number', - 'min'=>'0', - 'max'=>'20', - 'name'=>'print_bottom_margin', - 'id'=>'print_bottom_margin', - 'class'=>'form-control input-sm required', + 'type' => 'number', + 'min' => '0', + 'max' => '20', + 'name' => 'print_bottom_margin', + 'id' => 'print_bottom_margin', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('print_bottom_margin'))); ?> px
                @@ -154,16 +154,16 @@
                - lang->line('config_print_right_margin'), 'print_right_margin', array('class'=>'control-label col-xs-2 required')); ?> + lang->line('config_print_right_margin'), 'print_right_margin', array('class' => 'control-label col-xs-2 required')); ?>
                'number', - 'min'=>'0', - 'max'=>'20', - 'name'=>'print_right_margin', - 'id'=>'print_right_margin', - 'class'=>'form-control input-sm required', + 'type' => 'number', + 'min' => '0', + 'max' => '20', + 'name' => 'print_right_margin', + 'id' => 'print_right_margin', + 'class' => 'form-control input-sm required', 'value'=>$this->config->item('print_right_margin'))); ?> px
                @@ -171,10 +171,10 @@
                'submit_form', - 'id'=>'submit_form', + 'name' => 'submit_form', + 'id' => 'submit_form', 'value'=>$this->lang->line('common_submit'), - 'class'=>'btn btn-primary btn-sm pull-right')); ?> + 'class' => 'btn btn-primary btn-sm pull-right')); ?>
                diff --git a/application/views/configs/stock_config.php b/application/views/configs/stock_config.php index 2d720e44a..c7418ba65 100644 --- a/application/views/configs/stock_config.php +++ b/application/views/configs/stock_config.php @@ -1,4 +1,4 @@ -'location_config_form', 'class'=>'form-horizontal')); ?> + 'location_config_form', 'class' => 'form-horizontal')); ?>
                lang->line('common_fields_required_message'); ?>
                @@ -9,10 +9,10 @@
                'submit', - 'id'=>'submit', + 'name' => 'submit', + 'id' => 'submit', 'value'=>$this->lang->line('common_submit'), - 'class'=>'btn btn-primary btn-sm pull-right')); ?> + 'class' => 'btn btn-primary btn-sm pull-right')); ?> diff --git a/application/views/items/manage.php b/application/views/items/manage.php index 798359ad6..0fb0bf4a2 100644 --- a/application/views/items/manage.php +++ b/application/views/items/manage.php @@ -82,7 +82,7 @@ $(document).ready(function()  lang->line("items_generate_barcodes"); ?> 'daterangepicker', 'class'=>'form-control input-sm', 'id'=>'daterangepicker')); ?> - 'filters', 'class'=>'selectpicker show-menu-arrow', 'data-selected-text-format'=>'count > 1', 'data-style'=>'btn-default btn-sm', 'data-width'=>'fit')); ?> + 'filters', 'class'=>'selectpicker show-menu-arrow', 'data-none-selected-text'=>$this->lang->line('common_none_selected_text'), 'data-selected-text-format'=>'count > 1', 'data-style'=>'btn-default btn-sm', 'data-width'=>'fit')); ?> 1) { diff --git a/application/views/sales/manage.php b/application/views/sales/manage.php index adec295c7..709e3f014 100755 --- a/application/views/sales/manage.php +++ b/application/views/sales/manage.php @@ -59,7 +59,7 @@ $(document).ready(function() 'daterangepicker', 'class'=>'form-control input-sm', 'id'=>'daterangepicker')); ?> - 'filters', 'class'=>'selectpicker show-menu-arrow', 'data-selected-text-format'=>'count > 1', 'data-style'=>'btn-default btn-sm', 'data-width'=>'fit')); ?> + 'filters', 'data-none-selected-text'=>$this->lang->line('common_none_selected_text'), 'class'=>'selectpicker show-menu-arrow', 'data-selected-text-format'=>'count > 1', 'data-style'=>'btn-default btn-sm', 'data-width'=>'fit')); ?> diff --git a/translations/common_lang.csv b/translations/common_lang.csv index 89d9c3f1c..ef3b3e73d 100644 --- a/translations/common_lang.csv +++ b/translations/common_lang.csv @@ -29,6 +29,7 @@ common_list_of,Lista: ,Liste von,Lijst van,Lista de,List of,Liste de,列表,Сп common_logout,Kilépés,Logout,Logout,Salir,Logout,Déconnion,登出,Выход,ออกจากระบบ,Çıkış,Keluar,Sair,Odjava common_new,Új,Neu,Nieuw,Nuevo,New,New,New,New,New,New,New,Novo,Novi common_no_persons_to_display,Nincsenek megjeleníthető emberek,Keine Personen zum Anzeigen,Er werden geen personen gevonden,No hay gente que mostrar,There are no people to display,Il n'y a personne à afficher,沒有使用者資料可以顯示,"Там нет людей, чтобы отобразить",ไม่พบข้อมูลตัวบุคคล,Gösterecek kişi yok,Tidak ada orang untuk ditampilkan,Não existem pessoas para mostrar,Nema nijede osoba za prikazati +common_none_selected_text,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected,Nothing selected common_or,VAGY,Oder,Of,Ó,OR,OU,或,ИЛИ,หรือ,Yada,ATAU,ou,Ili common_phone_number,Telefonszám,Telefon,Telefoon,Teléfono,Phone Number,Téléphone,電話,Номер телефона,โทรศัพท์,Telefon,Telepon,Telefone,Broj telefona common_phone_number_required,Telefonszám kötelező mező,Telefon ist erforderlich,,,,Le numéro de téléphone est requis.,,,ต้องกรอกเบอร์โทร,,Nomer Telepon Wajib Diisi,Número do telefone é requerido,Broj telefona je obavezan diff --git a/translations/config_lang.csv b/translations/config_lang.csv index ba0609326..ff1778f4f 100644 --- a/translations/config_lang.csv +++ b/translations/config_lang.csv @@ -1,6 +1,7 @@ label,hu-HU,de-CH,nl-BE,es,en,fr,zh,ru,th,tr,id,pt-BR,hr-HR config_address,Cég cím,Adresse,Adres,Dirección del Comercio,Company Address,Addresse,公司地址,Адрес Компании,ที่อยู่,Şirket Adresi,Alamat Perusahaan,Endereço,Adresa tvrtke config_address_required,Cég cím kötelező mező,Adresse ist erforderlich,Het adres van het bedrijf moet ingevuld worden,Dirección del Comercio es requerida,Company address is a required field,L'adresse est requise,公司地址為必填,Адрес Компании обязательный пробел,ที่อยู่ต้องกรอก,Şirket Adresi zorunlu alandır,Alamat Perusahaan wajib diisi,Endereço da empresa é um campo obrigatório,Adresu tvrtke je potrebno unijeti +config_apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe,apostrophe config_backup_button,Mentés,Sicherung,Backup,Respaldo,Backup,Backup,Backup,Backup,สำรองข้อมูล,Backup,Backup,Cópia de Segurança,Arhiva config_backup_database,Adatbázis mentése,Sicherungs-Datenbank,Backup Database,Respaldo de Base de Datos,Backup Database,Backup Database,Backup Database,Backup Database,สำรองฐานข้อมูล,Backup Database,Backup Database,Cópia de Segurança,Arhiviranje baze config_barcode,Vonalkód,Barcodes,Barcode,Código de Barras,Barcode,Barcode,Barcode,Barcode,ตั้งค่าระบบบาร์โค้ด,Barcode,Barcode,Código de Barras,Barkoda @@ -25,6 +26,8 @@ config_barcode_third_row,Sor 3,Zeile 3,Rij 3,Fila 2,Row 3,Row 4,Row 5,Row 6,แ config_barcode_type,Vonalkód tipus,Barcode Typ,Barcode Type,Tipo de Código de Barra,Barcode Type,Barcode Type,Barcode Type,Barcode Type,ประเภทบาร์โค้ด,Barcode Type,Barcode Type,Tipo de código de barras,Tip barkod-a config_barcode_width,Szélesség (px),Breite (px),Breedte (px),Ancho (px),Width (px),Width (px),Width (px),Width (px),กว้าง (px),Width (px),Width (px),Largura (px),Širina (px) config_barcode_generate_if_empty,Generáljon ha üres,Generiere Barcode wenn leer,Genereer indien leeg,Generar si esta vacio,Generate if empty,Generate if empty,Generate if empty,Generate if empty,Generate if empty,Generate if empty,Generate if empty,Gerar se vazio,Generiraj ako je prazno +config_bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom,Bottom +config_center,Center,Center,Center,Center,Center,Center,Center,Center,Center,Center,Center,Center,Center config_company,Cégnév,Firmenname,Bedrijfsnaam,Nombre del Comercio,Company Name,Nome de l'Entreprise,公司名稱,Название Компании,ชื่อร้านค้า,Şirket Adı,Nama Perusahaan,Nome da empresa é um campo obrigatório,Naziv tvrtke config_company_logo,Cég logó,Logo,Logo,Logotipo del Comercio,Company Logo,Company Logo,Company Logo,Company Logo,ภาพโลโก้,Company Logo,Company Logo,Logo,Logo tvrtke config_company_select_image,Kép kiválasztása,Select Image,Select Image,Seleccionar Imagen,Select Image,Select Image,Select Image,Select Image,Select Image,Select Image,Select Image,Selecionar imagem,Odaberi logo @@ -32,6 +35,9 @@ config_company_change_image,Kép cseréje,Change Image,Change Image,Cambiar Imag config_company_remove_image,Kép eltávolítása,Remove Image,Remove Image,Quitar Imagen,Remove Image,Remove Image,Remove Image,Remove Image,Remove Image,Remove Image,Remove Image,Remover imagem,Ukloni logo config_company_required,Cégnév kötelező mező,Firmenname ist erforderlich,De bedrijfsnaam moet ingevuld worden,Nombre del Comercio es requerido,Company name is a required field,Le nom d'entreprise est requis,公司名稱為必填,Имя Компании обязательный пробел,ชื่อร้านค้าต้องกรอก,Şirket Adı zorunlu alandır,Nama Perusahaan wajib diisi,Nome da empresa é requerido,Polje naziv tvrtke je potreban config_company_website_url,A cég webcime nem érvényes URL (http://...),Webseite ist nicht in korrektem Format,De website van het bedrijf is geen geldige URL (http://...),Sitio Web no es una URL estándar (http://...),Company website is not a valid URL (http://...),Le site web de l'entreprise n'est pas une URL valide (http://...),公司網址格式錯誤 (http://...),Веб-сайт Компании не является допустимым URL (http://...),เว็บไซต์ร้านค้าไม่ถูกต้อง,website adresi yanlış (http://...),Situs Perusahaan bukan URL yang benar(http://...),Site da empresa não é uma URL válida (http: // ...),Adresa web stranice nije valjana (http://...) +config_comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,comma,comma +config_country_codes,Country Codes,Country Codes,Country Codes,Codigo de pais,Country Codes,Country Codes,Country Codes,Country Codes,Country Codes,Country Codes,Country Codes,Código do país,Country Codes +config_country_codes_tooltip,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Lista de codigo de paises separado por coma para busqueda de direcciones,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Vírgula lista de códigos de país separado para pesquisa de endereços nominatim.,Comma separated list of country codes for nominatim address lookup. config_currency_side,Jobb oldal,Pos. rechts,Rechterkant,Lado derecho,Right side,Symbole à droite,Right side,Правая сторона,ด้านขวา,Sağda,Sisi Kanan,Lado Direito,Desna strana config_currency_symbol,Pénznem,Währungssymbol,Valuta,Símbolo de moneda,Currency Symbol,Symbole Monétaire,貨幣符號,Символ валюты,สัญลักษณ์ค่าเงิน,Para Birimi,Simbol Mata Uang,Simbolo moeda,Valutna oznaka config_currency_decimals,Currency Decimals,Currency Decimals,Currency Decimals,Decimales de moneda,Currency Decimals,Currency Decimals,Currency Decimals,Currency Decimals,Currency Decimals,Currency Decimals,Currency Decimals,Decimais moeda,Velutne decimale @@ -45,6 +51,7 @@ config_custom6,Egyedi mező 6,Zusatzfeld 6,Custom Veld 6,Campo Libre 6,Custom Fi config_custom7,Egyedi mező 7,Zusatzfeld 7,Custom Veld 7,Campo Libre 7,Custom Field 7,Champ Personnalisé 7,Custom Field 7,Изготовленный пробел 7,พื้นที่เพิ่มเติม 7,Özel Alan 7,Custom Field 7,Campo customizado 7,Korisničko polje7 config_custom8,Egyedi mező 8,Zusatzfeld 8,Custom Veld 8,Campo Libre 8,Custom Field 8,Champ Personnalisé 8,Custom Field 8,Изготовленный пробел 8,พื้นที่เพิ่มเติม 8,Özel Alan 8,Custom Field 8,Campo customizado 8,Korisničko polje8 config_custom9,Egyedi mező 9,Zusatzfeld 9,Custom Veld 9,Campo Libre 9,Custom Field 9,Champ Personnalisé 9,Custom Field 9,Изготовленный пробел 9,พื้นที่เพิ่มเติม 9,Özel Alan 9,Custom Field 9,Campo customizado 9,Korisničko polje9 +config_datetimeformat,Dátum és idő formátum,Datum und Zeit,Date and Time format,Formato de fecha y hora,Date and Time format,Date and Time format,Date and Time format,Date and Time format,รูปแบบวันเวลา,Date and Time format,Date and Time format,Formato da data e hora,Oblik datuma i vremena config_decimal_point,Tizedes pont,Dezimaltrennzeichen,Decimal Point,Punto Decimal,Decimal Point, Decimal Point,Decimal Point, Decimal Point,จุดทศนิยม, Decimal Point,Titik Desimal,Ponto decimal,Decimalna točka config_default_barcode_font_size_number,Az alapértelmezett vonalkód font méretnek számnak kell lennie,Die Barcode Schriftgrösse muss eine Zahl sein,The default barcode font size must be a number,Tamaño de fuente del código de barras debe ser un número,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,The default barcode font size must be a number,O tamanho da fonte de código de barras padrão deve ser um número,Veličina pisma barkod-a mora biti broj config_default_barcode_font_size_required,Az alapértelmezett vonalkód font méret kötelező mező,Die Barcode Schriftgrösse ist erforderlich,The default barcode font size is a required field,Tamaño de fuente del código de barras es requerido,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,The default barcode font size is a required field,O tamanho da fonte de código de barras padrão é um campo obrigatório,Veličina pisma je potrebna @@ -69,6 +76,7 @@ config_default_tax_rate_2,Adó 2,MWSt 2,VAT 2 %,Impuesto 2,Tax 2 Rate,Taux d'Imp config_default_tax_rate_number,Az alapértelmezett adónak számnak kell lennie,MWSt Rate,Het percentage VAT moet een nummer zijn,El Impuesto Predeterminado debe ser un número,The default tax rate must be a number,Le taux d'imposition doit etre un nombre,預設稅率必需為數字,Обычный ставка налога должен быть цифра,อัตราภาษีเริ่มต้นต้องเป็นตัวเลข,Varsayılan Vergi Oranı sayı olmalıdır,Tarif Pajak Biasa harus angka,A taxa de Imposto padrão deve ser um número,Zadani porez mora biti broj config_default_tax_rate_required,Az alapértelmezett adó kötelező mező,MWSt ist erforderlich,Het percentage VAT moet ingevuld worden,El Impuesto Predeterminado es requerido,The default tax rate is a required field,Le taux d'imposition par défaut est requis,預設稅率為必填,Обычный ставка налога обязательный пробел,อัตราภาษีเริ่มต้นต้องกรอก,Varsayılan Vergi Oranı zorunlu alandır,Tarif Pajak Biasa wajib diisi,A taxa de Imposto padrão é um campo obrigatório,Zadani porez je potreban config_default_tax_name_required,Alapértelmezett adó név kötelező mező,The default tax name is a required field,De naam van de VAT moet ingevuld worden,El nombre del impuesto predeterminado es requerido,The default tax name is a required field,The default tax name is a required field,The default tax name is a required field,The default tax name is a required field,The default tax name is a required field,The default tax name is a required field,The default tax name is a required field,Nome da taxa padrão é requerida,Naziv poreza je poteban +config_dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,dot,dot config_email,Email,Email,Email,Email,Email,Email,Email,Email,Email,Email,Email,email,Email config_email_protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocol,Protocolo,Protocol config_email_mailpath,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Path to Sendmail,Caminho para Sendmail,Path to Sendmail @@ -91,6 +99,7 @@ config_invoice_email_message,Email számla sablon,Rechnungsvorlage (Email),Invoi config_invoice_printer,Számla nyomtató,Rechnungsdrucker,Factuur Printer,Impresora de Factura,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Invoice Printer,Imprimir fatura,Printer za račun config_jsprintsetup_required,"Figyelem! Ez a letiltott funkció csak akkor működik megfelelően, ha a FireFox jsPrintSetup kiegészítő telepítve van. Menti mindezek tudatában?",Warnung! Diese Funktion ist nur funktionsfähig,Opgelet! De uitgeschakelde functionaliteit werkt enkel met de jsPrintSetup addon in Firefox.,Advertencia!Esta funcionalidad desactivada solo funciona con el addon jsPrintSetup de FireFox instalado. Guardar de todas formas?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?,Aviso! Esta funcionalidade só irá funcionar se você tem o addon FireFox jsPrintSetup instalado. Salvar de qualquer maneira?,Upozorenje! Onemogućene opcije će raditi samo ako imate instaliran FireFox jsPrintSetup dodatak. Svakako snimiti? config_language,Nyelv,Sprache,Taal,Idioma,Language,Langue,語言,Язик,ภาษา,Dil,Bahasa,Linguagem,Jezik +config_left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Left,Left config_lines_per_page,Sorok száma oldalanként,Zeilen pro Seite,Lijnen Per Pagina,Líneas por página,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Lines Per Page,Linhas por página,Linija po stranici config_lines_per_page_number,A sorok száma oldalanként kötelező mező,Zeilen pro Seite muss eine Zahl sein,The lines per page must be a number,Líneas por página debe ser un número,,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,The lines per page must be a number,Linhas por página deve ser um número,Linija po stranici mora biti broj config_lines_per_page_required,A sor per oldal kötelező mező,Zeilen pro Seite ist erforderlich,The lines per page is a required field,Líneas por página es requerido,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,The lines per page is a required field,As linhas por página é um campo obrigatório,Broj linija po stranici je potreban podatak @@ -111,6 +120,8 @@ config_msg_pwd,SMS-API Password,SMS-API Password,SMS-API Password,SMS-API Passwo config_msg_pwd_required,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password es un campo requerido,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Password is a required field,SMS-API Senha é um campo obrigatório,SMS-API Password is a required field config_msg_src,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API ID remitente,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API Sender ID,SMS-API Remetente ID,SMS-API Sender ID config_msg_src_required,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API ID remitente es un campo requerido,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Sender ID is a required field,SMS-API Remetente ID é um campo obrigatório ,SMS-API Sender ID is a required field +config_none,none,none,none,none,none,none,none,none,none,none,none,none,none +config_notify_alignment,Notification Popup Position,Notification Popup Position,Notification Popup Position,Posicion de venta de aviso,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notificação Posição Popup ,Notification Popup Position config_number_format,Szám formátum,Zahlenformat,Number Format,Formato de número,Number Format,Number Format,Number Format,Number Format,รูปแบบตัวเลข,Number Format,Format Nomor,Formato do número,Format broja config_payment_options_order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Payment Options Order,Opções da ordem de pagamento,Payment Options Order config_phone,Cég telefonszáma,Telefon,Telefoon,Teléfono del Comercio,Company Phone,Téléphone,電話,Телефон Компании,เบอร์โทรศัพท์,Şirket Telefonu,Telepon Perusahaan,Telefone,Telefon tvrtke @@ -142,6 +153,7 @@ config_receipt_show_serialnumber,Show Serial Number,Show Serial Number,Show Seri config_receiving_calculate_average_price,Átl. Ár számitása (visszáru),Berechne Durchschnittseinkaufspreis,Calc avg. Price (Receiving),Calc precio promedio (Recepción),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc avg. Price (Receiving),Calc Médio de Preço (Recebimento),Računaj prosječnu cijenu (primke) config_recv_invoice_format,Visszatérítési számla formátum,Format Eingangsrechnung,Formattering Order #,Formato de Factura de Recepción,Receivings Invoice Format,Receivings Invoice Format,Receivings Invoice Format,Receivings Invoice Format,ใบส่งของ,Receivings Invoice Format,Format Nota,Formato da fatura de recebimento,Oblik ulaznog računa(primke) config_return_policy_required,Return policy is a required field,Rücknahmepolitik erforderlich,De retourvoorwaarden moeten ingevuld worden,Política de Devolución es requerida,Return policy is a required field,Le Message est un champ requis,退換貨政策為必填,Возвратний полис обязательный пробел,ต้องกรอกเงื่อนไขการคืนสินค้า,İade Politikası zorunlu alandır,Kebijakan retur wajib diisi,A política de devolução é um campo obrigatório,Polje za povratne obavijesti je potrebno +config_right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Right,Right config_sales_invoice_format,Eladási számla formátum,Format Verkaufsrechnung,Formattering Aankoop #,Formato de Facturas de Venta,Sales Invoice Format,Sales Invoice Format,Sales Invoice Format,Sales Invoice Format,รหัสใบเสร็จ,Sales Invoice Format,Format Nota,Formato da Fatura de Vendas,Oblik fakture config_saved_successfully,Beállítások sikeresen elmentve,Einstellungen erfolgreich gesichert,Configuratie werd bewaard,Configuración guardada satisfactoriamente,Configuration saved successfully,Configuration sauvegardée,組態設置儲存成功,Конфигурация успешно сохранена,บันทึกข้อมูลร้านค้าเรียบร้อยแล้ว,Yapılandırma kaydedildi,Konfigurasi berhasil disimpan,Configuração salva com sucesso,Konfiguracija je uspješno snimljena config_saved_unsuccessfully,Beállítások mentése sikertelen,Einstellungen konnten nicht gesichert werden,Configuratie kon niet worden bewaard,Configuración no guardada,Configuration saved unsuccessfully,Échec de sauvegarde de configuration,組態設置儲存失敗,Конфигурация сохраненная безуспешно,บันทึกข้อมูลร้านค้าไม่สำเร็จ,Yapılandırma kaydedilemedi,Konfigurasi tidak berhasil disimpan,Configuração não salva,Konfiguracija nije uspješno snimljena @@ -154,8 +166,5 @@ config_tax_decimals,Tax Decimals,Tax Decimals,Tax Decimals,Decimales de impuesto config_tax_included,Adókat tartalmaz,MWSt inbegriffen,VAT Inbegrepen,Impuestos incluidos,Tax Included,Tax Included,Tax Included,Tax Included,รวมภาษีแล้ว,Tax Included,Dikenakan Pajak,Imposto Incluído,Uključuje porez config_thousands_separator,Ezres elválasztó,Tausendertrennzeichen,Thousands Separator,Separador de miles,Thousands Separator,Thousands Separator,Thousands Separator,Thousands Separator,ตัวคั่นหลักพัน,Thousands Separator,Pemisah Ribuan,Separador de milhar,Razdjelnik za tisućice config_timezone,Időzóna,Zeitzone,Tijdzone,Zona Horaria,Timezone,Fuseau Horaire,時區,Часовой пояс,โซนเวลา,Saat Dilimi,Zona Waktu,Fuso horário,Vremenska zona +config_top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Top,Top config_website,Weboldal,Website,Website,Sitio Web,Website,Site-web,網站,Веб-сайт,เว็บไซต์,Website,Situs Perusahaan,Site da internet,web strana -config_datetimeformat,Dátum és idő formátum,Datum und Zeit,Date and Time format,Formato de fecha y hora,Date and Time format,Date and Time format,Date and Time format,Date and Time format,รูปแบบวันเวลา,Date and Time format,Date and Time format,Formato da data e hora,Oblik datuma i vremena -config_country_codes,Country Codes,Country Codes,Country Codes,Codigo de pais,Country Codes,Country Codes,Country Codes,Country Codes,Country Codes,Country Codes,Country Codes,Código do país,Country Codes -config_country_codes_tooltip,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Lista de codigo de paises separado por coma para busqueda de direcciones,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Comma separated list of country codes for nominatim address lookup.,Vírgula lista de códigos de país separado para pesquisa de endereços nominatim.,Comma separated list of country codes for nominatim address lookup. -config_notify_alignment,Notification Popup Position,Notification Popup Position,Notification Popup Position,Posicion de venta de aviso,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notification Popup Position,Notificação Posição Popup ,Notification Popup Position