diff options
author | dartraiden <wowemuh@gmail.com> | 2017-10-05 13:33:12 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-10-05 13:33:12 +0300 |
commit | c152b797d667d0f668abc59b14529c4f979844dc (patch) | |
tree | 9fceb7c32886333ccc77a3db93c82499d5d1d350 /langpacks/english | |
parent | 85ba986deb37d35b61db65b15e99d93e7ecddd7d (diff) |
langpacks/english: update
Diffstat (limited to 'langpacks/english')
-rw-r--r-- | langpacks/english/Plugins/AsSingleWindow.txt | 4 | ||||
-rw-r--r-- | langpacks/english/Plugins/CmdLine.txt | 3 | ||||
-rw-r--r-- | langpacks/english/Plugins/Discord.txt | 3 | ||||
-rw-r--r-- | langpacks/english/Plugins/MirLua.txt | 2 | ||||
-rw-r--r-- | langpacks/english/Plugins/NimContact.txt | 2 | ||||
-rw-r--r-- | langpacks/english/Plugins/Variables.txt | 4 |
6 files changed, 10 insertions, 8 deletions
diff --git a/langpacks/english/Plugins/AsSingleWindow.txt b/langpacks/english/Plugins/AsSingleWindow.txt index e125291fee..c334763043 100644 --- a/langpacks/english/Plugins/AsSingleWindow.txt +++ b/langpacks/english/Plugins/AsSingleWindow.txt @@ -2,10 +2,10 @@ ;============================================================ ; File: AsSingleWindow.dll ; Plugin: AsSingleWindow -; Version: 0.1.2.1 +; Version: 0.1.2.2 ; Authors: Aleksey Smyrnov aka Soar ;============================================================ -[Makes easier windows manipulation. Allows you to move, minimize and activate Miranda's windows as if it were a single window.] +[Allows you to move, minimize and activate Miranda's windows as if it were a single window.] ;file \plugins\AsSingleWindow\res\optionsPage.rc [Windows moving] [Contact list on the left] diff --git a/langpacks/english/Plugins/CmdLine.txt b/langpacks/english/Plugins/CmdLine.txt index 245184bae0..8d4530b668 100644 --- a/langpacks/english/Plugins/CmdLine.txt +++ b/langpacks/english/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
;============================================================
[This plugin lets you control Miranda from the command line.]
@@ -29,6 +29,7 @@ [Shows version information for Miranda and CmdLine plugin. If CrashDumper plugin is installed, it will use its report instead.\nUsage: version.\nThe command will print Miranda's and CmdLine's version numbers or, if CrashDumper plugin is installed, it will show Version Info report.]
[Changes the user's nickname on the given protocol to the new name.\nUsage: setnickname <protocol> new_nickname.]
[Ignores or removes ignore flags for specific contacts.\nUsage:\n ignore (block | unblock) <contact> [<contact> [<contact> [...]]].\nThe command will set or remove ignore flags for the specified contacts]
+[Execute lua script via MirLua plugin.\nUsage:\n call [<module>] <function>\n exec "<path>"\n eval "<code>"]
;file \plugins\CmdLine\src\mimcmd_handlers.cpp
[Wrong number of parameters for command '%s'.]
[Unknown parameter '%s' for command '%s'.]
diff --git a/langpacks/english/Plugins/Discord.txt b/langpacks/english/Plugins/Discord.txt index c7a6e70cc2..255cae96a7 100644 --- a/langpacks/english/Plugins/Discord.txt +++ b/langpacks/english/Plugins/Discord.txt @@ -2,7 +2,7 @@ ;============================================================ ; File: Discord.dll ; Plugin: Discord protocol -; Version: 0.5.1.1 +; Version: 0.5.1.2 ; Authors: George Hazan ;============================================================ [Discord support for Miranda NG.] @@ -12,6 +12,7 @@ [Password:] [Contacts] [Default group:] +[Hide guild chats on startup] [Nick:] ;file \protocols\Discord\src\dispatch.cpp [edited at] diff --git a/langpacks/english/Plugins/MirLua.txt b/langpacks/english/Plugins/MirLua.txt index d53e7e7588..9ec2ad800c 100644 --- a/langpacks/english/Plugins/MirLua.txt +++ b/langpacks/english/Plugins/MirLua.txt @@ -2,7 +2,7 @@ ;============================================================
; File: MirLua.dll
; Plugin: MirLua
-; Version: 0.11.8.2
+; Version: 0.11.8.4
; Authors: Miranda NG team
;============================================================
[Extends Miranda NG functionality with Lua scripts.]
diff --git a/langpacks/english/Plugins/NimContact.txt b/langpacks/english/Plugins/NimContact.txt index 6032274487..119765a37d 100644 --- a/langpacks/english/Plugins/NimContact.txt +++ b/langpacks/english/Plugins/NimContact.txt @@ -63,7 +63,7 @@ [Timer intervals... Non-IM Contact Protocol timer is %d seconds]
[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(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]
[Contacts Display Info]
[Link and Contact list Settings]
[Copy Contact]
diff --git a/langpacks/english/Plugins/Variables.txt b/langpacks/english/Plugins/Variables.txt index ca7d603d84..ce82e69052 100644 --- a/langpacks/english/Plugins/Variables.txt +++ b/langpacks/english/Plugins/Variables.txt @@ -57,7 +57,7 @@ ;file \plugins\Variables\src\parse_logic.cpp
[Logical Expressions]
[performs logical AND (x && y && ...)]
-[Boolean FALSE]
+[boolean FALSE]
[performs w, then shows z and performs y while x is TRUE]
[shows y if x is TRUE, otherwise it shows z]
[shows x if x is TRUE, otherwise it shows y (if(x,x,y))]
@@ -70,7 +70,7 @@ [TRUE if x is longer than y]
[performs logical NOT (!x)]
[performs logical OR (x || y || ...)]
-[Boolean TRUE]
+[boolean TRUE]
[performs logical XOR (x ^ y)]
;file \plugins\Variables\src\parse_math.cpp
[Mathematical Functions]
|