summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralitor <me4all@mail.ru>2017-09-26 23:10:22 +0200
committeralitor <me4all@mail.ru>2017-09-26 23:10:22 +0200
commitf4e6b610a79955bb75d62476d361762e17b791b3 (patch)
treef9f7a45c0ee64a0265071232cc575059192bf2a3
parent8756de2ffe2d86c34c8a37f08d68aeeb51b487c3 (diff)
langpacks/russian: translation
First experience. Tips are welcome.
-rw-r--r--langpacks/russian/Plugins/NimContact.txt4
-rw-r--r--langpacks/russian/Untranslated/NimContact.txt2
2 files changed, 4 insertions, 2 deletions
diff --git a/langpacks/russian/Plugins/NimContact.txt b/langpacks/russian/Plugins/NimContact.txt
index ab08fdea50..ade58bc656 100644
--- a/langpacks/russian/Plugins/NimContact.txt
+++ b/langpacks/russian/Plugins/NimContact.txt
@@ -97,6 +97,10 @@
Интервал... Интервал протокола Non-IM Contact %d секунд
[New Non-IM Contact]
Новый не-IM контакт
+[String replacing variables....\r\nThe following are all the valid variables that can be used. Refer to the readme for a proper explanation.\r\n\r\nfile(X)\t\t<- specifies the file to read from. MUST be followed by either start() or end() or wholeline()\r\nfilename(X)\t<- copies the filename of file X.\r\nstart(...)\t\t<- specifies where to start copying from.\r\nend(...)\t\t<- specifies where to stop copying.\r\nwholeline(line(...))\t<- specifies a whole line to copy\r\n\r\nstart() and end() explained\r\n.........................\r\nMUST start with line() followed by a number or a string inside " marks, OR csv(separatorX) variable. The number specifies which character in the line to start/end copying. The string specifies a string in the line to start/end copying.\r\n\r\ncsv(seperatorX) explained...\r\nSeperator is either "tab" or "space" or any SINGLE character. X is the Xth seperator to pass before copying, (or to stop before).\r\n\r\nLastly the line(...) variable...\r\nInside the brackets must be either a number (to specify the line number), or a string inside " marks (to use the line with that string), or lastline(X). The X in lastline is the Xth line above the last line, i.e., lastline(1) will use the 2nd last line of the file. If searching for a line with "some words" you may put a + or - X after the closing ), i.e., line("some words")+3 to go 3 lines after the line with "some words".\r\n\r\nSome Examples...\r\nfilename(0) <- will display the filename of the 0th file\r\nfile(0)wholeline(line(0))) <- will display the whole first line of the 0th file\r\nfile(0)wholeline(line("hello")-1))) <- the wholeline above the first occurrence of "hello" in the file\r\nfile(0)start(line(lastline(1))csv(tab2))end(line(lastline())csv(tab4))) <- starts at the 2nd last line of the file, from the 2nd tab variable, until the 4th tab variable in the last line (in the 0th file)\r\nfile(0)start(line("hello")+1"zzzz")end(line(6)17)) <- starts from the first occurrence of zzzz in the line after the first occurrence of hello, until the 17th character in the 6th line (starting from line 0) of the 0th file.\r\n]
+Переменные замещения строк....\r\nДалее перечислены все доступные для использования переменные. Полное описание см. в файле ReadMe.\r\n\r\nfile(X)\t\t<- обозначает файл для чтения. После неё ДОЛЖНО быть start(), end() или wholeline()\r\nfilename(X)\t<- копирует имя файла Х.\r\nstart(...)\t\t<- определяет место начала копирования.\r\nend(...)\t\t<- определяет место завершения копирования.\r\nwholeline(line(...))\t<- определяет целую строку для копирования\r\n\r\nРазъяснение start() и end()\r\n.........................\r\nНачинается ВСЕГДА с line(), за которой указывается число или строка в кавычках, ЛИБО переменная csv(разделительX). Число указывает на символ в строке, начиная или заканчивая которым производится копирование. Х - это Х-й разделитель для передачи перед копированием (или по завершении его).\r\n\r\nИ наконец, переменная line(...)...\r\nВнутри скобок указывается либо число (номер строки), либо строка в кавычках (для использования строки, содержащей её), либо lastline(X). Числом Х здесь обозначается Х-ая строка перед последней строкой, т.е. lastline(1) вернёт предпоследнюю строку в файле. При поиске строки с "некоторыми словами" можно указать + или - Х после закрывающей скобки, например, line("некоторые слова")+3 спустится на 3 строки ниже строки с "некоторыми словами".\r\n\r\nНесколько примеров...\r\nfilename(0) <- вернёт имя 0-го файла\r\nfile(0)wholeline(line(0))) <- вернёт всю первую строку 0-го файла\r\nfile(0)wholeline(line("привет")-1))) <- вся строка над первым найденным в файле словом "привет"\r\nfile(0)start(line(lastline(1))csv(tab2))end(line(lastline())csv(tab4))) <- начинает копирование с предпоследней строки файла, со 2-й переменной табуляции и продолжает до 4-й переменной табуляции в последней строке (0-го файла)\r\nfile(0)start(line("привет")+1"сссс")end(line(6)17)) <- начинает копирование с первого нахождения "сссс" в строке, следующей после первого найденного слова "привет", и продолжает до 17-го символа в 6-й строке (начиная со строки 0) в 0-м файле.\r\n
+[Contacts Display Info]
+Информация окна контактов
[Link and Contact list Settings]
Ссылки и настройки списка контактов
[Copy Contact]
diff --git a/langpacks/russian/Untranslated/NimContact.txt b/langpacks/russian/Untranslated/NimContact.txt
index 447538a9a9..a02c07b47b 100644
--- a/langpacks/russian/Untranslated/NimContact.txt
+++ b/langpacks/russian/Untranslated/NimContact.txt
@@ -7,6 +7,4 @@
[csv()]
[file()]
[filename()]
-[String replacing variables....\r\nThe following are all the valid variables that can be used. Refer to the readme for a proper explanation.\r\n\r\nfile(X)\t\t<- specifies the file to read from. MUST be followed by either start() or end() or wholeline()\r\nfilename(X)\t<- copies the filename of file X.\r\nstart(...)\t\t<- specifies where to start copying from.\r\nend(...)\t\t<- specifies where to stop copying.\r\nwholeline(line(...))\t<- specifies a whole line to copy\r\n\r\nstart() and end() explained\r\n.........................\r\nMUST start with line() followed by a number or a string inside " marks, OR csv(separatorX) variable. The number specifies which character in the line to start/end copying. The string specifies a string in the line to start/end copying.\r\n\r\ncsv(seperatorX) explained...\r\nSeperator is either "tab" or "space" or any SINGLE character. X is the Xth seperator to pass before copying, (or to stop before).\r\n\r\nLastly the line(...) variable...\r\nInside the brackets must be either a number (to specify the line number), or a string inside " marks (to use the line with that string), or lastline(X). The X in lastline is the Xth line above the last line, i.e., lastline(1) will use the 2nd last line of the file. If searching for a line with "some words" you may put a + or - X after the closing ), i.e., line("some words")+3 to go 3 lines after the line with "some words".\r\n\r\nSome Examples...\r\nfilename(0) <- will display the filename of the 0th file\r\nfile(0)wholeline(line(0))) <- will display the whole first line of the 0th file\r\nfile(0)wholeline(line("hello")-1))) <- the wholeline above the first occurrence of "hello" in the file\r\nfile(0)start(line(lastline(1))csv(tab2))end(line(lastline())csv(tab4))) <- starts at the 2nd last line of the file, from the 2nd tab variable, until the 4th tab variable in the last line (in the 0th file)\r\nfile(0)start(line("hello")+1"zzzz")end(line(6)17)) <- starts from the first occurrence of zzzz in the line after the first occurrence of hello, until the 17th character in the 6th line (starting from line 0) of the 0th file.\r\n]
-[Contacts Display Info]
[line(%-3d) = | %s]