From a73d5c25b9de93289b620a54d2ab2c4b4634c793 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Thu, 29 Nov 2018 10:56:08 +1100 Subject: 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 --- po/ru.po | 42 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 6 deletions(-) (limited to 'po/ru.po') 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 \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%% - %%cB" +msgstr "%u - загрузка %s: %.0f%% - %%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. @@ -428,10 +441,17 @@ msgstr "Не удалось: загрузиться %s" 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 "" "Выберите вариант загрузки на экране главного меню. Представленные варианты " -- cgit v1.2.1