diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-10-04 12:33:46 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-10-09 10:16:53 +0200 |
| commit | 5e31696a7870bd0a2df8b4a5d9e4cb5b54c5d444 (patch) | |
| tree | 685b6ced335b5107d906030c523438ab6ece4662 | |
| parent | 96f24e1b542e0f5f418708412e4e10aae95953b6 (diff) | |
| download | mullvadvpn-5e31696a7870bd0a2df8b4a5d9e4cb5b54c5d444.tar.xz mullvadvpn-5e31696a7870bd0a2df8b4a5d9e4cb5b54c5d444.zip | |
Update translation template with custom list strings
| -rw-r--r-- | gui/locales/messages.pot | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 26035a4321..fee728934d 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -170,6 +170,9 @@ msgstr "" msgid "Reconnect" msgstr "" +msgid "Save" +msgstr "" + msgid "Search for..." msgstr "" @@ -1005,6 +1008,33 @@ msgctxt "select-location-view" msgid "%(location)s (%(info)s)" msgstr "" +#. This is a label shown above a list of options. +#. Available placeholder: +#. %(locationType) - Could be either "Country", "City" and "Relay" +msgctxt "select-location-view" +msgid "Add <b>%(locationType)s</b> to list" +msgstr "" + +msgctxt "select-location-view" +msgid "All locations" +msgstr "" + +msgctxt "select-location-view" +msgid "City" +msgstr "" + +msgctxt "select-location-view" +msgid "Country" +msgstr "" + +msgctxt "select-location-view" +msgid "Custom lists" +msgstr "" + +msgctxt "select-location-view" +msgid "Edit list name" +msgstr "" + msgctxt "select-location-view" msgid "Entry" msgstr "" @@ -1018,10 +1048,22 @@ msgid "Filtered:" msgstr "" msgctxt "select-location-view" +msgid "List names must be unique." +msgstr "" + +msgctxt "select-location-view" +msgid "Name is already taken." +msgstr "" + +msgctxt "select-location-view" msgid "Providers: %(numberOfProviders)d" msgstr "" msgctxt "select-location-view" +msgid "Relay" +msgstr "" + +msgctxt "select-location-view" msgid "The app selects a random bridge server, but servers have a higher probability the closer they are to you." msgstr "" |
