From 3632bb7cec0384646511b09388afd2a003fd462a Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 28 May 2024 12:05:27 +0200 Subject: [PATCH] Matterbridge doc. --- .../documentation/admin/advanced/matterbridge.md | 12 ++++++------ support/documentation/po/livechat.ar.po | 14 +++++++------- support/documentation/po/livechat.ca.po | 14 +++++++------- support/documentation/po/livechat.cs.po | 14 +++++++------- support/documentation/po/livechat.de.po | 14 +++++++------- support/documentation/po/livechat.el.po | 14 +++++++------- support/documentation/po/livechat.en.pot | 14 +++++++------- support/documentation/po/livechat.eo.po | 14 +++++++------- support/documentation/po/livechat.es.po | 14 +++++++------- support/documentation/po/livechat.eu.po | 14 +++++++------- support/documentation/po/livechat.fa.po | 14 +++++++------- support/documentation/po/livechat.fi.po | 14 +++++++------- support/documentation/po/livechat.fr.po | 14 +++++++------- support/documentation/po/livechat.gd.po | 14 +++++++------- support/documentation/po/livechat.gl.po | 14 +++++++------- support/documentation/po/livechat.hr.po | 14 +++++++------- support/documentation/po/livechat.hu.po | 14 +++++++------- support/documentation/po/livechat.is.po | 14 +++++++------- support/documentation/po/livechat.it.po | 14 +++++++------- support/documentation/po/livechat.ja.po | 14 +++++++------- support/documentation/po/livechat.kab.po | 14 +++++++------- support/documentation/po/livechat.nb.po | 14 +++++++------- support/documentation/po/livechat.nl.po | 14 +++++++------- support/documentation/po/livechat.nn.po | 14 +++++++------- support/documentation/po/livechat.oc.po | 14 +++++++------- support/documentation/po/livechat.pl.po | 14 +++++++------- support/documentation/po/livechat.pt.po | 14 +++++++------- support/documentation/po/livechat.ru.po | 14 +++++++------- support/documentation/po/livechat.sq.po | 14 +++++++------- support/documentation/po/livechat.sv.po | 14 +++++++------- support/documentation/po/livechat.th.po | 14 +++++++------- support/documentation/po/livechat.tok.po | 14 +++++++------- support/documentation/po/livechat.tr.po | 12 ++++++------ support/documentation/po/livechat.uk.po | 14 +++++++------- support/documentation/po/livechat.vi.po | 14 +++++++------- support/documentation/po/livechat.zh-Hans.po | 14 +++++++------- support/documentation/po/livechat.zh-Hant.po | 14 +++++++------- 37 files changed, 257 insertions(+), 257 deletions(-) diff --git a/support/documentation/content/en/documentation/admin/advanced/matterbridge.md b/support/documentation/content/en/documentation/admin/advanced/matterbridge.md index ed53de51..cdbe3852 100644 --- a/support/documentation/content/en/documentation/admin/advanced/matterbridge.md +++ b/support/documentation/content/en/documentation/admin/advanced/matterbridge.md @@ -23,10 +23,10 @@ This will allow localhost XMPP clients to connect to the Prosody XMPP server. You may need to add some line to your `/etc/hosts`: ``` -127.0.0.1 anon.example.com room.example.com +127.0.0.1 anon.example.org room.example.org ``` -Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below. +Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below. ## Allow external connections (advanced) @@ -41,7 +41,7 @@ You can also use `*` to listen on all IPv4 interfaces, and `::` for all IPv6. Do Then you need to open the C2S port (by default `52822`, but check the plugin settings to get the current value) in your firewall so that it can be reached from the internet. If you don't want to use C2S connections for anything else than your Matterbridge service, you should restrict access to this port to your Matterbridge server IP. -You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name). +You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name). In case you are using a port other than `5222` (XMPP standard port) you also need to set the [xmpp-client SRV record](https://prosody.im/doc/dns#srv_records) to the correct port. @@ -54,14 +54,14 @@ So in the TOML config file put: ``` TOML [xmpp.mypeertube] Anonymous=true -Server="anon.example.com:52822" -Muc="room.example.com" +Server="anon.example.org:52822" +Muc="room.example.org" Nick="Matterbridge" RemoteNickFormat="[{PROTOCOL}] <{NICK}> " NoTLS=true ``` -- Replace `example.com` by your actual instance domain name. +- Replace `example.org` by your actual instance domain name. - Replace `52822` by the actual port if you changed it. - `mypeertube` can be replaced by another name. - Using `peertube` as the Nick will provide put PeerTube icon for overlay messages, can be also done with overlay config modification. diff --git a/support/documentation/po/livechat.ar.po b/support/documentation/po/livechat.ar.po index 7f0f4c31..ad4d815b 100644 --- a/support/documentation/po/livechat.ar.po +++ b/support/documentation/po/livechat.ar.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2024-01-17 11:38+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" @@ -1013,12 +1013,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1055,7 +1055,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1085,8 +1085,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1094,7 +1094,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.ca.po b/support/documentation/po/livechat.ca.po index 3ef016a4..a490d387 100644 --- a/support/documentation/po/livechat.ca.po +++ b/support/documentation/po/livechat.ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Catalan \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.cs.po b/support/documentation/po/livechat.cs.po index 55ec7b48..81aca183 100644 --- a/support/documentation/po/livechat.cs.po +++ b/support/documentation/po/livechat.cs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Czech \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.de.po b/support/documentation/po/livechat.de.po index d231f986..f009822d 100644 --- a/support/documentation/po/livechat.de.po +++ b/support/documentation/po/livechat.de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2024-05-23 21:00+0000\n" "Last-Translator: Victor Hampel \n" "Language-Team: German \n" @@ -1049,12 +1049,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1091,7 +1091,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1122,8 +1122,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1131,7 +1131,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.el.po b/support/documentation/po/livechat.el.po index e7150493..e79399d4 100644 --- a/support/documentation/po/livechat.el.po +++ b/support/documentation/po/livechat.el.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Greek \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.en.pot b/support/documentation/po/livechat.en.pot index 309d5f2e..42f806f4 100644 --- a/support/documentation/po/livechat.en.pot +++ b/support/documentation/po/livechat.en.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1139,13 +1139,13 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, markdown-text -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1187,7 +1187,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, markdown-text -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1220,8 +1220,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1230,7 +1230,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, markdown-text -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.eo.po b/support/documentation/po/livechat.eo.po index 6211f9d8..fe7e6bb7 100644 --- a/support/documentation/po/livechat.eo.po +++ b/support/documentation/po/livechat.eo.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Esperanto \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.es.po b/support/documentation/po/livechat.es.po index ec80083a..6ef5cc4f 100644 --- a/support/documentation/po/livechat.es.po +++ b/support/documentation/po/livechat.es.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2024-04-16 21:38+0000\n" "Last-Translator: rnek0 \n" "Language-Team: Spanish \n" @@ -1039,12 +1039,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1081,7 +1081,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1111,8 +1111,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1120,7 +1120,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.eu.po b/support/documentation/po/livechat.eu.po index b20c3b14..409f1a3a 100644 --- a/support/documentation/po/livechat.eu.po +++ b/support/documentation/po/livechat.eu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Basque \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.fa.po b/support/documentation/po/livechat.fa.po index 98f0add4..9645e3e2 100644 --- a/support/documentation/po/livechat.fa.po +++ b/support/documentation/po/livechat.fa.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Persian \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.fi.po b/support/documentation/po/livechat.fi.po index c60fc409..d187ab2b 100644 --- a/support/documentation/po/livechat.fi.po +++ b/support/documentation/po/livechat.fi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Finnish \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.fr.po b/support/documentation/po/livechat.fr.po index 74b54fde..f071ae1d 100644 --- a/support/documentation/po/livechat.fr.po +++ b/support/documentation/po/livechat.fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2024-05-28 03:32+0000\n" "Last-Translator: John Livingston \n" "Language-Team: French \n" @@ -1049,12 +1049,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1091,7 +1091,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1122,8 +1122,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1131,7 +1131,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.gd.po b/support/documentation/po/livechat.gd.po index 6b3cc72c..767c04bc 100644 --- a/support/documentation/po/livechat.gd.po +++ b/support/documentation/po/livechat.gd.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Gaelic \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.gl.po b/support/documentation/po/livechat.gl.po index 0d462866..131896ae 100644 --- a/support/documentation/po/livechat.gl.po +++ b/support/documentation/po/livechat.gl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Galician \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.hr.po b/support/documentation/po/livechat.hr.po index 79d0eafe..d53fbf48 100644 --- a/support/documentation/po/livechat.hr.po +++ b/support/documentation/po/livechat.hr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2024-05-01 01:17+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: Croatian \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.hu.po b/support/documentation/po/livechat.hu.po index 3a7a52ff..c2c1a51e 100644 --- a/support/documentation/po/livechat.hu.po +++ b/support/documentation/po/livechat.hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Hungarian \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.is.po b/support/documentation/po/livechat.is.po index 30e01af8..d1ab2b82 100644 --- a/support/documentation/po/livechat.is.po +++ b/support/documentation/po/livechat.is.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Icelandic \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.it.po b/support/documentation/po/livechat.it.po index 6a19b101..e8f453ea 100644 --- a/support/documentation/po/livechat.it.po +++ b/support/documentation/po/livechat.it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 14:21+0000\n" "Last-Translator: John Livingston \n" "Language-Team: Italian \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.ja.po b/support/documentation/po/livechat.ja.po index dbd30b17..86be30d5 100644 --- a/support/documentation/po/livechat.ja.po +++ b/support/documentation/po/livechat.ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2024-03-10 20:38+0000\n" "Last-Translator: \"T.S\" \n" "Language-Team: Japanese \n" @@ -1024,12 +1024,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1066,7 +1066,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1096,8 +1096,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1105,7 +1105,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.kab.po b/support/documentation/po/livechat.kab.po index 553abab5..5ae1f42c 100644 --- a/support/documentation/po/livechat.kab.po +++ b/support/documentation/po/livechat.kab.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Kabyle \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.nb.po b/support/documentation/po/livechat.nb.po index 3b1bb7b9..de17fb59 100644 --- a/support/documentation/po/livechat.nb.po +++ b/support/documentation/po/livechat.nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Bokmål \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.nl.po b/support/documentation/po/livechat.nl.po index fa645154..148e7028 100644 --- a/support/documentation/po/livechat.nl.po +++ b/support/documentation/po/livechat.nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Dutch \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.nn.po b/support/documentation/po/livechat.nn.po index ee10cc12..da63f5da 100644 --- a/support/documentation/po/livechat.nn.po +++ b/support/documentation/po/livechat.nn.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Norwegian Nynorsk \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.oc.po b/support/documentation/po/livechat.oc.po index 578c8b84..cc4c1eae 100644 --- a/support/documentation/po/livechat.oc.po +++ b/support/documentation/po/livechat.oc.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Occitan \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.pl.po b/support/documentation/po/livechat.pl.po index 8eb29a55..4632360e 100644 --- a/support/documentation/po/livechat.pl.po +++ b/support/documentation/po/livechat.pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Polish \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.pt.po b/support/documentation/po/livechat.pt.po index fa396ec9..ed04aa87 100644 --- a/support/documentation/po/livechat.pt.po +++ b/support/documentation/po/livechat.pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Portuguese \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.ru.po b/support/documentation/po/livechat.ru.po index dfa13e95..31997de6 100644 --- a/support/documentation/po/livechat.ru.po +++ b/support/documentation/po/livechat.ru.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Russian \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.sq.po b/support/documentation/po/livechat.sq.po index 14b88f22..4a8c982b 100644 --- a/support/documentation/po/livechat.sq.po +++ b/support/documentation/po/livechat.sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Albanian \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.sv.po b/support/documentation/po/livechat.sv.po index 522f05ea..d42f51e0 100644 --- a/support/documentation/po/livechat.sv.po +++ b/support/documentation/po/livechat.sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Swedish \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.th.po b/support/documentation/po/livechat.th.po index 29ec5e56..233e194f 100644 --- a/support/documentation/po/livechat.th.po +++ b/support/documentation/po/livechat.th.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:52+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Thai \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.tok.po b/support/documentation/po/livechat.tok.po index ed70de34..fd1a2837 100644 --- a/support/documentation/po/livechat.tok.po +++ b/support/documentation/po/livechat.tok.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Toki Pona \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.tr.po b/support/documentation/po/livechat.tr.po index a7ecbacd..1de6a928 100644 --- a/support/documentation/po/livechat.tr.po +++ b/support/documentation/po/livechat.tr.po @@ -992,12 +992,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1034,7 +1034,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1064,8 +1064,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1073,7 +1073,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.uk.po b/support/documentation/po/livechat.uk.po index 94575ade..0ace3799 100644 --- a/support/documentation/po/livechat.uk.po +++ b/support/documentation/po/livechat.uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Ukrainian \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.vi.po b/support/documentation/po/livechat.vi.po index 80c452ab..362e27be 100644 --- a/support/documentation/po/livechat.vi.po +++ b/support/documentation/po/livechat.vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Vietnamese \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.zh-Hans.po b/support/documentation/po/livechat.zh-Hans.po index fa0ea776..187f412e 100644 --- a/support/documentation/po/livechat.zh-Hans.po +++ b/support/documentation/po/livechat.zh-Hans.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Simplified) \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- ' diff --git a/support/documentation/po/livechat.zh-Hant.po b/support/documentation/po/livechat.zh-Hant.po index bf8430bb..9e45000e 100644 --- a/support/documentation/po/livechat.zh-Hant.po +++ b/support/documentation/po/livechat.zh-Hant.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: peertube-plugin-livechat-documentation VERSION\n" -"POT-Creation-Date: 2024-05-28 11:58+0200\n" +"POT-Creation-Date: 2024-05-28 12:04+0200\n" "PO-Revision-Date: 2023-07-17 10:53+0000\n" "Last-Translator: Anonymous \n" "Language-Team: Chinese (Traditional) \n" @@ -1011,12 +1011,12 @@ msgstr "" #. type: Fenced code block #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md #, no-wrap -msgid "127.0.0.1 anon.example.com room.example.com\n" +msgid "127.0.0.1 anon.example.org room.example.org\n" msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." +msgid "Replace `example.org` by your actual instance domain name. Afterwards you can continue with the Matterbridge configuration below." msgstr "" #. type: Title ## @@ -1053,7 +1053,7 @@ msgstr "" #. type: Plain text #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "You also need to add DNS records (A and AAAA) for `anon.example.com` and `room.example.com` (replace `example.com` by your actual domain name)." +msgid "You also need to add DNS records (A and AAAA) for `anon.example.org` and `room.example.org` (replace `example.org` by your actual domain name)." msgstr "" #. type: Plain text @@ -1083,8 +1083,8 @@ msgstr "" msgid "" "[xmpp.mypeertube]\n" "Anonymous=true\n" -"Server=\"anon.example.com:52822\"\n" -"Muc=\"room.example.com\"\n" +"Server=\"anon.example.org:52822\"\n" +"Muc=\"room.example.org\"\n" "Nick=\"Matterbridge\"\n" "RemoteNickFormat=\"[{PROTOCOL}] <{NICK}> \"\n" "NoTLS=true\n" @@ -1092,7 +1092,7 @@ msgstr "" #. type: Bullet: '- ' #: support/documentation/content/en/documentation/admin/advanced/matterbridge.md -msgid "Replace `example.com` by your actual instance domain name." +msgid "Replace `example.org` by your actual instance domain name." msgstr "" #. type: Bullet: '- '