diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-08 19:54:52 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-10 02:45:47 +0100 |
commit | 55141e2e6e589a1ff14c0a2eaefe26b05fee28a9 (patch) | |
tree | 56c3d6140e6ef5c631bd8b32ef658117035a337e /template/messages/tdebase/ksystraycmd.pot | |
parent | 9bd20b6c7c8125a7069e0da4830b66efa8d682c2 (diff) | |
download | tde-i18n-55141e2e6e589a1ff14c0a2eaefe26b05fee28a9.tar.gz tde-i18n-55141e2e6e589a1ff14c0a2eaefe26b05fee28a9.zip |
Add translation templates for tdebase.
Add missing header in PO files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 69c700e1c500f7a2e290475a4b56bef91ceeeb19)
Diffstat (limited to 'template/messages/tdebase/ksystraycmd.pot')
-rw-r--r-- | template/messages/tdebase/ksystraycmd.pot | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/template/messages/tdebase/ksystraycmd.pot b/template/messages/tdebase/ksystraycmd.pot new file mode 100644 index 00000000000..7cace3d41cc --- /dev/null +++ b/template/messages/tdebase/ksystraycmd.pot @@ -0,0 +1,116 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2018-12-06 18:30+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: _translatorinfo:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "" + +#: _translatorinfo:2 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + +#: ksystraycmd.cpp:60 +msgid "No window matching pattern '%1' and no command specified.\n" +msgstr "" + +#: ksystraycmd.cpp:67 +msgid "KSysTrayCmd: KShellProcess cannot find a shell." +msgstr "" + +#: ksystraycmd.cpp:234 main.cpp:51 +msgid "KSysTrayCmd" +msgstr "" + +#: ksystraycmd.cpp:235 +msgid "&Hide" +msgstr "" + +#: ksystraycmd.cpp:235 +msgid "&Restore" +msgstr "" + +#: ksystraycmd.cpp:236 +msgid "&Undock" +msgstr "" + +#: ksystraycmd.cpp:237 +msgid "&Quit" +msgstr "" + +#: main.cpp:25 +msgid "Command to execute" +msgstr "" + +#: main.cpp:27 +msgid "" +"A regular expression matching the window title\n" +"If you do not specify one, then the very first window\n" +"to appear will be taken - not recommended." +msgstr "" + +#: main.cpp:30 +msgid "" +"The window id of the target window\n" +"Specifies the id of the window to use. If the id starts with 0x\n" +"it is assumed to be in hex." +msgstr "" + +#: main.cpp:33 +msgid "Hide the window to the tray on startup" +msgstr "" + +#: main.cpp:34 +msgid "" +"Wait until we are told to show the window before\n" +"executing the command" +msgstr "" + +#: main.cpp:36 +msgid "Sets the initial tooltip for the tray icon" +msgstr "" + +#: main.cpp:37 +msgid "" +"Keep the tray icon even if the client exits. This option\n" +"has no effect unless startonshow is specified." +msgstr "" + +#: main.cpp:39 +msgid "" +"Use ksystraycmd's icon instead of window's icon in systray\n" +"(should be used with --icon to specify ksystraycmd icon)" +msgstr "" + +#: main.cpp:41 +msgid "Try to keep the window above other windows" +msgstr "" + +#: main.cpp:42 +msgid "" +"Quit the client when we are told to hide the window.\n" +"This has no effect unless startonshow is specified and implies keeprunning." +msgstr "" + +#: main.cpp:53 +msgid "Allows any application to be kept in the system tray" +msgstr "" + +#: main.cpp:93 +msgid "No command or window specified" +msgstr "" |