From 0e98cbaba5de72cfc34a8266ab17b4bd4a070093 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Mon, 2 Sep 2024 12:09:28 +0200 Subject: [PATCH] ConverseJS upstream update: * update ConverseJS version * remove concord theme from settings (and migrate to peertube) * added cyberpunk theme * fixed settings localization --- CHANGELOG.md | 4 ++ conversejs/build-conversejs.sh | 12 +--- languages/de.yml | 2 +- languages/en.yml | 2 +- languages/es.yml | 2 +- languages/fr.yml | 2 +- languages/hr.yml | 2 +- languages/it.yml | 2 +- languages/ja.yml | 2 +- languages/sv.yml | 2 +- server/lib/migration/settings.ts | 66 +++++++++++++++++++ server/lib/settings.ts | 6 +- shared/lib/types.ts | 2 +- .../en/documentation/admin/settings.md | 2 +- support/documentation/po/livechat.ar.po | 2 +- support/documentation/po/livechat.ca.po | 2 +- support/documentation/po/livechat.cs.po | 2 +- support/documentation/po/livechat.de.po | 4 +- support/documentation/po/livechat.el.po | 2 +- support/documentation/po/livechat.en.pot | 2 +- support/documentation/po/livechat.eo.po | 2 +- support/documentation/po/livechat.es.po | 2 +- support/documentation/po/livechat.eu.po | 2 +- support/documentation/po/livechat.fa.po | 2 +- support/documentation/po/livechat.fi.po | 2 +- support/documentation/po/livechat.fr.po | 4 +- support/documentation/po/livechat.gd.po | 2 +- support/documentation/po/livechat.gl.po | 2 +- support/documentation/po/livechat.hr.po | 2 +- support/documentation/po/livechat.hu.po | 2 +- support/documentation/po/livechat.is.po | 2 +- support/documentation/po/livechat.it.po | 2 +- support/documentation/po/livechat.ja.po | 2 +- support/documentation/po/livechat.kab.po | 2 +- support/documentation/po/livechat.nb.po | 2 +- support/documentation/po/livechat.nl.po | 2 +- support/documentation/po/livechat.nn.po | 2 +- support/documentation/po/livechat.oc.po | 2 +- support/documentation/po/livechat.pl.po | 2 +- support/documentation/po/livechat.pt.po | 2 +- support/documentation/po/livechat.ru.po | 2 +- support/documentation/po/livechat.sq.po | 2 +- support/documentation/po/livechat.sv.po | 2 +- support/documentation/po/livechat.th.po | 2 +- support/documentation/po/livechat.tok.po | 2 +- support/documentation/po/livechat.tr.po | 2 +- support/documentation/po/livechat.uk.po | 2 +- support/documentation/po/livechat.vi.po | 2 +- support/documentation/po/livechat.zh-Hans.po | 2 +- support/documentation/po/livechat.zh-Hant.po | 2 +- 50 files changed, 123 insertions(+), 61 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62f14bf..ccad6fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ With the new [mod_firewall](https://livingston.frama.io/peertube-plugin-livechat/documentation/admin/mod_firewall/) feature, Peertube admins can write firewall rules for the Prosody server. These rules could be used to run arbitrary code on the server. If you are a hosting provider, and you don't want to allow Peertube admins to write such rules, you can disable the online editing by creating a `disable_mod_firewall_editing` file in the plugin directory. Check the documentation for more information. This is opt-out, as Peertube admins can already run arbitrary code just by installing any plugin. +The cyberpunk theme was removed from ConverseJS. If you had it set in the plugin settings, it will fallback to the Peertube theme. + ### New features * Updating ConverseJS, to use upstream (v11 WIP). This comes with many improvments and new features. @@ -25,6 +27,8 @@ With the new [mod_firewall](https://livingston.frama.io/peertube-plugin-livechat * Fix new task ordering. * Fix: clicking on the current user nickname in message history was failing to open the profile modal. * Fix: increase chat height on small screens, try to better detect the device viewport size and orientation. +* Converse theme: removed concord, added cyberpunk +* Fixed Converse theme settings localization. ## 10.3.3 diff --git a/conversejs/build-conversejs.sh b/conversejs/build-conversejs.sh index 4257be42..18b50a02 100644 --- a/conversejs/build-conversejs.sh +++ b/conversejs/build-conversejs.sh @@ -18,8 +18,8 @@ set -x CONVERSE_VERSION="v11.0.0" CONVERSE_REPO="https://github.com/conversejs/converse.js.git" # You can eventually set CONVERSE_COMMIT to a specific commit ID, if you want to apply some patches. -# 2024-08-05: using Converse upstream (v11 WIP). -CONVERSE_COMMIT="5017efb780973d704f237c478ba52b23d901e1bf" +# 2024-09-02: using Converse upstream (v11 WIP). +CONVERSE_COMMIT="9952046d580bc2930e29833f4c9987a3d4c95bc2" # It is possible to use another repository, if we want some customization that are not upstream (yet): # CONVERSE_VERSION="livechat" @@ -27,14 +27,6 @@ CONVERSE_COMMIT="5017efb780973d704f237c478ba52b23d901e1bf" # CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js" # CONVERSE_COMMIT="xxxx" -# 2024-08-06: including fix waiting for merge: -CONVERSE_VERSION="livechat_converse_11" -CONVERSE_COMMIT="1625f9b6ee81fa9ebd8df5cba306bde478f1943b" -# 2024-08-06: including new getOccupantActionButtons hook (waiting for merge in Converse upstream) -CONVERSE_COMMIT="5b35bd31c7e26c1f5396cd65eef69293d8b388c1" -# 2024-08-20: accessibility fixes -CONVERSE_COMMIT="1e76411e26070709771bf9b099d3c889aeec1878" - rootdir="$(pwd)" src_dir="$rootdir/conversejs" converse_src_dir="$rootdir/vendor/conversejs-$CONVERSE_VERSION" diff --git a/languages/de.yml b/languages/de.yml index 36d7b480..f4a54595 100644 --- a/languages/de.yml +++ b/languages/de.yml @@ -121,7 +121,7 @@ converse_theme_description: "Bitte wählen Sie, welches ConverseJS Thema Sie nut möchten." converse_theme_option_peertube: "Peertube Thema" converse_theme_option_default: "Default ConverseJS Thema" -converse_theme_option_concord: "ConverseJS Concord Thema" +converse_theme_option_cyberpunk: "ConverseJS Cyberpunk Thema" autocolors_label: "Automatische Farberkennung" autocolors_description: | diff --git a/languages/en.yml b/languages/en.yml index 78dd1dce..5f4bdd6e 100644 --- a/languages/en.yml +++ b/languages/en.yml @@ -188,7 +188,7 @@ converse_theme_label: "ConverseJS theme" converse_theme_description: "Please choose the converseJS theme you want to use." converse_theme_option_peertube: "Peertube theme" converse_theme_option_default: "Default ConverseJS theme" -converse_theme_option_concord: "ConverseJS concord theme" +converse_theme_option_cyberpunk: "ConverseJS Cyberpunk theme" autocolors_label: "Automatic color detection" autocolors_description: | diff --git a/languages/es.yml b/languages/es.yml index 225dc960..854dd306 100644 --- a/languages/es.yml +++ b/languages/es.yml @@ -103,7 +103,7 @@ no_anonymous_description: "Si se marca, los usuarios anónimos de Peertube no ve el chat.\nFuncionalidad en desarrollo.\nSi la activas, es muy recomendable marcar también \"No publicar información del chat\".\nDe lo contrario, algunas herramientas de terceros podrían intentar abrir el chat , generando comportamientos imprevistos.\n" -converse_theme_option_concord: Tema concord de ConverseJS +converse_theme_option_cyberpunk: Tema cyberpunk de ConverseJS help_builtin_prosody_description: "Este plugin utiliza el servidor XMPP Prosody para manejar salas de chat.
\nEste plugin viene con una AppImage de Prosody, que se utilizará para ejecutar el servicio.\n" diff --git a/languages/fr.yml b/languages/fr.yml index 5ce47df6..a6a4cba3 100644 --- a/languages/fr.yml +++ b/languages/fr.yml @@ -130,7 +130,7 @@ converse_theme_description: "Merci de choisir le thème ConverseJS que vous voul utiliser." converse_theme_option_peertube: "Thème Peertube" converse_theme_option_default: "Thème par défaut de ConverseJS" -converse_theme_option_concord: "Thème concord de ConverseJS" +converse_theme_option_cyberpunk: "Thème cyberpunk de ConverseJS" autocolors_label: "Détection automatique des couleurs" autocolors_description: | diff --git a/languages/hr.yml b/languages/hr.yml index 492e5745..fb96a32b 100644 --- a/languages/hr.yml +++ b/languages/hr.yml @@ -238,7 +238,7 @@ all_lives_description: Ako je označeno, chat će se aktivirati za sve prijenose all_non_lives_description: Ako je označeno, chat će se aktivirati za sve prijenose koji nisu uživo. all_non_lives_label: Aktiviraj chat za sve prijenose koji nisu uživo -converse_theme_option_concord: ConverseJS concord tema +converse_theme_option_cyberpunk: ConverseJS cyberpunk tema chat_style_label: Atribut stila ifreama za chat prosody_muc_log_by_default_description: "Ako je označeno, sadržaj sobe će se standardno spremati.\nSvaki korisnik koji se pridruži sobi vidjet će što je napisano prije diff --git a/languages/it.yml b/languages/it.yml index 0f386275..dc416b98 100644 --- a/languages/it.yml +++ b/languages/it.yml @@ -120,7 +120,7 @@ converse_theme_label: "Tema ConverseJS" converse_theme_description: "Scegli il tema converseJS che desideri utilizzare." converse_theme_option_peertube: "Tema Peertube" converse_theme_option_default: "Tema predefinito di ConverseJS" -converse_theme_option_concord: "Tema “Concord“ di ConverseJS" +converse_theme_option_cyberpunk: "Tema “cyberpunk“ di ConverseJS" autocolors_label: "Rilevamento automatico dei colori" autocolors_description: | diff --git a/languages/ja.yml b/languages/ja.yml index b8d34a64..ce141fbd 100644 --- a/languages/ja.yml +++ b/languages/ja.yml @@ -70,7 +70,7 @@ converse_theme_label: ConverseJSのテーマ converse_theme_description: 使用したいconverseJSのテーマを選択してください。 converse_theme_option_peertube: PeerTubeのテーマ converse_theme_option_default: デフォルトのConverseJSテーマ -converse_theme_option_concord: ConverseJS concordテーマ +converse_theme_option_cyberpunk: ConverseJS cyberpunkテーマ autocolors_label: 色を自動検出 chat_style_label: チャットのiframeスタイル属性 chat_style_description: "追加のスタイル設定をiframeスタイルの属性に追加します。
\n例)height:400px;\n" diff --git a/languages/sv.yml b/languages/sv.yml index f78c464e..3ed89487 100644 --- a/languages/sv.yml +++ b/languages/sv.yml @@ -28,7 +28,7 @@ room_type_description: Här kan du välja om du vill ha separata rum för varje theming_advanced_description:

