diff options
Diffstat (limited to 'langpacks/bulgarian/Plugins')
-rw-r--r-- | langpacks/bulgarian/Plugins/CmdLine.txt | 8 | ||||
-rw-r--r-- | langpacks/bulgarian/Plugins/FirstRun.txt | 9 | ||||
-rw-r--r-- | langpacks/bulgarian/Plugins/VKontakte.txt | 36 | ||||
-rw-r--r-- | langpacks/bulgarian/Plugins/WhatsApp.txt | 2 |
4 files changed, 39 insertions, 16 deletions
diff --git a/langpacks/bulgarian/Plugins/CmdLine.txt b/langpacks/bulgarian/Plugins/CmdLine.txt index d7a4551493..8d659ada7c 100644 --- a/langpacks/bulgarian/Plugins/CmdLine.txt +++ b/langpacks/bulgarian/Plugins/CmdLine.txt @@ -33,7 +33,7 @@ [Error]
Грешка
;file \plugins\CmdLine\src\mimcmd_data.h
-[Changes account status either globally or per account.\nUsage: status <status> [<account>].\nPossible values for <status> are: offline, online, away, dnd, na, occupied, freechat, invisible, onthephone, outtolunch.\n<Account> is the name of the account. If it's not specified then the command will issue a global status change.]
+[Changes account status either globally or per account.\nUsage: status <status> [<account>].\nPossible values for <status> are: offline, online, away, dnd, na, occupied, freechat, invisible, onthephone, outtolunch.\n<Account> is an optional parameter specifying the account to set the status for. If it's not specified then the command will issue a global status change.]
[Changes away message either globally or per account.\nUsage: awaymsg <message> [<account>].\n<Message> is the new away message.\n<Account> is an optional parameter specifying the account to set the away message for. If not specified then the away message will be set globally.]
@@ -53,7 +53,7 @@ [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.]
+[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.]
[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).]
@@ -61,7 +61,7 @@ [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.]
+[Allows you to search/list contacts or open 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.]
[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).]
@@ -199,7 +199,7 @@ wide string [%s The port or the proxy type parameter is invalid.]
[[me]]
-[аз]
+\[аз]
[No unread messages found.]
Не са намерени непрочетени съобщения.
[%s:%s - %d unread events.]
diff --git a/langpacks/bulgarian/Plugins/FirstRun.txt b/langpacks/bulgarian/Plugins/FirstRun.txt deleted file mode 100644 index 89a784310a..0000000000 --- a/langpacks/bulgarian/Plugins/FirstRun.txt +++ /dev/null @@ -1,9 +0,0 @@ -#muuid {49c2cf54-7898-44de-be3a-6d2e4ef90079}
-;============================================================
-; File: FirstRun.dll
-; Plugin: First run
-; Version: 0.0.0.2
-; Authors: Yasnovidyashii
-;============================================================
-[Displays the Accounts window at the first start.]
-Показва прозореца за акаунти при стартиране за първи път.
diff --git a/langpacks/bulgarian/Plugins/VKontakte.txt b/langpacks/bulgarian/Plugins/VKontakte.txt index f50a837e8f..523e840a12 100644 --- a/langpacks/bulgarian/Plugins/VKontakte.txt +++ b/langpacks/bulgarian/Plugins/VKontakte.txt @@ -2,7 +2,7 @@ ;============================================================
; File: VKontakte.dll
; Plugin: VKontakte protocol
-; Version: 0.1.0.15
+; Version: 0.1.0.16
; Authors: Miranda NG Team
;============================================================
[VKontakte protocol support for Miranda NG.]
@@ -103,11 +103,43 @@ [Reload all messages from vk.com]
+[Add as friend]
+
+[Delete from friend list]
+
+[Errors]
+
+[User added as friend]
+
+[You cannot add yourself as friend]
+
+[Error]
+Грешка
+[Cannot add this user to friends as they have put you on their blacklist]
+
+[Cannot add this user to friends as you put him on blacklist]
+
;file \protocols\VKontakte\src\vk_thread.cpp
-[Are you sure to reload all messages from vk.com?\nLocal contact history will be deleted and reloaded from the server.\nIt may take a long time.\nDo you want to continue?]
+[History import is complete]
+[History import]
+
+[Please authorize me to add you to my friend list.]
+
+[Are you sure to delete %s from your friend list?]
+
+[(Unknown contact)]
+(Непознат контакт)
[Attention!]
+[User was deleted from your friend list]
+
+[Friend request from the user declined]
+
+[Friend request suggestion for the user deleted]
+
+[Are you sure to reload all messages from vk.com?\nLocal contact history will be deleted and reloaded from the server.\nIt may take a long time.\nDo you want to continue?]
+
[Attachments:]
[Photo]
diff --git a/langpacks/bulgarian/Plugins/WhatsApp.txt b/langpacks/bulgarian/Plugins/WhatsApp.txt index fe43e59f3c..7734d19b9b 100644 --- a/langpacks/bulgarian/Plugins/WhatsApp.txt +++ b/langpacks/bulgarian/Plugins/WhatsApp.txt @@ -2,7 +2,7 @@ ;============================================================
; File: WhatsApp.dll
; Plugin: WhatsApp protocol
-; Version: 0.1.0.2
+; Version: 0.1.0.3
; Authors: Uli Hecht
;============================================================
[WhatsApp protocol support for Miranda NG.]
|