diff options
Diffstat (limited to 'tde-i18n-ru/messages/tdeutils/kregexpeditor.po')
-rw-r--r-- | tde-i18n-ru/messages/tdeutils/kregexpeditor.po | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/tde-i18n-ru/messages/tdeutils/kregexpeditor.po b/tde-i18n-ru/messages/tdeutils/kregexpeditor.po index fb438dbb579..2756479c054 100644 --- a/tde-i18n-ru/messages/tdeutils/kregexpeditor.po +++ b/tde-i18n-ru/messages/tdeutils/kregexpeditor.po @@ -10,10 +10,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: 2005-09-29 18:41+0400\n" "Last-Translator: Andrey Cherepanov <sibskull@mail.ru>\n" "Language-Team: Russian <kde-russian@lists.kde.ru>\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -186,11 +187,13 @@ msgid "The Carriage Return Character (\\r)" msgstr "Символ возврата каретки (\\r)" #: charselector.cpp:68 -msgid "The Horizontal Tab Character (\\t)" +#, fuzzy +msgid "TheQt::Horizontal Tab Character (\\t)" msgstr "Символ горизонтальной табуляции (\\t)" #: charselector.cpp:69 -msgid "The Vertical Tab Character (\\v)" +#, fuzzy +msgid "TheQt::Vertical Tab Character (\\v)" msgstr "Символ вертикальной табуляции (\\v)" #: compoundwidget.cpp:46 @@ -397,10 +400,11 @@ msgid "Clear expression" msgstr "Очистить" #: 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 "" @@ -431,20 +435,20 @@ msgid "Editor for Regular Expressions" msgstr "Редактор регулярных выражений" #: predefined-regexps.cpp:1 -msgid "anything" -msgstr "всё" +msgid "spaces" +msgstr "пробелы" #: predefined-regexps.cpp:2 -msgid "This regular expression matches anything." -msgstr "Это регулярное выражение совпадает с любым текстом." +msgid "Matches an arbitrary amount of whitespace." +msgstr "Соответствует любому количеству пробельных символов." #: predefined-regexps.cpp:3 -msgid "spaces" -msgstr "пробелы" +msgid "anything" +msgstr "всё" #: predefined-regexps.cpp:4 -msgid "Matches an arbitrary amount of whitespace." -msgstr "Соответствует любому количеству пробельных символов." +msgid "This regular expression matches anything." +msgstr "Это регулярное выражение совпадает с любым текстом." #: regexpbuttons.cpp:66 msgid "Selection tool" |