From a3bbe6af98f3d2bec2fc413b17184261a101969f Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:36:45 +0300 Subject: [PATCH 01/31] New translations en_US.yaml (German) --- site/plugins/admin/lang/de_DE.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/de_DE.yaml b/site/plugins/admin/lang/de_DE.yaml index 259d3412..f95eab7b 100644 --- a/site/plugins/admin/lang/de_DE.yaml +++ b/site/plugins/admin/lang/de_DE.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 959b38f412b703f7c634e6a1698003de7367e226 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:36:48 +0300 Subject: [PATCH 02/31] New translations en_US.yaml (Italian) --- site/plugins/admin/lang/it_IT.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/it_IT.yaml b/site/plugins/admin/lang/it_IT.yaml index 88d8ac8a..3404f30e 100644 --- a/site/plugins/admin/lang/it_IT.yaml +++ b/site/plugins/admin/lang/it_IT.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 71083b33768ab829178b3abdcabac93cb82a1b7d Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:36:49 +0300 Subject: [PATCH 03/31] New translations en_US.yaml (Ukrainian) --- site/plugins/admin/lang/uk_UA.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/uk_UA.yaml b/site/plugins/admin/lang/uk_UA.yaml index df30aa61..3b33ef02 100644 --- a/site/plugins/admin/lang/uk_UA.yaml +++ b/site/plugins/admin/lang/uk_UA.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From a319f30e69a30720ba3f92ccdb40193c36f78b9a Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:36:52 +0300 Subject: [PATCH 04/31] New translations en_US.yaml (Turkish) --- site/plugins/admin/lang/tr_TR.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/tr_TR.yaml b/site/plugins/admin/lang/tr_TR.yaml index 8cf4965c..7a7718db 100644 --- a/site/plugins/admin/lang/tr_TR.yaml +++ b/site/plugins/admin/lang/tr_TR.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From c12eb86b7a9bfec58fccbeae3c6a6baa8e8b07a6 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:36:54 +0300 Subject: [PATCH 05/31] New translations en_US.yaml (Swedish) --- site/plugins/admin/lang/sv_SE.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/sv_SE.yaml b/site/plugins/admin/lang/sv_SE.yaml index 6a2bc516..e8edf87c 100644 --- a/site/plugins/admin/lang/sv_SE.yaml +++ b/site/plugins/admin/lang/sv_SE.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From d73db7fb38c5dad50d958970b252eb10410bc87d Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:36:55 +0300 Subject: [PATCH 06/31] New translations en_US.yaml (Spanish) --- site/plugins/admin/lang/es_ES.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/es_ES.yaml b/site/plugins/admin/lang/es_ES.yaml index a5f53b82..176dd3a4 100644 --- a/site/plugins/admin/lang/es_ES.yaml +++ b/site/plugins/admin/lang/es_ES.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From e574f8eff27440f4edf64d0b1c51fd3249671add Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:36:57 +0300 Subject: [PATCH 07/31] New translations en_US.yaml (Serbian (Cyrillic)) --- site/plugins/admin/lang/sr_SP.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/sr_SP.yaml b/site/plugins/admin/lang/sr_SP.yaml index 0a91dd8a..cc073f14 100644 --- a/site/plugins/admin/lang/sr_SP.yaml +++ b/site/plugins/admin/lang/sr_SP.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 78539421a518457d3a98f3ca66edcf215e668b3e Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:36:59 +0300 Subject: [PATCH 08/31] New translations en_US.yaml (Russian) --- site/plugins/admin/lang/ru_RU.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/ru_RU.yaml b/site/plugins/admin/lang/ru_RU.yaml index af1b06f7..61298c54 100644 --- a/site/plugins/admin/lang/ru_RU.yaml +++ b/site/plugins/admin/lang/ru_RU.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From a5a81490be791db26544e8503f10bf640261d33d Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:02 +0300 Subject: [PATCH 09/31] New translations en_US.yaml (Romanian) --- site/plugins/admin/lang/ro_RO.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/ro_RO.yaml b/site/plugins/admin/lang/ro_RO.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/ro_RO.yaml +++ b/site/plugins/admin/lang/ro_RO.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 5fe13e671e1b613d585bdc22a01fdb02060c7814 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:04 +0300 Subject: [PATCH 10/31] New translations en_US.yaml (Portuguese, Brazilian) --- site/plugins/admin/lang/pt_BR.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/pt_BR.yaml b/site/plugins/admin/lang/pt_BR.yaml index 4e42fde3..c4742f07 100644 --- a/site/plugins/admin/lang/pt_BR.yaml +++ b/site/plugins/admin/lang/pt_BR.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 7941f463f2f2a62fc6a61d6c390f69eed1a93e94 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:06 +0300 Subject: [PATCH 11/31] New translations en_US.yaml (Portuguese) --- site/plugins/admin/lang/pt_PT.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/pt_PT.yaml b/site/plugins/admin/lang/pt_PT.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/pt_PT.yaml +++ b/site/plugins/admin/lang/pt_PT.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From f56479a1b0fae09391b04ff4b46f8874d4998de1 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:08 +0300 Subject: [PATCH 12/31] New translations en_US.yaml (Polish) --- site/plugins/admin/lang/pl_PL.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/pl_PL.yaml b/site/plugins/admin/lang/pl_PL.yaml index 0ca299ad..8e6165cc 100644 --- a/site/plugins/admin/lang/pl_PL.yaml +++ b/site/plugins/admin/lang/pl_PL.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 1e0a646459503af0091ee5b9af610c270a34c1a4 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:10 +0300 Subject: [PATCH 13/31] New translations en_US.yaml (Norwegian) --- site/plugins/admin/lang/no_NO.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/no_NO.yaml b/site/plugins/admin/lang/no_NO.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/no_NO.yaml +++ b/site/plugins/admin/lang/no_NO.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 67b6a11f3b6e55f916415978e7966dc6945d4eb4 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:11 +0300 Subject: [PATCH 14/31] New translations en_US.yaml (Korean) --- site/plugins/admin/lang/ko_KR.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/ko_KR.yaml b/site/plugins/admin/lang/ko_KR.yaml index 1ee38dee..a2291c68 100644 --- a/site/plugins/admin/lang/ko_KR.yaml +++ b/site/plugins/admin/lang/ko_KR.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From ae04876260a462f288ffea86bf31ae96da885a7a Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:13 +0300 Subject: [PATCH 15/31] New translations en_US.yaml (Japanese) --- site/plugins/admin/lang/ja_JP.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/ja_JP.yaml b/site/plugins/admin/lang/ja_JP.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/ja_JP.yaml +++ b/site/plugins/admin/lang/ja_JP.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From ef283f6de9e678f3174afaa816884ca82a354c97 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:15 +0300 Subject: [PATCH 16/31] New translations en_US.yaml (Indonesian) --- site/plugins/admin/lang/id_ID.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/id_ID.yaml b/site/plugins/admin/lang/id_ID.yaml index 10f6cdf1..a8d44ec6 100644 --- a/site/plugins/admin/lang/id_ID.yaml +++ b/site/plugins/admin/lang/id_ID.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From c4943718f02118116127b27ec8b8bcb0b1d32607 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:17 +0300 Subject: [PATCH 17/31] New translations en_US.yaml (Afrikaans) --- site/plugins/admin/lang/af_ZA.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/af_ZA.yaml b/site/plugins/admin/lang/af_ZA.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/af_ZA.yaml +++ b/site/plugins/admin/lang/af_ZA.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From c63ab92aac942ab63a23cae865bf15e6cc5e9b32 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:20 +0300 Subject: [PATCH 18/31] New translations en_US.yaml (Hungarian) --- site/plugins/admin/lang/hu_HU.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/hu_HU.yaml b/site/plugins/admin/lang/hu_HU.yaml index e47495a5..0aa64e29 100644 --- a/site/plugins/admin/lang/hu_HU.yaml +++ b/site/plugins/admin/lang/hu_HU.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From f744c16bdcfdf712a3228371ce1d09e19b7616ee Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:22 +0300 Subject: [PATCH 19/31] New translations en_US.yaml (Hebrew) --- site/plugins/admin/lang/he_IL.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/he_IL.yaml b/site/plugins/admin/lang/he_IL.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/he_IL.yaml +++ b/site/plugins/admin/lang/he_IL.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 836094b9f23585371553b96bb724cabdb2dff92f Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:25 +0300 Subject: [PATCH 20/31] New translations en_US.yaml (Greek) --- site/plugins/admin/lang/el_GR.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/el_GR.yaml b/site/plugins/admin/lang/el_GR.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/el_GR.yaml +++ b/site/plugins/admin/lang/el_GR.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From c0cdf7d4bead0bb1d1301c55630df0d884a0906e Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:27 +0300 Subject: [PATCH 21/31] New translations en_US.yaml (French) --- site/plugins/admin/lang/fr_FR.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/fr_FR.yaml b/site/plugins/admin/lang/fr_FR.yaml index a12ec496..bb40834b 100644 --- a/site/plugins/admin/lang/fr_FR.yaml +++ b/site/plugins/admin/lang/fr_FR.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 7390d377ad8d7013c94a331982b205cf3265a213 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:29 +0300 Subject: [PATCH 22/31] New translations en_US.yaml (Finnish) --- site/plugins/admin/lang/fi_FI.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/fi_FI.yaml b/site/plugins/admin/lang/fi_FI.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/fi_FI.yaml +++ b/site/plugins/admin/lang/fi_FI.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 5e47009647cb3970de8fb8f72e9a86ec3a3ad445 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:31 +0300 Subject: [PATCH 23/31] New translations en_US.yaml (Dutch) --- site/plugins/admin/lang/nl_NL.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/nl_NL.yaml b/site/plugins/admin/lang/nl_NL.yaml index caa57c72..46876e36 100644 --- a/site/plugins/admin/lang/nl_NL.yaml +++ b/site/plugins/admin/lang/nl_NL.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 6ddaa7f8eb0b0c19ea60cb3e38a308e13719905b Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:32 +0300 Subject: [PATCH 24/31] New translations en_US.yaml (Danish) --- site/plugins/admin/lang/da_DK.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/da_DK.yaml b/site/plugins/admin/lang/da_DK.yaml index 41087b8b..8f04671c 100644 --- a/site/plugins/admin/lang/da_DK.yaml +++ b/site/plugins/admin/lang/da_DK.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From c4d974baf837ac9fef0e6dfd125f2812eb9f891f Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:34 +0300 Subject: [PATCH 25/31] New translations en_US.yaml (Czech) --- site/plugins/admin/lang/cs_CZ.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/cs_CZ.yaml b/site/plugins/admin/lang/cs_CZ.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/cs_CZ.yaml +++ b/site/plugins/admin/lang/cs_CZ.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From d8b37dcccc4492c305ef5913a0a57026484284da Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:36 +0300 Subject: [PATCH 26/31] New translations en_US.yaml (Croatian) --- site/plugins/admin/lang/hr_HR.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/hr_HR.yaml b/site/plugins/admin/lang/hr_HR.yaml index 7b41a474..baff9db4 100644 --- a/site/plugins/admin/lang/hr_HR.yaml +++ b/site/plugins/admin/lang/hr_HR.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From cff4650c04215c84b310e9ab10779c40e59c5a8a Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:38 +0300 Subject: [PATCH 27/31] New translations en_US.yaml (Chinese Traditional) --- site/plugins/admin/lang/zh_TW.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/zh_TW.yaml b/site/plugins/admin/lang/zh_TW.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/zh_TW.yaml +++ b/site/plugins/admin/lang/zh_TW.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 2b0c97de5378825f62ff5c8fafb65431da7c8078 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:39 +0300 Subject: [PATCH 28/31] New translations en_US.yaml (Chinese Simplified) --- site/plugins/admin/lang/zh_CN.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/zh_CN.yaml b/site/plugins/admin/lang/zh_CN.yaml index 90e79ffa..9539f2b5 100644 --- a/site/plugins/admin/lang/zh_CN.yaml +++ b/site/plugins/admin/lang/zh_CN.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 1037be8d3e40bb271e61a059ba344432864f1bb7 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:41 +0300 Subject: [PATCH 29/31] New translations en_US.yaml (Catalan) --- site/plugins/admin/lang/ca_ES.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/ca_ES.yaml b/site/plugins/admin/lang/ca_ES.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/ca_ES.yaml +++ b/site/plugins/admin/lang/ca_ES.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From 4b9004c83ffd69dfb56fcbefc0ef7a0e5b8e2cdb Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:44 +0300 Subject: [PATCH 30/31] New translations en_US.yaml (Arabic) --- site/plugins/admin/lang/ar_SA.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/ar_SA.yaml b/site/plugins/admin/lang/ar_SA.yaml index 93834ac5..9f9e3931 100644 --- a/site/plugins/admin/lang/ar_SA.yaml +++ b/site/plugins/admin/lang/ar_SA.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created." From bd68980a3ec1e7fc4325954e5ae87272a5c4adda Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Thu, 6 Feb 2020 15:37:46 +0300 Subject: [PATCH 31/31] New translations en_US.yaml (Vietnamese) --- site/plugins/admin/lang/vi_VN.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/site/plugins/admin/lang/vi_VN.yaml b/site/plugins/admin/lang/vi_VN.yaml index a751a917..08d66e52 100644 --- a/site/plugins/admin/lang/vi_VN.yaml +++ b/site/plugins/admin/lang/vi_VN.yaml @@ -340,6 +340,7 @@ admin_cofirmation_required_for_fieldset_delete: "Are you sure you want to delete admin_cofirmation_required_for_snippet_delete: "Are you sure you want to delete this snippet?" admin_cofirmation_required_for_template_delete: "Are you sure you want to delete this template?" admin_author: "Author" +admin_cofirmation_required_for_deactivate_system_plugin: "Are you sure you want to deactivate system plugin?" admin_message_delivery_api_token_updated: "Delivery token updated." admin_message_delivery_api_token_was_not_updated: "Delivery token was not updated." admin_message_delivery_api_token_created: "Delivery token created."