diff options
Diffstat (limited to 'template/messages/tdelibs/tdetexteditor_autobookmarker.pot')
-rw-r--r-- | template/messages/tdelibs/tdetexteditor_autobookmarker.pot | 159 |
1 files changed, 159 insertions, 0 deletions
diff --git a/template/messages/tdelibs/tdetexteditor_autobookmarker.pot b/template/messages/tdelibs/tdetexteditor_autobookmarker.pot new file mode 100644 index 00000000000..edc9d480b95 --- /dev/null +++ b/template/messages/tdelibs/tdetexteditor_autobookmarker.pot @@ -0,0 +1,159 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2018-12-07 05:07+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" +"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 "" + +#: autobookmarker.cpp:90 +msgid "AutoBookmarks" +msgstr "" + +#: autobookmarker.cpp:101 +msgid "Configure AutoBookmarks" +msgstr "" + +#: autobookmarker.cpp:279 +msgid "Edit Entry" +msgstr "" + +#: autobookmarker.cpp:287 +msgid "&Pattern:" +msgstr "" + +#: autobookmarker.cpp:293 +msgid "<p>A regular expression. Matching lines will be bookmarked.</p>" +msgstr "" + +#: autobookmarker.cpp:297 +msgid "Case &sensitive" +msgstr "" + +#: autobookmarker.cpp:301 +msgid "" +"<p>If enabled, the pattern matching will be case sensitive, otherwise " +"not.</p>" +msgstr "" + +#: autobookmarker.cpp:304 +msgid "&Minimal matching" +msgstr "" + +#: autobookmarker.cpp:308 +msgid "" +"<p>If enabled, the pattern matching will use minimal matching if you do not " +"know what that is, please read the appendix on regular expressions in the " +"kate manual.</p>" +msgstr "" + +#: autobookmarker.cpp:312 +msgid "&File mask:" +msgstr "" + +#: autobookmarker.cpp:318 +msgid "" +"<p>A list of filename masks, separated by semicolons. This can be used to " +"limit the usage of this entity to files with matching names.</p><p>Use the " +"wizard button to the right of the mimetype entry below to easily fill out " +"both lists.</p>" +msgstr "" + +#: autobookmarker.cpp:323 +msgid "MIME &types:" +msgstr "" + +#: autobookmarker.cpp:329 +msgid "" +"<p>A list of mime types, separated by semicolon. This can be used to limit " +"the usage of this entity to files with matching mime types.</p><p>Use the " +"wizard button on the right to get a list of existing file types to choose " +"from, using it will fill in the file masks as well.</p>" +msgstr "" + +#: autobookmarker.cpp:339 +msgid "" +"<p>Click this button to display a checkable list of mimetypes available on " +"your system. When used, the file masks entry above will be filled in with " +"the corresponding masks.</p>" +msgstr "" + +#: autobookmarker.cpp:364 +msgid "" +"Select the MimeTypes for this pattern.\n" +"Please note that this will automatically edit the associated file extensions " +"as well." +msgstr "" + +#: autobookmarker.cpp:366 +msgid "Select Mime Types" +msgstr "" + +#: autobookmarker.cpp:384 +msgid "&Patterns" +msgstr "" + +#: autobookmarker.cpp:387 +msgid "Pattern" +msgstr "" + +#: autobookmarker.cpp:388 +msgid "Mime Types" +msgstr "" + +#: autobookmarker.cpp:389 +msgid "File Masks" +msgstr "" + +#: autobookmarker.cpp:393 +msgid "" +"<p>This list shows your configured autobookmark entities. When a document is " +"opened, each entity is used in the following way: <ol><li>The entity is " +"dismissed, if a mime and/or filename mask is defined, and neither matches " +"the document.</li><li>Otherwise each line of the document is tried against " +"the pattern, and a bookmark is set on matching lines.</li></ul><p>Use the " +"buttons below to manage your collection of entities.</p>" +msgstr "" + +#: autobookmarker.cpp:405 +msgid "&New..." +msgstr "" + +#: autobookmarker.cpp:408 +msgid "Press this button to create a new autobookmark entity." +msgstr "" + +#: autobookmarker.cpp:410 +msgid "&Delete" +msgstr "" + +#: autobookmarker.cpp:413 +msgid "Press this button to delete the currently selected entity." +msgstr "" + +#: autobookmarker.cpp:415 +msgid "&Edit..." +msgstr "" + +#: autobookmarker.cpp:418 +msgid "Press this button to edit the currently selected entity." +msgstr "" |