diff options
| author | saber safavi <saber.safavi@codic.se> | 2023-10-03 12:40:09 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-10-11 10:37:47 +0200 |
| commit | 6bc2b100abab0ab9089ca6beb8224a0f7682ffe5 (patch) | |
| tree | 67f4dd570a1032da43edbc106cd233c9f603de8a /gui | |
| parent | 4446d1fda07a35596901d7d3f614b9d033129f24 (diff) | |
| download | mullvadvpn-6bc2b100abab0ab9089ca6beb8224a0f7682ffe5.tar.xz mullvadvpn-6bc2b100abab0ab9089ca6beb8224a0f7682ffe5.zip | |
Add string resources
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/locales/messages.pot | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index 61f4d4be5a..d28aac8520 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -1653,6 +1653,9 @@ msgctxt "wireguard-settings-view" msgid "Which TCP port the UDP-over-TCP obfuscation protocol should connect to on the VPN server." msgstr "" +msgid "%s was added to your account." +msgstr "" + msgid "Account credit expires in a few minutes" msgstr "" @@ -1818,6 +1821,9 @@ msgstr "" msgid "Valid ranges: %s" msgstr "" +msgid "Verifying voucher…" +msgstr "" + msgid "Virtual adapter error" msgstr "" @@ -1845,6 +1851,19 @@ msgstr "" msgid "less than a minute ago" msgstr "" +msgid "less than one day" +msgstr "" + +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +msgid "%d month" +msgid_plural "%d months" +msgstr[0] "" +msgstr[1] "" + msgid "Account credit expires in a day" msgid_plural "Account credit expires in %d days" msgstr[0] "" |
