Matterbridge doc.
This commit is contained in:
parent
1697a956f1
commit
3632bb7cec
@ -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.
|
||||
|
@ -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 <butterflyoffire@protonmail.com>\n"
|
||||
"Language-Team: Arabic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ar/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Catalan <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ca/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Czech <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/cs/>\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: '- '
|
||||
|
@ -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 <v.hampel@users.noreply.weblate.framasoft.org>\n"
|
||||
"Language-Team: German <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/de/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Greek <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/el/>\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: '- '
|
||||
|
@ -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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Esperanto <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/eo/>\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: '- '
|
||||
|
@ -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 <rnek0@users.noreply.weblate.framasoft.org>\n"
|
||||
"Language-Team: Spanish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/es/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Basque <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/eu/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Persian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/fa/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Finnish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/fi/>\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: '- '
|
||||
|
@ -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 <git@john-livingston.fr>\n"
|
||||
"Language-Team: French <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/fr/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Gaelic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/gd/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Galician <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/gl/>\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: '- '
|
||||
|
@ -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 <mail@milotype.de>\n"
|
||||
"Language-Team: Croatian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/hr/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Hungarian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/hu/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Icelandic <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/is/>\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: '- '
|
||||
|
@ -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 <git@john-livingston.fr>\n"
|
||||
"Language-Team: Italian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/it/>\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: '- '
|
||||
|
@ -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\" <fusen@users.noreply.weblate.framasoft.org>\n"
|
||||
"Language-Team: Japanese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ja/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Kabyle <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/kab/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nb_NO/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Dutch <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nl/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Norwegian Nynorsk <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/nn/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Occitan <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/oc/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Polish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/pl/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Portuguese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/pt/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Russian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ru/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Albanian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/sq/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Swedish <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/sv/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Thai <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/th/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Toki Pona <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/tok/>\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: '- '
|
||||
|
@ -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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Ukrainian <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/uk/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Vietnamese <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/vi/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Chinese (Simplified) <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/zh_Hans/>\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: '- '
|
||||
|
@ -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 <noreply@weblate.org>\n"
|
||||
"Language-Team: Chinese (Traditional) <https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/zh_Hant/>\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: '- '
|
||||
|
Loading…
x
Reference in New Issue
Block a user