diff --git a/locales/ca_ES.po b/locales/ca_ES.po index ac7bc55a..f88a2a01 100644 --- a/locales/ca_ES.po +++ b/locales/ca_ES.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Escalade\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-18 00:32+0000\n" +"POT-Creation-Date: 2026-09-09 01:55+0000\n" "PO-Revision-Date: 2015-09-18 09:48+0000\n" "Last-Translator: Nuria Costa , 2025-2026\n" "Language-Team: Catalan (Spain) (http://app.transifex.com/teclib/glpi-project-plugin-escalade/language/ca_ES/)\n" @@ -18,6 +18,10 @@ msgstr "" "Language: ca_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "Llista de grups a escalar" + #: templates/config.html.twig msgid "Group assignment" msgstr "Assignació de grup" @@ -110,11 +114,7 @@ msgstr "connector. Aquesta última té prioritat" msgid "Display delete button" msgstr "Mostra el botó d'eliminació" -#: templates/group_group.html.twig -msgid "List of groups to escalate" -msgstr "Llista de grups a escalar" - -#: templates/user.html.twig hook.php:643 hook.php:662 +#: templates/user.html.twig hook.php:644 hook.php:663 msgid "Bypass filtering on the groups assignment" msgstr "Evita el filtre a l'assignació de grups" @@ -130,26 +130,54 @@ msgstr "Comentari" msgid "Assign me as an observer" msgstr "Assigna'm com a observador/a" -#: hook.php:597 +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "Escalar" + +#: hook.php:598 msgid "Group concerned by the escalation" msgstr "Grup responsable per l'escalat" -#: hook.php:615 +#: hook.php:616 msgid "Number of escalations" msgstr "Nombre d'escalats" -#: hook.php:629 +#: hook.php:630 msgid "Number of escalations between two groups" msgstr "Nombre d'escalats entre grups" -#: public/js/cloneandlink_ticket.js.php:40 -msgid "Clone and link" -msgstr "Clona i enllaça" - -#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 -msgid "Escalation" +#: inc/config.class.php:39 +msgid "Escalade" msgstr "Escalar" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "Configura el connector Escalade" + +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "Per defecte (no gestionat pel connector)" + +#: inc/history.class.php:219 +msgid "Reassign the ticket to group" +msgstr "Reassigna el tiquet al grup" + +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "historial complet d'assignació" + +#: inc/history.class.php:266 +msgid "View full history" +msgstr "Veure tot l'historial" + +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "Tiquets per seguir (escalats)" + +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" +msgstr "Tiquets per tancar (escalats)" + #: inc/notification.class.php:83 msgid "Requester user of the ticket" msgstr "Sol·licitant del tiquet" @@ -186,68 +214,40 @@ msgstr "Solució proporcionada, tornar al grup" msgid "Solution rejected, return to the group" msgstr "Solució rebutjada, retornar al grup" -#: inc/ticket.class.php:603 inc/ticket.class.php:699 +#: inc/ticket.class.php:612 inc/ticket.class.php:708 #, php-format msgid "Escalation to the group %s." msgstr "Escala al grup %s." -#: inc/ticket.class.php:1054 +#: inc/ticket.class.php:1066 msgid "Error : get old ticket" msgstr "Error: obtenir el tiquet antic" -#: inc/ticket.class.php:1069 +#: inc/ticket.class.php:1081 msgid "Error : adding new ticket" msgstr "Error: afegint un tiquet nou" -#: inc/ticket.class.php:1088 +#: inc/ticket.class.php:1100 msgid "Error : adding link between the two tickets" msgstr "Error: afegint enllaç entre dos tiquets" -#: inc/ticket.class.php:1099 inc/ticket.class.php:1133 -#: inc/ticket.class.php:1138 +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 msgid "This ticket has been cloned from the ticket num" msgstr "Aquest tiquet està clonat a partir del tiquet número" -#: inc/ticket.class.php:1105 +#: inc/ticket.class.php:1117 msgid "Error : adding followups" msgstr "Error: afegint seguiments" -#: inc/ticket.class.php:1221 inc/ticket.class.php:1222 +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 msgid "Escalate" msgstr "Escalar" -#: inc/ticket.class.php:1343 +#: inc/ticket.class.php:1355 msgid "You must select a group." msgstr "Has de seleccionar un grup" -#: inc/history.class.php:192 -msgid "Reassign the ticket to group" -msgstr "Reassigna el tiquet al grup" - -#: inc/history.class.php:236 -msgid "full assignation history" -msgstr "historial complet d'assignació" - -#: inc/history.class.php:239 -msgid "View full history" -msgstr "Veure tot l'historial" - -#: inc/history.class.php:294 -msgid "Tickets to follow (escalated)" -msgstr "Tiquets per seguir (escalats)" - -#: inc/history.class.php:308 -msgid "Tickets to close (escalated)" -msgstr "Tiquets per tancar (escalats)" - -#: inc/config.class.php:39 -msgid "Escalade" -msgstr "Escalar" - -#: inc/config.class.php:44 -msgid "Configuration Escalade plugin" -msgstr "Configura el connector Escalade" - -#: inc/config.class.php:139 -msgid "Default (not managed by plugin)" -msgstr "Per defecte (no gestionat pel connector)" +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" +msgstr "Clona i enllaça" diff --git a/locales/en_GB.mo b/locales/en_GB.mo index a9c9b847..b6f9d782 100644 Binary files a/locales/en_GB.mo and b/locales/en_GB.mo differ diff --git a/locales/en_GB.po b/locales/en_GB.po index eac9826a..d27fd246 100644 --- a/locales/en_GB.po +++ b/locales/en_GB.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-19 00:33+0000\n" -"PO-Revision-Date: 2026-08-19 00:33+0000\n" +"POT-Creation-Date: 2026-09-16 02:06+0000\n" +"PO-Revision-Date: 2026-09-16 02:06+0000\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en_GB\n" @@ -17,6 +17,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "List of groups to escalate" + #: templates/config.html.twig msgid "Group assignment" msgstr "Group assignment" @@ -109,11 +113,7 @@ msgstr "plugin. This last has priority." msgid "Display delete button" msgstr "Display delete button" -#: templates/group_group.html.twig -msgid "List of groups to escalate" -msgstr "List of groups to escalate" - -#: templates/user.html.twig hook.php:643 hook.php:662 +#: templates/user.html.twig hook.php:644 hook.php:663 msgid "Bypass filtering on the groups assignment" msgstr "Bypass filtering on the groups assignment" @@ -129,25 +129,53 @@ msgstr "Comment" msgid "Assign me as an observer" msgstr "Assign me as an observer" -#: hook.php:597 +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "Escalation" + +#: hook.php:598 msgid "Group concerned by the escalation" msgstr "Group concerned by the escalation" -#: hook.php:615 +#: hook.php:616 msgid "Number of escalations" msgstr "Number of escalations" -#: hook.php:629 +#: hook.php:630 msgid "Number of escalations between two groups" msgstr "Number of escalations between two groups" -#: public/js/cloneandlink_ticket.js.php:40 -msgid "Clone and link" -msgstr "Clone and link" +#: inc/config.class.php:39 +msgid "Escalade" +msgstr "Escalade" -#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 -msgid "Escalation" -msgstr "Escalation" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "Configuration Escalade plugin" + +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "Default (not managed by plugin)" + +#: inc/history.class.php:219 +msgid "Reassign the ticket to group" +msgstr "Reassign the ticket to group" + +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "full assignation history" + +#: inc/history.class.php:266 +msgid "View full history" +msgstr "View full history" + +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "Tickets to follow (escalated)" + +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" +msgstr "Tickets to close (escalated)" #: inc/notification.class.php:83 msgid "Requester user of the ticket" @@ -185,68 +213,40 @@ msgstr "Solution provided, back to the group" msgid "Solution rejected, return to the group" msgstr "Solution rejected, return to the group" -#: inc/ticket.class.php:603 inc/ticket.class.php:699 +#: inc/ticket.class.php:612 inc/ticket.class.php:708 #, php-format msgid "Escalation to the group %s." msgstr "Escalation to the group %s." -#: inc/ticket.class.php:1054 +#: inc/ticket.class.php:1066 msgid "Error : get old ticket" msgstr "Error : get old ticket" -#: inc/ticket.class.php:1069 +#: inc/ticket.class.php:1081 msgid "Error : adding new ticket" msgstr "Error : adding new ticket" -#: inc/ticket.class.php:1088 +#: inc/ticket.class.php:1100 msgid "Error : adding link between the two tickets" msgstr "Error : adding link between the two tickets" -#: inc/ticket.class.php:1099 inc/ticket.class.php:1133 -#: inc/ticket.class.php:1138 +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 msgid "This ticket has been cloned from the ticket num" msgstr "This ticket has been cloned from the ticket num" -#: inc/ticket.class.php:1105 +#: inc/ticket.class.php:1117 msgid "Error : adding followups" msgstr "Error : adding followups" -#: inc/ticket.class.php:1221 inc/ticket.class.php:1222 +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 msgid "Escalate" msgstr "Escalate" -#: inc/ticket.class.php:1343 +#: inc/ticket.class.php:1355 msgid "You must select a group." msgstr "You must select a group." -#: inc/history.class.php:192 -msgid "Reassign the ticket to group" -msgstr "Reassign the ticket to group" - -#: inc/history.class.php:236 -msgid "full assignation history" -msgstr "full assignation history" - -#: inc/history.class.php:239 -msgid "View full history" -msgstr "View full history" - -#: inc/history.class.php:294 -msgid "Tickets to follow (escalated)" -msgstr "Tickets to follow (escalated)" - -#: inc/history.class.php:308 -msgid "Tickets to close (escalated)" -msgstr "Tickets to close (escalated)" - -#: inc/config.class.php:39 -msgid "Escalade" -msgstr "Escalade" - -#: inc/config.class.php:44 -msgid "Configuration Escalade plugin" -msgstr "Configuration Escalade plugin" - -#: inc/config.class.php:139 -msgid "Default (not managed by plugin)" -msgstr "Default (not managed by plugin)" +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" +msgstr "Clone and link" diff --git a/locales/es_AR.po b/locales/es_AR.po index bb8fc192..7d253065 100644 --- a/locales/es_AR.po +++ b/locales/es_AR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Escalade\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-18 00:32+0000\n" +"POT-Creation-Date: 2026-09-09 01:55+0000\n" "PO-Revision-Date: 2015-09-18 09:48+0000\n" "Last-Translator: Alan Lehoux, 2025-2026\n" "Language-Team: Spanish (Argentina) (http://app.transifex.com/teclib/glpi-project-plugin-escalade/language/es_AR/)\n" @@ -20,6 +20,10 @@ msgstr "" "Language: es_AR\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "Lista de grupos a escalar" + #: templates/config.html.twig msgid "Group assignment" msgstr "Asignación de grupo" @@ -112,11 +116,7 @@ msgstr "complemento. Este último tiene prioridad." msgid "Display delete button" msgstr "Mostrar botón de eliminar" -#: templates/group_group.html.twig -msgid "List of groups to escalate" -msgstr "Lista de grupos a escalar" - -#: templates/user.html.twig hook.php:643 hook.php:662 +#: templates/user.html.twig hook.php:644 hook.php:663 msgid "Bypass filtering on the groups assignment" msgstr "Omitir filtrado en la asignación de grupos" @@ -132,25 +132,53 @@ msgstr "Comentario" msgid "Assign me as an observer" msgstr "Asignarme como observador" -#: hook.php:597 +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "Escalamiento" + +#: hook.php:598 msgid "Group concerned by the escalation" msgstr "Grupo involucrado en el escalamiento" -#: hook.php:615 +#: hook.php:616 msgid "Number of escalations" msgstr "Cantidad de escalamientos" -#: hook.php:629 +#: hook.php:630 msgid "Number of escalations between two groups" msgstr "Cantidad de escalamientos entre dos grupos" -#: public/js/cloneandlink_ticket.js.php:40 -msgid "Clone and link" -msgstr "Clonar y vincular" +#: inc/config.class.php:39 +msgid "Escalade" +msgstr "Escalado" -#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 -msgid "Escalation" -msgstr "Escalamiento" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "Configuración del complemento Escalado" + +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "Por defecto (no administrado por el complemento)" + +#: inc/history.class.php:219 +msgid "Reassign the ticket to group" +msgstr "Reasignar el ticket al grupo" + +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "historial completo de asignaciones" + +#: inc/history.class.php:266 +msgid "View full history" +msgstr "Ver historial completo" + +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "Tickets a seguir (escalados)" + +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" +msgstr "Tickets a cerrar (escalados)" #: inc/notification.class.php:83 msgid "Requester user of the ticket" @@ -188,68 +216,40 @@ msgstr "Solución proporcionada, volver al grupo" msgid "Solution rejected, return to the group" msgstr "Solución rechazada, volver al grupo" -#: inc/ticket.class.php:603 inc/ticket.class.php:699 +#: inc/ticket.class.php:612 inc/ticket.class.php:708 #, php-format msgid "Escalation to the group %s." msgstr "Escalamiento al grupo %s." -#: inc/ticket.class.php:1054 +#: inc/ticket.class.php:1066 msgid "Error : get old ticket" msgstr "Error : obtener ticket antiguo" -#: inc/ticket.class.php:1069 +#: inc/ticket.class.php:1081 msgid "Error : adding new ticket" msgstr "Error : agregando un nuevo ticket" -#: inc/ticket.class.php:1088 +#: inc/ticket.class.php:1100 msgid "Error : adding link between the two tickets" msgstr "Error : agregando vínculo entre los dos tickets" -#: inc/ticket.class.php:1099 inc/ticket.class.php:1133 -#: inc/ticket.class.php:1138 +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 msgid "This ticket has been cloned from the ticket num" msgstr "Este ticket ha sido clonado a partir del ticket n.°" -#: inc/ticket.class.php:1105 +#: inc/ticket.class.php:1117 msgid "Error : adding followups" msgstr "Error : agregando seguimientos" -#: inc/ticket.class.php:1221 inc/ticket.class.php:1222 +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 msgid "Escalate" msgstr "Escalar" -#: inc/ticket.class.php:1343 +#: inc/ticket.class.php:1355 msgid "You must select a group." msgstr "Debés seleccionar un grupo." -#: inc/history.class.php:192 -msgid "Reassign the ticket to group" -msgstr "Reasignar el ticket al grupo" - -#: inc/history.class.php:236 -msgid "full assignation history" -msgstr "historial completo de asignaciones" - -#: inc/history.class.php:239 -msgid "View full history" -msgstr "Ver historial completo" - -#: inc/history.class.php:294 -msgid "Tickets to follow (escalated)" -msgstr "Tickets a seguir (escalados)" - -#: inc/history.class.php:308 -msgid "Tickets to close (escalated)" -msgstr "Tickets a cerrar (escalados)" - -#: inc/config.class.php:39 -msgid "Escalade" -msgstr "Escalado" - -#: inc/config.class.php:44 -msgid "Configuration Escalade plugin" -msgstr "Configuración del complemento Escalado" - -#: inc/config.class.php:139 -msgid "Default (not managed by plugin)" -msgstr "Por defecto (no administrado por el complemento)" +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" +msgstr "Clonar y vincular" diff --git a/locales/es_MX.po b/locales/es_MX.po index 403140c3..7a1e6d55 100644 --- a/locales/es_MX.po +++ b/locales/es_MX.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Escalade\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-18 00:32+0000\n" +"POT-Creation-Date: 2026-09-09 01:55+0000\n" "PO-Revision-Date: 2015-09-18 09:48+0000\n" "Last-Translator: Edwin Elias Alvarez , 2026\n" "Language-Team: Spanish (Mexico) (http://app.transifex.com/teclib/glpi-project-plugin-escalade/language/es_MX/)\n" @@ -18,6 +18,10 @@ msgstr "" "Language: es_MX\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "Lista de grupos a escalar" + #: templates/config.html.twig msgid "Group assignment" msgstr "Asignación de grupo" @@ -110,11 +114,7 @@ msgstr "complemento. Este último tiene prioridad." msgid "Display delete button" msgstr "Mostrar botón de eliminar" -#: templates/group_group.html.twig -msgid "List of groups to escalate" -msgstr "Lista de grupos a escalar" - -#: templates/user.html.twig hook.php:643 hook.php:662 +#: templates/user.html.twig hook.php:644 hook.php:663 msgid "Bypass filtering on the groups assignment" msgstr "Omitir filtrado en la asignación de grupos" @@ -130,26 +130,54 @@ msgstr "Comentario" msgid "Assign me as an observer" msgstr "Asignarme como observador" -#: hook.php:597 +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "Escalado" + +#: hook.php:598 msgid "Group concerned by the escalation" msgstr "Grupo involucrado en el escalamiento" -#: hook.php:615 +#: hook.php:616 msgid "Number of escalations" msgstr "Número de escalamientos" -#: hook.php:629 +#: hook.php:630 msgid "Number of escalations between two groups" msgstr "Número de escaladas entre dos grupos" -#: public/js/cloneandlink_ticket.js.php:40 -msgid "Clone and link" -msgstr "Clonar y vincular" - -#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 -msgid "Escalation" +#: inc/config.class.php:39 +msgid "Escalade" msgstr "Escalado" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "Configuración del complemento Escalado" + +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "Por defecto (no administrado por el complemento)" + +#: inc/history.class.php:219 +msgid "Reassign the ticket to group" +msgstr "Reasignar el ticket al grupo" + +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "historial completo de asignaciones" + +#: inc/history.class.php:266 +msgid "View full history" +msgstr "Ver historial completo" + +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "Tickets a seguir (escalados)" + +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" +msgstr "Tickets a cerrar (escalados)" + #: inc/notification.class.php:83 msgid "Requester user of the ticket" msgstr "Usuario solicitante del ticket" @@ -186,68 +214,40 @@ msgstr "Solución proporcionada, volver al grupo" msgid "Solution rejected, return to the group" msgstr "Solución rechazada, volver al grupo" -#: inc/ticket.class.php:603 inc/ticket.class.php:699 +#: inc/ticket.class.php:612 inc/ticket.class.php:708 #, php-format msgid "Escalation to the group %s." msgstr "Escalamiento al grupo %s." -#: inc/ticket.class.php:1054 +#: inc/ticket.class.php:1066 msgid "Error : get old ticket" msgstr "Error : obtener ticket antiguo" -#: inc/ticket.class.php:1069 +#: inc/ticket.class.php:1081 msgid "Error : adding new ticket" msgstr "Error : agregando un nuevo ticket" -#: inc/ticket.class.php:1088 +#: inc/ticket.class.php:1100 msgid "Error : adding link between the two tickets" msgstr "Error : agregando vínculo entre los dos tickets" -#: inc/ticket.class.php:1099 inc/ticket.class.php:1133 -#: inc/ticket.class.php:1138 +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 msgid "This ticket has been cloned from the ticket num" msgstr "Este ticket ha sido clonado desde el ticket número" -#: inc/ticket.class.php:1105 +#: inc/ticket.class.php:1117 msgid "Error : adding followups" msgstr "Error : agregando seguimientos" -#: inc/ticket.class.php:1221 inc/ticket.class.php:1222 +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 msgid "Escalate" msgstr "Escalar" -#: inc/ticket.class.php:1343 +#: inc/ticket.class.php:1355 msgid "You must select a group." msgstr "Debés seleccionar un grupo." -#: inc/history.class.php:192 -msgid "Reassign the ticket to group" -msgstr "Reasignar el ticket al grupo" - -#: inc/history.class.php:236 -msgid "full assignation history" -msgstr "historial completo de asignaciones" - -#: inc/history.class.php:239 -msgid "View full history" -msgstr "Ver historial completo" - -#: inc/history.class.php:294 -msgid "Tickets to follow (escalated)" -msgstr "Tickets a seguir (escalados)" - -#: inc/history.class.php:308 -msgid "Tickets to close (escalated)" -msgstr "Tickets a cerrar (escalados)" - -#: inc/config.class.php:39 -msgid "Escalade" -msgstr "Escalado" - -#: inc/config.class.php:44 -msgid "Configuration Escalade plugin" -msgstr "Configuración del complemento Escalado" - -#: inc/config.class.php:139 -msgid "Default (not managed by plugin)" -msgstr "Por defecto (no administrado por el complemento)" +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" +msgstr "Clonar y vincular" diff --git a/locales/escalade.pot b/locales/escalade.pot index 44c3f49a..767a52d6 100644 --- a/locales/escalade.pot +++ b/locales/escalade.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-19 00:33+0000\n" +"POT-Creation-Date: 2026-09-16 02:06+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,10 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "" + #: templates/config.html.twig msgid "Group assignment" msgstr "" @@ -109,11 +113,7 @@ msgstr "" msgid "Display delete button" msgstr "" -#: templates/group_group.html.twig -msgid "List of groups to escalate" -msgstr "" - -#: templates/user.html.twig hook.php:643 hook.php:662 +#: templates/user.html.twig hook.php:644 hook.php:663 msgid "Bypass filtering on the groups assignment" msgstr "" @@ -129,24 +129,52 @@ msgstr "" msgid "Assign me as an observer" msgstr "" -#: hook.php:597 +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "" + +#: hook.php:598 msgid "Group concerned by the escalation" msgstr "" -#: hook.php:615 +#: hook.php:616 msgid "Number of escalations" msgstr "" -#: hook.php:629 +#: hook.php:630 msgid "Number of escalations between two groups" msgstr "" -#: public/js/cloneandlink_ticket.js.php:40 -msgid "Clone and link" +#: inc/config.class.php:39 +msgid "Escalade" msgstr "" -#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 -msgid "Escalation" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "" + +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "" + +#: inc/history.class.php:219 +msgid "Reassign the ticket to group" +msgstr "" + +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "" + +#: inc/history.class.php:266 +msgid "View full history" +msgstr "" + +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "" + +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" msgstr "" #: inc/notification.class.php:83 @@ -185,68 +213,40 @@ msgstr "" msgid "Solution rejected, return to the group" msgstr "" -#: inc/ticket.class.php:603 inc/ticket.class.php:699 +#: inc/ticket.class.php:612 inc/ticket.class.php:708 #, php-format msgid "Escalation to the group %s." msgstr "" -#: inc/ticket.class.php:1054 +#: inc/ticket.class.php:1066 msgid "Error : get old ticket" msgstr "" -#: inc/ticket.class.php:1069 +#: inc/ticket.class.php:1081 msgid "Error : adding new ticket" msgstr "" -#: inc/ticket.class.php:1088 +#: inc/ticket.class.php:1100 msgid "Error : adding link between the two tickets" msgstr "" -#: inc/ticket.class.php:1099 inc/ticket.class.php:1133 -#: inc/ticket.class.php:1138 +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 msgid "This ticket has been cloned from the ticket num" msgstr "" -#: inc/ticket.class.php:1105 +#: inc/ticket.class.php:1117 msgid "Error : adding followups" msgstr "" -#: inc/ticket.class.php:1221 inc/ticket.class.php:1222 +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 msgid "Escalate" msgstr "" -#: inc/ticket.class.php:1343 +#: inc/ticket.class.php:1355 msgid "You must select a group." msgstr "" -#: inc/history.class.php:192 -msgid "Reassign the ticket to group" -msgstr "" - -#: inc/history.class.php:236 -msgid "full assignation history" -msgstr "" - -#: inc/history.class.php:239 -msgid "View full history" -msgstr "" - -#: inc/history.class.php:294 -msgid "Tickets to follow (escalated)" -msgstr "" - -#: inc/history.class.php:308 -msgid "Tickets to close (escalated)" -msgstr "" - -#: inc/config.class.php:39 -msgid "Escalade" -msgstr "" - -#: inc/config.class.php:44 -msgid "Configuration Escalade plugin" -msgstr "" - -#: inc/config.class.php:139 -msgid "Default (not managed by plugin)" +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" msgstr "" diff --git a/locales/fr_FR.po b/locales/fr_FR.po index c4c3f85a..cc7a4db0 100644 --- a/locales/fr_FR.po +++ b/locales/fr_FR.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Escalade\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-18 00:32+0000\n" +"POT-Creation-Date: 2026-09-09 01:55+0000\n" "PO-Revision-Date: 2015-09-18 09:48+0000\n" "Last-Translator: EpicIT33, 2025-2026\n" "Language-Team: French (France) (http://app.transifex.com/teclib/glpi-project-plugin-escalade/language/fr_FR/)\n" @@ -24,6 +24,10 @@ msgstr "" "Language: fr_FR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "Liste des groupes à escalader" + #: templates/config.html.twig msgid "Group assignment" msgstr "groupe d'affectation" @@ -116,11 +120,7 @@ msgstr "plugin. Ce dernier a la priorité." msgid "Display delete button" msgstr "Afficher le bouton de suppression" -#: templates/group_group.html.twig -msgid "List of groups to escalate" -msgstr "Liste des groupes à escalader" - -#: templates/user.html.twig hook.php:643 hook.php:662 +#: templates/user.html.twig hook.php:644 hook.php:663 msgid "Bypass filtering on the groups assignment" msgstr "Outrepasser le filtrage lors de l'assignation de groupes" @@ -136,25 +136,53 @@ msgstr "Commentaire" msgid "Assign me as an observer" msgstr "M'assigner en tant qu'observateur" -#: hook.php:597 +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "Escalades" + +#: hook.php:598 msgid "Group concerned by the escalation" msgstr "Groupe concerné par l'escalade" -#: hook.php:615 +#: hook.php:616 msgid "Number of escalations" msgstr "Nombre d'escalades" -#: hook.php:629 +#: hook.php:630 msgid "Number of escalations between two groups" msgstr "Nombre d'escalades entre deux groupes" -#: public/js/cloneandlink_ticket.js.php:40 -msgid "Clone and link" -msgstr "Cloner et lier" +#: inc/config.class.php:39 +msgid "Escalade" +msgstr "Escalade" -#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 -msgid "Escalation" -msgstr "Escalades" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "Configuration du plugin Escalade" + +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "Par défaut (non géré par le plugin)" + +#: inc/history.class.php:219 +msgid "Reassign the ticket to group" +msgstr "Réassigner le ticket au groupe" + +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "historique d'assignation complet" + +#: inc/history.class.php:266 +msgid "View full history" +msgstr "Afficher l'historique complet" + +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "Tickets à suivre (escaladés)" + +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" +msgstr "Tickets à clôturer (escaladés)" #: inc/notification.class.php:83 msgid "Requester user of the ticket" @@ -192,68 +220,40 @@ msgstr "Solution apportée, retour vers le groupe" msgid "Solution rejected, return to the group" msgstr "Solution rejetée, renvoi vers le groupe" -#: inc/ticket.class.php:603 inc/ticket.class.php:699 +#: inc/ticket.class.php:612 inc/ticket.class.php:708 #, php-format msgid "Escalation to the group %s." msgstr "Escalade vers le groupe %s." -#: inc/ticket.class.php:1054 +#: inc/ticket.class.php:1066 msgid "Error : get old ticket" msgstr "Erreur : erreur récupération ancien ticket" -#: inc/ticket.class.php:1069 +#: inc/ticket.class.php:1081 msgid "Error : adding new ticket" msgstr "Erreur : ajout du nouveau ticket" -#: inc/ticket.class.php:1088 +#: inc/ticket.class.php:1100 msgid "Error : adding link between the two tickets" msgstr "Erreur : ajout lien entre les deux tickets" -#: inc/ticket.class.php:1099 inc/ticket.class.php:1133 -#: inc/ticket.class.php:1138 +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 msgid "This ticket has been cloned from the ticket num" msgstr "Ce ticket a été cloné depuis le ticket n°" -#: inc/ticket.class.php:1105 +#: inc/ticket.class.php:1117 msgid "Error : adding followups" msgstr "Erreur: ajout des suivis" -#: inc/ticket.class.php:1221 inc/ticket.class.php:1222 +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 msgid "Escalate" msgstr "Escalader" -#: inc/ticket.class.php:1343 +#: inc/ticket.class.php:1355 msgid "You must select a group." msgstr "Vous devez sélectionner un groupe." -#: inc/history.class.php:192 -msgid "Reassign the ticket to group" -msgstr "Réassigner le ticket au groupe" - -#: inc/history.class.php:236 -msgid "full assignation history" -msgstr "historique d'assignation complet" - -#: inc/history.class.php:239 -msgid "View full history" -msgstr "Afficher l'historique complet" - -#: inc/history.class.php:294 -msgid "Tickets to follow (escalated)" -msgstr "Tickets à suivre (escaladés)" - -#: inc/history.class.php:308 -msgid "Tickets to close (escalated)" -msgstr "Tickets à clôturer (escaladés)" - -#: inc/config.class.php:39 -msgid "Escalade" -msgstr "Escalade" - -#: inc/config.class.php:44 -msgid "Configuration Escalade plugin" -msgstr "Configuration du plugin Escalade" - -#: inc/config.class.php:139 -msgid "Default (not managed by plugin)" -msgstr "Par défaut (non géré par le plugin)" +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" +msgstr "Cloner et lier" diff --git a/locales/pt_BR.po b/locales/pt_BR.po index 37d08a0e..ed21d2b2 100644 --- a/locales/pt_BR.po +++ b/locales/pt_BR.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Escalade\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-18 00:32+0000\n" +"POT-Creation-Date: 2026-09-09 01:55+0000\n" "PO-Revision-Date: 2015-09-18 09:48+0000\n" "Last-Translator: pedroalves5770, 2025\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/teclib/glpi-project-plugin-escalade/language/pt_BR/)\n" @@ -29,6 +29,10 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "" + #: templates/config.html.twig msgid "Group assignment" msgstr "" @@ -121,11 +125,7 @@ msgstr "" msgid "Display delete button" msgstr "Mostrar botão excluir" -#: templates/group_group.html.twig -msgid "List of groups to escalate" -msgstr "" - -#: templates/user.html.twig hook.php:643 hook.php:662 +#: templates/user.html.twig hook.php:644 hook.php:663 msgid "Bypass filtering on the groups assignment" msgstr "Ignorar a filtragem na atribuição de grupos" @@ -141,25 +141,53 @@ msgstr "Comentário" msgid "Assign me as an observer" msgstr "Atribua-me como observador" -#: hook.php:597 +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "Escalonamento" + +#: hook.php:598 msgid "Group concerned by the escalation" msgstr "Grupo afetado pela escalada" -#: hook.php:615 +#: hook.php:616 msgid "Number of escalations" msgstr "Número de escalações" -#: hook.php:629 +#: hook.php:630 msgid "Number of escalations between two groups" msgstr "Número de escalações entre dois grupos" -#: public/js/cloneandlink_ticket.js.php:40 -msgid "Clone and link" -msgstr "Clonar e relacionar" +#: inc/config.class.php:39 +msgid "Escalade" +msgstr "" -#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 -msgid "Escalation" -msgstr "Escalonamento" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "Configuração do plugin Escalade" + +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "Padrão (não gerenciado por plugin)" + +#: inc/history.class.php:219 +msgid "Reassign the ticket to group" +msgstr "Reatribuir o ticket ao grupo" + +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "histórico de atribuição completo" + +#: inc/history.class.php:266 +msgid "View full history" +msgstr "Visualizar todo o histórico" + +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "Chamados para seguir (escalonados)" + +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" +msgstr "Chamados para fechar (escalonado)" #: inc/notification.class.php:83 msgid "Requester user of the ticket" @@ -197,68 +225,40 @@ msgstr "Solução fornecida, volta para o grupo" msgid "Solution rejected, return to the group" msgstr "Solução rejeitada, volte para o grupo" -#: inc/ticket.class.php:603 inc/ticket.class.php:699 +#: inc/ticket.class.php:612 inc/ticket.class.php:708 #, php-format msgid "Escalation to the group %s." msgstr "Escalonamento para o grupo%s." -#: inc/ticket.class.php:1054 +#: inc/ticket.class.php:1066 msgid "Error : get old ticket" msgstr "Erro: obter chamado antigo" -#: inc/ticket.class.php:1069 +#: inc/ticket.class.php:1081 msgid "Error : adding new ticket" msgstr "Erro: adição de novo chamado" -#: inc/ticket.class.php:1088 +#: inc/ticket.class.php:1100 msgid "Error : adding link between the two tickets" msgstr "Erro: adição de relacionamento entre os dois chamados" -#: inc/ticket.class.php:1099 inc/ticket.class.php:1133 -#: inc/ticket.class.php:1138 +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 msgid "This ticket has been cloned from the ticket num" msgstr "Este chamado foi clonado do chamado de número" -#: inc/ticket.class.php:1105 +#: inc/ticket.class.php:1117 msgid "Error : adding followups" msgstr "Erro: adição de acompanhamentos" -#: inc/ticket.class.php:1221 inc/ticket.class.php:1222 +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 msgid "Escalate" msgstr "Escalar" -#: inc/ticket.class.php:1343 +#: inc/ticket.class.php:1355 msgid "You must select a group." msgstr "Você deve selecionar um grupo." -#: inc/history.class.php:192 -msgid "Reassign the ticket to group" -msgstr "Reatribuir o ticket ao grupo" - -#: inc/history.class.php:236 -msgid "full assignation history" -msgstr "histórico de atribuição completo" - -#: inc/history.class.php:239 -msgid "View full history" -msgstr "Visualizar todo o histórico" - -#: inc/history.class.php:294 -msgid "Tickets to follow (escalated)" -msgstr "Chamados para seguir (escalonados)" - -#: inc/history.class.php:308 -msgid "Tickets to close (escalated)" -msgstr "Chamados para fechar (escalonado)" - -#: inc/config.class.php:39 -msgid "Escalade" -msgstr "" - -#: inc/config.class.php:44 -msgid "Configuration Escalade plugin" -msgstr "Configuração do plugin Escalade" - -#: inc/config.class.php:139 -msgid "Default (not managed by plugin)" -msgstr "Padrão (não gerenciado por plugin)" +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" +msgstr "Clonar e relacionar" diff --git a/locales/pt_PT.mo b/locales/pt_PT.mo index 047e9ebd..98253ac1 100644 Binary files a/locales/pt_PT.mo and b/locales/pt_PT.mo differ diff --git a/locales/pt_PT.po b/locales/pt_PT.po index a83173ee..8ce3a4ab 100644 --- a/locales/pt_PT.po +++ b/locales/pt_PT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Escalade\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-07-12 14:48+0000\n" +"POT-Creation-Date: 2026-09-16 02:06+0000\n" "PO-Revision-Date: 2015-09-18 09:48+0000\n" "Last-Translator: Cédric Anne, 2023\n" "Language-Team: Portuguese (Portugal) (http://app.transifex.com/teclib/glpi-project-plugin-escalade/language/pt_PT/)\n" @@ -18,214 +18,236 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: templates/escalade_form.html.twig -msgid "Assign me as an observer" -msgstr "" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "List of groups to escalate" -#: inc/config.class.php:137 -msgid "Assign the technical group on ticket category change" -msgstr "Atribuir o grupo técnico à alteração da categoria do ticket" +#: templates/config.html.twig +msgid "Group assignment" +msgstr "Group assignment" -#: inc/config.class.php:126 -msgid "Assign the technical manager on ticket category change" -msgstr "Atribuir o gerente técnico à modificação da categoria do bilhete" +#: templates/config.html.twig +msgid "Remove old assign group on new group assign" +msgstr "Remove old assign group on new group assign" -#: inc/config.class.php:113 +#: templates/config.html.twig +msgid "Use the technician's group" +msgstr "Use the technician's group" + +#: templates/config.html.twig +msgid "Show group assign history visually" +msgstr "Show group assign history visually" + +#: templates/config.html.twig +msgid "at creation time" +msgstr "at creation time" + +#: templates/config.html.twig msgid "Assign ticket to initial group on solve ticket" -msgstr "Atribuir bilhete ao grupo inicial no bilhete de solução" +msgstr "Assign ticket to initial group on solve ticket" -#: inc/user.class.php:125 -msgid "Bypass filtering on the groups assignment" -msgstr "" +#: templates/config.html.twig +msgid "at modification time" +msgstr "at modification time" -#: js/cloneandlink_ticket.js.php:42 -msgid "Clone and link" -msgstr "Clonar e ligar" +#: templates/config.html.twig +msgid "Assign the technical group on ticket category change" +msgstr "Assign the technical group on ticket category change" -#: inc/config.class.php:149 -msgid "Clone tickets" -msgstr "Clonar bilhetes" +#: templates/config.html.twig +msgid "Enable filtering on the groups assignment" +msgstr "Enable filtering on the groups assignment" -#: inc/config.class.php:159 -msgid "Close cloned tickets at the same time" -msgstr "Fechar os bilhetes clonados ao mesmo tempo" +#: templates/config.html.twig +msgid "User assignment" +msgstr "User assignment" -#: templates/escalade_form.html.twig -msgid "Comment" -msgstr "" +#: templates/config.html.twig +msgid "Remove technician(s) on escalation" +msgstr "Remove technician(s) on escalation" -#: inc/config.class.php:35 -msgid "Configuration Escalade plugin" -msgstr "Plugin de Escalade de Configuração" +#: templates/config.html.twig +msgid "Assign the technical manager on ticket category change" +msgstr "Assign the technical manager on ticket category change" -#: inc/config.class.php:243 -msgid "Display delete button" -msgstr "Exibir o botão de exclusão" +#: templates/config.html.twig +msgid "Remove requester(s) on escalation" +msgstr "Remove requester(s) on escalation" -#: inc/config.class.php:337 -msgid "Don't change" -msgstr "Não alterar" +#: templates/config.html.twig +msgid "Assign me as observer by default" +msgstr "Assign me as observer by default" -#: hook.php:495 hook.php:513 inc/config.class.php:298 -msgid "Enable filtering on the groups assignment" -msgstr "Ativar filtragem na atribuição de grupos" +#: templates/config.html.twig +msgid "Other" +msgstr "Other" -#: inc/ticket.class.php:773 -msgid "Error : adding actors (group)" -msgstr "Erro: adição de atores (grupo)" +#: templates/config.html.twig +msgid "Escalation history in tasks" +msgstr "Escalation history in tasks" -#: inc/ticket.class.php:764 -msgid "Error : adding actors (user)" -msgstr "Erro: adição de atores (usuário)" +#: templates/config.html.twig +msgid "Escalation task is private ?" +msgstr "Escalation task is private ?" -#: inc/ticket.class.php:783 -msgid "Error : adding documents" -msgstr "Erro: adição documentos" +#: templates/config.html.twig +msgid "Ticket status after an escalation" +msgstr "Ticket status after an escalation" -#: inc/ticket.class.php:753 -msgid "Error : adding followups" -msgstr "Erro: adicionando followups" +#: templates/config.html.twig +msgid "Clone tickets" +msgstr "Clone tickets" -#: inc/ticket.class.php:738 -msgid "Error : adding link between the two tickets" -msgstr "Erro: adição de ligação entre os dois ingressos" +#: templates/config.html.twig +msgid "Close cloned tickets at the same time" +msgstr "Close cloned tickets at the same time" -#: inc/ticket.class.php:726 -msgid "Error : adding new ticket" -msgstr "Erro: adicionando novo ticket" +#: templates/config.html.twig +msgid "Nota: This feature (clone tickets) is duplicate with the" +msgstr "Nota: This feature (clone tickets) is duplicate with the" -#: inc/ticket.class.php:710 -msgid "Error : get old ticket" -msgstr "Erro: comprar passagem velha" +#: templates/config.html.twig +msgid "plugin. This last has priority." +msgstr "plugin. This last has priority." -#: inc/ticket.class.php:902 -msgid "Escalate" -msgstr "" +#: templates/config.html.twig +msgid "Display delete button" +msgstr "Display delete button" + +#: templates/user.html.twig hook.php:644 hook.php:663 +msgid "Bypass filtering on the groups assignment" +msgstr "Bypass filtering on the groups assignment" #: templates/escalade_form.html.twig msgid "Escalate ticket" -msgstr "" +msgstr "Escalate ticket" -#: inc/group_group.class.php:52 inc/user.class.php:164 -#: front/config.form.php:64 setup.php:177 -msgid "Escalation" -msgstr "Escalação" +#: templates/escalade_form.html.twig +msgid "Comment" +msgstr "Comment" -#: inc/config.class.php:84 -msgid "Escalation history in tasks" -msgstr "Histórico de escalonamento em tarefas" +#: templates/escalade_form.html.twig +msgid "Assign me as an observer" +msgstr "Assign me as an observer" -#: inc/ticket.class.php:316 front/ticket.form.php:65 -#, php-format -msgid "Escalation to the group %s." -msgstr "" +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "Escalation" -#: hook.php:450 +#: hook.php:598 msgid "Group concerned by the escalation" -msgstr "Grupo preocupado com a escalada" +msgstr "Group concerned by the escalation" -#: inc/notification.class.php:79 -msgid "Group escalated in the ticket" -msgstr "Grupo escalado no bilhete" +#: hook.php:616 +msgid "Number of escalations" +msgstr "Number of escalations" -#: inc/notification.class.php:81 -msgid "Manager of the group escalated in the ticket" -msgstr "Gerente do grupo escalou no bilhete" +#: hook.php:630 +msgid "Number of escalations between two groups" +msgstr "Number of escalations between two groups" -#: inc/config.class.php:223 -msgid "" -"Nota: This feature (creation part) is duplicate with the Behaviorplugin. This last has priority." -msgstr "Nota: Este recurso (parte de criação) é duplicado com o plugin Behavior . Este último tem prioridade." +#: inc/config.class.php:39 +msgid "Escalade" +msgstr "Escalade" -#: hook.php:468 -msgid "Number of escalations" -msgstr "Número de escaladas" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "Configuration Escalade plugin" -#: hook.php:482 -msgid "Number of escalations between two groups" -msgstr "Número de escaladas entre dois grupos" +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "Default (not managed by plugin)" -#: inc/history.class.php:124 +#: inc/history.class.php:219 msgid "Reassign the ticket to group" -msgstr "Reatribuir o ticket ao grupo" +msgstr "Reassign the ticket to group" -#: inc/config.class.php:50 -msgid "Remove old assign group on new group assign" -msgstr "Remover grupo de atribuição antigo no novo grupo" +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "full assignation history" -#: inc/config.class.php:231 -msgid "Remove requester(s) on escalation" -msgstr "" +#: inc/history.class.php:266 +msgid "View full history" +msgstr "View full history" -#: inc/config.class.php:93 -msgid "Remove technician(s) on escalation" -msgstr "Remover técnico(s) na escalação" +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "Tickets to follow (escalated)" -#: inc/notification.class.php:85 -msgid "Requester user of the task/reminder" -msgstr "Solicitar usuário da tarefa / lembrete" +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" +msgstr "Tickets to close (escalated)" -#: inc/notification.class.php:57 +#: inc/notification.class.php:83 msgid "Requester user of the ticket" -msgstr "Solicitante usuário do bilhete" +msgstr "Requester user of the ticket" -#: inc/ticket.class.php:144 -msgid "Solution provided, back to the group" -msgstr "Solução fornecida, volta para o grupo" +#: inc/notification.class.php:125 +msgid "Group escalated in the ticket" +msgstr "Group escalated in the ticket" -#: inc/ticket.class.php:206 -msgid "Solution rejected, return to the group" -msgstr "Solução rejeitada, retorno ao grupo" +#: inc/notification.class.php:129 +msgid "Manager of the group escalated in the ticket" +msgstr "Manager of the group escalated in the ticket" -#: inc/notification.class.php:215 -msgid "Solve date modification" -msgstr "Resolver modificação de data" +#: inc/notification.class.php:135 +msgid "Requester user of the task/reminder" +msgstr "Requester user of the task/reminder" -#: inc/ticket.class.php:748 inc/ticket.class.php:789 inc/ticket.class.php:794 -msgid "This ticket has been cloned from the ticket num" -msgstr "Este bilhete foi clonado do bilhete num" +#: inc/notification.class.php:140 +msgid "Last group escalated in the ticket" +msgstr "Last group escalated in the ticket" -#: inc/config.class.php:105 -msgid "Ticket status after an escalation" -msgstr "Estado do bilhete após o escalonamento" +#: inc/notification.class.php:144 +msgid "Manager of last group escalated in the ticket" +msgstr "Manager of last group escalated in the ticket" -#: inc/history.class.php:209 -msgid "Tickets to close (escalated)" -msgstr "Chamados para fechar (escalonado)" +#: inc/notification.class.php:384 +msgid "Solve date modification" +msgstr "Solve date modification" -#: inc/history.class.php:195 -msgid "Tickets to follow (escalated)" -msgstr "Chamados para seguir (escalonados)" +#: inc/ticket.class.php:350 +msgid "Solution provided, back to the group" +msgstr "Solution provided, back to the group" -#: inc/config.class.php:177 -msgid "Use the technician's group" -msgstr "Use o grupo do técnico" +#: inc/ticket.class.php:418 +msgid "Solution rejected, return to the group" +msgstr "Solution rejected, return to the group" -#: inc/history.class.php:148 -msgid "View full history" -msgstr "Ver histórico completo" +#: inc/ticket.class.php:612 inc/ticket.class.php:708 +#, php-format +msgid "Escalation to the group %s." +msgstr "Escalation to the group %s." -#: front/ticket.form.php:46 -msgid "You must select a group." -msgstr "" +#: inc/ticket.class.php:1066 +msgid "Error : get old ticket" +msgstr "Error : get old ticket" -#: inc/config.class.php:195 -msgid "a time of creation" -msgstr "Um tempo de criação" +#: inc/ticket.class.php:1081 +msgid "Error : adding new ticket" +msgstr "Error : adding new ticket" -#: inc/config.class.php:197 -msgid "a time of modification" -msgstr "Um tempo de modificação" +#: inc/ticket.class.php:1100 +msgid "Error : adding link between the two tickets" +msgstr "Error : adding link between the two tickets" -#: front/popup_histories.php:33 -msgid "full assignation history" -msgstr "histórico completo de designação" +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 +msgid "This ticket has been cloned from the ticket num" +msgstr "This ticket has been cloned from the ticket num" -#: front/climb_group.php:35 ajax/assign_me.php:34 -msgid "missing parameters" -msgstr "Parâmetros ausentes" +#: inc/ticket.class.php:1117 +msgid "Error : adding followups" +msgstr "Error : adding followups" + +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 +msgid "Escalate" +msgstr "Escalate" -#: inc/config.class.php:72 -msgid "show group assign history visually" -msgstr "Mostre o grupo que atribui a história visualmente" +#: inc/ticket.class.php:1355 +msgid "You must select a group." +msgstr "You must select a group." + +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" +msgstr "Clone and link" diff --git a/locales/ru_RU.po b/locales/ru_RU.po index 91940384..2ccadeb9 100644 --- a/locales/ru_RU.po +++ b/locales/ru_RU.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Escalade\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-18 00:32+0000\n" +"POT-Creation-Date: 2026-09-09 01:55+0000\n" "PO-Revision-Date: 2015-09-18 09:48+0000\n" "Last-Translator: hamkms, 2025\n" "Language-Team: Russian (Russia) (http://app.transifex.com/teclib/glpi-project-plugin-escalade/language/ru_RU/)\n" @@ -25,6 +25,10 @@ msgstr "" "Language: ru_RU\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "" + #: templates/config.html.twig msgid "Group assignment" msgstr "" @@ -117,11 +121,7 @@ msgstr "" msgid "Display delete button" msgstr "Показывать кнопку удаления" -#: templates/group_group.html.twig -msgid "List of groups to escalate" -msgstr "" - -#: templates/user.html.twig hook.php:643 hook.php:662 +#: templates/user.html.twig hook.php:644 hook.php:663 msgid "Bypass filtering on the groups assignment" msgstr "Игнорирование фильтра назначения групп" @@ -137,25 +137,53 @@ msgstr "Комментарий" msgid "Assign me as an observer" msgstr "Назначить меня наблюдателем" -#: hook.php:597 +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "Переназначение" + +#: hook.php:598 msgid "Group concerned by the escalation" msgstr "Группа, назначенная при эскалации" -#: hook.php:615 +#: hook.php:616 msgid "Number of escalations" msgstr "Число переназначений" -#: hook.php:629 +#: hook.php:630 msgid "Number of escalations between two groups" msgstr "Число переназначений между двумя группами" -#: public/js/cloneandlink_ticket.js.php:40 -msgid "Clone and link" -msgstr "Клонировать и связать" +#: inc/config.class.php:39 +msgid "Escalade" +msgstr "" -#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 -msgid "Escalation" -msgstr "Переназначение" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "Конфигурация плагина Escalade" + +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "По умолчанию (не управляется плагином)" + +#: inc/history.class.php:219 +msgid "Reassign the ticket to group" +msgstr "Переназначить заявку группе" + +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "Полная история назначений" + +#: inc/history.class.php:266 +msgid "View full history" +msgstr "Просмотреть полную историю" + +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "Заявки к просмотру" + +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" +msgstr "Заявки к закрытию" #: inc/notification.class.php:83 msgid "Requester user of the ticket" @@ -193,68 +221,40 @@ msgstr "Решение найдено, возврат к группе" msgid "Solution rejected, return to the group" msgstr "Решение отклонено, возврат к группе" -#: inc/ticket.class.php:603 inc/ticket.class.php:699 +#: inc/ticket.class.php:612 inc/ticket.class.php:708 #, php-format msgid "Escalation to the group %s." msgstr "Назначить заявку группе %s" -#: inc/ticket.class.php:1054 +#: inc/ticket.class.php:1066 msgid "Error : get old ticket" msgstr "Ошибка получения данных заявки" -#: inc/ticket.class.php:1069 +#: inc/ticket.class.php:1081 msgid "Error : adding new ticket" msgstr "Ошибка добавления заявки" -#: inc/ticket.class.php:1088 +#: inc/ticket.class.php:1100 msgid "Error : adding link between the two tickets" msgstr "Ошибка связывания заявок" -#: inc/ticket.class.php:1099 inc/ticket.class.php:1133 -#: inc/ticket.class.php:1138 +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 msgid "This ticket has been cloned from the ticket num" msgstr "Заявка создана из другой, №" -#: inc/ticket.class.php:1105 +#: inc/ticket.class.php:1117 msgid "Error : adding followups" msgstr "Ошибка добавления комментария" -#: inc/ticket.class.php:1221 inc/ticket.class.php:1222 +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 msgid "Escalate" msgstr "Переназначение" -#: inc/ticket.class.php:1343 +#: inc/ticket.class.php:1355 msgid "You must select a group." msgstr "Вы должны выбрать группу" -#: inc/history.class.php:192 -msgid "Reassign the ticket to group" -msgstr "Переназначить заявку группе" - -#: inc/history.class.php:236 -msgid "full assignation history" -msgstr "Полная история назначений" - -#: inc/history.class.php:239 -msgid "View full history" -msgstr "Просмотреть полную историю" - -#: inc/history.class.php:294 -msgid "Tickets to follow (escalated)" -msgstr "Заявки к просмотру" - -#: inc/history.class.php:308 -msgid "Tickets to close (escalated)" -msgstr "Заявки к закрытию" - -#: inc/config.class.php:39 -msgid "Escalade" -msgstr "" - -#: inc/config.class.php:44 -msgid "Configuration Escalade plugin" -msgstr "Конфигурация плагина Escalade" - -#: inc/config.class.php:139 -msgid "Default (not managed by plugin)" -msgstr "По умолчанию (не управляется плагином)" +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" +msgstr "Клонировать и связать" diff --git a/locales/sk_SK.po b/locales/sk_SK.po index 22af49da..46c9047b 100644 --- a/locales/sk_SK.po +++ b/locales/sk_SK.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Escalade\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-18 00:32+0000\n" +"POT-Creation-Date: 2026-09-09 01:55+0000\n" "PO-Revision-Date: 2015-09-18 09:48+0000\n" "Last-Translator: feonsu , 2019,2023-2026\n" "Language-Team: Slovak (Slovakia) (http://app.transifex.com/teclib/glpi-project-plugin-escalade/language/sk_SK/)\n" @@ -18,6 +18,10 @@ msgstr "" "Language: sk_SK\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "Zoznam skupín na eskaláciu" + #: templates/config.html.twig msgid "Group assignment" msgstr "Priradenie skupiny" @@ -110,11 +114,7 @@ msgstr "Posledný menovaný má prednosť." msgid "Display delete button" msgstr "Zobraziť tlačidlo mazania" -#: templates/group_group.html.twig -msgid "List of groups to escalate" -msgstr "Zoznam skupín na eskaláciu" - -#: templates/user.html.twig hook.php:643 hook.php:662 +#: templates/user.html.twig hook.php:644 hook.php:663 msgid "Bypass filtering on the groups assignment" msgstr "Vynechať filtrovanie pri priraďovaní skupín" @@ -130,25 +130,53 @@ msgstr "Komentár" msgid "Assign me as an observer" msgstr "Priradiť mňa ako pozorovateľa" -#: hook.php:597 +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "Eskalácie" + +#: hook.php:598 msgid "Group concerned by the escalation" msgstr "Skupina, ktorej sa týkajú eskalácie" -#: hook.php:615 +#: hook.php:616 msgid "Number of escalations" msgstr "Počet eskalácií" -#: hook.php:629 +#: hook.php:630 msgid "Number of escalations between two groups" msgstr "Počet eskalácií medzi dvoma skupinami" -#: public/js/cloneandlink_ticket.js.php:40 -msgid "Clone and link" -msgstr "Klonovať a prepojiť" +#: inc/config.class.php:39 +msgid "Escalade" +msgstr "Eskalácia" -#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 -msgid "Escalation" -msgstr "Eskalácie" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "Konfigurácia pluginu Eskalácie" + +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "Predvolené (nespravované pluginom)" + +#: inc/history.class.php:219 +msgid "Reassign the ticket to group" +msgstr "Znovu priradiť požiadavku skupine" + +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "úplná história priradenia" + +#: inc/history.class.php:266 +msgid "View full history" +msgstr "Zobraziť úplnú históriu" + +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "Požiadavky na sledovanie (eskalované)" + +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" +msgstr "Požiadavky na uzavretie (eskalované)" #: inc/notification.class.php:83 msgid "Requester user of the ticket" @@ -186,68 +214,40 @@ msgstr "Riešenie poskytnuté, späť k skupine" msgid "Solution rejected, return to the group" msgstr "Riešenie odmietnuté, návrat k skupine" -#: inc/ticket.class.php:603 inc/ticket.class.php:699 +#: inc/ticket.class.php:612 inc/ticket.class.php:708 #, php-format msgid "Escalation to the group %s." msgstr "Eskalácia na skupinu %s." -#: inc/ticket.class.php:1054 +#: inc/ticket.class.php:1066 msgid "Error : get old ticket" msgstr "Chyba: získavanie starej požiadavky" -#: inc/ticket.class.php:1069 +#: inc/ticket.class.php:1081 msgid "Error : adding new ticket" msgstr "Chyba: pridávanie novej požiadavky" -#: inc/ticket.class.php:1088 +#: inc/ticket.class.php:1100 msgid "Error : adding link between the two tickets" msgstr "Chyba: pridávanie prepojení medzi dvoma požiadavkami" -#: inc/ticket.class.php:1099 inc/ticket.class.php:1133 -#: inc/ticket.class.php:1138 +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 msgid "This ticket has been cloned from the ticket num" msgstr "Táto požiadavka bola klonovaná z požiadavky č." -#: inc/ticket.class.php:1105 +#: inc/ticket.class.php:1117 msgid "Error : adding followups" msgstr "Chyba: pridávanie reakcií" -#: inc/ticket.class.php:1221 inc/ticket.class.php:1222 +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 msgid "Escalate" msgstr "Eskalovať" -#: inc/ticket.class.php:1343 +#: inc/ticket.class.php:1355 msgid "You must select a group." msgstr "Musíte vybrať skupinu." -#: inc/history.class.php:192 -msgid "Reassign the ticket to group" -msgstr "Znovu priradiť požiadavku skupine" - -#: inc/history.class.php:236 -msgid "full assignation history" -msgstr "úplná história priradenia" - -#: inc/history.class.php:239 -msgid "View full history" -msgstr "Zobraziť úplnú históriu" - -#: inc/history.class.php:294 -msgid "Tickets to follow (escalated)" -msgstr "Požiadavky na sledovanie (eskalované)" - -#: inc/history.class.php:308 -msgid "Tickets to close (escalated)" -msgstr "Požiadavky na uzavretie (eskalované)" - -#: inc/config.class.php:39 -msgid "Escalade" -msgstr "Eskalácia" - -#: inc/config.class.php:44 -msgid "Configuration Escalade plugin" -msgstr "Konfigurácia pluginu Eskalácie" - -#: inc/config.class.php:139 -msgid "Default (not managed by plugin)" -msgstr "Predvolené (nespravované pluginom)" +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" +msgstr "Klonovať a prepojiť" diff --git a/locales/tr_TR.po b/locales/tr_TR.po index 1ba7f4c6..5c0702ae 100644 --- a/locales/tr_TR.po +++ b/locales/tr_TR.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GLPI Plugin - Escalade\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-08-18 00:32+0000\n" +"POT-Creation-Date: 2026-09-09 01:55+0000\n" "PO-Revision-Date: 2015-09-18 09:48+0000\n" "Last-Translator: Kaya Zeren , 2015-2016,2018-2021,2023-2026\n" "Language-Team: Turkish (Turkey) (http://app.transifex.com/teclib/glpi-project-plugin-escalade/language/tr_TR/)\n" @@ -19,6 +19,10 @@ msgstr "" "Language: tr_TR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +#: templates/group_group.html.twig +msgid "List of groups to escalate" +msgstr "Üste aktarılacak grupların listesi" + #: templates/config.html.twig msgid "Group assignment" msgstr "Grup ataması" @@ -111,11 +115,7 @@ msgstr "eki ile aynıdır. Bunun önceliği vardır." msgid "Display delete button" msgstr "Sil düğmesi görüntülensin" -#: templates/group_group.html.twig -msgid "List of groups to escalate" -msgstr "Üste aktarılacak grupların listesi" - -#: templates/user.html.twig hook.php:643 hook.php:662 +#: templates/user.html.twig hook.php:644 hook.php:663 msgid "Bypass filtering on the groups assignment" msgstr "Grup atamalarında süzgeçler atlansın" @@ -131,25 +131,53 @@ msgstr "Açıklama" msgid "Assign me as an observer" msgstr "Beni gözlemci olarak ata" -#: hook.php:597 +#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 +msgid "Escalation" +msgstr "Üste aktarma" + +#: hook.php:598 msgid "Group concerned by the escalation" msgstr "Üste aktarma grubu" -#: hook.php:615 +#: hook.php:616 msgid "Number of escalations" msgstr "Üste aktarma sayısı" -#: hook.php:629 +#: hook.php:630 msgid "Number of escalations between two groups" msgstr "İki grup arasındaki üste aktarma sayısı" -#: public/js/cloneandlink_ticket.js.php:40 -msgid "Clone and link" -msgstr "Kopyala ve ilişkilendir" +#: inc/config.class.php:39 +msgid "Escalade" +msgstr "Üste aktar" -#: setup.php:175 inc/user.class.php:167 inc/group_group.class.php:61 -msgid "Escalation" -msgstr "Üste aktarma" +#: inc/config.class.php:44 +msgid "Configuration Escalade plugin" +msgstr "Üste aktarma eklentisi yapılandırması" + +#: inc/config.class.php:139 +msgid "Default (not managed by plugin)" +msgstr "Varsayılan (eklenti tarafından yönetilmez)" + +#: inc/history.class.php:219 +msgid "Reassign the ticket to group" +msgstr "Destek kaydını bir gruba ata" + +#: inc/history.class.php:263 +msgid "full assignation history" +msgstr "Tam atama geçmişi" + +#: inc/history.class.php:266 +msgid "View full history" +msgstr "Tam geçmişi görüntüle" + +#: inc/history.class.php:321 +msgid "Tickets to follow (escalated)" +msgstr "İzlenecek destek kayıtları (üste aktarılmış)" + +#: inc/history.class.php:335 +msgid "Tickets to close (escalated)" +msgstr "Kapatılacak destek kayıtları (üste aktarılmış)" #: inc/notification.class.php:83 msgid "Requester user of the ticket" @@ -187,68 +215,40 @@ msgstr "Çözüm sağlandı, gruba geri git" msgid "Solution rejected, return to the group" msgstr "Çözüm reddedildi, gruba geri git" -#: inc/ticket.class.php:603 inc/ticket.class.php:699 +#: inc/ticket.class.php:612 inc/ticket.class.php:708 #, php-format msgid "Escalation to the group %s." msgstr "%s grubuna üste aktarma." -#: inc/ticket.class.php:1054 +#: inc/ticket.class.php:1066 msgid "Error : get old ticket" msgstr "Hata : Eski destek kaydı alma" -#: inc/ticket.class.php:1069 +#: inc/ticket.class.php:1081 msgid "Error : adding new ticket" msgstr "Hata : Yeni destek kaydı ekleme" -#: inc/ticket.class.php:1088 +#: inc/ticket.class.php:1100 msgid "Error : adding link between the two tickets" msgstr "Hata : İki destek kaydı arasında ilişki ekleme" -#: inc/ticket.class.php:1099 inc/ticket.class.php:1133 -#: inc/ticket.class.php:1138 +#: inc/ticket.class.php:1111 inc/ticket.class.php:1145 +#: inc/ticket.class.php:1150 msgid "This ticket has been cloned from the ticket num" msgstr "Bu destek, destek kaydı numarasından" -#: inc/ticket.class.php:1105 +#: inc/ticket.class.php:1117 msgid "Error : adding followups" msgstr "Hata : İzleme ekleme" -#: inc/ticket.class.php:1221 inc/ticket.class.php:1222 +#: inc/ticket.class.php:1233 inc/ticket.class.php:1234 msgid "Escalate" msgstr "Üste aktar" -#: inc/ticket.class.php:1343 +#: inc/ticket.class.php:1355 msgid "You must select a group." msgstr "Bir grup seçmelisiniz." -#: inc/history.class.php:192 -msgid "Reassign the ticket to group" -msgstr "Destek kaydını bir gruba ata" - -#: inc/history.class.php:236 -msgid "full assignation history" -msgstr "Tam atama geçmişi" - -#: inc/history.class.php:239 -msgid "View full history" -msgstr "Tam geçmişi görüntüle" - -#: inc/history.class.php:294 -msgid "Tickets to follow (escalated)" -msgstr "İzlenecek destek kayıtları (üste aktarılmış)" - -#: inc/history.class.php:308 -msgid "Tickets to close (escalated)" -msgstr "Kapatılacak destek kayıtları (üste aktarılmış)" - -#: inc/config.class.php:39 -msgid "Escalade" -msgstr "Üste aktar" - -#: inc/config.class.php:44 -msgid "Configuration Escalade plugin" -msgstr "Üste aktarma eklentisi yapılandırması" - -#: inc/config.class.php:139 -msgid "Default (not managed by plugin)" -msgstr "Varsayılan (eklenti tarafından yönetilmez)" +#: public/js/cloneandlink_ticket.js.php:40 +msgid "Clone and link" +msgstr "Kopyala ve ilişkilendir"