diff options
author | raveit65 <[email protected]> | 2018-03-17 10:07:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 10:07:12 +0100 |
commit | b981d0ce2f1b5d7ffb65f752f1fded85d7166420 (patch) | |
tree | 770178c0e1b278498058844e7b073179b1e5f608 | |
parent | d3e0b44d0d3d46898dfe33132f89c0eefb997515 (diff) | |
download | mate-netbook-b981d0ce2f1b5d7ffb65f752f1fded85d7166420.tar.bz2 mate-netbook-b981d0ce2f1b5d7ffb65f752f1fded85d7166420.tar.xz |
tx: add makepot and .pot files
-rwxr-xr-x | makepot | 5 | ||||
-rw-r--r-- | mate-netbook.pot | 105 |
2 files changed, 110 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-netbook; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . diff --git a/mate-netbook.pot b/mate-netbook.pot new file mode 100644 index 0000000..6a7be14 --- /dev/null +++ b/mate-netbook.pot @@ -0,0 +1,105 @@ +# 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-17 10:06+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" + +#: ../mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.h:1 +msgid "Show windows from all workspaces." +msgstr "" + +#: ../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:1 +msgid "Window Picker Applet Factory" +msgstr "" + +#: ../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:2 +#: ../mate-window-picker-applet/applet.c:211 +#: ../mate-window-picker-applet/applet.c:212 +msgid "Window Picker" +msgstr "" + +#: ../mate-window-picker-applet/applet.c:63 +msgid "_Preferences" +msgstr "" + +#: ../mate-window-picker-applet/applet.c:66 +msgid "_About" +msgstr "" + +#: ../mate-window-picker-applet/applet.c:247 +msgid "Preferences" +msgstr "" + +#: ../mate-window-picker-applet/applet.c:264 +msgid "Show windows from all workspaces" +msgstr "" + +#: ../mate-window-picker-applet/task-title.c:252 +#: ../mate-window-picker-applet/task-title.c:259 +#: ../mate-window-picker-applet/task-title.c:302 +#: ../mate-window-picker-applet/task-title.c:309 +#: ../mate-window-picker-applet/task-title.c:436 +#: ../mate-window-picker-applet/task-title.c:484 +msgid "Home" +msgstr "" + +#: ../mate-window-picker-applet/task-title.c:256 +#: ../mate-window-picker-applet/task-title.c:306 +#: ../mate-window-picker-applet/task-title.c:482 +msgid "Log off, switch user, lock screen or power down the computer" +msgstr "" + +#: ../mate-window-picker-applet/task-title.c:278 +msgid "Close window" +msgstr "" + +#: ../mate-window-picker-applet/task-title.c:457 +msgid "Close" +msgstr "" + +#: ../mate-window-picker-applet/task-title.c:458 +msgid "Close current window." +msgstr "" + +#: ../mate-window-picker-applet/task-item.c:684 +msgid "Window Task Button" +msgstr "" + +#: ../maximus/org.mate.maximus.gschema.xml.in.h:1 +msgid "A list of exclusion strings which apply to the window class." +msgstr "" + +#: ../maximus/org.mate.maximus.gschema.xml.in.h:2 +msgid "A list of exclusion strings which apply to the window class" +msgstr "" + +#: ../maximus/org.mate.maximus.gschema.xml.in.h:3 +msgid "A binding" +msgstr "" + +#: ../maximus/org.mate.maximus.gschema.xml.in.h:4 +msgid "Undecorate windows when maximized" +msgstr "" + +#: ../maximus/org.mate.maximus.gschema.xml.in.h:5 +msgid "Do not automatically maximize newly opened windows" +msgstr "" + +#: ../maximus/org.mate.maximus.gschema.xml.in.h:6 +msgid "" +"Do not automatically maximize newly opened windows. If undecorate is set, " +"will still undecorate maximized windows." +msgstr "" |