diff options
Diffstat (limited to 'langpacks/ukrainian/Plugins/Variables.txt')
-rw-r--r-- | langpacks/ukrainian/Plugins/Variables.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/langpacks/ukrainian/Plugins/Variables.txt b/langpacks/ukrainian/Plugins/Variables.txt index 5e9507f640..df39a154f3 100644 --- a/langpacks/ukrainian/Plugins/Variables.txt +++ b/langpacks/ukrainian/Plugins/Variables.txt @@ -7,6 +7,7 @@ ;============================================================
[Adds support for dynamic variables in strings for plugins.]
Підтримка динамічних змінних для інших плагінів.
+;file \plugins\Variables\res\Variables.rc
[Parse options]
Налаштування аналізу
[Automatically strip "end of line" characters]
@@ -47,6 +48,7 @@ Нотатки
[Variables...]
Змінні...
+;file \plugins\Variables\src\help.cpp
[Token]
Маркер
[Tokens]
@@ -61,16 +63,19 @@ Допомога по змінним
[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]
@@ -81,6 +86,7 @@ отримує назву пісні, що програється в 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]
@@ -91,6 +97,7 @@ переводить 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 && ...)]
@@ -125,6 +132,7 @@ Y, якщо довжина рядка W > X, інакше Z логічне ПРАВДА
[performs logical XOR (x ^ y)]
виконує логічне виключне АБО - XOR (x ^ y)
+;file \plugins\Variables\src\parse_math.cpp
[Mathematical Functions]
Математичні функції
[x + y + ...]
@@ -149,6 +157,7 @@ X, помножене на Y, поділене на Z випадкове число
[x - y - ...]
X - Y - ...
+;file \plugins\Variables\src\parse_metacontacts.cpp
[Metacontacts]
Метаконтакти
[get parent metacontact of contact x]
@@ -157,6 +166,7 @@ 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]
@@ -223,12 +233,14 @@ X - Y - ... отримати дату і час (використовується формат 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, знайдений в subject Y за шаблоном X
+;file \plugins\Variables\src\parse_str.cpp
[String Functions]
Рядкові функції
[converts each first letter of a word to uppercase, all others to lowercase]
@@ -307,6 +319,7 @@ Z, якщо Y = X, допустимі численні аргументи Y і Z переводить 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]
@@ -349,11 +362,14 @@ Y > 0: рядок номер Y з файлу X, Y = 0: увесь файл, Y < ім'я користувача
[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\stdafx.h
[--- 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.]
--- Спеціальні символи ---\r\n\r\nНаступні символи мають спеціальне значення в рядку форматування:\r\n\r\n?<функція>(<аргументи>)\r\nОбробка функції з заданими аргументами, результат обробляється знову. Приклад: Сьогодні ?cdate(yyyy/MM/dd).\r\n\r\n!<функція>(<аргументи>)\r\nОбробка функції з заданими аргументами, результат НЕ обробляється знову. Приклад: Вхідне повідомлення: !message(first,rcvd,unread).\r\n\r\n%<поле>%\r\nОбробляє це поле. Приклад: Я встановив Miranda NG в: %mirandapath%.\r\n\r\n`<рядок>`\r\nНе обробить цей рядок, функцію, поле чи спеціальний символ у рядку. Приклад: Використовуйте `%mirandapath%` для показу шляху встановлення.\r\n\r\n#<коментар>\r\nДодає коментар. Усе за символом # до кінця рядка буде видалено. Приклад: %dbprofile% #це непотрібний коментар.\r\n\r\n\r\n--- Контакти ---\r\n\r\nЯкщо функції необхідний контакт як аргумент, його можна отримати двома способами:\r\n\r\n1) використовуючи унікальний ID (UIN для ICQ, E-mail для MSN) або ID контакту, вказаним за ID протоколу у форматі <PROTOID:UNIQUEID>, наприклад <MSN:miranda@hotmail.com> або <ICQ:123456789>.\r\n\r\n2) використовуючи функцію contact:\r\n?contact(x,y)\r\nПоверне контакт зі значенням X властивості Y, Y може бути одним з:\r\nfirst, last, nick, email, ID або display\r\n\r\nПриклад: ?contact(miranda@hotmail.com,email) або ?contact(Miranda,nick). Функція contact повертає унікальний контакт, знайдений за заданими аргументами, або не повертає нічого, якщо не знайдено жодного або знайдено декілька контактів.
+;file \plugins\Variables\src\variables.cpp
|