From: Michael Tremer <[email protected]> --- po/LINGUAS | 1 + po/lo.po | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 po/lo.po
diff --git a/po/LINGUAS b/po/LINGUAS index 7673daa..f084c48 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1 +1,2 @@ de +lo diff --git a/po/lo.po b/po/lo.po new file mode 100644 index 0000000..bdb73ed --- /dev/null +++ b/po/lo.po @@ -0,0 +1,116 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-05-05 22:34+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: lo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Format the exception +#, python-format +msgid "" +"The installation cannot be continued due to an error:\n" +"\n" +"%s" +msgstr "" + +#. Show an error message +msgid "An Unexpected Error Occured" +msgstr "" + +msgid "Exit" +msgstr "" + +msgid "No Disks Found" +msgstr "" + +msgid "No supported disks were found" +msgstr "" + +msgid "Disk Selection" +msgstr "" + +msgid "Please select all disks for installation" +msgstr "" + +msgid "No Disk Selected" +msgstr "" + +msgid "Please select a disk to continue the installation" +msgstr "" + +msgid "Back" +msgstr "" + +msgid "Language Selection" +msgstr "" + +msgid "Select the language you wish to use for the installation" +msgstr "" + +msgid "Select" +msgstr "" + +msgid "Welcome" +msgstr "" + +#, python-format +msgid "" +"Welcome to the %s installation program.\n" +"\n" +"Selecting Cancel on any of the following screens will reboot the computer." +msgstr "" + +msgid "Start Installation" +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Congratulations" +msgstr "" + +msgid "" +"The installation has been completed successfully.\n" +"\n" +"You can now safely remove any media used for the installation." +msgstr "" + +msgid "Finish" +msgstr "" + +msgid "Unattended Installation" +msgstr "" + +#, python-format +msgid "Unattended installation is starting in %s seconds" +msgstr "" + +msgid "Test Mode Enabled" +msgstr "" + +msgid "<Tab>/<Alt-Tab> between elements" +msgstr "" + +msgid "<Space> selects" +msgstr "" + +msgid "<F12> next screen" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Abort Installation" +msgstr "" -- 2.47.3
