summaryrefslogtreecommitdiffstats
path: root/tde-i18n-ru
diff options
context:
space:
mode:
authorAutomated System <slavek.banko@axis.cz>2019-01-28 03:25:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-01-28 03:25:47 +0100
commita8af094f637b78ba2dcaa30cf3849aa5d19f8d6d (patch)
treed387c93b69fb1366a3aa322fdf83098a1c5c97ff /tde-i18n-ru
parente1717010d2d0e87e944f0490dda76778cbd34820 (diff)
downloadtde-i18n-a8af094f637b78ba2dcaa30cf3849aa5d19f8d6d.tar.gz
tde-i18n-a8af094f637b78ba2dcaa30cf3849aa5d19f8d6d.zip
Merge translation files from master branch.
Diffstat (limited to 'tde-i18n-ru')
-rw-r--r--tde-i18n-ru/messages/tdeartwork/twin_art_clients.po13
-rw-r--r--tde-i18n-ru/messages/tdebase/kate.po49
-rw-r--r--tde-i18n-ru/messages/tdebase/kicker.po12
-rw-r--r--tde-i18n-ru/messages/tdebase/ksmserver.po15
-rw-r--r--tde-i18n-ru/messages/tdeutils/kgpg.po8
-rw-r--r--tde-i18n-ru/messages/tdewebdev/tdefilereplace.po4
6 files changed, 101 insertions, 0 deletions
diff --git a/tde-i18n-ru/messages/tdeartwork/twin_art_clients.po b/tde-i18n-ru/messages/tdeartwork/twin_art_clients.po
index f8ed2110983..0f59d8cde9f 100644
--- a/tde-i18n-ru/messages/tdeartwork/twin_art_clients.po
+++ b/tde-i18n-ru/messages/tdeartwork/twin_art_clients.po
@@ -395,5 +395,18 @@ msgid ""
msgstr ""
#, fuzzy
+#~ msgid ""
+#~ "Clicking on the link above will cause a window to appear showing the TDE "
+#~ "IceWM theme folder. You can add or remove native IceWM themes by "
+#~ "installing theme files into this folder or by creating folder symlinks to "
+#~ "existing IceWM themes on your system. You can get extra-themes here: "
+#~ "<b>https://github.com/bbidulock/icewm-extra-themes</b>"
+#~ msgstr ""
+#~ "При щелчке на этой ссылке появится окно показа содержимого папки тем TDE "
+#~ "IceWM. В нём вы можете добавить или удалить темы IceWM. Темы IceWM можно "
+#~ "скачать с сайта <b>http://icewm.themes.org/</b>, распаковать их в эту "
+#~ "папку или создать ссылки на установленные темы IceWM в вашей системе."
+
+#, fuzzy
#~ msgid "Center"
#~ msgstr "По центру"
diff --git a/tde-i18n-ru/messages/tdebase/kate.po b/tde-i18n-ru/messages/tdebase/kate.po
index ef148e07886..1988e7f55f5 100644
--- a/tde-i18n-ru/messages/tdebase/kate.po
+++ b/tde-i18n-ru/messages/tdebase/kate.po
@@ -1916,10 +1916,51 @@ msgstr ""
#~ msgstr "Скрыть &боковые панели"
#, fuzzy
+#~ msgid ""
+#~ "<p>Enter the expression you want to search for here.<p>If 'regular "
+#~ "expression' is unchecked, all characters that are not letters in your "
+#~ "expression will be escaped with a backslash character.<p>Possible meta "
+#~ "characters are:<br><b>.</b> - Matches any character<br><b>^</b> - Matches "
+#~ "the beginning of a line<br><b>$</b> - Matches the end of a line<br><b>"
+#~ "\\&lt;</b> - Matches the beginning of a word<br><b>\\&gt;</b> - Matches "
+#~ "the end of a word<p>The following repetition operators exist:<br><b>?</b> "
+#~ "- The preceding item is matched at most once<br><b>*</b> - The preceding "
+#~ "item is matched zero or more times<br><b>+</b> - The preceding item is "
+#~ "matched one or more times<br><b>{<i>n</i>}</b> - The preceding item is "
+#~ "matched exactly <i>n</i> times<br><b>{<i>n</i>,}</b> - The preceding item "
+#~ "is matched <i>n</i> or more times<br><b>{,<i>n</i>}</b> - The preceding "
+#~ "item is matched at most <i>n</i> times<br><b>{<i>n</i>,<i>m</i>}</b> - "
+#~ "The preceding item is matched at least <i>n</i>, but at most <i>m</i> "
+#~ "times.<p>Furthermore, backreferences to bracketed subexpressions are "
+#~ "available via the notation <code>\\#</code>.<p>See the grep(1) "
+#~ "documentation for the full documentation."
+#~ msgstr ""
+#~ "Введите регулярное выражение для поиска.<br>Возможные мета-символы:"
+#~ "<br><b>.</b> - соответствует любому символу<br><b>^</b> - соответствует "
+#~ "началу строки<br><b>$</b> - соответствует концу строки<br><b>\\\\\\&lt;</"
+#~ "b> - соответствует началу слова<br><b>\\\\\\&gt;/b> - соответствует концу "
+#~ "слова<br><br>Существуют следующие операторы повторения:<br><b>?</b> - "
+#~ "предваряющий элемент соответствует хотя бы один раз<br><b>*</b> - "
+#~ "предваряющий элемент соответствует ноль или более раз<br><b>+</b> - "
+#~ "предваряющий элемент соответствует один или более раз<br><b>{<i>n</i>}</"
+#~ "b> - предваряющий элемент соответствует ровно<i>n</i> раз<br><b>{<i>n</"
+#~ "i>,}</b> - предваряющий элемент соответствует <i>n</i> или более "
+#~ "раз<br><b>{,<i>n</i>}</b> - предваряющий элемент соответствует не более "
+#~ "<i>n</i> раз<br><b>{<i>n</i>,<i>m</i>}</b> - предваряющий элемент "
+#~ "соответствует не менее <i>n</i>,<br> но и не более <i>m</i> раз."
+#~ "<br><br>Кроме того, допустимы ссылки на вложенные <br>выражения в "
+#~ "скобках, записываемые в виде <code>\\#</code>.За дополнительной "
+#~ "информацией обращайтесь к странице руководства grep(1)."
+
+#, fuzzy
#~ msgid "&New"
#~ msgstr "&Создать..."
#, fuzzy
+#~ msgid "&Rename"
+#~ msgstr "&Переименовать..."
+
+#, fuzzy
#~ msgid "Re&load"
#~ msgstr "Пере&грузить"
@@ -1975,6 +2016,14 @@ msgstr ""
#~ msgid "Move Down"
#~ msgstr "Поместить"
+#, fuzzy
+#~ msgid "Delete session"
+#~ msgstr "Сеанс по умолчанию"
+
+#, fuzzy
+#~ msgid "Save Session"
+#~ msgstr "Сохранить сеанс?"
+
#~ msgid "Configure"
#~ msgstr "Настроить"
diff --git a/tde-i18n-ru/messages/tdebase/kicker.po b/tde-i18n-ru/messages/tdebase/kicker.po
index aa00a07c473..1f31332baf8 100644
--- a/tde-i18n-ru/messages/tdebase/kicker.po
+++ b/tde-i18n-ru/messages/tdebase/kicker.po
@@ -1187,6 +1187,14 @@ msgstr "&Описание:"
#~ msgid "Log out"
#~ msgstr "Завершить сеанс..."
+#, fuzzy
+#~ msgid "End current session"
+#~ msgstr "Завершить сеанс"
+
+#, fuzzy
+#~ msgid "Lock computer screen"
+#~ msgstr "Заблокировать экран"
+
#~ msgid "Shutdown"
#~ msgstr "Выход"
@@ -1195,6 +1203,10 @@ msgstr "&Описание:"
#~ msgstr "Перезапуск"
#, fuzzy
+#~ msgid "Restart computer and boot the default system"
+#~ msgstr "Перегрузить и загрузить систему по умолчанию"
+
+#, fuzzy
#~ msgid "Suspend"
#~ msgstr "Усыпить на память"
diff --git a/tde-i18n-ru/messages/tdebase/ksmserver.po b/tde-i18n-ru/messages/tdebase/ksmserver.po
index a5453e94e95..33c6af2bed4 100644
--- a/tde-i18n-ru/messages/tdebase/ksmserver.po
+++ b/tde-i18n-ru/messages/tdebase/ksmserver.po
@@ -338,6 +338,14 @@ msgid "Confirm"
msgstr ""
#, fuzzy
+#~ msgid ""
+#~ "<qt><p>Log out of the current session to login as a different user.</p></"
+#~ "qt>"
+#~ msgstr ""
+#~ "<qt><h3>Завершение текущего сеанса</h3><p>Выход из текущего сеанса для "
+#~ "входа от другого пользователя</p></qt>"
+
+#, fuzzy
#~ msgid "&Log out"
#~ msgstr "Выход"
@@ -351,3 +359,10 @@ msgstr ""
#~ msgstr ""
#~ "<qt><h3>Выключить компьютер</h3><p>Выход из текущего сеанса и выключение "
#~ "компьютера</p></qt>"
+
+#, fuzzy
+#~ msgid ""
+#~ "<qt><p>Log out of the current session and turn off the computer.</p></qt>"
+#~ msgstr ""
+#~ "<qt><h3>Выключить компьютер</h3><p>Выход из текущего сеанса и выключение "
+#~ "компьютера</p></qt>"
diff --git a/tde-i18n-ru/messages/tdeutils/kgpg.po b/tde-i18n-ru/messages/tdeutils/kgpg.po
index 04d508a83e1..4cc09c6aab2 100644
--- a/tde-i18n-ru/messages/tdeutils/kgpg.po
+++ b/tde-i18n-ru/messages/tdeutils/kgpg.po
@@ -3195,6 +3195,14 @@ msgstr ""
"KGpg.</p>\n"
#, fuzzy
+#~ msgid ""
+#~ "This passphrase is not secure enough.\n"
+#~ "Minimum length = 5 characters"
+#~ msgstr ""
+#~ "Пароль недостаточно защищённый\n"
+#~ "Минимальная длина - 5 символов"
+
+#, fuzzy
#~ msgid "Untitled"
#~ msgstr "безымянный"
diff --git a/tde-i18n-ru/messages/tdewebdev/tdefilereplace.po b/tde-i18n-ru/messages/tdewebdev/tdefilereplace.po
index 989e40678f6..4c3eb9c690f 100644
--- a/tde-i18n-ru/messages/tdewebdev/tdefilereplace.po
+++ b/tde-i18n-ru/messages/tdewebdev/tdefilereplace.po
@@ -1077,6 +1077,10 @@ msgstr "Обработанные файлы:"
#~ msgstr "Строка поиска."
#, fuzzy
+#~ msgid "Scanned folders:"
+#~ msgstr "Обработанные файлы:"
+
+#, fuzzy
#~ msgid "Files:"
#~ msgstr "Все файлы"