diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-02-22 11:25:24 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-02-22 11:25:24 +0100 |
commit | 66d05038fdac611ce474ffe047c28524dad0c4ad (patch) | |
tree | 36e171908529065eac5c9af2bb66b24651f4be7d | |
parent | fefdc4dd818f512807ce96d2864bf4e1b62ec0c8 (diff) |
sv fixes
-rw-r--r-- | src/i18n/strings.ts | 12 | ||||
-rw-r--r-- | src/i18n/sv.po | 20 |
2 files changed, 16 insertions, 16 deletions
diff --git a/src/i18n/strings.ts b/src/i18n/strings.ts index 7251a5c54..5c3daf300 100644 --- a/src/i18n/strings.ts +++ b/src/i18n/strings.ts @@ -1015,16 +1015,16 @@ strings['sv'] = { "" ], "The exchange is trusted by the wallet.": [ - "tjänsteleverantörer" + "" ], "The exchange is audited by a trusted auditor.": [ - "tjänsteleverantörer" + "" ], "Warning: The exchange is neither directly trusted nor audited by a trusted auditor. If you withdraw from this exchange, it will be trusted in the future.": [ "" ], "Using exchange provider%1$s. The exchange provider will charge %2$s in fees.": [ - "tjänsteleverantörer" + "" ], "Waiting for a response from %1$s %2$s": [ "" @@ -1033,10 +1033,10 @@ strings['sv'] = { "" ], "Your wallet (protocol version%1$s) might be outdated.%2$s The exchange has a higher, incompatible protocol version (%3$s).": [ - "plånboken tjänsteleverantörer" + "" ], "The chosen exchange (protocol version%1$smight be outdated.%2$s The exchange has a lower, incompatible protocol version than your wallet (protocol version%3$s).": [ - "tjänsteleverantörer plånboken" + "tjänsteleverantörer plånboken" ], "Accept fees and withdraw": [ "Acceptera avgifter och utbetala" @@ -1045,7 +1045,7 @@ strings['sv'] = { "Ändra tjänsteleverantörer" ], "Please select an exchange. You can review the details before after your selection.": [ - "tjänsteleverantörer" + "" ], "Select%1$s": [ "Välj %1$s" diff --git a/src/i18n/sv.po b/src/i18n/sv.po index 24573f74a..4796ff2a4 100644 --- a/src/i18n/sv.po +++ b/src/i18n/sv.po @@ -126,14 +126,14 @@ msgid "Invalid exchange URL (%1$s)" msgstr "" #: src/webex/pages/confirm-create-reserve.tsx:210 -#, fuzzy, c-format +#, c-format msgid "The exchange is trusted by the wallet." -msgstr "tjänsteleverantörer" +msgstr "" #: src/webex/pages/confirm-create-reserve.tsx:216 -#, fuzzy, c-format +#, c-format msgid "The exchange is audited by a trusted auditor." -msgstr "tjänsteleverantörer" +msgstr "" #: src/webex/pages/confirm-create-reserve.tsx:222 #, c-format @@ -144,10 +144,10 @@ msgid "" msgstr "" #: src/webex/pages/confirm-create-reserve.tsx:231 -#, fuzzy, c-format +#, c-format msgid "" "Using exchange provider%1$s. The exchange provider will charge %2$s in fees." -msgstr "tjänsteleverantörer" +msgstr "" #: src/webex/pages/confirm-create-reserve.tsx:243 #, c-format @@ -162,11 +162,11 @@ msgid "" msgstr "" #: src/webex/pages/confirm-create-reserve.tsx:279 -#, fuzzy, c-format +#, c-format msgid "" "Your wallet (protocol version%1$s) might be outdated.%2$s The exchange has a " "higher, incompatible protocol version (%3$s)." -msgstr "plånboken tjänsteleverantörer" +msgstr "" #: src/webex/pages/confirm-create-reserve.tsx:290 #, fuzzy, c-format @@ -174,7 +174,7 @@ msgid "" "The chosen exchange (protocol version%1$smight be outdated.%2$s The exchange " "has a lower, incompatible protocol version than your wallet (protocol version" "%3$s)." -msgstr "tjänsteleverantörer plånboken" +msgstr "tjänsteleverantörer plånboken" #: src/webex/pages/confirm-create-reserve.tsx:309 #, c-format @@ -191,7 +191,7 @@ msgstr "Ändra tjänsteleverantörer" msgid "" "Please select an exchange. You can review the details before after your " "selection." -msgstr "tjänsteleverantörer" +msgstr "" #: src/webex/pages/confirm-create-reserve.tsx:341 #: src/webex/pages/confirm-create-reserve.tsx:353 |