Utseende

converse_theme_option_peertube: PeerTubes tema converse_theme_option_default: ConverseJS standardtema -converse_theme_option_concord: ConverseJS-temat concord +converse_theme_option_cyberpunk: ConverseJS-temat cyberpunk autocolors_label: Automatisk färgigenkänning save: Spara cancel: Avbryt diff --git a/server/lib/migration/settings.ts b/server/lib/migration/settings.ts index b1a19d63..f73f729f 100644 --- a/server/lib/migration/settings.ts +++ b/server/lib/migration/settings.ts @@ -3,11 +3,77 @@ // SPDX-License-Identifier: AGPL-3.0-only import type { RegisterServerOptions } from '@peertube/peertube-types' +import { pluginShortName } from '../helpers' async function migrateSettings (options: RegisterServerOptions): Promise { const logger = options.peertubeHelpers.logger logger.info('Checking if there is a migration script to launch...') // 2022-10-10: as we removed the «chat-type» settings, there is no migration needed for now. + // 2024-09-02: concord theme was removed from ConverseJS, must change if used. + await _migrateConverseTheme(options) +} + +async function _migrateConverseTheme (options: RegisterServerOptions): Promise { + const peertubeHelpers = options.peertubeHelpers + const logger = peertubeHelpers.logger + // NB: we cant use safely settingsManager.getSetting, because settings are not registered yet. + logger.info('Checking if we need to migrate converse-theme') + if (!/^[-a-z]+$/.test(pluginShortName)) { + // to prevent sql injection... be sure there is no special char here. + throw new Error(`Wrong pluginShortName '${pluginShortName}'`) + } + const [results] = await peertubeHelpers.database.query( + 'SELECT "settings" FROM "plugin"' + + ' WHERE "plugin"."name" = :pluginShortName', + { + replacements: { + pluginShortName + } + } + ) + if (!Array.isArray(results)) { + throw new Error('_migrateConverseTheme: query result is not an array.') + } + if (results.length === 0) { + logger.error('Plugin not found in database') + return + } + if (results.length > 1) { + logger.error('Multiple lines for plugin in database, dont know which one to migrate... Aborting.') + return + } + const settings = results[0].settings + if (!settings) { + logger.info('Plugin settings are empty in database, no migration needed.') + return + } + if (typeof settings !== 'object') { + logger.error('Plugin settings in database seems to be invalid json') + return + } + if (!('converse-theme' in settings)) { + logger.debug('The setting converse-theme is not here, no need to migrate.') + return + } + if (settings['converse-theme'] !== 'concord') { + logger.debug('The setting converse-theme is not set to concord, no need to migrate.') + return + } + + logger.info('The setting converse-theme is set to concord, we must replace by peertube..') + await peertubeHelpers.database.query( + 'UPDATE "plugin" ' + + ' SET "settings" = "settings" || :value ' + + ' WHERE "name" = :pluginShortName', + { + replacements: { + pluginShortName, + value: JSON.stringify({ + 'converse-theme': 'peertube' + }) + } + } + ) } export { diff --git a/server/lib/settings.ts b/server/lib/settings.ts index 1e14806d..03805924 100644 --- a/server/lib/settings.ts +++ b/server/lib/settings.ts @@ -526,9 +526,9 @@ function initThemingSettings ({ registerSetting }: RegisterServerOptions): void default: 'peertube' as ConverseJSTheme, private: false, options: [ - { value: 'peertube', label: loc('peertube') }, - { value: 'default', label: loc('default') }, - { value: 'concord', label: loc('concord') } + { value: 'peertube', label: loc('converse_theme_option_peertube') }, + { value: 'default', label: loc('converse_theme_option_default') }, + { value: 'cyberpunk', label: loc('converse_theme_option_cyberpunk') } ] as Array<{value: ConverseJSTheme, label: string}>, descriptionHTML: loc('converse_theme_description') }) diff --git a/shared/lib/types.ts b/shared/lib/types.ts index bbc835d1..9d3915da 100644 --- a/shared/lib/types.ts +++ b/shared/lib/types.ts @@ -13,7 +13,7 @@ interface ActorImage { updatedAt: Date | string } -type ConverseJSTheme = 'peertube' | 'default' | 'concord' +type ConverseJSTheme = 'peertube' | 'default' | 'cyberpunk' interface InitConverseJSParams { peertubeVideoOriginalUrl?: string diff --git a/support/documentation/content/en/documentation/admin/settings.md b/support/documentation/content/en/documentation/admin/settings.md index d0d6b7d4..a778bd15 100644 --- a/support/documentation/content/en/documentation/admin/settings.md +++ b/support/documentation/content/en/documentation/admin/settings.md @@ -150,7 +150,7 @@ You can choose which theme to use for ConverseJS: - Peertube theme: this is a special theme, made especially for peertube's integration. - Default ConverseJS theme: this is the default ConverseJS theme. -- ConverseJS concord theme: this is a theme provided by ConverseJS. +- ConverseJS cyberpunk theme: this is a theme provided by ConverseJS. ### {{% livechat_label autocolors_label %}} diff --git a/support/documentation/po/livechat.ar.po b/support/documentation/po/livechat.ar.po index 1cb0992b..48615f36 100644 --- a/support/documentation/po/livechat.ar.po +++ b/support/documentation/po/livechat.ar.po @@ -2170,7 +2170,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.ca.po b/support/documentation/po/livechat.ca.po index 7d3d4e30..869b9ee8 100644 --- a/support/documentation/po/livechat.ca.po +++ b/support/documentation/po/livechat.ca.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.cs.po b/support/documentation/po/livechat.cs.po index eb1d49c1..50a6cd72 100644 --- a/support/documentation/po/livechat.cs.po +++ b/support/documentation/po/livechat.cs.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.de.po b/support/documentation/po/livechat.de.po index 65723d93..97bd10c3 100644 --- a/support/documentation/po/livechat.de.po +++ b/support/documentation/po/livechat.de.po @@ -2268,8 +2268,8 @@ msgstr "Default ConverseJS theme: Dies ist das standard ConverseJS Thema." #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." -msgstr "ConverseJS concord theme: Dies ist ein von ConverseJS bereitgestelltes Thema." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." +msgstr "ConverseJS cyberpunk theme: Dies ist ein von ConverseJS bereitgestelltes Thema." #. type: Title ## #: build/documentation/pot_in/documentation/admin/settings.md diff --git a/support/documentation/po/livechat.el.po b/support/documentation/po/livechat.el.po index 35de18e7..ba915eb9 100644 --- a/support/documentation/po/livechat.el.po +++ b/support/documentation/po/livechat.el.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.en.pot b/support/documentation/po/livechat.en.pot index ac6aea6e..ef5404c2 100644 --- a/support/documentation/po/livechat.en.pot +++ b/support/documentation/po/livechat.en.pot @@ -2447,7 +2447,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md #, markdown-text -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.eo.po b/support/documentation/po/livechat.eo.po index 0a4f7cad..9a87a1a3 100644 --- a/support/documentation/po/livechat.eo.po +++ b/support/documentation/po/livechat.eo.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.es.po b/support/documentation/po/livechat.es.po index 0c97f830..ffcc5a60 100644 --- a/support/documentation/po/livechat.es.po +++ b/support/documentation/po/livechat.es.po @@ -2203,7 +2203,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.eu.po b/support/documentation/po/livechat.eu.po index ae76539a..0badddc2 100644 --- a/support/documentation/po/livechat.eu.po +++ b/support/documentation/po/livechat.eu.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.fa.po b/support/documentation/po/livechat.fa.po index d8d53cd9..b33a3d09 100644 --- a/support/documentation/po/livechat.fa.po +++ b/support/documentation/po/livechat.fa.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.fi.po b/support/documentation/po/livechat.fi.po index 327ff809..4513f1df 100644 --- a/support/documentation/po/livechat.fi.po +++ b/support/documentation/po/livechat.fi.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.fr.po b/support/documentation/po/livechat.fr.po index 35c91bb3..6da21db5 100644 --- a/support/documentation/po/livechat.fr.po +++ b/support/documentation/po/livechat.fr.po @@ -2278,8 +2278,8 @@ msgstr "Thème ConverseJS par défaut : c'est le thème ConverseJS par défaut." #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." -msgstr "Thème ConverseJS concord : il s'agit d'un thème fourni par ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." +msgstr "Thème ConverseJS cyberpunk : il s'agit d'un thème fourni par ConverseJS." #. type: Title ## #: build/documentation/pot_in/documentation/admin/settings.md diff --git a/support/documentation/po/livechat.gd.po b/support/documentation/po/livechat.gd.po index df21d7e2..327a51f0 100644 --- a/support/documentation/po/livechat.gd.po +++ b/support/documentation/po/livechat.gd.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.gl.po b/support/documentation/po/livechat.gl.po index a0f160b8..a8dbfd4d 100644 --- a/support/documentation/po/livechat.gl.po +++ b/support/documentation/po/livechat.gl.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.hr.po b/support/documentation/po/livechat.hr.po index a50e1a11..4c7acc7a 100644 --- a/support/documentation/po/livechat.hr.po +++ b/support/documentation/po/livechat.hr.po @@ -2189,7 +2189,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.hu.po b/support/documentation/po/livechat.hu.po index bab3290b..f48fbde5 100644 --- a/support/documentation/po/livechat.hu.po +++ b/support/documentation/po/livechat.hu.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.is.po b/support/documentation/po/livechat.is.po index 737e50c8..e86f7dad 100644 --- a/support/documentation/po/livechat.is.po +++ b/support/documentation/po/livechat.is.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.it.po b/support/documentation/po/livechat.it.po index 87c48821..224de848 100644 --- a/support/documentation/po/livechat.it.po +++ b/support/documentation/po/livechat.it.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.ja.po b/support/documentation/po/livechat.ja.po index a655e6a8..40006ba1 100644 --- a/support/documentation/po/livechat.ja.po +++ b/support/documentation/po/livechat.ja.po @@ -2220,7 +2220,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.kab.po b/support/documentation/po/livechat.kab.po index 58d27307..cd9289f0 100644 --- a/support/documentation/po/livechat.kab.po +++ b/support/documentation/po/livechat.kab.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.nb.po b/support/documentation/po/livechat.nb.po index 106b9519..2496527e 100644 --- a/support/documentation/po/livechat.nb.po +++ b/support/documentation/po/livechat.nb.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.nl.po b/support/documentation/po/livechat.nl.po index b52ba9ec..9bc98c52 100644 --- a/support/documentation/po/livechat.nl.po +++ b/support/documentation/po/livechat.nl.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.nn.po b/support/documentation/po/livechat.nn.po index 387c9e4f..bb40b6ba 100644 --- a/support/documentation/po/livechat.nn.po +++ b/support/documentation/po/livechat.nn.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.oc.po b/support/documentation/po/livechat.oc.po index c302d16d..841c32f4 100644 --- a/support/documentation/po/livechat.oc.po +++ b/support/documentation/po/livechat.oc.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.pl.po b/support/documentation/po/livechat.pl.po index 225d62a7..fe4b81c8 100644 --- a/support/documentation/po/livechat.pl.po +++ b/support/documentation/po/livechat.pl.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.pt.po b/support/documentation/po/livechat.pt.po index d1903fb6..b99e24fd 100644 --- a/support/documentation/po/livechat.pt.po +++ b/support/documentation/po/livechat.pt.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.ru.po b/support/documentation/po/livechat.ru.po index 7abfc7ee..e0d92b06 100644 --- a/support/documentation/po/livechat.ru.po +++ b/support/documentation/po/livechat.ru.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.sq.po b/support/documentation/po/livechat.sq.po index 507e8e20..d203d36e 100644 --- a/support/documentation/po/livechat.sq.po +++ b/support/documentation/po/livechat.sq.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.sv.po b/support/documentation/po/livechat.sv.po index 080bd857..dcaa41ea 100644 --- a/support/documentation/po/livechat.sv.po +++ b/support/documentation/po/livechat.sv.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.th.po b/support/documentation/po/livechat.th.po index dccc07d6..664022c0 100644 --- a/support/documentation/po/livechat.th.po +++ b/support/documentation/po/livechat.th.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.tok.po b/support/documentation/po/livechat.tok.po index c5d2e2df..74e30ddc 100644 --- a/support/documentation/po/livechat.tok.po +++ b/support/documentation/po/livechat.tok.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.tr.po b/support/documentation/po/livechat.tr.po index c7e4330b..8debc62b 100644 --- a/support/documentation/po/livechat.tr.po +++ b/support/documentation/po/livechat.tr.po @@ -2148,7 +2148,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.uk.po b/support/documentation/po/livechat.uk.po index 03cd92c1..f5bfabad 100644 --- a/support/documentation/po/livechat.uk.po +++ b/support/documentation/po/livechat.uk.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.vi.po b/support/documentation/po/livechat.vi.po index 8e5539e6..1c2d7aac 100644 --- a/support/documentation/po/livechat.vi.po +++ b/support/documentation/po/livechat.vi.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.zh-Hans.po b/support/documentation/po/livechat.zh-Hans.po index 00eb3754..9225f457 100644 --- a/support/documentation/po/livechat.zh-Hans.po +++ b/support/documentation/po/livechat.zh-Hans.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ## diff --git a/support/documentation/po/livechat.zh-Hant.po b/support/documentation/po/livechat.zh-Hant.po index ed931740..2b382b82 100644 --- a/support/documentation/po/livechat.zh-Hant.po +++ b/support/documentation/po/livechat.zh-Hant.po @@ -2167,7 +2167,7 @@ msgstr "" #. type: Bullet: '- ' #: build/documentation/pot_in/documentation/admin/settings.md -msgid "ConverseJS concord theme: this is a theme provided by ConverseJS." +msgid "ConverseJS cyberpunk theme: this is a theme provided by ConverseJS." msgstr "" #. type: Title ##