diff options
author | raveit65 <[email protected]> | 2018-03-18 16:58:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-18 16:58:17 +0100 |
commit | 9179c7277b76c7045411b07d8b3c788ae0c61bbb (patch) | |
tree | 0c671eb4598406d1be9d098c3cd88c89f2034ec7 | |
parent | eb798b595780470bd3a81203ff1198c3d91f7671 (diff) | |
download | mozo-9179c7277b76c7045411b07d8b3c788ae0c61bbb.tar.bz2 mozo-9179c7277b76c7045411b07d8b3c788ae0c61bbb.tar.xz |
tx: add makepot and .pot files
-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 "" |