summaryrefslogtreecommitdiff
path: root/langpacks/bulgarian
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-09-30 14:56:56 +0000
committerDart Raiden <wowemuh@gmail.com>2013-09-30 14:56:56 +0000
commit3cfc18e690e9b48d708f9c0fb1b8257b97656333 (patch)
tree24d0ed7820cc6ad4fc3e9b8b1faf322f271d4826 /langpacks/bulgarian
parent9e82a3ab7bf6c459c578ad1f56f710665426b6bc (diff)
langpacks: update
git-svn-id: http://svn.miranda-ng.org/main/trunk@6278 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'langpacks/bulgarian')
-rw-r--r--langpacks/bulgarian/Plugins/GTalkExt.txt5
-rw-r--r--langpacks/bulgarian/Plugins/Jabber.txt2
-rw-r--r--langpacks/bulgarian/Plugins/NimContact.txt2
-rw-r--r--langpacks/bulgarian/Plugins/ShlExt.txt2
-rw-r--r--langpacks/bulgarian/Plugins/TabSRMM.txt2
-rw-r--r--langpacks/bulgarian/Plugins/Variables.txt11
6 files changed, 3 insertions, 21 deletions
diff --git a/langpacks/bulgarian/Plugins/GTalkExt.txt b/langpacks/bulgarian/Plugins/GTalkExt.txt
index 5a378e63e5..4af4af590c 100644
--- a/langpacks/bulgarian/Plugins/GTalkExt.txt
+++ b/langpacks/bulgarian/Plugins/GTalkExt.txt
@@ -2,7 +2,7 @@
;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
[GTalk extensions for Jabber protocol]
@@ -43,9 +43,6 @@
;file \protocols\GTalkExt\src\menu.cpp
[Open mailbox]
-;file \protocols\GTalkExt\src\notifications.cpp
-[You've received an e-mail\n%s unread threads]
-
;file \protocols\GTalkExt\src\options.cpp
[Popups]
Popups
diff --git a/langpacks/bulgarian/Plugins/Jabber.txt b/langpacks/bulgarian/Plugins/Jabber.txt
index 991be2c663..d539e05252 100644
--- a/langpacks/bulgarian/Plugins/Jabber.txt
+++ b/langpacks/bulgarian/Plugins/Jabber.txt
@@ -585,8 +585,6 @@ Jabber настроение
[Supports Roster Exchange]
-[Supports GTalk private multi-user chat]
-
;file \protocols\JabberG\src\jabber_captcha.cpp
[Enter the text you see]
Въведете текста, който виждате
diff --git a/langpacks/bulgarian/Plugins/NimContact.txt b/langpacks/bulgarian/Plugins/NimContact.txt
index 28701af95e..ea9630684b 100644
--- a/langpacks/bulgarian/Plugins/NimContact.txt
+++ b/langpacks/bulgarian/Plugins/NimContact.txt
@@ -118,7 +118,7 @@ URL
[New Non-IM Contact]
;file \plugins\Non-IM Contact\src\dialog.cpp
-[String replacing variables....\r\nThe following are all the valid variables that can be used. Refer to the readme for a proper explanation.\r\n\r\nfile(X)\t\t<- specifies the file to read from. MUST be followed by either start() or end() or wholeline()\r\nfilename(X)\t<- copies the filename of file X.\r\nstart(...)\t\t<- specifies where to start copying from.\r\nend(...)\t\t<- specifies where to stop copying.\r\nwholeline(line(...))\t<- specifies a whole line to copy\r\n\r\nstart() and end() explained\r\n.........................\r\nMUST start with line() followed by a number or a string inside " marks, OR csv(seperatorX) variable. The number specifies which character in the line to start/end copying. The string specifies a string in the line to start/end copying.\r\n\r\ncsv(seperatorX) explained...\r\nSeperator is either "tab" or "space" or any SINGLE character. X is the Xth seperator to pass before copying, (or to stop before).\r\n\r\nLastly the line(...) variable...\r\nInside the brackets must be either a number (to specify the line number), or a string inside " marks (to use the line with that string), or lastline(X). The X in lastline is the Xth line above the last line. i.e lastline(1) will use the 2nd last line of the file. If searching for a line with "some words" you may put a + or - X after the closing ) i.e line("some words")+3 to go 3 lines after the line with "some words".\r\n\r\nSome Examples...\r\nfilename(0) <- will display the filename of the 0th file\r\nfile(0)wholeline(line(0))) <- will display the whole first line of the 0th file\r\nfile(0)wholeline(line("hello")-1))) <- the wholeline above the first occurance of "hello" in the file\r\nfile(0)start(line(lastline(1))csv(tab2))end(line(lastline())csv(tab4))) <- starts at the 2nd last line of the file, from the 2nd tab variable, until the 4th tab variable in the last line (in the 0th file)\r\nfile(0)start(line("hello")+1"zzzz")end(line(6)17)) <- starts from the first occurance of zzzz in the line after the first occurance of hello, untill the 17th character in the 6th line (starting from line 0) of the 0th file.\r\n]
+[String replacing variables....\r\nThe following are all the valid variables that can be used. Refer to the readme for a proper explanation.\r\n\r\nfile(X)\t\t<- specifies the file to read from. MUST be followed by either start() or end() or wholeline()\r\nfilename(X)\t<- copies the filename of file X.\r\nstart(...)\t\t<- specifies where to start copying from.\r\nend(...)\t\t<- specifies where to stop copying.\r\nwholeline(line(...))\t<- specifies a whole line to copy\r\n\r\nstart() and end() explained\r\n.........................\r\nMUST start with line() followed by a number or a string inside " marks, OR csv(seperatorX) variable. The number specifies which character in the line to start/end copying. The string specifies a string in the line to start/end copying.\r\n\r\ncsv(seperatorX) explained...\r\nSeperator is either "tab" or "space" or any SINGLE character. X is the Xth seperator to pass before copying, (or to stop before).\r\n\r\nLastly the line(...) variable...\r\nInside the brackets must be either a number (to specify the line number), or a string inside " marks (to use the line with that string), or lastline(X). The X in lastline is the Xth line above the last line. i.e lastline(1) will use the 2nd last line of the file. If searching for a line with "some words" you may put a + or - X after the closing ) i.e line("some words")+3 to go 3 lines after the line with "some words".\r\n\r\nSome Examples...\r\nfilename(0) <- will display the filename of the 0th file\r\nfile(0)wholeline(line(0))) <- will display the whole first line of the 0th file\r\nfile(0)wholeline(line("hello")-1))) <- the wholeline above the first occurance of "hello" in the file\r\nfile(0)start(line(lastline(1))csv(tab2))end(line(lastline())csv(tab4))) <- starts at the 2nd last line of the file, from the 2nd tab variable, until the 4th tab variable in the last line (in the 0th file)\r\nfile(0)start(line("hello")+1"zzzz")end(line(6)17)) <- starts from the first occurance of zzzz in the line after the first occurance of hello, until the 17th character in the 6th line (starting from line 0) of the 0th file.\r\n]
;file \plugins\Non-IM Contact\src\files.cpp
[File couldn't be opened]
diff --git a/langpacks/bulgarian/Plugins/ShlExt.txt b/langpacks/bulgarian/Plugins/ShlExt.txt
index cac3d2b652..336a796f9e 100644
--- a/langpacks/bulgarian/Plugins/ShlExt.txt
+++ b/langpacks/bulgarian/Plugins/ShlExt.txt
@@ -2,7 +2,7 @@
;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
[Windows Explorer extension for Miranda NG.]
diff --git a/langpacks/bulgarian/Plugins/TabSRMM.txt b/langpacks/bulgarian/Plugins/TabSRMM.txt
index 67f7eb9789..65977478fb 100644
--- a/langpacks/bulgarian/Plugins/TabSRMM.txt
+++ b/langpacks/bulgarian/Plugins/TabSRMM.txt
@@ -1828,8 +1828,6 @@ TabSRMM съобщение (%s)
[Aero peek warning|You have enabled Aero Peek features and loaded a custom container window skin\n\nThis can result in minor visual anomalies in the live preview feature.]
-[TabSRMM group chat module|TabSRMM could not enable its group chat module. The most likely cause is that you have installed and enabled \\b1chat.dll\\b0 or another plugin that provides groupchat services.\n\nShould I try to fix this now \\b1(a restart of Miranda is required to apply these changes)?\\b0]
-
[Filetransfer problem|Sending the image by file transfer failed.\n\nPossible reasons: File transfers not supported, either you or the target contact is offline, or you are invisible and the target contact is not on your visibilty list.]
[Settings problem|The option \\b1 History->Imitate IEView API\\b0 is enabled and the History++ plugin is active. This can cause problems when using IEView as message log viewer.\n\nShould I correct the option (a restart is required)?]
diff --git a/langpacks/bulgarian/Plugins/Variables.txt b/langpacks/bulgarian/Plugins/Variables.txt
index 17645d610f..8a7895ff29 100644
--- a/langpacks/bulgarian/Plugins/Variables.txt
+++ b/langpacks/bulgarian/Plugins/Variables.txt
@@ -90,10 +90,6 @@
Извлича името на песента, която се възпроизвежда в момента от Winamp
[retrieves current Winamp state (Playing/Paused/Stopped)]
Извлича текущото състоянието на Winamp (възпроизвеждане/пауза/стоп)
-[retrieves info from AMIP (x is var_<variable> with any AMIP variable)]
-
-[retrieves info from AMIP (x is AMIP format string)]
-
;file \plugins\Variables\src\parse_inet.cpp
[Internet Related]
Свързани с интернет
@@ -379,11 +375,4 @@
[only stores y as variables x]
-;file \plugins\Variables\src\parse_xml.cpp
-[XML]
-
-[apply stylesheet file x to document file y]
-
-[apply stylesheet x to document y]
-
;file \plugins\Variables\src\variables.cpp