summaryrefslogtreecommitdiff
path: root/langpacks/english_gb/Plugins
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-10-25 01:25:14 +0300
committerdartraiden <wowemuh@gmail.com>2017-10-25 01:25:14 +0300
commit054e517fb36a876ac658e612a7bd74b21363da06 (patch)
tree0be7797dce26b74159b6dafff299e4172153d4b7 /langpacks/english_gb/Plugins
parent0118340b4cda4f02fcc823ec49c7337c392663ea (diff)
langpacks/update
Diffstat (limited to 'langpacks/english_gb/Plugins')
-rw-r--r--langpacks/english_gb/Plugins/AvatarHistory.txt2
-rw-r--r--langpacks/english_gb/Plugins/Clist_modern.txt4
-rw-r--r--langpacks/english_gb/Plugins/CmdLine.txt2
-rw-r--r--langpacks/english_gb/Plugins/NimContact.txt4
-rw-r--r--langpacks/english_gb/Plugins/Scriver.txt2
-rw-r--r--langpacks/english_gb/Plugins/StatusManager.txt2
-rw-r--r--langpacks/english_gb/Plugins/TabSRMM.txt14
-rw-r--r--langpacks/english_gb/Plugins/VKontakte.txt2
8 files changed, 11 insertions, 21 deletions
diff --git a/langpacks/english_gb/Plugins/AvatarHistory.txt b/langpacks/english_gb/Plugins/AvatarHistory.txt
index d053ecd951..da3fb3c77d 100644
--- a/langpacks/english_gb/Plugins/AvatarHistory.txt
+++ b/langpacks/english_gb/Plugins/AvatarHistory.txt
@@ -2,7 +2,7 @@
;============================================================
; File: AvatarHistory.dll
; Plugin: Avatar history
-; Version: 0.1.0.1
+; Version: 0.1.0.2
; Authors: Matthew Wild (MattJ), Ricardo Pescuma Domenecci
;============================================================
[Colors]
diff --git a/langpacks/english_gb/Plugins/Clist_modern.txt b/langpacks/english_gb/Plugins/Clist_modern.txt
index 3ce016bb3d..762b6fe624 100644
--- a/langpacks/english_gb/Plugins/Clist_modern.txt
+++ b/langpacks/english_gb/Plugins/Clist_modern.txt
@@ -2,11 +2,9 @@
;============================================================
; File: Clist_modern.dll
; Plugin: Modern contact list
-; Version: 0.9.1.5
+; Version: 0.9.1.7
; Authors: Artem Shpynov, Ricardo Pescuma Domenecci and Anton Senko based on clist_mw by Bethoven
;============================================================
-[Window behavior:]
-Window behaviour:
[Background color:]
Background colour:
[Selection color:]
diff --git a/langpacks/english_gb/Plugins/CmdLine.txt b/langpacks/english_gb/Plugins/CmdLine.txt
index 3d93387b46..9ae0c973a9 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.6
+; Version: 0.0.4.7
; Authors: Cristian Libotean
;============================================================
[Could not initialize CmdLine plugin property]
diff --git a/langpacks/english_gb/Plugins/NimContact.txt b/langpacks/english_gb/Plugins/NimContact.txt
index 782f2cc856..0e008a5215 100644
--- a/langpacks/english_gb/Plugins/NimContact.txt
+++ b/langpacks/english_gb/Plugins/NimContact.txt
@@ -5,5 +5,5 @@
; Version: 0.6.0.3
; Authors: Jonathan Gordon
;============================================================
-[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(separatorX) 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 occurrence 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 occurrence of zzzz in the line after the first occurrence of hello, until 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(separatorX) 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 occurrence 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 occurrence of zzzz in the line after the first occurrence of hello, until 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(separatorX) 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 occurrence 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 occurrence of zzzz in the line after the first occurrence of hello, until 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(separatorX) 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 occurrence 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 occurrence of zzzz in the line after the first occurrence of hello, until the 17th character in the 6th line (starting from line 0) of the 0th file.\r\n
diff --git a/langpacks/english_gb/Plugins/Scriver.txt b/langpacks/english_gb/Plugins/Scriver.txt
index e9d721dfa8..829f2e03f0 100644
--- a/langpacks/english_gb/Plugins/Scriver.txt
+++ b/langpacks/english_gb/Plugins/Scriver.txt
@@ -2,7 +2,7 @@
;============================================================
; File: Scriver.dll
; Plugin: Scriver
-; Version: 3.0.1.6
+; Version: 3.0.1.7
; Authors: Miranda NG Development Team
;============================================================
[Behavior]
diff --git a/langpacks/english_gb/Plugins/StatusManager.txt b/langpacks/english_gb/Plugins/StatusManager.txt
index 67bc9b113c..d02dd42947 100644
--- a/langpacks/english_gb/Plugins/StatusManager.txt
+++ b/langpacks/english_gb/Plugins/StatusManager.txt
@@ -2,7 +2,7 @@
;============================================================
; File: StatusManager.dll
; Plugin: Status manager
-; Version: 0.11.2.0
+; Version: 0.11.2.1
; Authors: P Boon
;============================================================
[Background color]
diff --git a/langpacks/english_gb/Plugins/TabSRMM.txt b/langpacks/english_gb/Plugins/TabSRMM.txt
index d448335ced..f902c1c067 100644
--- a/langpacks/english_gb/Plugins/TabSRMM.txt
+++ b/langpacks/english_gb/Plugins/TabSRMM.txt
@@ -2,7 +2,7 @@
;============================================================
; File: TabSRMM.dll
; Plugin: TabSRMM
-; Version: 3.5.0.5
+; Version: 3.5.0.6
; Authors: The Miranda developers team and contributors
;============================================================
[Customize the panel]
@@ -33,16 +33,6 @@ Define up to 5 colours which you can use with some variables
Load fonts and colours provided by skin
[You can export and import all your color and font settings here. This allows you to create a Theme file which can be shared between different profiles or with your buddies.]
You can export and import all your colour and font settings here. This allows you to create a Theme file which can be shared between different profiles or with your buddies.
-[Esc closes sessions (minimizes window if disabled)]
-Esc closes sessions (minimises window if disabled)
-[Create new windows in minimized state]
-Create new windows in minimised state
-[Minimize the message window on send]
-Minimise the message window on send
-[Pop up minimized window when a new tab is created]
-Pop up minimised window when a new tab is created
-[Automatically switch tabs in minimized windows]
-Automatically switch tabs in minimised windows
[Favorites]
Favourites
[Default color]
@@ -95,6 +85,8 @@ Semi transparent, custom colours
Custom (use own gradient colours)
[Message window behavior]
Message window behaviour
+[Minimize the message window on send]
+Minimise the message window on send
[New windows are minimized (the option above MUST be active)]
New windows are minimised (the option above MUST be active)
[Activate a minimized window when a new tab is created inside it]
diff --git a/langpacks/english_gb/Plugins/VKontakte.txt b/langpacks/english_gb/Plugins/VKontakte.txt
index 7375fc0477..d7f34ca776 100644
--- a/langpacks/english_gb/Plugins/VKontakte.txt
+++ b/langpacks/english_gb/Plugins/VKontakte.txt
@@ -2,7 +2,7 @@
;============================================================
; File: VKontakte.dll
; Plugin: VKontakte protocol
-; Version: 0.1.2.22
+; Version: 0.1.3.0
; Authors: Miranda NG Team
;============================================================
[Please authorize me to add you to my friend list.]