diff options
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 58 |
1 files changed, 56 insertions, 2 deletions
@@ -660,8 +660,7 @@ msgstr "Сменю позже" msgid "" "Do you really want to delete the key identified by keygrip%%0A %s%%0A %%C" "%%0A?" -msgstr "" -"Вы действительно хотите удалить ключ с кодом%%0A %s%%0A %%C%%0A?" +msgstr "Вы действительно хотите удалить ключ с кодом%%0A %s%%0A %%C%%0A?" msgid "Delete key" msgstr "Удалить ключ" @@ -5272,6 +5271,61 @@ msgid "unable to update trustdb version record: write failed: %s\n" msgstr "" "невозможно обновить запись о версии таблицы доверия: ошибка записи: %s\n" +msgid "undefined" +msgstr "" + +#, fuzzy +#| msgid "never " +msgid "never" +msgstr "никогда " + +msgid "marginal" +msgstr "" + +msgid "full" +msgstr "" + +msgid "ultimate" +msgstr "" + +#. TRANSLATORS: these strings are similar to those in +#. trust_value_to_string(), but are a fixed length. This is needed to +#. make attractive information listings where columns line up +#. properly. The value "10" should be the length of the strings you +#. choose to translate to. This is the length in printable columns. +#. It gets passed to atoi() so everything after the number is +#. essentially a comment and need not be translated. Either key and +#. uid are both NULL, or neither are NULL. +msgid "10 translator see trust.c:uid_trust_string_fixed" +msgstr "" + +#, fuzzy +#| msgid "revoked" +msgid "[ revoked]" +msgstr "отозван" + +#, fuzzy +#| msgid "expired" +msgid "[ expired]" +msgstr "просрочен" + +#, fuzzy +#| msgid "unknown" +msgid "[ unknown]" +msgstr "неизвестно" + +msgid "[ undef ]" +msgstr "" + +msgid "[marginal]" +msgstr "" + +msgid "[ full ]" +msgstr "" + +msgid "[ultimate]" +msgstr "" + msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" |