diff options
Diffstat (limited to 'tde-i18n-pl/messages/tdeutils/kregexpeditor.po')
-rw-r--r-- | tde-i18n-pl/messages/tdeutils/kregexpeditor.po | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/tde-i18n-pl/messages/tdeutils/kregexpeditor.po b/tde-i18n-pl/messages/tdeutils/kregexpeditor.po index 5193ee424a3..8f61edcde5f 100644 --- a/tde-i18n-pl/messages/tdeutils/kregexpeditor.po +++ b/tde-i18n-pl/messages/tdeutils/kregexpeditor.po @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: kregexpeditor\n" -"POT-Creation-Date: 2005-08-18 04:29+0200\n" +"POT-Creation-Date: 2014-09-29 00:49-0500\n" "PO-Revision-Date: 2006-01-05 23:59+0100\n" "Last-Translator: Mikolaj Machowski <mikmach@wp.pl>\n" "Language-Team: Polish <pl@li.org>\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -182,11 +183,13 @@ msgid "The Carriage Return Character (\\r)" msgstr "Znak powrotu karetki (\\r)" #: charselector.cpp:68 -msgid "The Horizontal Tab Character (\\t)" +#, fuzzy +msgid "TheQt::Horizontal Tab Character (\\t)" msgstr "Znak tabulacji poziomej (\\t)" #: charselector.cpp:69 -msgid "The Vertical Tab Character (\\v)" +#, fuzzy +msgid "TheQt::Vertical Tab Character (\\v)" msgstr "Znak tabulacji pionowej (\\v)" #: compoundwidget.cpp:46 @@ -397,10 +400,11 @@ msgid "Clear expression" msgstr "Wyczyść wyrażenie" #: kregexpeditorprivate.cpp:168 +#, fuzzy msgid "" "This is the regular expression in ASCII syntax. You are likely only to be " "interested in this if you are a programmer, and need to develop a regular " -"expression using QRegExp." +"expression using TQRegExp." "<p>You may develop your regular expression both by using the graphical editor, " "and by typing the regular expression in this line edit." msgstr "" @@ -430,20 +434,20 @@ msgid "Editor for Regular Expressions" msgstr "Edytor do wyrażeń regularnych" #: predefined-regexps.cpp:1 -msgid "anything" -msgstr "cokolwiek" +msgid "spaces" +msgstr "spacje" #: predefined-regexps.cpp:2 -msgid "This regular expression matches anything." -msgstr "To wyrażenie regularne nie pasuje do niczego." +msgid "Matches an arbitrary amount of whitespace." +msgstr "Pasuje do dowolnej liczby spacji." #: predefined-regexps.cpp:3 -msgid "spaces" -msgstr "spacje" +msgid "anything" +msgstr "cokolwiek" #: predefined-regexps.cpp:4 -msgid "Matches an arbitrary amount of whitespace." -msgstr "Pasuje do dowolnej liczby spacji." +msgid "This regular expression matches anything." +msgstr "To wyrażenie regularne nie pasuje do niczego." #: regexpbuttons.cpp:66 msgid "Selection tool" |