From f18253867a0b52de1a2e6f204fb0d9f178ed770b Mon Sep 17 00:00:00 2001 From: Florens Date: Mon, 23 Jul 2018 22:51:48 +0200 Subject: [PATCH] New translations strings.xml (Russian) --- .../src/main/res/values-ru-rRU/strings.xml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Clover/app/src/main/res/values-ru-rRU/strings.xml b/Clover/app/src/main/res/values-ru-rRU/strings.xml index 6072f4f6..2f19c06b 100644 --- a/Clover/app/src/main/res/values-ru-rRU/strings.xml +++ b/Clover/app/src/main/res/values-ru-rRU/strings.xml @@ -206,26 +206,26 @@ along with this program. If not, see . Помощь по фильтрам -If the pattern matches then the post can be hidden or highlighted.
+Фильтры работают по заданному пользователем паттерну и местам его работы.
+Если паттерн срабатывает, то пост можно скрыть или выделить.
-

For tripcodes, names and IDs:

+

Для трипкодов, имен и ID:

- It will match the given pattern exact.
- !Ep8pui8Vw2 will match the tripcode !Ep8pui8Vw2 but not Ep8pu. + Сработает только при полном совпадении паттерна и содержимого.
+ Фильтр на !Ep8pui8Vw2 сработает на трипкод !Ep8pui8Vw2, но не на текст Ep8pu.

-

For comments, subjects and filenames:

+

Для ответов, тем и имен файлов:

- These filters are pattern based, and have three modes:
+ Эти фильтры имеют три режима:

- 1. The pattern foo bar will match text that has any of the words in it. It will match foo or bar, but not foobar. - Placing a * allows any character to be filled in: f*o will match both foo, foooo but not foobar
+ 1. Паттерн foo bar совпадет с текстом, который имеет любое из введенных слов. То есть он сработает на словах foo или bar, но не на foobar. + Если поместить знак * вот так f*o, то будут срабатывать случаи foo, foooo, но не foobar

- 2. Quoting your pattern with \" like \"foo bar\" will match the text exactly. - foo bar matches but foo does not.
+ 2. Паттерн помещенный в \", например \"foo bar\", будет срабатывать только при полном совпадении. + foo bar сработает, а foo - нет.

- 3. Regular expressions. /^>implying/ for example. + 3. Регулярные выражения. /^>implying/ например.

]]>