diff options
Diffstat (limited to 'langpacks/ukrainian/Plugins/CmdLine.txt')
-rw-r--r-- | langpacks/ukrainian/Plugins/CmdLine.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/langpacks/ukrainian/Plugins/CmdLine.txt b/langpacks/ukrainian/Plugins/CmdLine.txt index 14a3e135a7..193511a323 100644 --- a/langpacks/ukrainian/Plugins/CmdLine.txt +++ b/langpacks/ukrainian/Plugins/CmdLine.txt @@ -49,19 +49,19 @@ Miranda була закрита або сталася помилка при оч Запускає перевірку пошти в плагіні Exchangе.\nВикористання: exchange check.
[Notifies YAMN plugin to check for email.\nUsage: yamn check.]
Запускає перевірку пошти в плагіні 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 paramater 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.]
+[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 paramater 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.]
Викликає сервіс Miranda.\nВикористання: callservice <сервіс> (d|s)<wParam> (d|s)<lParam>.\nКоманда викликає <сервіс> Miranda з використанням в якості аргументів wParam і lParam. Перша літера параметра повинна бути або 'd' (якщо параметр - десятковий), або 's' (якщо параметр - рядок). Будьте обережні з використанням цієї команди, оскільки передавати як значення параметрів можна тільки числа і рядки.\nУВАГА: Неправильні дані в параметрах сервісу можуть викликати аварійне завершення 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).]
Надсилає повідомлення вказаному контакту або контактам.\nВикористання: message <контакт> [<контакт> [<контакт>] [...]]] <повідомлення>.\nКоманда відправить <повідомлення> вказаним контактам. Повинен бути вказаний як мінімум один контакт - усі параметри, за винятком останнього, вважаються одержувачами.\n<Контакт> має наступний формат: <ім'я>[:<обліковий запис>]. <Ім'я> - коротке ім'я контакту або його унікальний ID, <обліковий запис> - додатковий параметр, який вказує протокол контакту (використовується, якщо є кілька контактів з однаковим ім'ям).\nУВАГА: <повідомлення> не повинно перевищувати 512 символів. Використовуйте \\n для нового рядка (і \\\\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.]
+[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.]
Дозволяє керувати настройками в базі даних.\nВикористання:\n db set <модуль> <ім'я> (b|i|d|s|w)<значення>\n db delete <модуль> <ім'я>\n db get <модуль> <ім'я>.\nКоманда дозволяє зчитувати, видаляти і встановлювати значення параметрів в базі (якщо зазначеного параметра немає, він буде створений).\n<Модуль> - ім'я модуля, в якому знаходиться ключ, <ім'я> - ім'я ключа, а <значення> це дані ключа. Перед <значення> повинен бути вказаний символ для вказівки типу даних ключа: b - байт, i - ціле (слово), d - подвійне слово, s - рядок, w - юнікод.
[Configures proxy settings either globally or per account.\nUsage: proxy (global|<account>) <setting> [<params>].\n<Setting> is one of the following settings:\n status (disable | enable | toggle)\n server <proxy type> <server> <port>.]
Налаштовує проксі-сервер для облікового запису або глобально.\nВикористання: proxy (global|<обліковий запис>) <настройка> [<параметри>].\n<Настройка> - одне з наступних значень:\n status (disable | enable | toggle)*\n server <тип проксі> <сервер> <порт>.\n*disable - вимкнути\n*enable - увімкнути\n*toggle - перемкнути стан.
-[Allows you to search/list contacts or open a message windows for specified contacts.\nUsage:\n contacts list [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will search all contacts and display the ones matching the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'.\n contacts open [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will open a message window for all contacts that match the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'. If no keyword is specified the command will open a message window for all contacts that have unread messages.]
+[Allows you to search/list contacts or open a message windows for specified contacts.\nUsage:\n contacts list [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will search all contacts and display the ones matching the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'.\n contacts open [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will open a message window for all contacts that match the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'. If no keyword is specified, the command will open a message window for all contacts that have unread messages.]
Дозволяє шукати/відображати контакти або відкривати вікно повідомлень для вказаних контактів.\nВикористання:\n contacts list [<ключ> [account:<обліковий запис>] [id:<id>] [status:<статус>] [<ключ> [...]]].\nКоманда відобразить усі контакти, знайдені за вказаними критеріями.\nДля пошуку за обліковим записом використовуйте параметр 'account:<обліковий запис>'.\nДля пошуку контакту за ID використовуйте ключ 'id:<id>'.\nДля пошуку контактів із вказаним статусом, використовуйте 'status:<статус>'.\n contacts open [<ключ> [account:<обліковий запис>] [id:<id>] [status:<статус>] [<ключ> [...]]].\nКоманда відкриє вікно повідомлень для всіх контактів, знайдених за вказаними критеріями.\nДля пошуку за обліковим записом використовуйте параметр 'account:<обліковий запис>'.\nДля пошуку контакту за ID використовуйте ключ 'id:<id>'.\nДля пошуку контактів із вказаним статусом, використовуйте 'status:<статус>'.\nЯкщо не вказано жодного ключа, команда відкриє вікно повідомлень для всіх контактів з непрочитаними повідомленнями.
-[Shows history or unread messages for a contact.\nUsage: history <command> <contact>.\n<Command> is one of the following commands:\n unread - show unread messages for that contact.\n show <contact> <start> <finish> - show history from event number <start> to <finish>. If any number is negative it is interpreted as a relative index from the last event number +1 (so the last event for a contact is -1).]
+[Shows history or unread messages for a contact.\nUsage: history <command> <contact>.\n<Command> is one of the following commands:\n unread - show unread messages for that contact.\n show <contact> <start> <finish> - show history from event number <start> to <finish>. If any number is negative, it is interpreted as a relative index from the last event number +1 (so the last event for a contact is -1).]
Відображає непрочитані повідомлення або історію контакту.\nВикористання: history <команда> <контакт>.\n<Команда> - одна з наступних команд:\n unread - відобразити непрочитані повідомлення від вказаного контакту.\n show <контакт> <старт> <фініш> - відобразити історію, починаючи з події <старт> по <фініш>.\nБудь-яке від'ємне значення інтерпретується як відносний індекс від останнього значення +1. Т.ч. остання подія для контакту це -1.
-[Shows version information for Miranda and CmdLine plugin. If VersionInfo plugin is installed it will use its report instead.\nUsage: version.\nThe command will print Miranda's and CmdLine's version numbers or, if VersionInfo plugin is installed, it will show VersionInfo's report.]
+[Shows version information for Miranda and CmdLine plugin. If VersionInfo plugin is installed, it will use its report instead.\nUsage: version.\nThe command will print Miranda's and CmdLine's version numbers or, if VersionInfo plugin is installed, it will show VersionInfo's report.]
Відображає інформацію про версії Miranda і плагіна CmdLine. Якщо встановлений плагін VersionInfo, буде використовуватися звіт цього плагіна.\nВикористання: version.\nКоманда відобразить версії Miranda і плагіна CmdLine або, якщо встановлений плагін VersionInfo, буде відображений звіт VersionInfo.
[Changes the user's nickname on the given protocol to the new name.\nUsage: setnickname <protocol> new_nickname.]
Змінює нік користувача на вказаному протоколі.\nВикористання: setnickname <протокол> новий_нік.
@@ -72,11 +72,11 @@ Miranda була закрита або сталася помилка при оч [Unknown parameter '%s' for command '%s'.]
Невідомий аргумент '%s' для команди '%s'.
[Current global status: %s.%s]
-Цей глобальний статус: %s.%s
+Глобальний статус: %s.%s
[Changed global status to '%s' (previous status was '%s').]
-Змінено глобальний статус на '%s' (попередній був '%s').
+Глобальний статус змінено на '%s' (попередній був '%s').
[Changed '%s' status to '%s' (previous status was '%s').]
-Змінено '%s' статус '%s' (попередній був '%s').
+Статус '%s' змінено на '%s' (попередній був '%s').
['%s' doesn't seem to be a valid account.]
Обліковий запис '%s' вказаний неправильно або не існує.
[Failed to change status for account '%s' to '%s'.]
|