Use msgcat to avoid word-wrapping in .po files
This commit is contained in:
@ -21,15 +21,11 @@ msgstr ""
|
||||
"Generated-By: Babel 2.16.0\n"
|
||||
|
||||
#: ../../../docs/importing-synapse-media-store.md:1
|
||||
msgid ""
|
||||
"Importing `media_store` data files from an existing Synapse installation "
|
||||
"(optional)"
|
||||
msgid "Importing `media_store` data files from an existing Synapse installation (optional)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/importing-synapse-media-store.md:3
|
||||
msgid ""
|
||||
"Run this if you'd like to import your `media_store` files from a previous"
|
||||
" installation of Synapse."
|
||||
msgid "Run this if you'd like to import your `media_store` files from a previous installation of Synapse."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/importing-synapse-media-store.md:5
|
||||
@ -37,34 +33,19 @@ msgid "Prerequisites"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/importing-synapse-media-store.md:7
|
||||
msgid ""
|
||||
"Before doing the actual data restore, **you need to upload your media "
|
||||
"store directory to the server** (any path is okay)."
|
||||
msgid "Before doing the actual data restore, **you need to upload your media store directory to the server** (any path is okay)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/importing-synapse-media-store.md:9
|
||||
msgid ""
|
||||
"If you are [storing Matrix media files on Amazon S3](configuring-"
|
||||
"playbook-s3.md) (optional), restoring with this tool is not possible "
|
||||
"right now."
|
||||
msgid "If you are [storing Matrix media files on Amazon S3](configuring-playbook-s3.md) (optional), restoring with this tool is not possible right now."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/importing-synapse-media-store.md:11
|
||||
msgid ""
|
||||
"As an alternative, you can perform a manual restore using the [AWS CLI "
|
||||
"tool](https://aws.amazon.com/cli/) (e.g. `aws s3 sync "
|
||||
"/path/to/server/media_store/. s3://name-of-bucket/`)"
|
||||
msgid "As an alternative, you can perform a manual restore using the [AWS CLI tool](https://aws.amazon.com/cli/) (e.g. `aws s3 sync /path/to/server/media_store/. s3://name-of-bucket/`)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/importing-synapse-media-store.md:13
|
||||
msgid ""
|
||||
"**Note for Mac users**: Due to case-sensitivity issues on certain Mac "
|
||||
"filesystems (HFS or HFS+), filename corruption may occur if you copy a "
|
||||
"`media_store` directory to your Mac. If you're transferring a "
|
||||
"`media_store` directory between 2 servers, make sure you do it directly "
|
||||
"(from server to server with a tool such as "
|
||||
"[rsync](https://rsync.samba.org/)), and not by downloading the files to "
|
||||
"your Mac."
|
||||
msgid "**Note for Mac users**: Due to case-sensitivity issues on certain Mac filesystems (HFS or HFS+), filename corruption may occur if you copy a `media_store` directory to your Mac. If you're transferring a `media_store` directory between 2 servers, make sure you do it directly (from server to server with a tool such as [rsync](https://rsync.samba.org/)), and not by downloading the files to your Mac."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/importing-synapse-media-store.md:15
|
||||
@ -72,14 +53,9 @@ msgid "Importing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/importing-synapse-media-store.md:17
|
||||
msgid ""
|
||||
"Run this command (make sure to replace `<server-path-to-media_store>` "
|
||||
"with a path on your server):"
|
||||
msgid "Run this command (make sure to replace `<server-path-to-media_store>` with a path on your server):"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/importing-synapse-media-store.md:23
|
||||
msgid ""
|
||||
"**Note**: `<server-path-to-media_store>` must be a file path to a "
|
||||
"`media_store` directory on the server (not on your local machine!)."
|
||||
msgid "**Note**: `<server-path-to-media_store>` must be a file path to a `media_store` directory on the server (not on your local machine!)."
|
||||
msgstr ""
|
||||
|
||||
|
Reference in New Issue
Block a user