From 1928252f43dfb8c086075f6914f0103b49f977ee Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 8 Nov 2024 08:49:46 -0800 Subject: [PATCH] Refactor the links in language files Signed-off-by: Matt Friedman --- adm/style/acp_abbc3_settings.html | 25 ++++++++++++++++++++----- language/ar/acp_abbc3.php | 4 ++-- language/bg/acp_abbc3.php | 4 ++-- language/cs/acp_abbc3.php | 4 ++-- language/de/acp_abbc3.php | 4 ++-- language/en/acp_abbc3.php | 4 ++-- language/es/acp_abbc3.php | 4 ++-- language/es_x_tu/acp_abbc3.php | 4 ++-- language/et/acp_abbc3.php | 4 ++-- language/fa/acp_abbc3.php | 4 ++-- language/fi/acp_abbc3.php | 4 ++-- language/fr/acp_abbc3.php | 4 ++-- language/gr/acp_abbc3.php | 4 ++-- language/he/acp_abbc3.php | 4 ++-- language/hr/acp_abbc3.php | 4 ++-- language/it/acp_abbc3.php | 4 ++-- language/nl/acp_abbc3.php | 4 ++-- language/pl/acp_abbc3.php | 4 ++-- language/pt_br/acp_abbc3.php | 4 ++-- language/pt_pt/acp_abbc3.php | 4 ++-- language/ru/acp_abbc3.php | 4 ++-- language/sk/acp_abbc3.php | 4 ++-- language/sl/acp_abbc3.php | 4 ++-- language/sv/acp_abbc3.php | 4 ++-- language/tr/acp_abbc3.php | 4 ++-- language/uk/acp_abbc3.php | 4 ++-- language/vn/acp_abbc3.php | 4 ++-- language/zh_cmn_hans/acp_abbc3.php | 4 ++-- language/zh_cmn_hant/acp_abbc3.php | 4 ++-- 29 files changed, 76 insertions(+), 61 deletions(-) diff --git a/adm/style/acp_abbc3_settings.html b/adm/style/acp_abbc3_settings.html index ee85f0ea..a9ef4253 100644 --- a/adm/style/acp_abbc3_settings.html +++ b/adm/style/acp_abbc3_settings.html @@ -1,11 +1,26 @@ {% include 'overall_header.html' %} {% INCLUDECSS '@vse_abbc3/acp_abbc3.css' %} +{% set links = { + 'faq': { + 'url': 'https://www.phpbb.com/customise/db/extension/advanced_bbcode_box/faq/1551', + 'text': lang('FAQ') + }, + 'media_embed': { + 'url': 'https://www.phpbb.com/customise/db/extension/mediaembed/', + 'text': lang('DOWNLOAD') + } +} %} + +{% macro external_link(url, text) -%} + + + {{ text -}} + +{%- endmacro %} + {{ lang('ACP_ABBC3_MODULE') }} -{% set LINK_FAQ = '' %} -{% set LINK_ME_EXT = '' %} -{% set LINK_ICON = '' %} -

{{ lang('ABBC3_SETTINGS_EXPLAIN', LINK_FAQ, LINK_ICON) }}

+

{{ lang('ABBC3_SETTINGS_EXPLAIN', _self.external_link(links.faq.url, links.faq.text)) }}

@@ -48,7 +63,7 @@

{{ lang('ABBC3_BBVIDEO_EXPLAIN') }}
-
{{ lang('ABBC3_MEDIA_EMBED_INSTALL', S_ABBC3_MEDIA_EMBED, LINK_ME_EXT, LINK_ICON) }}
+
{{ lang('ABBC3_MEDIA_EMBED_INSTALL', S_ABBC3_MEDIA_EMBED, _self.external_link(links.media_embed.url, links.media_embed.text)) }}

{{ lang('ABBC3_GOOGLE_FONTS_INFO') }}{% if not S_ALLOW_CDN %}

