diff options
author | Guillem Jover <guillem@debian.org> | 2018-05-07 13:27:14 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-05-07 13:43:35 +0200 |
commit | 643623e3a844449890d96de1ed91ce5c7f15083c (patch) | |
tree | 51a5970637391a01e551ee8b4be5873b53b76cff /po/ru.po | |
parent | 2179166e5ac747ee26df06bfd0148beb1ff7ba02 (diff) |
po: Fix translated string not matching format string arguments
Warned-by: i18nspector
Fixes: c-format-string-argument-type-mismatch
Fixes: c-format-string-missing-arguments
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -348,7 +348,7 @@ msgid "" "Skipping acquire of configured file '%s' as repository '%s' provides only " "weak security information for it" msgstr "" -"Пропускается получение настроенного файла «s», так как репозиторий «%s» " +"Пропускается получение настроенного файла «%s», так как репозиторий «%s» " "предоставляет только нестойкое шифрование информации" #. TRANSLATOR: The first %s is the URL of the bad Release file, the second is @@ -1645,7 +1645,7 @@ msgid "Type '%s' is not known on stanza %u in source list %s" msgstr "Неизвестный тип «%s» в строфе %u в списке источников %s" #: apt-pkg/sourcelist.cc -#, c-format +#, fuzzy, c-format msgid "Unsupported file %s given on commandline" msgstr "В командной строке указан не поддерживаемый файл" |