summaryrefslogtreecommitdiff
path: root/langpacks/ukrainian/Plugins/CmdLine.txt
diff options
context:
space:
mode:
Diffstat (limited to 'langpacks/ukrainian/Plugins/CmdLine.txt')
-rw-r--r--langpacks/ukrainian/Plugins/CmdLine.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/langpacks/ukrainian/Plugins/CmdLine.txt b/langpacks/ukrainian/Plugins/CmdLine.txt
index ee0e031f2e..fe230f6957 100644
--- a/langpacks/ukrainian/Plugins/CmdLine.txt
+++ b/langpacks/ukrainian/Plugins/CmdLine.txt
@@ -32,7 +32,7 @@
[Notifies YAMN plugin to check for email.\nUsage: yamn check.]
Запускає перевiрку пошти в плагiнi YAMN.\nВикористання: yamn check.
[Calls a Miranda service.\nUsage: callservice <service> (d|s)<wParam> (d|s)<lParam>.\nThe command will call Miranda <service> service using wParam and lParam as arguments; the first letter of the parameter must be either 'd' if the parameter is a decimal number or 's' if the parameter is a string. Be careful when you use this function as you can only pass numbers and strings as data.\nNOTE: If you pass invalid data to a service, Miranda might crash.]
-Викликає сервiс Miranda.\nВикористання: callservice <сервiс> (d|s)<wParam> (d|s)<lParam>.\nКоманда викликає <сервiс> Miranda з використанням в якостi аргументiв wParam i lParam. Перша лiтера параметра повинна бути або 'd' (якщо параметр - десятковий), або 's' (якщо параметр - рядок). Будьте обережнi з використанням цiєї команди, оскiльки передавати як значення параметрiв можна тiльки числа i рядки.\nУВАГА: Неправильнi данi в параметрах сервiсу можуть викликати аварiйне завершення Miranda.
+Викликає сервiс Miranda.\nВикористання: callservice <сервiс> (d|s)<wParam> (d|s)<lParam>.\nКоманда викликає <сервiс> Miranda з використанням аргументiв wParam i lParam. Перша лiтера параметра повинна бути або 'd' (якщо параметр - десятковий), або 's' (якщо параметр - рядок). Будьте обережнi з використанням цiєї команди, оскiльки передавати як значення параметрiв можна тiльки числа i рядки.\nУВАГА: Неправильнi данi в параметрах сервiсу можуть викликати аварiйне завершення Miranda.
[Sends a message to the specified contact(s).\nUsage: message <contact> [<contact> [<contact> [...]]] <message>.\nThe command will send <message> to the specified contact(s) - at least one contact must be specified - all parameters except the last one are considered recipients.\n<Contact> has the following format: <name>[:<account>]. <Name> is the contact display name or unique ID and <account> is an optional parameter representing the account of the contact (useful in case there is more than one contact with the same name).\nNOTE: The message string cannot exceed 512 characters. You can use \\n for new line (and \\\\n for \\n).]
Надсилає повiдомлення вказаному контакту або контактам.\nВикористання: message <контакт> [<контакт> [<контакт> [...]]] <повiдомлення>.\nКоманда вiдправить <повiдомлення> вказаним контактам. Повинен бути вказаний як мiнiмум один контакт - усi параметри, за винятком останнього, вважаються одержувачами.\n<Контакт> має наступний формат: <iм'я>[:<облiковий запис>]. <Iм'я> - видиме iм'я контакту або його унiкальний ID, <облiковий запис> - додатковий параметр, який вказує протокол контакту (використовується, якщо є кiлька контактiв з однаковим iм'ям).\nУВАГА: <повiдомлення> не повинно перевищувати 512 символiв. Використовуйте \\n для нового рядка (i \\\\n для \\n).
[Allows you to manage database settings.\nUsage:\n db set <module> <name> (b|i|d|s|w)<value>\n db delete <module> <name>\n db get <module> <name>.\nThe command can set a database entry to the specified value (if the entry does not exist, it will be created) as well as read or delete a specified database entry. <Module> is the name of the module where the key should be located, <name> is the name of the key and <value> is the value to be written. A character must be placed before <value> in order to specify what kind of data to write: b - byte, i - integer (word), d - double word, s - string, w - wide string.]