Use msgcat to avoid word-wrapping in .po files
This commit is contained in:
@ -29,18 +29,11 @@ msgid "**Warnings**:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:5
|
||||
msgid ""
|
||||
"If your server federates with others, make sure to **leave any federated "
|
||||
"rooms before nuking your Matrix server's data**. Otherwise, the next time"
|
||||
" you set up a Matrix server for this domain (regardless of the "
|
||||
"installation method you use), you'll encounter trouble federating."
|
||||
msgid "If your server federates with others, make sure to **leave any federated rooms before nuking your Matrix server's data**. Otherwise, the next time you set up a Matrix server for this domain (regardless of the installation method you use), you'll encounter trouble federating."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:7
|
||||
msgid ""
|
||||
"If you have some trouble with your installation, you can just [re-run the"
|
||||
" playbook](installing.md) and it will try to set things up again. "
|
||||
"**Uninstalling and then installing anew rarely solves anything**."
|
||||
msgid "If you have some trouble with your installation, you can just [re-run the playbook](installing.md) and it will try to set things up again. **Uninstalling and then installing anew rarely solves anything**."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:11
|
||||
@ -52,9 +45,7 @@ msgid "Installing places a `/matrix/bin/remove-all` script on the server."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:15
|
||||
msgid ""
|
||||
"You can run it to to have it uninstall things for you automatically (see "
|
||||
"below). **Use with caution!**"
|
||||
msgid "You can run it to to have it uninstall things for you automatically (see below). **Use with caution!**"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:17
|
||||
@ -62,37 +53,23 @@ msgid "Uninstalling manually"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:19
|
||||
msgid ""
|
||||
"If you prefer to uninstall manually, run these commands (most are meant "
|
||||
"to be executed on the Matrix server itself):"
|
||||
msgid "If you prefer to uninstall manually, run these commands (most are meant to be executed on the Matrix server itself):"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:21
|
||||
msgid ""
|
||||
"ensure all Matrix services are stopped: `ansible-playbook -i "
|
||||
"inventory/hosts setup.yml --tags=stop` (if you can't get Ansible working "
|
||||
"to run this command, you can run `systemctl stop 'matrix*'` manually on "
|
||||
"the server)"
|
||||
msgid "ensure all Matrix services are stopped: `ansible-playbook -i inventory/hosts setup.yml --tags=stop` (if you can't get Ansible working to run this command, you can run `systemctl stop 'matrix*'` manually on the server)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:23
|
||||
msgid ""
|
||||
"delete the Matrix-related systemd `.service` and `.timer` files (`rm -f "
|
||||
"/etc/systemd/system/matrix*.{service,timer}`) and reload systemd "
|
||||
"(`systemctl daemon-reload`)"
|
||||
msgid "delete the Matrix-related systemd `.service` and `.timer` files (`rm -f /etc/systemd/system/matrix*.{service,timer}`) and reload systemd (`systemctl daemon-reload`)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:25
|
||||
msgid ""
|
||||
"delete some cached Docker images (`docker system prune -a`) or just "
|
||||
"delete them all (`docker rmi $(docker images -aq)`)"
|
||||
msgid "delete some cached Docker images (`docker system prune -a`) or just delete them all (`docker rmi $(docker images -aq)`)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:27
|
||||
msgid ""
|
||||
"delete the Docker networks: `docker network rm matrix matrix-coturn` "
|
||||
"(might have been deleted already if you ran the `docker system prune` "
|
||||
"command)"
|
||||
msgid "delete the Docker networks: `docker network rm matrix matrix-coturn` (might have been deleted already if you ran the `docker system prune` command)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/uninstalling.md:29
|
||||
@ -102,4 +79,3 @@ msgstr ""
|
||||
#: ../../../docs/uninstalling.md:31
|
||||
msgid "delete the `/matrix` directory (`rm -rf /matrix`)"
|
||||
msgstr ""
|
||||
|
||||
|
Reference in New Issue
Block a user