summaryrefslogtreecommitdiff
path: root/langpacks/english_gb
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-03-24 03:30:31 +0300
committerdartraiden <wowemuh@gmail.com>2018-03-24 03:30:31 +0300
commitb17f6e2c7786c28e8c599ef4673d1761d2f501f6 (patch)
tree152f24a4a786ae4479d449f8b233a1c1e3966fb3 /langpacks/english_gb
parent51fb2b454d3106005bd2381e773b44397665688e (diff)
langpacks: update
Diffstat (limited to 'langpacks/english_gb')
-rw-r--r--langpacks/english_gb/Plugins/Import.txt2
-rw-r--r--langpacks/english_gb/Plugins/MagneticWindows.txt9
-rw-r--r--langpacks/english_gb/Plugins/NewsAggregator.txt2
-rw-r--r--langpacks/english_gb/Plugins/NimContact.txt2
4 files changed, 11 insertions, 4 deletions
diff --git a/langpacks/english_gb/Plugins/Import.txt b/langpacks/english_gb/Plugins/Import.txt
index d373526c88..d930ded055 100644
--- a/langpacks/english_gb/Plugins/Import.txt
+++ b/langpacks/english_gb/Plugins/Import.txt
@@ -2,7 +2,7 @@
;============================================================
; File: Import.dll
; Plugin: Import contacts and messages
-; Version: 0.95.4.3
+; Version: 0.95.8.3
; Authors: Miranda team
;============================================================
[Imports only contacts and history, and a few settings. Ideal for synchronizing.]
diff --git a/langpacks/english_gb/Plugins/MagneticWindows.txt b/langpacks/english_gb/Plugins/MagneticWindows.txt
new file mode 100644
index 0000000000..8d931f248e
--- /dev/null
+++ b/langpacks/english_gb/Plugins/MagneticWindows.txt
@@ -0,0 +1,9 @@
+#muuid {08c01613-24c8-486f-bdae-2c3ddcaf9347}
+;============================================================
+; File: MagneticWindows.dll
+; Plugin: Magnetic Windows
+; Version: 0.0.3.2
+; Authors: Michael Kunz
+;============================================================
+[Customize]
+Customise
diff --git a/langpacks/english_gb/Plugins/NewsAggregator.txt b/langpacks/english_gb/Plugins/NewsAggregator.txt
index ddba3210d6..b1bb066027 100644
--- a/langpacks/english_gb/Plugins/NewsAggregator.txt
+++ b/langpacks/english_gb/Plugins/NewsAggregator.txt
@@ -2,7 +2,7 @@
;============================================================
; File: NewsAggregator.dll
; Plugin: News aggregator
-; Version: 0.1.0.3
+; Version: 0.1.0.4
; Authors: Mataes, FREAK_THEMIGHTY
;============================================================
[Visualization]
diff --git a/langpacks/english_gb/Plugins/NimContact.txt b/langpacks/english_gb/Plugins/NimContact.txt
index 646c124ca9..5311a99c20 100644
--- a/langpacks/english_gb/Plugins/NimContact.txt
+++ b/langpacks/english_gb/Plugins/NimContact.txt
@@ -5,5 +5,3 @@
; 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