diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-07-03 16:10:38 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-07-03 16:10:38 +0000 |
commit | 3ef2bbac67387f5b8c32a0263ce362dcb806e8af (patch) | |
tree | 2a926564b3db6fd4a7f3acaae8c5aafe580fb6bd | |
parent | c6fac364ff9be39ccfc33397c9a26332bc0d5d38 (diff) |
langpacks: update according to [9663], [9665]. Forgotten line in OpenFolders translations.
git-svn-id: http://svn.miranda-ng.org/main/trunk@9668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
34 files changed, 46 insertions, 52 deletions
diff --git a/langpacks/belarusian/Plugins/CmdLine.txt b/langpacks/belarusian/Plugins/CmdLine.txt index 0fd19c25a4..f054ce70d6 100644 --- a/langpacks/belarusian/Plugins/CmdLine.txt +++ b/langpacks/belarusian/Plugins/CmdLine.txt @@ -2,7 +2,7 @@ ;============================================================
; File: CmdLine.dll
; Plugin: Command line
-; Version: 0.0.4.1
+; Version: 0.0.4.2
; Authors: Cristian Libotean
;============================================================
[This plugin lets you control Miranda from the command line.]
@@ -55,7 +55,7 @@ Miranda была зачынена ці адбылася памылка пры ч Запускае праверку пошты ў плагіне 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.]
Выклікае сэрвіс 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.]
+[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 сімвалаў.
[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 - юнікод.
diff --git a/langpacks/belarusian/Plugins/Quotes.txt b/langpacks/belarusian/Plugins/Quotes.txt index ec4c38dc38..b94fe06bc8 100644 --- a/langpacks/belarusian/Plugins/Quotes.txt +++ b/langpacks/belarusian/Plugins/Quotes.txt @@ -183,8 +183,8 @@ HTTP далучэнне Quotes [Import]
Імпарт
;file \plugins\Quotes\src\ImportExport.cpp
-[Xml File (*.xml)]
-Файл Xml(*.xml)
+[XML File (*.xml)]
+Файл XML(*.xml)
[All files (*.*)]
Усе файлы (*.*)
;file \plugins\Quotes\src\ModuleInfo.cpp
diff --git a/langpacks/bulgarian/Plugins/CmdLine.txt b/langpacks/bulgarian/Plugins/CmdLine.txt index c13c60264c..1ba02350b2 100644 --- a/langpacks/bulgarian/Plugins/CmdLine.txt +++ b/langpacks/bulgarian/Plugins/CmdLine.txt @@ -2,7 +2,7 @@ ;============================================================
; File: CmdLine.dll
; Plugin: Command line
-; Version: 0.0.4.1
+; Version: 0.0.4.2
; Authors: Cristian Libotean
;============================================================
[This plugin lets you control Miranda from the command line.]
@@ -55,7 +55,7 @@ [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.]
-[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.]
+[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).]
[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.]
diff --git a/langpacks/bulgarian/Plugins/Dbx_mmap.txt b/langpacks/bulgarian/Plugins/Dbx_mmap.txt index cff80a79dd..c25f69004d 100644 --- a/langpacks/bulgarian/Plugins/Dbx_mmap.txt +++ b/langpacks/bulgarian/Plugins/Dbx_mmap.txt @@ -50,7 +50,7 @@ [Database Panic]
;file \plugins\Db3x_mmap\src\dbheaders.cpp
-[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nPlease press Yes to read further instructions or No to cancel]
+[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nWould you like to read how to fix this?]
[Obsolete database format]
diff --git a/langpacks/bulgarian/Plugins/Quotes.txt b/langpacks/bulgarian/Plugins/Quotes.txt index 8ebb909493..fe3153e248 100644 --- a/langpacks/bulgarian/Plugins/Quotes.txt +++ b/langpacks/bulgarian/Plugins/Quotes.txt @@ -203,8 +203,8 @@ HTTP връзки на Quotes [Import]
Внос
;file \plugins\Quotes\src\ImportExport.cpp
-[Xml File (*.xml)]
-Xml файлове (*.xml)
+[XML File (*.xml)]
+XML файлове (*.xml)
[All files (*.*)]
Всички файлове (*.*)
;file \plugins\Quotes\src\ModuleInfo.cpp
diff --git a/langpacks/czech/Plugins/Quotes.txt b/langpacks/czech/Plugins/Quotes.txt index c7ea3fb30d..ec4f290b6c 100644 --- a/langpacks/czech/Plugins/Quotes.txt +++ b/langpacks/czech/Plugins/Quotes.txt @@ -203,8 +203,8 @@ Exportovat [Import]
Importovat
;file \plugins\Quotes\src\ImportExport.cpp
-[Xml File (*.xml)]
-Xml soubory (*.xml)
+[XML File (*.xml)]
+XML soubory (*.xml)
[All files (*.*)]
Všechny soubory (*.*)
;file \plugins\Quotes\src\ModuleInfo.cpp
diff --git a/langpacks/english_gb/Plugins/CmdLine.txt b/langpacks/english_gb/Plugins/CmdLine.txt index 45d6cc2a65..8bd6eceb32 100644 --- a/langpacks/english_gb/Plugins/CmdLine.txt +++ b/langpacks/english_gb/Plugins/CmdLine.txt @@ -2,7 +2,7 @@ ;============================================================
; File: CmdLine.dll
; Plugin: Command line
-; Version: 0.0.4.1
+; Version: 0.0.4.2
; Authors: Cristian Libotean
;============================================================
[Could not initialize CmdLine plugin property]
diff --git a/langpacks/french/Plugins/CmdLine.txt b/langpacks/french/Plugins/CmdLine.txt index 21e311f73f..61a96c9974 100644 --- a/langpacks/french/Plugins/CmdLine.txt +++ b/langpacks/french/Plugins/CmdLine.txt @@ -2,7 +2,7 @@ ;============================================================
; File: CmdLine.dll
; Plugin: Command line
-; Version: 0.0.4.1
+; Version: 0.0.4.2
; Authors: Cristian Libotean
;============================================================
[This plugin lets you control Miranda from the command line.]
@@ -55,7 +55,7 @@ Erreur [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.]
-[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.]
+[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).]
[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.]
diff --git a/langpacks/french/Plugins/Dbx_mmap.txt b/langpacks/french/Plugins/Dbx_mmap.txt index 95220c9909..9f1636913f 100644 --- a/langpacks/french/Plugins/Dbx_mmap.txt +++ b/langpacks/french/Plugins/Dbx_mmap.txt @@ -50,7 +50,7 @@ Erreur dans la base de donnée [Database Panic]
Panique dans la Base de données !
;file \plugins\Db3x_mmap\src\dbheaders.cpp
-[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nPlease press Yes to read further instructions or No to cancel]
+[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nWould you like to read how to fix this?]
[Obsolete database format]
diff --git a/langpacks/french/Plugins/Quotes.txt b/langpacks/french/Plugins/Quotes.txt index 698c6d2281..f32ad65e15 100644 --- a/langpacks/french/Plugins/Quotes.txt +++ b/langpacks/french/Plugins/Quotes.txt @@ -203,7 +203,7 @@ Réseau [Import]
;file \plugins\Quotes\src\ImportExport.cpp
-[Xml File (*.xml)]
+[XML File (*.xml)]
[All files (*.*)]
Tous les fichiers (*.*)
diff --git a/langpacks/french/Untranslated/CmdLine.txt b/langpacks/french/Untranslated/CmdLine.txt index eb70333d44..22b1e253e2 100644 --- a/langpacks/french/Untranslated/CmdLine.txt +++ b/langpacks/french/Untranslated/CmdLine.txt @@ -20,7 +20,7 @@ [Notifies Exchange plugin to check for email.\nUsage: exchange check.]
[Notifies YAMN plugin to check for email.\nUsage: 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.]
-[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.]
+[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).]
[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.]
[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>.]
[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.]
diff --git a/langpacks/french/Untranslated/Dbx_mmap.txt b/langpacks/french/Untranslated/Dbx_mmap.txt index 7ab8a1b379..be9946e8ec 100644 --- a/langpacks/french/Untranslated/Dbx_mmap.txt +++ b/langpacks/french/Untranslated/Dbx_mmap.txt @@ -9,7 +9,7 @@ [Only critical data are encrypted (passwords, security tokens, etc). All another settings and history remains unencrypted. Fast and effective, suitable for the most cases]
[All string settings and all events in histories are encrypted. It also makes Miranda much slower and creates a risk of losing everything you've stored in a profile in case of losing password. Recommended only for paranoid users]
[Miranda has detected corruption in your database. This corruption may be fixed by DbChecker plugin. Please download it from http://miranda-ng.org/p/DbChecker/. Miranda will now shut down.]
-[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nPlease press Yes to read further instructions or No to cancel]
+[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nWould you like to read how to fix this?]
[Obsolete database format]
[Your database must be converted into the new format. This is potentially dangerous operation, so please make a backup before.\n\nClick Yes to proceed with conversion or No to exit Miranda]
[Database conversion required]
diff --git a/langpacks/french/Untranslated/Quotes.txt b/langpacks/french/Untranslated/Quotes.txt index 7c393e3694..d2dcf3dbea 100644 --- a/langpacks/french/Untranslated/Quotes.txt +++ b/langpacks/french/Untranslated/Quotes.txt @@ -75,7 +75,7 @@ [Export]
[Swap button]
[Import]
-[Xml File (*.xml)]
+[XML File (*.xml)]
[Miranda could not load Quotes plugin. XML parser is missing.]
[Miranda could not load Quotes plugin. Microsoft HTML parser is missing.]
[Miranda's History]
diff --git a/langpacks/german/Plugins/CmdLine.txt b/langpacks/german/Plugins/CmdLine.txt index 1698eb2109..9f2da84766 100644 --- a/langpacks/german/Plugins/CmdLine.txt +++ b/langpacks/german/Plugins/CmdLine.txt @@ -2,7 +2,7 @@ ;============================================================
; File: CmdLine.dll
; Plugin: Command line
-; Version: 0.0.4.1
+; Version: 0.0.4.2
; Authors: Cristian Libotean
;============================================================
[This plugin lets you control Miranda from the command line.]
@@ -55,7 +55,7 @@ Das Exchange-Plugin wird neue E-Mails prüfen.\nVerwendung: exchange check. Das YAMN-Plugin wird neue E-Mails prüfen.\nVerwendung: 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.]
Ruft einen Miranda-Dienst auf.\nVerwendung: callservice <Dienst> (d|s)<wParam> (d|s)<lParam>.\nDieser Befehl ruft den Miranda-Dienst <Dienst> mit wParam und lParam als Argumenten auf, der erste Buchstabe der Parameter muss entweder 'd' sein, wenn der Parameter eine Dezimalzahl ist, oder 's', wenn der Parameter eine Zeichenkette ist. Seien Sie vorsichtig, wenn Sie diese Funktion verwenden, Sie können nur Zahlen und Zeichenketten als argumente übergeben.\nHINWEIS: Wenn Sie einem Dienst ungültige Daten übergeben könnte Miranda abstürzen.
-[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.]
+[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).]
Sendet eine Nachricht an den/die angegebene(n) Kontakt(e).\nVerwendung: message <Kontakt> [<Kontakt> [<Kontakt> [...]]] <Nachricht>.\nDieser Befehl sendet <Nachricht> an den/die angegebene(n) Kontakt(e) - mindestens ein Kontakt muss gegeben sein - alle Parameter außer dem letzten sind Kontakte.\n<Kontakt> hat folgendes Format: <Name>[:<Konto>]. <Name> ist der Anzeigename des Kontaktes oder seine einmalige ID und <Konto ist ein optionaler Parameter für das Konto des Kontaktes (nützlich, falls es mehr als einen Kontakt mit dem selben Namen gibt).\nHINWEIS: Die Nachricht darf nicht mehr als 512 Zeichen haben.
[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.]
Erlaubt es Ihnen, Datenbankeinträge zu verwalten.\nVerwendung:\n db set <Modul> <Name> (b|i|d|s|w)<Wert>\n db delete <Modul> <Name>\n db get <Modul> <Name>.\nDieser Befehl kann einen Datenbankeintrag auf den angegebenen Wert setzen (wenn er nicht existiert wird er neu angelegt) sowie einen Datenbankeintrag lesen oder löschen. <Modul> ist der Name des Moduls, in welchem sich der Schlüssel befindet, <Name> ist der Name des Schlüssels und <Wert> ist der zu schreibende Wert. Ein Zeichen muss vor Wert stehen um den Typ anzugeben: b - Byte, i - integer (word), d - double word, s - Zeichenkette, w - Unicode-Zeichenkette.
diff --git a/langpacks/german/Plugins/Dbx_mmap.txt b/langpacks/german/Plugins/Dbx_mmap.txt index 5f3a28d15a..6c7a1d1a33 100644 --- a/langpacks/german/Plugins/Dbx_mmap.txt +++ b/langpacks/german/Plugins/Dbx_mmap.txt @@ -50,7 +50,7 @@ Miranda hat Fehler in der Datenbank entdeckt. Diese Fehler könnten mit dem DbCh [Database Panic]
Datenbankprobleme
;file \plugins\Db3x_mmap\src\dbheaders.cpp
-[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nPlease press Yes to read further instructions or No to cancel]
+[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nWould you like to read how to fix this?]
[Obsolete database format]
diff --git a/langpacks/german/Plugins/Quotes.txt b/langpacks/german/Plugins/Quotes.txt index ac14662901..d9f5100754 100644 --- a/langpacks/german/Plugins/Quotes.txt +++ b/langpacks/german/Plugins/Quotes.txt @@ -203,7 +203,7 @@ Buttons vertauschen [Import]
Importieren
;file \plugins\Quotes\src\ImportExport.cpp
-[Xml File (*.xml)]
+[XML File (*.xml)]
XML-Datei (*.xml)
[All files (*.*)]
Alle Dateien (*.*)
diff --git a/langpacks/german/Untranslated/Dbx_mmap.txt b/langpacks/german/Untranslated/Dbx_mmap.txt index 3f069487e2..274fb5953d 100644 --- a/langpacks/german/Untranslated/Dbx_mmap.txt +++ b/langpacks/german/Untranslated/Dbx_mmap.txt @@ -1,2 +1,2 @@ -[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nPlease press Yes to read further instructions or No to cancel]
+[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nWould you like to read how to fix this?]
[Obsolete database format]
diff --git a/langpacks/polish/Plugins/CmdLine.txt b/langpacks/polish/Plugins/CmdLine.txt index 5cacbfb5e9..0ba44dd358 100644 --- a/langpacks/polish/Plugins/CmdLine.txt +++ b/langpacks/polish/Plugins/CmdLine.txt @@ -2,7 +2,7 @@ ;============================================================
; File: CmdLine.dll
; Plugin: Command line
-; Version: 0.0.4.1
+; Version: 0.0.4.2
; Authors: Cristian Libotean
;============================================================
[This plugin lets you control Miranda from the command line.]
@@ -55,7 +55,7 @@ Powiadamia wtyczkę Exchange, by sprawdzić pocztę.\nJak używać: exchange che Powiadamia wtyczkę YAMN, by sprawdzić pocztę.\nJak używać: 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.]
Wywołuje jedną z usług Mirandy.\nJak używać: callservice <usługa> (d|s)<wParam> (d|s)<lParam>.\nKomenda wywoła usługę Mirandy <usługa>, używając wParam i lParam jako argumentów; pierwszą literą parametru musi być "d" jeśli parametr jest liczbą dziesiętną lub "s" jeśli parametr jest ciągiem. Bądź ostrożny używając tej funkcji, jako że tylko liczby i ciągi mogą być przekazywane jako dane.\nUwaga: Jeśli podasz nieprawidłowe dane usłudze Mirandy, Miranda może przestać działać.
-[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.]
+[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).]
Wysyła wiadomość do określonego kontaktu(ów).\nJak używać: message <kontakt> [<kontakt> [<kontakt> [...]]] <wiadomość>.\nKomenda wyśle <wiadomość> do określonego kontaktu(ów) - przynajmniej jeden kontakt musi zostać podany - wszystkie parametry poza ostatnim są określane jako adresaci.\n<Kontakt> ma następujący format: <nazwa>[:<konto>]. <Nazwa> to nazwa wyświetlana lub identyfikator kontaktu (ID), a <konto> to opcjonalny parametr definiujący nazwę konta kontaktu (pomocne, gdy jest więcej kontaktów o tej samej nazwie).\nUwaga: Wiadomość nie może przekroczyć 512 znaków.
[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.]
Pozwala na zarządzanie ustawieniami bazy danych.\nJak używać:\n db set <moduł> <nazwa> (b|i|d|s|w)<wartość>\n db delete <moduł> <nazwa>\n db get <moduł> <nazwa>.\nKomenda pozwala ustawić wpis w bazie danych do podanej wartości (jeśli podany wpis nie istnieje w bazie, zostanie on utworzony) oraz odczytać i usuwać wpisy z bazy danych. <Moduł> to nazwa modułu, w którym powinien znajdować się klucz, <nazwa> to nazwa klucza, a <wartość> to wartość, która ma zostać wpisana. Przed wartością musi zostać umieszczony znak w celu określenia jakiego typu dane mają zostać zapisane: b - bajt, i - liczba całkowita (słowo), d - słowo podwójne, s - ciąg, w - ciąg szeroki.
diff --git a/langpacks/polish/Plugins/Dbx_mmap.txt b/langpacks/polish/Plugins/Dbx_mmap.txt index 77374f30a7..42d4681c9e 100644 --- a/langpacks/polish/Plugins/Dbx_mmap.txt +++ b/langpacks/polish/Plugins/Dbx_mmap.txt @@ -50,7 +50,7 @@ Miranda wykryła błąd w twojej bazie danych. Może być naprawiony przez wtycz [Database Panic]
Panika profilu
;file \plugins\Db3x_mmap\src\dbheaders.cpp
-[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nPlease press Yes to read further instructions or No to cancel]
+[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nWould you like to read how to fix this?]
Ten profil jest zbyt stary, by uaktualnić go wtyczką PluginUpdater. Twoja baza danych musi zostać najpierw skonwertowana.\n\nNaciśnij Tak, aby zapoznać się z dalszymi instrukcjami lub Nie, by anulować.
[Obsolete database format]
Przestarzały format bazy danych
diff --git a/langpacks/polish/Plugins/Quotes.txt b/langpacks/polish/Plugins/Quotes.txt index 8baa189426..009b7b7eb7 100644 --- a/langpacks/polish/Plugins/Quotes.txt +++ b/langpacks/polish/Plugins/Quotes.txt @@ -203,7 +203,7 @@ Przycisk zamiany [Import]
Importuj
;file \plugins\Quotes\src\ImportExport.cpp
-[Xml File (*.xml)]
+[XML File (*.xml)]
Plik XML (*.xml)
[All files (*.*)]
Wszystkie pliki (*.*)
diff --git a/langpacks/russian/Plugins/CmdLine.txt b/langpacks/russian/Plugins/CmdLine.txt index 627164feda..3be93a76aa 100644 --- a/langpacks/russian/Plugins/CmdLine.txt +++ b/langpacks/russian/Plugins/CmdLine.txt @@ -2,7 +2,7 @@ ;============================================================
; File: CmdLine.dll
; Plugin: Command line
-; Version: 0.0.4.1
+; Version: 0.0.4.2
; Authors: Cristian Libotean
;============================================================
[This plugin lets you control Miranda from the command line.]
@@ -49,8 +49,8 @@ Miranda была закрыта или произошла ошибка при о Запускает проверку почты в плагине 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.]
Вызывает сервис 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.]
-Отправляет сообщение указанному контакту или контактам.\nИспользование: message <контакт> [<контакт> [<контакт>] [...]]] <сообщение>.\nКоманда отправит <сообщение> указанным контактам. Должен быть указан как минимум один контакт - все параметры за исключением последнего считаются получателями.\n<Контакт> имеет следующий формат: <имя>[:<учётная запись>]. <имя> - отображаемое имя контакта или его уникальный ID, <учётная запись> - дополнительный параметр, указывающий протокол контакта (используется, если есть несколько контактов с одинаковым именем).\nЗАМЕЧАНИЕ: <сообщение> не должно превышать 512 символов.
+[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.]
Позволяет управлять настройками в базе данных.\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>.]
diff --git a/langpacks/russian/Plugins/OpenFolder.txt b/langpacks/russian/Plugins/OpenFolder.txt index e91a04dd59..4581be9b91 100644 --- a/langpacks/russian/Plugins/OpenFolder.txt +++ b/langpacks/russian/Plugins/OpenFolder.txt @@ -5,7 +5,7 @@ ; Version: 1.1.0.0
; Authors: jarvis, Kreisquadratur
;============================================================
-[Adds a menu/toobar item which opens the main Miranda NG folder.]
+[Adds a menu/toolbar item which opens the main Miranda NG folder.]
Добавляет пункт меню/панели кнопок, который открывает папку, где установлена Miranda NG.
[Open Folder]
Открыть папку
diff --git a/langpacks/russian/Untranslated/Quotes.txt b/langpacks/russian/Untranslated/Quotes.txt index 500ec28241..5d1f351ba1 100644 --- a/langpacks/russian/Untranslated/Quotes.txt +++ b/langpacks/russian/Untranslated/Quotes.txt @@ -10,7 +10,7 @@ [Auto Update Enabled]
[Auto Update Disabled]
[Enable/Disable Auto Update]
-[Xml File (*.xml)]
+[XML File (*.xml)]
[Miranda could not load Quotes plugin. XML parser is missing.]
[Miranda could not load Quotes plugin. Microsoft HTML parser is missing.]
[Miranda's History]
diff --git a/langpacks/russian/Weather/wundergrnd_intl.txt b/langpacks/russian/Weather/wundergrnd_intl.txt index 319a8c973f..525fd517d3 100644 --- a/langpacks/russian/Weather/wundergrnd_intl.txt +++ b/langpacks/russian/Weather/wundergrnd_intl.txt @@ -540,9 +540,3 @@ Слабый снег, 30% вероятность осадков
[Ice Pellets 70% Chance Of Precipitation]
Ледяная крупа, 70% вероятность осадков
-[Snow Showers 40% Chance Of Precipitation]
-Снег, 40% вероятность осадков
-[Snow Showers 30% Chance Of Precipitation]
-Снег, 30% вероятность осадков
-[Chance Of Rain 80% Chance Of Precipitation]
-Возможен дождь, 80% вероятность осадков
\ No newline at end of file diff --git a/langpacks/spanish/Plugins/CmdLine.txt b/langpacks/spanish/Plugins/CmdLine.txt index 992d2ac52b..19435cb720 100644 --- a/langpacks/spanish/Plugins/CmdLine.txt +++ b/langpacks/spanish/Plugins/CmdLine.txt @@ -2,7 +2,7 @@ ;============================================================
; File: CmdLine.dll
; Plugin: Command line
-; Version: 0.0.4.1
+; Version: 0.0.4.2
; Authors: Cristian Libotean
;============================================================
[This plugin lets you control Miranda from the command line.]
@@ -55,7 +55,7 @@ Error [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.]
-[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.]
+[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).]
[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.]
diff --git a/langpacks/spanish/Plugins/Dbx_mmap.txt b/langpacks/spanish/Plugins/Dbx_mmap.txt index a459793132..e427835ebe 100644 --- a/langpacks/spanish/Plugins/Dbx_mmap.txt +++ b/langpacks/spanish/Plugins/Dbx_mmap.txt @@ -50,7 +50,7 @@ Eliminar [Database Panic]
;file \plugins\Db3x_mmap\src\dbheaders.cpp
-[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nPlease press Yes to read further instructions or No to cancel]
+[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nWould you like to read how to fix this?]
[Obsolete database format]
diff --git a/langpacks/spanish/Plugins/OpenFolder.txt b/langpacks/spanish/Plugins/OpenFolder.txt index 1dceb744d4..59bf552b95 100644 --- a/langpacks/spanish/Plugins/OpenFolder.txt +++ b/langpacks/spanish/Plugins/OpenFolder.txt @@ -5,7 +5,7 @@ ; Version: 1.1.0.0
; Authors: jarvis, Kreisquadratur
;============================================================
-[Adds a menu/toobar item which opens the main Miranda NG folder.]
+[Adds a menu/toolbar item which opens the main Miranda NG folder.]
Añade un ítem de menú/barra de herramientas que abre la carpeta principal de Miranda NG.
;file \plugins\OpenFolder\src\openFolder.cpp
[Open Folder]
diff --git a/langpacks/spanish/Plugins/Quotes.txt b/langpacks/spanish/Plugins/Quotes.txt index 061aeb96d0..4089f361fd 100644 --- a/langpacks/spanish/Plugins/Quotes.txt +++ b/langpacks/spanish/Plugins/Quotes.txt @@ -203,7 +203,7 @@ Red [Import]
;file \plugins\Quotes\src\ImportExport.cpp
-[Xml File (*.xml)]
+[XML File (*.xml)]
[All files (*.*)]
diff --git a/langpacks/spanish/Untranslated/CmdLine.txt b/langpacks/spanish/Untranslated/CmdLine.txt index ea027ac914..8dd54b3110 100644 --- a/langpacks/spanish/Untranslated/CmdLine.txt +++ b/langpacks/spanish/Untranslated/CmdLine.txt @@ -20,7 +20,7 @@ [Notifies Exchange plugin to check for email.\nUsage: exchange check.]
[Notifies YAMN plugin to check for email.\nUsage: 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.]
-[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.]
+[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).]
[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.]
[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>.]
[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.]
diff --git a/langpacks/spanish/Untranslated/Dbx_mmap.txt b/langpacks/spanish/Untranslated/Dbx_mmap.txt index fd0af4e7dd..a92aede928 100644 --- a/langpacks/spanish/Untranslated/Dbx_mmap.txt +++ b/langpacks/spanish/Untranslated/Dbx_mmap.txt @@ -16,7 +16,7 @@ [Database Error]
[Miranda has detected corruption in your database. This corruption may be fixed by DbChecker plugin. Please download it from http://miranda-ng.org/p/DbChecker/. Miranda will now shut down.]
[Database Panic]
-[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nPlease press Yes to read further instructions or No to cancel]
+[This profile is too old to be updated with PluginUpdater, your database must be converted first.\n\nWould you like to read how to fix this?]
[Obsolete database format]
[Your database must be converted into the new format. This is potentially dangerous operation, so please make a backup before.\n\nClick Yes to proceed with conversion or No to exit Miranda]
[Database conversion required]
diff --git a/langpacks/spanish/Untranslated/Quotes.txt b/langpacks/spanish/Untranslated/Quotes.txt index f6131ef44e..c6d25c0aed 100644 --- a/langpacks/spanish/Untranslated/Quotes.txt +++ b/langpacks/spanish/Untranslated/Quotes.txt @@ -76,7 +76,7 @@ [Export]
[Swap button]
[Import]
-[Xml File (*.xml)]
+[XML File (*.xml)]
[All files (*.*)]
[Miranda could not load Quotes plugin. XML parser is missing.]
[Miranda could not load Quotes plugin. Microsoft HTML parser is missing.]
diff --git a/langpacks/ukrainian/Plugins/CmdLine.txt b/langpacks/ukrainian/Plugins/CmdLine.txt index e8ab0b2ab8..982d31923d 100644 --- a/langpacks/ukrainian/Plugins/CmdLine.txt +++ b/langpacks/ukrainian/Plugins/CmdLine.txt @@ -2,7 +2,7 @@ ;============================================================
; File: CmdLine.dll
; Plugin: Command line
-; Version: 0.0.4.1
+; Version: 0.0.4.2
; Authors: Cristian Libotean
;============================================================
[This plugin lets you control Miranda from the command line.]
@@ -49,7 +49,7 @@ Miranda була закрита або сталася помилка при оч Запускає перевірку пошти у плагіні 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.]
Викликає сервіс 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.]
+[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 символів.
[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 - юнікод.
@@ -154,4 +154,4 @@ Miranda була закрита або сталася помилка при оч [Warning]
Попередження
[Could not initialize CmdLine plugin property]
-Не вдалося ініціалізувати власності CmdLine
\ No newline at end of file +Не вдалося ініціалізувати власності CmdLine
diff --git a/langpacks/ukrainian/Plugins/OpenFolder.txt b/langpacks/ukrainian/Plugins/OpenFolder.txt index 9459fbcb02..0320e539df 100644 --- a/langpacks/ukrainian/Plugins/OpenFolder.txt +++ b/langpacks/ukrainian/Plugins/OpenFolder.txt @@ -5,7 +5,7 @@ ; Version: 1.1.0.0
; Authors: jarvis, Kreisquadratur
;============================================================
-[Adds a menu/toobar item which opens the main Miranda NG folder.]
+[Adds a menu/toolbar item which opens the main Miranda NG folder.]
Додає пункт меню/панелі кнопок, який відкриває папку, де встановлена Miranda NG.
[Open Folder]
Відкрити папку
diff --git a/langpacks/ukrainian/Plugins/Quotes.txt b/langpacks/ukrainian/Plugins/Quotes.txt index 9523864a80..a4a5d5818b 100644 --- a/langpacks/ukrainian/Plugins/Quotes.txt +++ b/langpacks/ukrainian/Plugins/Quotes.txt @@ -185,7 +185,7 @@ HTTP-з'єднання Quotes Поміняти місцями
[Import]
Імпорт
-[Xml File (*.xml)]
+[XML File (*.xml)]
Файл XML (*.xml)
[All files (*.*)]
Усі файли (*.*)
|