diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-13 19:24:01 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-13 19:24:01 +0000 |
commit | 5d0d8600b2afc893dfb8428411491bd552ab7d70 (patch) | |
tree | 78b17869157911c373ba2de8c3880163f4ae28fd /langpacks/russian/Plugins/Variables.txt | |
parent | 554568ba8b09abbae53c4eab635e5cafcc2ca28b (diff) |
langpacks/russian: cleanup from ref. ";file path\file"
git-svn-id: http://svn.miranda-ng.org/main/trunk@7188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'langpacks/russian/Plugins/Variables.txt')
-rw-r--r-- | langpacks/russian/Plugins/Variables.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/langpacks/russian/Plugins/Variables.txt b/langpacks/russian/Plugins/Variables.txt index f8e57dd3ae..192bd6646e 100644 --- a/langpacks/russian/Plugins/Variables.txt +++ b/langpacks/russian/Plugins/Variables.txt @@ -7,7 +7,6 @@ ;============================================================
[Adds support for dynamic variables in strings for plugins.]
Поддержка динамических переменных для других плагинов.
-;file \plugins\Variables\res\Variables.rc
[Parse options]
Настройки анализа
[Automatically strip "end of line" characters]
@@ -50,7 +49,6 @@ Заметки
[Variables...]
Переменные...
-;file \plugins\Variables\src\help.cpp
[Token]
Маркер
[--- Special characters ---\r\n\r\nThe following characters have a special meaning in a formatting string:\r\n\r\n?<function>(<arguments>)\r\nThis will parse the function given the arguments, the result will be parsed again. Example: Today is ?cdate(yyyy/MM/dd).\r\n\r\n!<function>(<arguments>)\r\nThis will parse the function given the arguments, the result will not be parsed again. Example: Message waiting: !message(,first,rcvd,unread).\r\n\r\n%<field>%\r\nThis will parse the given field. Example: I installed Miranda at: %mirandapath%.\r\n\r\n`<string>`\r\nThis will not parse the given string, any function, field or special character in the string will shown in the result without being translated. Example: Use `%mirandapath%` to show the installation path.\r\n\r\n#<comment>\r\nThis will add a comment in the formatting string. Everything from the # character to the end of the line will be removed. Example: %dbprofile% #this is a useless comment.\r\n\r\n\r\n--- Contacts ---\r\n\r\nWhenever a functions requires a contact as an argument, you can specify it in two ways:\r\n\r\n(1) Using a unique ID (UIN for ICQ, email for MSN) or, a protocol ID followed by a unique ID in the form <PROTOID:UNIQUEID>, for example <MSN:miranda@hotmail.com> or <ICQ:123456789>.\r\n\r\n(2) Using the contact function:\r\n?contact(x,y)\r\nA contact will be searched which will have value x for its property y, y can be one of the following:\r\nfirst, last, nick, email, ID or display\r\n\r\nFor example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.]
@@ -67,19 +65,16 @@ Помощь по переменным
[Open String Formatting Help]
Помощь по формату строк
-;file \plugins\Variables\src\options.cpp
[Services]
Службы
[Variables]
Переменные
-;file \plugins\Variables\src\parse_alias.cpp
[Alias]
Алиас
[user defined]
определено пользователем
[stores y as alias named x]
сохраняет Y, как алиас X
-;file \plugins\Variables\src\parse_external.cpp
[Stopped]
Остановлено
[Paused]
@@ -90,7 +85,6 @@ получает имя песни играемой в Winamp
[retrieves current Winamp state (Playing/Paused/Stopped)]
получает состояние Winamp (играет/пауза/остановлен)
-;file \plugins\Variables\src\parse_inet.cpp
[Internet Related]
Интернет
[converts each non-html character into hex format]
@@ -101,7 +95,6 @@ переводит 32битное число в формат IPv4 (4 числа разделены точками)
[converts a 32-bit number (in host byte order) to IPv4 dotted notation]
переводит 32битное число (в порядке хоста) в формат IPv4 (4 числа разделены точками)
-;file \plugins\Variables\src\parse_logic.cpp
[Logical Expressions]
Логические выражения
[performs logical AND (x && y && ...)]
@@ -136,7 +129,6 @@ y, если длина строки w > x, в другом случае z Логическое ПРАВДА
[performs logical XOR (x ^ y)]
выполняет логическое исключающее ИЛИ - XOR (x ^ y)
-;file \plugins\Variables\src\parse_math.cpp
[Mathematical Functions]
Математические функции
[x + y + ...]
@@ -161,7 +153,6 @@ x умноженное на y делённое на z случайное число
[x - y - ...]
x - y - ...
-;file \plugins\Variables\src\parse_metacontacts.cpp
[MetaContacts]
Метаконтакты
[get parent metacontact of contact x]
@@ -170,7 +161,6 @@ x - y - ... возвращает субконтакт по умолчанию метаконтакта x
[get the 'most online' subcontact x]
возвращает субконтакт 'в сети' метаконтакта x
-;file \plugins\Variables\src\parse_miranda.cpp
[Miranda Core Global]
Переменные ядра Miranda
[path to Miranda root folder]
@@ -237,14 +227,12 @@ z контакт со свойством y, описанным в x, приме получить дату и время (используется формат Miranda NG)
[TRUE if service function exists]
ПРАВДА, если сервисная функция существует
-;file \plugins\Variables\src\parse_regexp.cpp
[Regular Expressions]
Регулярные выражения
[(ANSI input only) the number of substring matches found in y with pattern x]
(вход. данные только ANSI) количество подстрок найденных в y, по маске x
[(ANSI input only) substring match number z found in subject y with pattern x]
(Только ANSI ввод) подстрока совпадения z найдена в теме y с шаблоном x
-;file \plugins\Variables\src\parse_str.cpp
[String Functions]
Строковые функции
[converts each first letter of a word to uppercase, all others to lowercase]
@@ -323,7 +311,6 @@ z, если y равно x, допустимы множественные арг переводит x в ЗАГЛАВНЫЕ буквы
[words (separated by white spaces) number y to z from string x (z is optional)]
слова (разделённые пробелом) количеством от y до z из строки x (z необязательно)
-;file \plugins\Variables\src\parse_system.cpp
[System Functions]
Системные функции
[computer name]
@@ -368,11 +355,9 @@ y > 0: строка номер y из файла x, y = 0: целый файл, Имя пользователя
[text from clipboard]
текст из буфера обмена
-;file \plugins\Variables\src\parse_variables.cpp
[variable set by put(s) with name x]
переменная заданная put с именем x
[x, and stores y as variable named x]
x, и сохраняет y, как переменную с именем x
[only stores y as variables x]
только сохраняет y, как переменную x
-;file \plugins\Variables\src\variables.cpp
|