{{ lang('ABBC3_GOOGLE_FONTS_NOTE') }}{% endif %}
diff --git a/language/ar/acp_abbc3.php b/language/ar/acp_abbc3.php index a3568f1e..003594c1 100644 --- a/language/ar/acp_abbc3.php +++ b/language/ar/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/bg/acp_abbc3.php b/language/bg/acp_abbc3.php index cf797054..a290d0c4 100644 --- a/language/bg/acp_abbc3.php +++ b/language/bg/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/cs/acp_abbc3.php b/language/cs/acp_abbc3.php index 4b4ec4a6..8fc922ed 100644 --- a/language/cs/acp_abbc3.php +++ b/language/cs/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/de/acp_abbc3.php b/language/de/acp_abbc3.php index a760c06e..0833cf62 100644 --- a/language/de/acp_abbc3.php +++ b/language/de/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für die Advanced BBCode Box verändern. Für weitere Informationen, wie du die Menüleiste verändern kannst, rufe bitte die %1$s ABBC3 FAQ %2$s auf.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für die Advanced BBCode Box verändern. Für weitere Informationen, wie du die Menüleiste verändern kannst, rufe bitte die %s auf.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Füge Google Fonts zum [font] BBCode hinzu. Achte auf genaue Schreibweise und Groß-/Kleinschreibung. Setze jeden Schriftartnamen in eine eigene Zeile.', 'ABBC3_GOOGLE_FONTS_NOTE' => '„Nutzung von Drittanbieter-Servern zulassen“ muss aktiviert sein unter den “Serverlast”-Einstellungen, um diese Funktion zu nutzen.', 'ABBC3_INVALID_FONT' => 'Ungültiger Schriftname „%s“', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Installiere die optionale Erweiterung „phpBB Media Embed“, um auf Einstellungen und Verwaltungsoptionen für eingebettete Rich Media-Inhalte zuzugreifen.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed-Erweiterung ist nicht installiert. %2$s Download %3$s.', + 0 => 'phpBB Media Embed-Erweiterung ist nicht installiert. %2$s.', 1 => 'phpBB Media Embed-Erweiterung ist installiert. Auf die Einstellungen kann über den Tab „Beiträge“ zugegriffen werden.' ], 'PNG' => 'PNG', diff --git a/language/en/acp_abbc3.php b/language/en/acp_abbc3.php index 6e697ad2..032f0ae1 100644 --- a/language/en/acp_abbc3.php +++ b/language/en/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/es/acp_abbc3.php b/language/es/acp_abbc3.php index 2ac13a1c..1a008ab9 100644 --- a/language/es/acp_abbc3.php +++ b/language/es/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Aquí puede configurar los ajustes para Advanced BBCode Box. Para obtener información sobre cómo personalizar la barra de iconos, visite el %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Aquí puede configurar los ajustes para Advanced BBCode Box. Para obtener información sobre cómo personalizar la barra de iconos, visite el %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Añada fuentes de Google Fonts al BBCode font. Utilice la ortografía exacta y la distinción entre mayúsculas y minúsculas. Coloque cada nombre de fuente en una línea separada. Por ejemplo: Droid Sans', 'ABBC3_GOOGLE_FONTS_NOTE' => 'Tenga en cuenta que “Permitir el uso de las redes de distribución de contenidos de terceros” debe estar habilitado en "Configuración de carga" para usar esta función.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/es_x_tu/acp_abbc3.php b/language/es_x_tu/acp_abbc3.php index 0ba9edb0..a4c9da6c 100644 --- a/language/es_x_tu/acp_abbc3.php +++ b/language/es_x_tu/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Aquí puedes configurar los ajustes para Advanced BBCode Box. Para obtener información sobre cómo personalizar la barra de iconos, visita el %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Aquí puedes configurar los ajustes para Advanced BBCode Box. Para obtener información sobre cómo personalizar la barra de iconos, visita el %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Añade fuentes de Google Fonts al BBCode font. Utiliza la ortografía exacta y la distinción entre mayúsculas y minúsculas. Coloca cada nombre de fuente en una línea separada. Por ejemplo: Droid Sans', 'ABBC3_GOOGLE_FONTS_NOTE' => 'Tenga en cuenta que “Permitir el uso de las redes de distribución de contenidos de terceros” debe estar habilitado en "Configuración de carga" para usar esta función.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/et/acp_abbc3.php b/language/et/acp_abbc3.php index 58b4c4de..f0c21ba0 100644 --- a/language/et/acp_abbc3.php +++ b/language/et/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/fa/acp_abbc3.php b/language/fa/acp_abbc3.php index 783343a7..33c2cd02 100644 --- a/language/fa/acp_abbc3.php +++ b/language/fa/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/fi/acp_abbc3.php b/language/fi/acp_abbc3.php index 096304ea..644f0d3e 100644 --- a/language/fi/acp_abbc3.php +++ b/language/fi/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/fr/acp_abbc3.php b/language/fr/acp_abbc3.php index c1b66220..07984993 100644 --- a/language/fr/acp_abbc3.php +++ b/language/fr/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Ici, vous pouvez configurer les paramètres de Advanced BBCode Box. Pour plus d’informations sur la personnalisation de la barre d’icônes, visitez le site %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Ici, vous pouvez configurer les paramètres de Advanced BBCode Box. Pour plus d’informations sur la personnalisation de la barre d’icônes, visitez le site %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Ajoutez Google Fonts à la [font] BBCode. Utilisez une orthographe exacte et respectez la casse. Placez chaque nom de police sur une ligne distincte.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Autoriser l‘utilisation de réseaux de diffusion de contenu tiers" doit être activé sous "Charger les paramètres" pour utiliser cette fonctionnalité.', 'ABBC3_INVALID_FONT' => 'Nom de police invalide pour “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Installez l‘extension facultative phpBB Media Embed pour accéder aux paramètres et aux options de gestion du contenu multimédia intégré.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'L‘extension phpBB Media Embed n‘est pas installée. %2$s Téléchargement %3$s.', + 0 => 'L‘extension phpBB Media Embed n‘est pas installée. %2$s.', 1 => 'L‘extension phpBB Media Embed est installée. Les paramètres sont accessibles sous l‘onglet Publication.' ], 'PNG' => 'PNG', diff --git a/language/gr/acp_abbc3.php b/language/gr/acp_abbc3.php index b968f2f5..d1dc2b2a 100644 --- a/language/gr/acp_abbc3.php +++ b/language/gr/acp_abbc3.php @@ -24,7 +24,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -43,7 +43,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/he/acp_abbc3.php b/language/he/acp_abbc3.php index 1148e500..994f24db 100644 --- a/language/he/acp_abbc3.php +++ b/language/he/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/hr/acp_abbc3.php b/language/hr/acp_abbc3.php index c90ca51b..f17f945d 100644 --- a/language/hr/acp_abbc3.php +++ b/language/hr/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/it/acp_abbc3.php b/language/it/acp_abbc3.php index a315cfed..3123af16 100644 --- a/language/it/acp_abbc3.php +++ b/language/it/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Qui puoi configurare le impostazioni per l\'Advanced BBCode Box. Per informazioni su come personalizzare la barra delle icone, visita le %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Qui puoi configurare le impostazioni per l\'Advanced BBCode Box. Per informazioni su come personalizzare la barra delle icone, visita le %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Aggiungi Google Fonts al [font] BBCode. Usa lo spelling esatto e contano maiuscole/minuscole. Piazza il nome di ogni font su una riga separata. Esempio: Droid Sans', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Consenti l’utilizzo delle reti di distribuzione per contenuti di terze parti:” deve essere abilitato in “Processi” per utilizzare questa caratteristica.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/nl/acp_abbc3.php b/language/nl/acp_abbc3.php index 9c5dacaf..608d57bd 100644 --- a/language/nl/acp_abbc3.php +++ b/language/nl/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Hier kunt u de instellingen voor Advanced BBCode Box configureren. Voor informatie over het aanpassen van de werkbalk met pictogrammen, bezoek de %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Hier kunt u de instellingen voor Advanced BBCode Box configureren. Voor informatie over het aanpassen van de werkbalk met pictogrammen, bezoek de %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Voeg Google Fonts toe aan de [font] BBCode. Gebruik exacte spelling en hoofdlettergevoeligheid. Plaats elke lettertype naam op een aparte regel.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Gebruik van externe content delivery networks toestaan” moet ingeschakeld zijn onder “Laadinstellingen” om deze functie te gebruiken.', 'ABBC3_INVALID_FONT' => 'Ongeldige lettertype naam voor “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Installeer de optionele phpBB Media Embed extensie om toegang te krijgen tot de instellings-en beheeropties voor embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed-extensie is niet geïnstalleerd. %2$s Download %3$s.', + 0 => 'phpBB Media Embed-extensie is niet geïnstalleerd. %2$s.', 1 => 'phpBB Media Embed-extensie is geïnstalleerd. Instellingen zijn toegankelijk onder het tabblad Plaatsen.' ], 'PNG' => 'PNG', diff --git a/language/pl/acp_abbc3.php b/language/pl/acp_abbc3.php index 9fc7fe5d..463502c4 100644 --- a/language/pl/acp_abbc3.php +++ b/language/pl/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/pt_br/acp_abbc3.php b/language/pt_br/acp_abbc3.php index 0118f1b5..06903cb6 100644 --- a/language/pt_br/acp_abbc3.php +++ b/language/pt_br/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/pt_pt/acp_abbc3.php b/language/pt_pt/acp_abbc3.php index 75b7406f..e74843e4 100644 --- a/language/pt_pt/acp_abbc3.php +++ b/language/pt_pt/acp_abbc3.php @@ -24,7 +24,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Aqui pode alterar as configurações do «Advanced BBCode Box». Para mais informações (em inglês) sobre a customização da barra de ícones, visite %1$s a FAQ do ABBC3 %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Aqui pode alterar as configurações do «Advanced BBCode Box». Para mais informações (em inglês) sobre a customização da barra de ícones, visite %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -43,7 +43,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/ru/acp_abbc3.php b/language/ru/acp_abbc3.php index 26de315a..09b80333 100644 --- a/language/ru/acp_abbc3.php +++ b/language/ru/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Здесь можно изменить настройки расширения «Advanced BBCode Box». Для получения дополнительной информации о настройке панели с иконками, откройте %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Здесь можно изменить настройки расширения «Advanced BBCode Box». Для получения дополнительной информации о настройке панели с иконками, откройте %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/sk/acp_abbc3.php b/language/sk/acp_abbc3.php index bae6a5bb..328f84f0 100644 --- a/language/sk/acp_abbc3.php +++ b/language/sk/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/sl/acp_abbc3.php b/language/sl/acp_abbc3.php index 39aab919..ce7fc154 100644 --- a/language/sl/acp_abbc3.php +++ b/language/sl/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Tukaj lahko konfigurirate nastavitve za napredno polje BBKode. Za informacije o prilagajanju vrstice z ikonami obiščite %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Tukaj lahko konfigurirate nastavitve za napredno polje BBKode. Za informacije o prilagajanju vrstice z ikonami obiščite %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Dodajte Googlove pisave v font BBKode. Uporabite natančno črkovanje in razlikovanje med velikimi in malimi črkami. Vsako ime pisave postavite v ločeno vrstico. Primer: Droid Sans', 'ABBC3_GOOGLE_FONTS_NOTE' => 'Upoštevajte, da mora biti za uporabo te funkcije v razdelku Nastavitve nalaganja omogočeno Dovoli uporabo tretjeosebnih omrežij.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/sv/acp_abbc3.php b/language/sv/acp_abbc3.php index 2638eb59..c5637eb7 100644 --- a/language/sv/acp_abbc3.php +++ b/language/sv/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/tr/acp_abbc3.php b/language/tr/acp_abbc3.php index c47b18ba..dd8155ae 100644 --- a/language/tr/acp_abbc3.php +++ b/language/tr/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Buradan Advanced BBCode Box için ayarları yapılandırabilirsiniz. Simge çubuğunu özelleştirme hakkında bilgi almak için, %1$s ABBC3 FAQ %2$s sayfasını ziyaret edin.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Buradan Advanced BBCode Box için ayarları yapılandırabilirsiniz. Simge çubuğunu özelleştirme hakkında bilgi almak için, %s sayfasını ziyaret edin.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/uk/acp_abbc3.php b/language/uk/acp_abbc3.php index e6187af1..f84f1cda 100644 --- a/language/uk/acp_abbc3.php +++ b/language/uk/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/vn/acp_abbc3.php b/language/vn/acp_abbc3.php index f6ab1ea5..f7400f38 100644 --- a/language/vn/acp_abbc3.php +++ b/language/vn/acp_abbc3.php @@ -24,7 +24,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -43,7 +43,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG', diff --git a/language/zh_cmn_hans/acp_abbc3.php b/language/zh_cmn_hans/acp_abbc3.php index 49a274cf..856b7c7d 100644 --- a/language/zh_cmn_hans/acp_abbc3.php +++ b/language/zh_cmn_hans/acp_abbc3.php @@ -23,7 +23,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => '在此您可以修改 Advanced BBCode Box 的设置。 要了解有关定制图标栏的信息,请访问 %1$s ABBC3 FAQ %2$s。', + 'ABBC3_SETTINGS_EXPLAIN' => '在此您可以修改 Advanced BBCode Box 的设置。 要了解有关定制图标栏的信息,请访问 %s。', 'ABBC3_GOOGLE_FONTS_INFO' => '添加 Google Fontsfont BBCode 中。使用完全一致的大小写和拼写。每行写一个字体名称。 例如: Droid Sans', 'ABBC3_GOOGLE_FONTS_NOTE' => '要使用此特性,请在‘负载设置’页面,设置“允许使用第三方内容分发网络”。', 'ABBC3_INVALID_FONT' => '无效的字体名称 “%s”', @@ -42,7 +42,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => '安装可选的 phpBB Media Embed 扩展,以访问内嵌富媒体内容的设置和管理选项。', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed 扩展没有安装。 %2$s Download %3$s。', + 0 => 'phpBB Media Embed 扩展没有安装。 %2$s。', 1 => 'phpBB Media Embed 扩展已安装。 在帖子选项卡下设置。' ], 'PNG' => 'PNG', diff --git a/language/zh_cmn_hant/acp_abbc3.php b/language/zh_cmn_hant/acp_abbc3.php index 8dcf960f..025a4654 100644 --- a/language/zh_cmn_hant/acp_abbc3.php +++ b/language/zh_cmn_hant/acp_abbc3.php @@ -22,7 +22,7 @@ } $lang = array_merge($lang, array( - 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %1$s ABBC3 FAQ %2$s.', + 'ABBC3_SETTINGS_EXPLAIN' => 'Here you can configure settings for Advanced BBCode Box. For information about customizing the icon bar, visit the %s.', 'ABBC3_GOOGLE_FONTS_INFO' => 'Add Google Fonts to the [font] BBCode. Use exact spelling and case sensitivity. Place each font name on a separate line.', 'ABBC3_GOOGLE_FONTS_NOTE' => '“Allow usage of third party content delivery networks” must be enabled under “Load settings” to use this feature.', 'ABBC3_INVALID_FONT' => 'Invalid font name for “%s”', @@ -41,7 +41,7 @@ 'ABBC3_BBVIDEO' => 'BBVideo', 'ABBC3_BBVIDEO_EXPLAIN' => 'Install the optional phpBB Media Embed extension to access settings and management options for embedded rich media content.', 'ABBC3_MEDIA_EMBED_INSTALL' => [ - 0 => 'phpBB Media Embed extension is not installed. %2$s Download %3$s.', + 0 => 'phpBB Media Embed extension is not installed. %2$s.', 1 => 'phpBB Media Embed extension is installed. Settings are accessible under the Posting tab.' ], 'PNG' => 'PNG',