diff --git a/Core/Base/PluginManager.php b/Core/Base/PluginManager.php index 2cb23020f5..b19703265e 100644 --- a/Core/Base/PluginManager.php +++ b/Core/Base/PluginManager.php @@ -32,7 +32,7 @@ final class PluginManager /** * FacturaScripts core version. */ - const CORE_VERSION = 2022.08; + const CORE_VERSION = 2022.09; /** * Path to list plugins on file. diff --git a/Core/Translation/ca_ES.json b/Core/Translation/ca_ES.json index e50b8655d7..88bda3f131 100644 --- a/Core/Translation/ca_ES.json +++ b/Core/Translation/ca_ES.json @@ -1185,6 +1185,8 @@ "template-error": "Error a la plantilla", "template-not-found": "Template no trobat", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "L'última quinzena", diff --git a/Core/Translation/de_DE.json b/Core/Translation/de_DE.json index f63a02042b..a937797196 100644 --- a/Core/Translation/de_DE.json +++ b/Core/Translation/de_DE.json @@ -1185,6 +1185,8 @@ "template-error": "template-error", "template-not-found": "Vorlage nicht gefunden", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Third trimester", "this-last-fortnight": "this-last-fortnight", diff --git a/Core/Translation/en_EN.json b/Core/Translation/en_EN.json index 6f5353cece..882286d233 100644 --- a/Core/Translation/en_EN.json +++ b/Core/Translation/en_EN.json @@ -872,7 +872,7 @@ "others-filters": "Others filters", "out-of-stock": "Out of stock", "page": "Page", - "page-break": "Salto de página", + "page-break": "Page break", "page-configuration": "Configuration Page", "page-option-info": "Here you can modify the visible fields in this list or form", "page-total-amount": "Page total amount", @@ -953,8 +953,8 @@ "print-data-records": "Print all records", "print-export-options": "Print and Export Options", "print-list-of-records": "Print list of records", - "print-price": "Imprimir precios", - "print-quantity": "Imprimir cantidad", + "print-price": "Print prices", + "print-quantity": "Print quantity", "printing-format": "Printing format", "printing-formats": "Printing formats", "priority": "Priority", @@ -1185,6 +1185,8 @@ "template-error": "Template error", "template-not-found": "Template not found", "test": "Test", + "test-mail-not-implemented": "Mail handler test is not implemented", + "test-sendmail-not-implemented": "Sendmail mail handler test not implemented", "text-color": "Text color", "third-trimester": "Third trimester", "this-last-fortnight": "The last fortnight", diff --git a/Core/Translation/es_AR.json b/Core/Translation/es_AR.json index 909dc33920..52ea1b0929 100644 --- a/Core/Translation/es_AR.json +++ b/Core/Translation/es_AR.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La última quincena", diff --git a/Core/Translation/es_CL.json b/Core/Translation/es_CL.json index 6050133d73..4ccac1ede2 100644 --- a/Core/Translation/es_CL.json +++ b/Core/Translation/es_CL.json @@ -1185,6 +1185,8 @@ "template-error": "template-error", "template-not-found": "Plantilla no encontrada", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La última quincena", diff --git a/Core/Translation/es_CO.json b/Core/Translation/es_CO.json index d37224df32..f9838ab00d 100644 --- a/Core/Translation/es_CO.json +++ b/Core/Translation/es_CO.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Prueba", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La última quincena", diff --git a/Core/Translation/es_CR.json b/Core/Translation/es_CR.json index 5757ddea1e..404ba6b9d2 100644 --- a/Core/Translation/es_CR.json +++ b/Core/Translation/es_CR.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Prueba", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La última quincena", diff --git a/Core/Translation/es_DO.json b/Core/Translation/es_DO.json index 295367f684..52b9502b61 100644 --- a/Core/Translation/es_DO.json +++ b/Core/Translation/es_DO.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Prueba", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La última quincena", diff --git a/Core/Translation/es_EC.json b/Core/Translation/es_EC.json index c65b15add6..50a49e9af3 100644 --- a/Core/Translation/es_EC.json +++ b/Core/Translation/es_EC.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La última quincena", diff --git a/Core/Translation/es_ES.json b/Core/Translation/es_ES.json index 1e911b7a9c..56d3bab764 100644 --- a/Core/Translation/es_ES.json +++ b/Core/Translation/es_ES.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La última quincena", diff --git a/Core/Translation/es_GT.json b/Core/Translation/es_GT.json index 0f88dc352e..a14162ab31 100644 --- a/Core/Translation/es_GT.json +++ b/Core/Translation/es_GT.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La última quincena", diff --git a/Core/Translation/es_MX.json b/Core/Translation/es_MX.json index 0fc787413a..34bdcdaa70 100644 --- a/Core/Translation/es_MX.json +++ b/Core/Translation/es_MX.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La última quincena", diff --git a/Core/Translation/es_PA.json b/Core/Translation/es_PA.json index 749e3d5afb..9ad9107763 100644 --- a/Core/Translation/es_PA.json +++ b/Core/Translation/es_PA.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Prueba", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La última quincena", diff --git a/Core/Translation/es_PE.json b/Core/Translation/es_PE.json index ef8dec6452..378536a8a7 100644 --- a/Core/Translation/es_PE.json +++ b/Core/Translation/es_PE.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "Esta ultima quincena", diff --git a/Core/Translation/es_UY.json b/Core/Translation/es_UY.json index 948dfda6b0..6fc182828c 100644 --- a/Core/Translation/es_UY.json +++ b/Core/Translation/es_UY.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "Plantilla no encontrada", "test": "Prueba.", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "Última Quincena.", diff --git a/Core/Translation/eu_ES.json b/Core/Translation/eu_ES.json index 5c08a7f1c5..ec80791586 100644 --- a/Core/Translation/eu_ES.json +++ b/Core/Translation/eu_ES.json @@ -872,7 +872,7 @@ "others-filters": "Beste iragazkiak", "out-of-stock": "Stock gabe", "page": "Orria", - "page-break": "Salto de página", + "page-break": "Orrialde-jauzia", "page-configuration": "Konfigurazio orria", "page-option-info": "Hemen zerrenda edo formulario honetan ikusgai dauden eremuak alda ditzakezu", "page-total-amount": "Orrialdeko totala", @@ -953,8 +953,8 @@ "print-data-records": "Inprimatu erregistro guztiak", "print-export-options": "Inprimaketa eta esportazio aukerak", "print-list-of-records": "Inprimatu erregistroen zerrenda", - "print-price": "Imprimir precios", - "print-quantity": "Imprimir cantidad", + "print-price": "Prezioak inprimatu", + "print-quantity": "Kantitatea inprimatu", "printing-format": "Inprimatze formatua", "printing-formats": "Inprimatze formatuak", "priority": "Lehentasuna", @@ -1185,6 +1185,8 @@ "template-error": "Txantiloi errorea", "template-not-found": "Ez da txantiloia aurkitu", "test": "Froga", + "test-mail-not-implemented": "Posta kudeatzailearen proba ez da inplementatu", + "test-sendmail-not-implemented": "Sendmail posta kudeatzailearen proba ez da inplementatu", "text-color": "Testuaren kolorea", "third-trimester": "Hirugarren hiruhilabetekoa", "this-last-fortnight": "Azken hamabostaldian", diff --git a/Core/Translation/fr_FR.json b/Core/Translation/fr_FR.json index d593b9f082..c5f3f7828e 100644 --- a/Core/Translation/fr_FR.json +++ b/Core/Translation/fr_FR.json @@ -1185,6 +1185,8 @@ "template-error": "Erreur du modèle", "template-not-found": "Modèle non trouvé", "test": "Essai", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Troisième trimestre", "this-last-fortnight": "Les 15 derniers jours", diff --git a/Core/Translation/gl_ES.json b/Core/Translation/gl_ES.json index 4cd2ea349e..1f540a703d 100644 --- a/Core/Translation/gl_ES.json +++ b/Core/Translation/gl_ES.json @@ -872,7 +872,7 @@ "others-filters": "Outros filtros", "out-of-stock": "Sen stock", "page": "Páxina", - "page-break": "Salto de página", + "page-break": "Salto de páxina", "page-configuration": "Páxina de configuración", "page-option-info": "Dende aquí podes modificar os campos visibles neste listado ou formulario", "page-total-amount": "Total da páxina", @@ -953,8 +953,8 @@ "print-data-records": "Imprimir todos os rexistros", "print-export-options": "Opcións de impresión e exportación", "print-list-of-records": "Imprimir lista de rexistros", - "print-price": "Imprimir precios", - "print-quantity": "Imprimir cantidad", + "print-price": "Imprimir prezos", + "print-quantity": "Imprimir cantidade", "printing-format": "Formato de impresión", "printing-formats": "Formatos de impresión", "priority": "prioridade", @@ -1185,6 +1185,8 @@ "template-error": "Erro na plantilla", "template-not-found": "Template non atopou", "test": "Test", + "test-mail-not-implemented": "A proba do controlador de correo Mail non está implementada", + "test-sendmail-not-implemented": "A proba do controlador de correo sendmail non está implementada", "text-color": "Cor do texto", "third-trimester": "Terceiro trimestre", "this-last-fortnight": "A última quincena", diff --git a/Core/Translation/it_IT.json b/Core/Translation/it_IT.json index 054fd10c7e..a2ccacf544 100644 --- a/Core/Translation/it_IT.json +++ b/Core/Translation/it_IT.json @@ -1185,6 +1185,8 @@ "template-error": "template-error", "template-not-found": "Modello non trovato", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Third trimester", "this-last-fortnight": "Ultimi 15 giorni", diff --git a/Core/Translation/pt_PT.json b/Core/Translation/pt_PT.json index e1e59c0b28..6b3425353b 100644 --- a/Core/Translation/pt_PT.json +++ b/Core/Translation/pt_PT.json @@ -1185,6 +1185,8 @@ "template-error": "template-error", "template-not-found": "Modelo não encontrado", "test": "Test", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Terceiro Trimestre", "this-last-fortnight": "A última quinzena", diff --git a/Core/Translation/va_ES.json b/Core/Translation/va_ES.json index cbcdc46f49..6c2adac517 100644 --- a/Core/Translation/va_ES.json +++ b/Core/Translation/va_ES.json @@ -1185,6 +1185,8 @@ "template-error": "Error en la plantilla", "template-not-found": "No s'ha trobat la plantilla", "test": "Prova", + "test-mail-not-implemented": "El test del controlador de correo Mail no está implementado", + "test-sendmail-not-implemented": "El test del controlador de correo sendmail no está implementado", "text-color": "Color de texto", "third-trimester": "Tercer trimestre", "this-last-fortnight": "La quincena passada",