summaryrefslogtreecommitdiffstats
path: root/po/ru.po
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-11-29 10:56:08 +1100
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-12-03 14:31:10 +1100
commita73d5c25b9de93289b620a54d2ab2c4b4634c793 (patch)
tree2e53c37e7a1d7481e8c4ef67e0ef819be87c7fff /po/ru.po
parent3f4306737aadf105ca8b6dbdeed70e2260cf9ed9 (diff)
downloadtalos-petitboot-a73d5c25b9de93289b620a54d2ab2c4b4634c793.tar.gz
talos-petitboot-a73d5c25b9de93289b620a54d2ab2c4b4634c793.zip
ui/ncurses: Add a missing gettext call & update translations
Fix up a spot where we forgot to translate the "Plugins" label on update and make the check for that label more resilient. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'po/ru.po')
-rw-r--r--po/ru.po42
1 files changed, 36 insertions, 6 deletions
diff --git a/po/ru.po b/po/ru.po
index 56a1b2a..893c1f0 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: petitboot 20140623-g89bd2ed2-dirty\n"
"Report-Msgid-Bugs-To: https://lists.ozlabs.org/listinfo/petitboot\n"
-"POT-Creation-Date: 2018-05-29 16:53+1000\n"
+"POT-Creation-Date: 2018-11-29 10:59+1100\n"
"PO-Revision-Date: 2014-06-24 13:56+0800\n"
"Last-Translator: Jeremy Kerr <jk@ozlabs.org>\n"
"Language-Team: Russian\n"
@@ -92,8 +92,8 @@ msgid "%u downloads in progress..."
msgstr "Выполняются %u загрузок..."
#, c-format
-msgid "%u %s downloading: %.0f%% - %lu%cB"
-msgstr "%u - загрузка %s: %.0f%% - %lu%cB"
+msgid "%u %s downloading: %.0f%% - %<PRIu64>%cB"
+msgstr "%u - загрузка %s: %.0f%% - %<PRIu64>%cB"
msgid "item"
msgid_plural "items"
@@ -105,6 +105,19 @@ msgstr[2] "элементов"
msgid "Booting in %d sec: [%s] %s"
msgstr "Загрузка через %d сек: [%s] %s"
+msgid "device type"
+msgstr ""
+
+msgid "device UUID"
+msgstr ""
+
+msgid "unknown specifier"
+msgstr ""
+
+#, c-format
+msgid "Applying temporary autoboot override: %s"
+msgstr ""
+
#. TRANSLATORS: this string will be passed the type of the
#. device (eg "disk" or "network"), which will be translated
#. accordingly.
@@ -429,9 +442,16 @@ msgid "User item %u"
msgstr "Пользовательский элемент %u"
#, c-format
+msgid "Plugins (%u)"
+msgstr "Модули (%u)"
+
+#, c-format
msgid " %s [installed]"
msgstr ""
+msgid "Plugins (0)"
+msgstr "Модули (0)"
+
#, c-format
msgid "SAFE MODE: select '%s' to continue"
msgstr "БЕЗОПАСНЫЙ РЕЖИМ: чтобы продолжить, выберите '%s'"
@@ -459,9 +479,6 @@ msgstr "Протокол состояния системы"
msgid "Retrieve config from URL"
msgstr "Получение конфигурации по URL"
-msgid "Plugins (0)"
-msgstr "Модули (0)"
-
msgid "Reboot"
msgstr "Перезагрузить"
@@ -582,6 +599,10 @@ msgstr " IP-адрес: %s"
msgid "none"
msgstr "нет"
+#, c-format
+msgid " IPv6 Address: %s"
+msgstr " IPv6-адрес: %s"
+
#. TRANSLATORS: these "up" / "down" strings refer to the
#. * link status for a network connection.
#, c-format
@@ -632,6 +653,15 @@ msgid ""
"To retreive new boot options from a remote configuration file, select the "
"'Retrieve config from URL' option.\n"
"\n"
+"To restrict petitboot to only autobooting from a specific device type, the "
+"following keys are available:\n"
+"\n"
+" F10: Only autoboot from disk\n"
+" F11: Only autoboot from USB devices\n"
+" F12: Only autoboot from network\n"
+"\n"
+"Unlike other keys, these do not cancel automatic boot.\n"
+"\n"
"To close the Petitboot interface, type X (exit).\n"
msgstr ""
"Выберите вариант загрузки на экране главного меню. Представленные варианты "
OpenPOWER on IntegriCloud