diff options
-rwxr-xr-x | makepot | 5 | ||||
-rw-r--r-- | mozo.pot | 82 |
2 files changed, 87 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mozo; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . diff --git a/mozo.pot b/mozo.pot new file mode 100644 index 0000000..c7316f2 --- /dev/null +++ b/mozo.pot @@ -0,0 +1,82 @@ +# 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. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-18 16:57+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <[email protected]>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../Mozo/MainWindow.py:178 +msgid "Name" +msgstr "" + +#: ../Mozo/MainWindow.py:194 +msgid "Show" +msgstr "" + +#: ../Mozo/MainWindow.py:202 +msgid "Item" +msgstr "" + +#: ../data/mozo.desktop.in.in.h:1 ../data/mozo.ui.h:2 +msgid "Main Menu" +msgstr "" + +#: ../data/mozo.desktop.in.in.h:2 +msgid "Change which applications are shown on the main menu" +msgstr "" + +#: ../data/mozo.ui.h:1 +msgid "_Revert to Original" +msgstr "" + +#: ../data/mozo.ui.h:3 +msgid "Restore the default menu layout" +msgstr "" + +#: ../data/mozo.ui.h:4 +msgid "_Menus:" +msgstr "" + +#: ../data/mozo.ui.h:5 +msgid "It_ems:" +msgstr "" + +#: ../data/mozo.ui.h:6 +msgid "_New Menu" +msgstr "" + +#: ../data/mozo.ui.h:7 +msgid "Ne_w Item" +msgstr "" + +#: ../data/mozo.ui.h:8 +msgid "New _Separator" +msgstr "" + +#: ../data/mozo.ui.h:9 +msgid "Move Up" +msgstr "" + +#: ../data/mozo.ui.h:10 +msgid "Move Down" +msgstr "" + +#: ../data/mozo.ui.h:11 +msgid "Revert Changes?" +msgstr "" + +#: ../data/mozo.ui.h:12 +msgid "Revert all menus to original settings?" +msgstr "" |