From 9d9f495b8ef50d47fac75fa31e85e4346fde7dcc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Nov 2025 17:55:48 +0000 Subject: [PATCH] po: Add the POT file and add target to update it Signed-off-by: Michael Tremer --- Makefile.am | 6 +-- po/.gitignore | 1 - po/bricklayer.pot | 116 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 119 insertions(+), 4 deletions(-) create mode 100644 po/bricklayer.pot diff --git a/Makefile.am b/Makefile.am index 4a9044f..232f663 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,9 +33,9 @@ AM_V_XSLT_0 = @echo " XSLT " $@; # ------------------------------------------------------------------------------ -.PHONY: update-po -update-po: po/POTFILES.in - $(MAKE) -C po update-po +.PHONY: update-pot +update-pot: po/POTFILES.in + $(MAKE) -C po $(GETTEXT_PACKAGE).pot po/POTFILES.in: Makefile find $(abs_srcdir)/src -type f \( -name '*.in' -o -name '*.py' \) \ diff --git a/po/.gitignore b/po/.gitignore index a60406b..f232ce7 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -4,4 +4,3 @@ /Makefile /stamp-it *.gmo -*.pot diff --git a/po/bricklayer.pot b/po/bricklayer.pot new file mode 100644 index 0000000..bddd308 --- /dev/null +++ b/po/bricklayer.pot @@ -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 , YEAR. +# +#, fuzzy +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: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\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 "/ between elements" +msgstr "" + +msgid " selects" +msgstr "" + +msgid " next screen" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Abort Installation" +msgstr "" -- 2.47.3