diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-02-19 21:12:30 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-02-19 21:12:30 +0000 |
commit | 08ca9727963416b090db0568b0b6a9f7d4719590 (patch) | |
tree | 51a78f8554d65c1859db44115200014d3a5433aa /po/uk.po | |
parent | ca923ad6a0dee380c8ff8e7f690f8b0594d3bafe (diff) | |
download | grub2-theme-08ca9727963416b090db0568b0b6a9f7d4719590.tar grub2-theme-08ca9727963416b090db0568b0b6a9f7d4719590.tar.gz grub2-theme-08ca9727963416b090db0568b0b6a9f7d4719590.tar.bz2 grub2-theme-08ca9727963416b090db0568b0b6a9f7d4719590.tar.xz grub2-theme-08ca9727963416b090db0568b0b6a9f7d4719590.zip |
Add translation files.
Diffstat (limited to 'po/uk.po')
-rw-r--r-- | po/uk.po | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 0000000..f35827f --- /dev/null +++ b/po/uk.po @@ -0,0 +1,52 @@ +# Translations for Mageia GRUB2 theme +# Copyright (C) 2017-2020 Mageia +# +# NOTE: Except where noted, all strings must fit on a single line on the +# bootloader screen (which may be running at a low resolution). Please keep +# the translated strings as short as possible. +# +# NOTE: grub2 currently doesn't display some scripts properly. It is probably +# best not to enable these languages. Language codes known to be affected +# are: bn gu hi mr pa si ta +# +# Translators: +# Yuri Chornoivan <yurchor@ukr.net>, 2019 +# +msgid "" +msgstr "" +"Project-Id-Version: mageia-grub2-theme\n" +"POT-Creation-Date: 2020-02-15 14:15+0000\n" +"PO-Revision-Date: 2020-02-15 14:15+0000\n" +"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>, 2019\n" +"Language-Team: Ukrainian (https://www.transifex.com/MageiaLinux/teams/9361/" +"uk/)\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " +"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " +"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " +"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +msgid "Mageia Boot Menu" +msgstr "" + +msgid "Select an item with the arrow keys and press Enter to boot." +msgstr "" +"Виберіть пункт за допомогою клавіш зі стрілками і натисніть Enter, щоб його " +"завантажити." + +msgid "Press 'c' for command line, 'e' to edit." +msgstr "Натискання «c» -- командний рядок, «e» -- редагування." + +# NOTE: The Mageia grub2 package replaces one of the upstream messages +# with this, but doesn't provide any translations. This doesn't need +# to fit on a single line. +msgid "" +"Press Ctrl-x to start, Ctrl-c for a command prompt or Escape to discard " +"edits and return to the menu. Pressing Tab lists possible completions." +msgstr "" +"Натисніть Ctrl-X, щоб запустити, Ctrl-C, щоб перейти до командного рядка, " +"або Esc, щоб відкинути зміни і повернутися до меню. Натисніть Tab, щоб " +"побачити список можливих варіантів запису." |