diff options
85 files changed, 145 insertions, 210 deletions
diff --git a/langpacks/belarusian/Plugins/GTalkExt.txt b/langpacks/belarusian/Plugins/GTalkExt.txt index d3cf0573e8..f27ed8ad0d 100644 --- a/langpacks/belarusian/Plugins/GTalkExt.txt +++ b/langpacks/belarusian/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
;============================================================
;file \protocols\GTalkExt\res\settings.rc
@@ -41,9 +41,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]
-Вам прыйшла пошта\nНепрачытаных ланцужкоў: %s
;file \protocols\GTalkExt\src\options.cpp
[Popups]
Усплывальныя вокны
diff --git a/langpacks/belarusian/Plugins/ShlExt.txt b/langpacks/belarusian/Plugins/ShlExt.txt index f9e79c759e..e43b640811 100644 --- a/langpacks/belarusian/Plugins/ShlExt.txt +++ b/langpacks/belarusian/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/belarusian/Plugins/Variables.txt b/langpacks/belarusian/Plugins/Variables.txt index 4f755b901b..766f03e98f 100644 --- a/langpacks/belarusian/Plugins/Variables.txt +++ b/langpacks/belarusian/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)]
-атрымлівае інфармацыю з AMIP (х гэта var_<variable> з любой зменнай AMIP
-[retrieves info from AMIP (x is AMIP format string)]
-атрымлівае інфармацыю з AMIP (х гэта радок у фармаце AMIP)
;file \plugins\Variables\src\parse_inet.cpp
[Internet Related]
Інтэрнэт
@@ -379,9 +375,4 @@ y > 0: радок нумар y з файла x, y = 0: цэлы файл, y < 0: x, і захоўвае y, як зменную з імем x
[only stores y as variables x]
толькі захоўвае y, як зменную x
-;file \plugins\Variables\src\parse_xml.cpp
-[apply stylesheet file x to document file y]
-ужыць файл стылю x да файла дакумента y
-[apply stylesheet x to document y]
-ужыць стыль x да дакумента y
;file \plugins\Variables\src\variables.cpp
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
diff --git a/langpacks/chinese/Plugins/GTalkExt.txt b/langpacks/chinese/Plugins/GTalkExt.txt index 59d09e6a34..b840b2dfbb 100644 --- a/langpacks/chinese/Plugins/GTalkExt.txt +++ b/langpacks/chinese/Plugins/GTalkExt.txt @@ -2,14 +2,13 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
[Basic HTML]
基本 HTML
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Popups]
弹出窗口
diff --git a/langpacks/chinese/Plugins/ShlExt.txt b/langpacks/chinese/Plugins/ShlExt.txt index 2609fd119e..ac14d2ed41 100644 --- a/langpacks/chinese/Plugins/ShlExt.txt +++ b/langpacks/chinese/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
;============================================================
[Problem, registration missing/deleted.]
diff --git a/langpacks/chinese/Plugins/Variables.txt b/langpacks/chinese/Plugins/Variables.txt index 137ff62ae7..072223ff96 100644 --- a/langpacks/chinese/Plugins/Variables.txt +++ b/langpacks/chinese/Plugins/Variables.txt @@ -293,5 +293,4 @@ y > 0: 文件 x 行号 y, y = 0: 整个文件, y < 0: 行号 y 到文件尾, y = x, 存储 y 为变量且命名为 x
[only stores y as variables x]
仅存储 y 至变量 x
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/dutch/Plugins/GTalkExt.txt b/langpacks/dutch/Plugins/GTalkExt.txt index 4bdd21eba6..321f42300a 100644 --- a/langpacks/dutch/Plugins/GTalkExt.txt +++ b/langpacks/dutch/Plugins/GTalkExt.txt @@ -2,12 +2,11 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Popups]
Popups
diff --git a/langpacks/dutch/Plugins/ShlExt.txt b/langpacks/dutch/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/dutch/Plugins/ShlExt.txt +++ b/langpacks/dutch/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/dutch/Plugins/Variables.txt b/langpacks/dutch/Plugins/Variables.txt index 59f11c3b29..1106f55239 100644 --- a/langpacks/dutch/Plugins/Variables.txt +++ b/langpacks/dutch/Plugins/Variables.txt @@ -27,5 +27,4 @@ Annuleren ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/estonian/Plugins/GTalkExt.txt b/langpacks/estonian/Plugins/GTalkExt.txt index 3e96b8a180..ae3fcff1c3 100644 --- a/langpacks/estonian/Plugins/GTalkExt.txt +++ b/langpacks/estonian/Plugins/GTalkExt.txt @@ -2,12 +2,11 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Network]
Võrgustik
diff --git a/langpacks/estonian/Plugins/ShlExt.txt b/langpacks/estonian/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/estonian/Plugins/ShlExt.txt +++ b/langpacks/estonian/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/estonian/Plugins/Variables.txt b/langpacks/estonian/Plugins/Variables.txt index a863807de5..fc9677bd5b 100644 --- a/langpacks/estonian/Plugins/Variables.txt +++ b/langpacks/estonian/Plugins/Variables.txt @@ -29,5 +29,4 @@ Spikker ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/french/Plugins/GTalkExt.txt b/langpacks/french/Plugins/GTalkExt.txt index 5c40340650..1395f4d970 100644 --- a/langpacks/french/Plugins/GTalkExt.txt +++ b/langpacks/french/Plugins/GTalkExt.txt @@ -2,12 +2,11 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Network]
Réseau
diff --git a/langpacks/french/Plugins/ShlExt.txt b/langpacks/french/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/french/Plugins/ShlExt.txt +++ b/langpacks/french/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/french/Plugins/Variables.txt b/langpacks/french/Plugins/Variables.txt index f7f8aa6855..2c85241232 100644 --- a/langpacks/french/Plugins/Variables.txt +++ b/langpacks/french/Plugins/Variables.txt @@ -31,5 +31,4 @@ Arrêté ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/german/Plugins/Facebook.txt b/langpacks/german/Plugins/Facebook.txt index 2c0eaef2c8..6649b0358f 100644 --- a/langpacks/german/Plugins/Facebook.txt +++ b/langpacks/german/Plugins/Facebook.txt @@ -84,6 +84,15 @@ Lokale Zeit für empfangene Nachrichten verwenden Öffne Links auf diesem Server:
[Allow posting statuses to my pages (may slow down login)]
Posten von Status auf meinen Seiten erlauben (kann Anmeldung verlangsamen)
+;file \protocols\FacebookRM\src\chat.cpp
+[&Invite user...]
+
+[&Leave chat session]
+
+[User &details]
+
+[User &history]
+
;file \protocols\FacebookRM\src\communication.cpp
[Login error: %s]
Loginfehler: %s
@@ -91,14 +100,14 @@ Loginfehler: %s Unbekannter Fehler
[Login error: Invalid request.]
Loginfehler: Ungültige Anfrage
-[Your account requires HTTPS connection. Activating.]
-Ihr Account benötigt eine HTTPS-Verbindung. Aktivierung.
[Login error: Some Facebook things are required.]
Login-Fehler: Einige Facebook-Dinge werden benötigt.
[Login error: Captcha code is required. Bad login credentials?]
Login-Fehler: Ein Captcha-Code wird benötigt. Falsche Zugangsdaten?
[Login error, probably bad login credentials.]
Loginfehler, wahrscheinlich falsche Anmeldeinformationen.
+[Your account requires HTTPS connection. Activating.]
+Ihr Account benötigt eine HTTPS-Verbindung. Aktivierung.
[Something happened to Facebook. Maybe there was some major update so you should wait for an update.]
Irgendwas geschah mit Facebook. Vielleicht gab es ein großes Update, warten Sie auf ein Plugin-Update.
[Need confirmation for sending messages to other clients.\nOpen facebook website and try to send message to this contact again!]
@@ -184,6 +193,8 @@ Fotos ein Foto
[User sent you %s:]
Benutzer hat Ihnen %s gesendet:
+[Message read: %s by %s]
+
[Message read: %s]
Nachricht gelesen: %s
;file \protocols\FacebookRM\src\messages.cpp
diff --git a/langpacks/german/Plugins/GTalkExt.txt b/langpacks/german/Plugins/GTalkExt.txt index 7848cbe85f..41795f56f0 100644 --- a/langpacks/german/Plugins/GTalkExt.txt +++ b/langpacks/german/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]
@@ -14,6 +14,12 @@ Popup-Benachrichtigungen (benötigt Popup-Plugin) Benachrichtigung im Vollbildschirm
[Use this if your popup plugin does not correctly detect fullscreen mode. It will take away your keyboard focus]
Benutzen Sie dies falls Ihr Popup-Plugin keine Vollbildanwendungen erkennt. Es wird Ihren Tastaturfokus wegnehmen
+[Notify in contact list]
+
+[Clear pseudocontact history before adding new events]
+
+[Mark history event read when popup closed]
+
[Add message snip to notification]
Füge Nachrichtenstück zur Benachrichtigung hinzu
[Try to login before open mailbox]
@@ -43,9 +49,6 @@ Testen ;file \protocols\GTalkExt\src\menu.cpp
[Open mailbox]
Mailbox öffnen
-;file \protocols\GTalkExt\src\notifications.cpp
-[You've received an e-mail\n%s unread threads]
-Sie haben eine E-Mail erhalten \n%s ungelesene Themen
;file \protocols\GTalkExt\src\options.cpp
[Popups]
Popups
diff --git a/langpacks/german/Plugins/Jabber.txt b/langpacks/german/Plugins/Jabber.txt index 01b6ef625b..a8997ab5b5 100644 --- a/langpacks/german/Plugins/Jabber.txt +++ b/langpacks/german/Plugins/Jabber.txt @@ -455,6 +455,8 @@ Frame Text Jabber-Aktivität
[Jabber Mood]
Jabber-Stimmung
+[Fatal error, image services not found. Flags Module will be disabled.]
+
;file \protocols\JabberG\src\jabber.h
[I'm happy Miranda NG user. Get it at http://miranda-ng.org/.]
Ich bin ein fröhlicher Miranda-NG-Nutzer. Sie bekommen es unter http://miranda-ng.org.
@@ -585,9 +587,6 @@ Unterstützt die Miranda-NG-Notizenerweiterung Unterstützt Jingle
[Supports Roster Exchange]
Unterstützt Kontaktlistenaustausch
-[Supports GTalk private multi-user chat]
-
-;file \protocols\JabberG\src\jabber_captcha.cpp
[Enter the text you see]
Geben Sie den Text ein, den Sie sehen
;file \protocols\JabberG\src\jabber_chat.cpp
diff --git a/langpacks/german/Plugins/TabSRMM.txt b/langpacks/german/Plugins/TabSRMM.txt index ac4be6997f..d33b3faa5a 100644 --- a/langpacks/german/Plugins/TabSRMM.txt +++ b/langpacks/german/Plugins/TabSRMM.txt @@ -1824,8 +1824,6 @@ Editiere Benutzernachricht|Sie sind dabei, die Benutzernachricht zu editieren. K Fehlende Komponenten|Das Icon-Pack fehlt. Bitte installieren Sie es in den Standard-"Icons"-Ordner.\n\nKeine Icons sind vorhanden.
[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/german/Plugins/Variables.txt b/langpacks/german/Plugins/Variables.txt index d3413bf8f3..6d3c6fffa6 100644 --- a/langpacks/german/Plugins/Variables.txt +++ b/langpacks/german/Plugins/Variables.txt @@ -90,10 +90,6 @@ Externe Anwendungen Empfängt den Titel des aktuell in Winamp abgespielten Liedes
[retrieves current Winamp state (Playing/Paused/Stopped)]
Empfängt den Status von Winamp (Spielt/Pausiert/Gestoppt)
-[retrieves info from AMIP (x is var_<variable> with any AMIP variable)]
-Empfängt Info von AMIP (x ist var_<variable> mit einer AMIP-Variable)
-[retrieves info from AMIP (x is AMIP format string)]
-Empfängt Info von AMIP (x ist AMIP Format String)
;file \plugins\Variables\src\parse_inet.cpp
[Internet Related]
Internet-bezogen
@@ -379,11 +375,4 @@ Variable des Namens x, gesetzt von put(s) x, und speichert y als Variable x
[only stores y as variables x]
Speichert nur Variable y als x
-;file \plugins\Variables\src\parse_xml.cpp
-[XML]
-XML
-[apply stylesheet file x to document file y]
-Wende Stylesheet-Datei x auf Dokument-Datei y an.
-[apply stylesheet x to document y]
-Wende Stylesheet x auf Dokument y an.
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/german/Untranslated/Facebook.txt b/langpacks/german/Untranslated/Facebook.txt new file mode 100644 index 0000000000..c6348afeb1 --- /dev/null +++ b/langpacks/german/Untranslated/Facebook.txt @@ -0,0 +1,5 @@ +[&Invite user...]
+[&Leave chat session]
+[User &details]
+[User &history]
+[Message read: %s by %s]
diff --git a/langpacks/german/Untranslated/GTalkExt.txt b/langpacks/german/Untranslated/GTalkExt.txt index 69236ea4fc..7beb9ff831 100644 --- a/langpacks/german/Untranslated/GTalkExt.txt +++ b/langpacks/german/Untranslated/GTalkExt.txt @@ -1,4 +1,7 @@ -[* Primitive type system\n]
+[Notify in contact list]
+[Clear pseudocontact history before adding new events]
+[Mark history event read when popup closed]
+[* Primitive type system\n]
[* No overloading\n]
[* Limited possibility of data abstraction, polymorphism, subtyping and code reuse\n]
[* No metaprogramming except preprocessor macros\n]
diff --git a/langpacks/german/Untranslated/Jabber.txt b/langpacks/german/Untranslated/Jabber.txt index f4c658db9d..2e50a1a0d5 100644 --- a/langpacks/german/Untranslated/Jabber.txt +++ b/langpacks/german/Untranslated/Jabber.txt @@ -1,4 +1,5 @@ -[Supports Service Discovery info]
+[Fatal error, image services not found. Flags Module will be disabled.]
+[Supports Service Discovery info]
[Supports Service Discovery items list]
[Can request and respond to events relating to the delivery, display, and composition of messages]
[Supports iq-based avatars]
@@ -12,7 +13,6 @@ [Receives information about the music to which a user is listening]
[Supports private XML Storage (for bookmakrs and other)]
[Supports attention requests ('nudge')]
-[Supports GTalk private multi-user chat]
[One or more addresses for communication related to abusive traffic]
[One or more addresses for customer feedback]
[One or more addresses for communication related to sales and marketing]
diff --git a/langpacks/german/Untranslated/TabSRMM.txt b/langpacks/german/Untranslated/TabSRMM.txt index 9af7e737ab..b83601bc85 100644 --- a/langpacks/german/Untranslated/TabSRMM.txt +++ b/langpacks/german/Untranslated/TabSRMM.txt @@ -2,7 +2,6 @@ [The selected protocol cannot be forced at this time]
[Icon pack version check|The installed icon pack is outdated and might be incompatible with TabSRMM version 3.\n\n\\b1Missing or misplaced icons are possible issues with the currently installed icon pack.\\b0]
[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)?]
[Closing options dialog|To reflect the changes done by importing a theme in the options dialog, the dialog must be closed after loading a theme \\b1 and unsaved changes might be lost\\b0 .\n\nDo you want to continue?]
diff --git a/langpacks/hebrew/Plugins/GTalkExt.txt b/langpacks/hebrew/Plugins/GTalkExt.txt index c8a0d7cbdf..c010732be2 100644 --- a/langpacks/hebrew/Plugins/GTalkExt.txt +++ b/langpacks/hebrew/Plugins/GTalkExt.txt @@ -2,12 +2,11 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Popups]
פופ אפ
diff --git a/langpacks/hebrew/Plugins/ShlExt.txt b/langpacks/hebrew/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/hebrew/Plugins/ShlExt.txt +++ b/langpacks/hebrew/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/hebrew/Plugins/Variables.txt b/langpacks/hebrew/Plugins/Variables.txt index ac44688d32..aeef6e3267 100644 --- a/langpacks/hebrew/Plugins/Variables.txt +++ b/langpacks/hebrew/Plugins/Variables.txt @@ -29,5 +29,4 @@ ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/hungarian/Plugins/GTalkExt.txt b/langpacks/hungarian/Plugins/GTalkExt.txt index 01ff3bcb8b..5e678eaca4 100644 --- a/langpacks/hungarian/Plugins/GTalkExt.txt +++ b/langpacks/hungarian/Plugins/GTalkExt.txt @@ -2,12 +2,11 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Popups]
Felugrók
diff --git a/langpacks/hungarian/Plugins/ShlExt.txt b/langpacks/hungarian/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/hungarian/Plugins/ShlExt.txt +++ b/langpacks/hungarian/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/hungarian/Plugins/Variables.txt b/langpacks/hungarian/Plugins/Variables.txt index 376b35864e..206a561449 100644 --- a/langpacks/hungarian/Plugins/Variables.txt +++ b/langpacks/hungarian/Plugins/Variables.txt @@ -29,5 +29,4 @@ Súgó ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/italian/Plugins/GTalkExt.txt b/langpacks/italian/Plugins/GTalkExt.txt index d55c3f355b..82de9bd85a 100644 --- a/langpacks/italian/Plugins/GTalkExt.txt +++ b/langpacks/italian/Plugins/GTalkExt.txt @@ -2,22 +2,15 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Popups]
-Popup
-[Popups]
Popups
[Network]
Rete
-[Network]
-Rete
-[Network]
-Rete
;file \protocols\GTalkExt\src\options.h
;file \protocols\GTalkExt\src\tipper_items.cpp
diff --git a/langpacks/italian/Plugins/ShlExt.txt b/langpacks/italian/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/italian/Plugins/ShlExt.txt +++ b/langpacks/italian/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/italian/Plugins/Variables.txt b/langpacks/italian/Plugins/Variables.txt index c6caa75e0b..e732ab8a77 100644 --- a/langpacks/italian/Plugins/Variables.txt +++ b/langpacks/italian/Plugins/Variables.txt @@ -55,5 +55,4 @@ Aiuto ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/japanese/Plugins/GTalkExt.txt b/langpacks/japanese/Plugins/GTalkExt.txt index 5d5d0f24dc..bd2efddfc1 100644 --- a/langpacks/japanese/Plugins/GTalkExt.txt +++ b/langpacks/japanese/Plugins/GTalkExt.txt @@ -2,12 +2,11 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Popups]
ポップアップ
diff --git a/langpacks/japanese/Plugins/ShlExt.txt b/langpacks/japanese/Plugins/ShlExt.txt index 14421354fd..8341615659 100644 --- a/langpacks/japanese/Plugins/ShlExt.txt +++ b/langpacks/japanese/Plugins/ShlExt.txt @@ -1,7 +1,7 @@ -#muuid {7993ab24-1fda-428c-a89b-be377a10be3a}
+2.2.0.3#muuid {7993ab24-1fda-428c-a89b-be377a10be3a}
;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/japanese/Plugins/Variables.txt b/langpacks/japanese/Plugins/Variables.txt index 1fbe8ad934..63245c54f1 100644 --- a/langpacks/japanese/Plugins/Variables.txt +++ b/langpacks/japanese/Plugins/Variables.txt @@ -31,5 +31,4 @@ Cancel ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/korean/Plugins/GTalkExt.txt b/langpacks/korean/Plugins/GTalkExt.txt index aa175e1b18..094a5da185 100644 --- a/langpacks/korean/Plugins/GTalkExt.txt +++ b/langpacks/korean/Plugins/GTalkExt.txt @@ -2,12 +2,11 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Network]
네트워크
diff --git a/langpacks/korean/Plugins/ShlExt.txt b/langpacks/korean/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/korean/Plugins/ShlExt.txt +++ b/langpacks/korean/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/korean/Plugins/Variables.txt b/langpacks/korean/Plugins/Variables.txt index 6930c5bb14..f9c658e83f 100644 --- a/langpacks/korean/Plugins/Variables.txt +++ b/langpacks/korean/Plugins/Variables.txt @@ -27,5 +27,4 @@ ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/norwegian/Plugins/GTalkExt.txt b/langpacks/norwegian/Plugins/GTalkExt.txt index 81652d2ecb..5d682d8d2a 100644 --- a/langpacks/norwegian/Plugins/GTalkExt.txt +++ b/langpacks/norwegian/Plugins/GTalkExt.txt @@ -2,17 +2,14 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Popups]
Popups
-[Popups]
-Popups
[Network]
Nettverk
;file \protocols\GTalkExt\src\options.h
diff --git a/langpacks/norwegian/Plugins/ShlExt.txt b/langpacks/norwegian/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/norwegian/Plugins/ShlExt.txt +++ b/langpacks/norwegian/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/norwegian/Plugins/Variables.txt b/langpacks/norwegian/Plugins/Variables.txt index 60a7dc1a8b..b15281d47a 100644 --- a/langpacks/norwegian/Plugins/Variables.txt +++ b/langpacks/norwegian/Plugins/Variables.txt @@ -29,5 +29,4 @@ Hjelp ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/polish/Plugins/Facebook.txt b/langpacks/polish/Plugins/Facebook.txt index cfffd1e61b..aeb466d6e3 100644 --- a/langpacks/polish/Plugins/Facebook.txt +++ b/langpacks/polish/Plugins/Facebook.txt @@ -84,6 +84,15 @@ Użyj czasu lokalnego dla odebranych wiadomości Użyj tego serwera do otwierania linków:
[Allow posting statuses to my pages (may slow down login)]
Zezwól na publikowanie postów na moich stronach (może spowolnić logowanie)
+;file \protocols\FacebookRM\src\chat.cpp
+[&Invite user...]
+
+[&Leave chat session]
+
+[User &details]
+
+[User &history]
+
;file \protocols\FacebookRM\src\communication.cpp
[Login error: %s]
Błąd logowania: %s
@@ -91,14 +100,14 @@ Błąd logowania: %s Nieznany błąd
[Login error: Invalid request.]
Błąd logowania: Nieprawidłowe żądanie.
-[Your account requires HTTPS connection. Activating.]
-Twoje konto wymaga połączenia HTTPS.
[Login error: Some Facebook things are required.]
Błąd logowania: Nieznana przyczyna.
[Login error: Captcha code is required. Bad login credentials?]
Błąd logowania: Wymagany kod Captcha. Złe dane logowania?
[Login error, probably bad login credentials.]
Błąd logowania, sprawdź login i hasło.
+[Your account requires HTTPS connection. Activating.]
+Twoje konto wymaga połączenia HTTPS.
[Something happened to Facebook. Maybe there was some major update so you should wait for an update.]
Coś stało się z Facebook. Może było trochę więcej aktualizacji, więc poczekaj na aktualizację.
[Need confirmation for sending messages to other clients.\nOpen facebook website and try to send message to this contact again!]
@@ -184,6 +193,8 @@ zdjęcia zdjęcie
[User sent you %s:]
Użytkownik wysłał Ci %s:
+[Message read: %s by %s]
+
[Message read: %s]
Wiadomość odczytana: %s
;file \protocols\FacebookRM\src\messages.cpp
diff --git a/langpacks/polish/Plugins/GTalkExt.txt b/langpacks/polish/Plugins/GTalkExt.txt index a2643532e7..b2969ba083 100644 --- a/langpacks/polish/Plugins/GTalkExt.txt +++ b/langpacks/polish/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]
@@ -14,6 +14,12 @@ Powiadomienia popup (wymagana wtyczka PopUp) Powiadamiaj w trybie pełnoekranowym
[Use this if your popup plugin does not correctly detect fullscreen mode. It will take away your keyboard focus]
Użyj tej opcji jeśli twoja wtyczka Popupów niepoprawnie wykrywa tryb pełnego ekranu. To przejmie focus klawiszy.
+[Notify in contact list]
+
+[Clear pseudocontact history before adding new events]
+
+[Mark history event read when popup closed]
+
[Add message snip to notification]
Dodaj przyciętą wiadmość do powiadomienia
[Try to login before open mailbox]
@@ -43,9 +49,6 @@ Test ;file \protocols\GTalkExt\src\menu.cpp
[Open mailbox]
Otwórz skrzynkę pocztową
-;file \protocols\GTalkExt\src\notifications.cpp
-[You've received an e-mail\n%s unread threads]
-Otrzymałeś E-mail\n%s nieprzeczytane wątki
;file \protocols\GTalkExt\src\options.cpp
[Popups]
Popupy
diff --git a/langpacks/polish/Plugins/Jabber.txt b/langpacks/polish/Plugins/Jabber.txt index cf48f3733b..7fc97f533f 100644 --- a/langpacks/polish/Plugins/Jabber.txt +++ b/langpacks/polish/Plugins/Jabber.txt @@ -455,6 +455,8 @@ Ramka tekstu Aktywność
[Jabber Mood]
Nastrój
+[Fatal error, image services not found. Flags Module will be disabled.]
+
;file \protocols\JabberG\src\jabber.h
[I'm happy Miranda NG user. Get it at http://miranda-ng.org/.]
Jestem szczęśliwym użytkownikiem Mirandy NG. Wypróbuj pobierając z http://miranda-ng.org/.
@@ -585,8 +587,6 @@ Wsparcie 'notatek' w Mirandzie NG Wsparcie dla rozmów audio i wideo (Jingle)
[Supports Roster Exchange]
Wsparcie dla zarządzania listą kontaktów (Roster Exchange)
-[Supports GTalk private multi-user chat]
-Wsparcie dla prywatnych czatów GTalk
;file \protocols\JabberG\src\jabber_captcha.cpp
[Enter the text you see]
Wprowadź tekst, który widzisz
diff --git a/langpacks/polish/Plugins/MirFox.txt b/langpacks/polish/Plugins/MirFox.txt index 695ce0830b..b664bf96da 100644 --- a/langpacks/polish/Plugins/MirFox.txt +++ b/langpacks/polish/Plugins/MirFox.txt @@ -18,7 +18,7 @@ po kliknięciu prawym przyciskiem myszy po kliknięciu środkowym przyciskiem myszy\n(używając środkowego przycisku można wysłać wiadomość wielokrotnie)
[Firefox profiles]
Profile Firefox
-[Show Miranda menu only in these firefox profiles (comma delimited)]
+[Show Miranda menu only in these Firefox profiles (comma delimited)]
Aktywuj MirFox tylko dla następujących profili Firefox (rozdzielone przecinkiem)
[Show these contacts in 'Send ... to' option in Firefox]
Pokazuj następujące kontakty w menu 'wyślij do' w Firefox
diff --git a/langpacks/polish/Plugins/NimContact.txt b/langpacks/polish/Plugins/NimContact.txt index 0c575e56c0..41a11fa7c6 100644 --- a/langpacks/polish/Plugins/NimContact.txt +++ b/langpacks/polish/Plugins/NimContact.txt @@ -122,7 +122,7 @@ przedziałów czasowych... Przedział czasowy protokołu wynosi %d sekund [New Non-IM Contact]
Nowy kontakt Non-IM
;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 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(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 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]
Zmienne zastępujące ciąg....\r\nPoniżej znajdują się wszystkie możliwe do użycia zmienne. Skorzystaj z Readme w celu uzyskania dokładnego objaśnienia.\r\n\r\nfile(X)\t\t<- określa plik, z którego nastąpi odczyt. Po nim MUSI nastąpić start(), end() lub wholeline()\r\n\filename(X)\t<- kopiuje nazwę pliku X.\r\nstart(...)\t\t<- określa, z którego miejsca rozpocząć kopiowanie.\r\nend(...)\t\t<- określa, gdzie należy zaprzestać kopiowania.\r\nwholeline(line(...))\t<- określa całą linię do skopiowania.\r\n\r\nObjaśnienie start() i end()\r\n.........................\r\nMUSZĄ zaczynać się od line(), następnie numer lub ciąg w cudzysłowie lub zmienna csv(seperatorX). Numer określa znak, od którego należy zacząć lub na którym zakończyć kopiowanie. Ciąg określa ciąg w linii, od którego należy zacząć lub na którym zakończyć kopiowanie.\r\n\r\nObjaśnienie csv(seperatorX)...\r\nSeparator to tabulacja, spacja lub inny pojedynczy znak. X to x-owy separator, który należy podać przed kopiowaniem (lub, po którym należy je zakończyć)\r\n\r\nNa koniec zmienna line(...) ...\r\nW nawiasach musi znajdować się liczba (określająca numer linii), ciąg w cudzysłowie (by użyta została linia zawierająca ten ciąg) lub lastline(X). X w lastline() to X-owa linia powyżej ostatniej linii, czyli lastline(1) użyje drugiej linii od końca pliku. Jeżeli szukasz linii z "jakimiś wyrazami", możesz umieścić znak "+" lub "-" za zamykającym nawiasem, czyli line("jakieś wyrazy")+3 żeby przejść do 3 linii po tej z "jakimiś wyrazami".\r\n\r\nKilka przykładów...\r\n\filename(0) <- wyświetli nazwę zerowego pliku\r\nfile(0)wholeline(line(0))) <- wyświetli całą pierwszą linię zerowego pliku\r\nfile(0)wholeline(line("hello")-1))) <- wyświelti całą linię powyżej pierwszej linii z wyrazem "hello" w pliku 0\r\nfile(0)start(line(lastline(1))csv(tab2))end(line(lastline())csv(tab4))) <- rozpocznie na przedostatniej linii w pliku, od drugiej tabulacji, a skończy na czwartej tabulacji w linii ostatniej (w pliku 0)\r\nfile(0)start(line("hello")+1"zzzz")end(line(6)17)) <- rozpocznie od pierwszego wystąpienia słowa "zzzz" występującego w linii po linii z pierwszym wystąpieniem słowa "hello", kończąc na 17 znaku w 6 linii (licząc od 0) w pliku 0\r\n
[Contacts Display Info]
Opcje wyświetlania
diff --git a/langpacks/polish/Plugins/ShlExt.txt b/langpacks/polish/Plugins/ShlExt.txt index c306186f6f..b836a03125 100644 --- a/langpacks/polish/Plugins/ShlExt.txt +++ b/langpacks/polish/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/polish/Plugins/TabSRMM.txt b/langpacks/polish/Plugins/TabSRMM.txt index af6ef09a7c..cf799035d7 100644 --- a/langpacks/polish/Plugins/TabSRMM.txt +++ b/langpacks/polish/Plugins/TabSRMM.txt @@ -1828,8 +1828,6 @@ Edycja notatek kontaktu|Kliknij przycisk ponownie lub użyj skrótu klawiszowego Brakujący komponent|Brakuje ikon. Zainstaluj je w domyślnym folderze ikon.\n\nŻadne ikony nie będą dostępne.
[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.]
Ostrzeżenie Aero peek. Włączono funkcje Aero Peek oraz wczytywanie domyślnej skórki okna rozmowy\n\nMoże spowodować niewielkie widoczne nieprawidłowości w funkcji podglądu.
-[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]
-Moduł czatów grupowych TabSRMM|TabSRMM nie mógł włączyć modułu czatów grupowych. Prawdopodobnie zainstalowałeś i włączyłeś \\b1chat.dll\\b0 lub inną wtyczkę obsługującą usługi czatu.\n\nCzy mam spróbować naprawić to teraz \\b1(restart Mirandy jest wymagany do zastosowania tych zmian)?\\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.]
Problem transferu pliku|Wysyłanie obrazka jako pliku nie powiodło się.\n\nMożliwe przyczyny: transfery pliku niewspierane, ty lub kontakt docelowy jest rozłączony lub jesteś niewidoczny, a kontakt docelowy nie znajduje się na liście widoczności.
[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/polish/Plugins/Variables.txt b/langpacks/polish/Plugins/Variables.txt index 6b121d8750..2e96724ab5 100644 --- a/langpacks/polish/Plugins/Variables.txt +++ b/langpacks/polish/Plugins/Variables.txt @@ -90,10 +90,6 @@ Aplikacje zewnętrzne pobiera nazwę piosenki aktualnie odtwarzanej w Winamp'ie
[retrieves current Winamp state (Playing/Paused/Stopped)]
pobiera aktualny status Winamp (Odtwarzanie/Pauza/Zatrzymanie)
-[retrieves info from AMIP (x is var_<variable> with any AMIP variable)]
-pobiera informacje od AMIP'a ("x" jest dowolną zmienną AMIP w formacie var_<zmienna>)
-[retrieves info from AMIP (x is AMIP format string)]
-pobiera informacje od AMIP'a ("x" jest ciągiem w formacie AMIP)
;file \plugins\Variables\src\parse_inet.cpp
[Internet Related]
Spokrewnione z internetem
@@ -379,11 +375,4 @@ wstawia zmienną o nazwie "x" wstawia "y", oraz przechowuje "y" jako zmienną o nazwie "x"
[only stores y as variables x]
przechowuje "y" jako zmienną o nazwie "x"
-;file \plugins\Variables\src\parse_xml.cpp
-[XML]
-XML
-[apply stylesheet file x to document file y]
-zastosuj plik arkusza stylów "x" do pliku dokumentu "y"
-[apply stylesheet x to document y]
-zastosuj arkusz stylów "x" do dokumentu "y"
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/polish/Untranslated/Facebook.txt b/langpacks/polish/Untranslated/Facebook.txt new file mode 100644 index 0000000000..c6348afeb1 --- /dev/null +++ b/langpacks/polish/Untranslated/Facebook.txt @@ -0,0 +1,5 @@ +[&Invite user...]
+[&Leave chat session]
+[User &details]
+[User &history]
+[Message read: %s by %s]
diff --git a/langpacks/polish/Untranslated/GTalkExt.txt b/langpacks/polish/Untranslated/GTalkExt.txt new file mode 100644 index 0000000000..437112b314 --- /dev/null +++ b/langpacks/polish/Untranslated/GTalkExt.txt @@ -0,0 +1,3 @@ +[Notify in contact list]
+[Clear pseudocontact history before adding new events]
+[Mark history event read when popup closed]
diff --git a/langpacks/polish/Untranslated/Jabber.txt b/langpacks/polish/Untranslated/Jabber.txt new file mode 100644 index 0000000000..0719be3fb8 --- /dev/null +++ b/langpacks/polish/Untranslated/Jabber.txt @@ -0,0 +1,2 @@ +[Fatal error, image services not found. Flags Module will be disabled.]
+
diff --git a/langpacks/portuguese_br/Plugins/GTalkExt.txt b/langpacks/portuguese_br/Plugins/GTalkExt.txt index ec54728d7f..acdfc5eaa5 100644 --- a/langpacks/portuguese_br/Plugins/GTalkExt.txt +++ b/langpacks/portuguese_br/Plugins/GTalkExt.txt @@ -2,16 +2,13 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Network]
Rede
-[Network]
-Rede
;file \protocols\GTalkExt\src\options.h
;file \protocols\GTalkExt\src\tipper_items.cpp
diff --git a/langpacks/portuguese_br/Plugins/ShlExt.txt b/langpacks/portuguese_br/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/portuguese_br/Plugins/ShlExt.txt +++ b/langpacks/portuguese_br/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/portuguese_br/Plugins/Variables.txt b/langpacks/portuguese_br/Plugins/Variables.txt index 5370937e78..d3b2a14398 100644 --- a/langpacks/portuguese_br/Plugins/Variables.txt +++ b/langpacks/portuguese_br/Plugins/Variables.txt @@ -10,33 +10,11 @@ Fechar
[OK]
OK
-[OK]
-OK
-[OK]
-OK
-[OK]
-OK
-[OK]
-OK
-[Notes]
-Notas
[Notes]
Notas
;file \plugins\Variables\src\help.cpp
[Cancel]
Cancelar
-[Cancel]
-Cancelar
-[Cancel]
-Cancelar
-[Cancel]
-Cancelar
-[Cancel]
-Cancelar
-[Cancel]
-Cancelar
-[Cancel]
-Cancelar
[Help]
Ajuda
;file \plugins\Variables\src\options.cpp
@@ -51,5 +29,4 @@ Ajuda ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/russian/Plugins/GTalkExt.txt b/langpacks/russian/Plugins/GTalkExt.txt index 0b0045a25d..29a9a29073 100644 --- a/langpacks/russian/Plugins/GTalkExt.txt +++ b/langpacks/russian/Plugins/GTalkExt.txt @@ -13,8 +13,6 @@ тема\n %s\nот\n%s\n%s\n
[subject\n %s\nfrom\n%s]
тема\n %s\nот\n%s
-[You've received an e-mail\n%s unread threads]
-Вам пришла почта\nНепрочитанных цепочек: %s
[Unread threads:]
Непрочитанных цепочек:
[GMail notifications]
diff --git a/langpacks/russian/Plugins/ShlExt.txt b/langpacks/russian/Plugins/ShlExt.txt index 1b35845a95..6e469c55ce 100644 --- a/langpacks/russian/Plugins/ShlExt.txt +++ b/langpacks/russian/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/slovak/Plugins/Facebook.txt b/langpacks/slovak/Plugins/Facebook.txt index ae1976ea34..8f845383f8 100644 --- a/langpacks/slovak/Plugins/Facebook.txt +++ b/langpacks/slovak/Plugins/Facebook.txt @@ -88,6 +88,17 @@ Prednastavené [Use this server for opening links:]
+[Allow posting statuses to my pages (may slow down login)]
+
+;file \protocols\FacebookRM\src\chat.cpp
+[&Invite user...]
+
+[&Leave chat session]
+
+[User &details]
+
+[User &history]
+
;file \protocols\FacebookRM\src\communication.cpp
[Login error: %s]
@@ -95,14 +106,14 @@ Prednastavené Neznáma chyba
[Login error: Invalid request.]
-[Your account requires HTTPS connection. Activating.]
-
[Login error: Some Facebook things are required.]
[Login error: Captcha code is required. Bad login credentials?]
[Login error, probably bad login credentials.]
+[Your account requires HTTPS connection. Activating.]
+
[Something happened to Facebook. Maybe there was some major update so you should wait for an update.]
[Need confirmation for sending messages to other clients.\nOpen facebook website and try to send message to this contact again!]
@@ -168,6 +179,12 @@ Neznáma chyba [Sample notification]
;file \protocols\FacebookRM\src\json.cpp
+[a photo]
+
+[User sent you %s:]
+
+[Message read: %s by %s]
+
[Message read: %s]
;file \protocols\FacebookRM\src\messages.cpp
diff --git a/langpacks/slovak/Plugins/GTalkExt.txt b/langpacks/slovak/Plugins/GTalkExt.txt index c844219958..e924adb292 100644 --- a/langpacks/slovak/Plugins/GTalkExt.txt +++ b/langpacks/slovak/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]
@@ -14,6 +14,12 @@ [Use this if your popup plugin does not correctly detect fullscreen mode. It will take away your keyboard focus]
+[Notify in contact list]
+
+[Clear pseudocontact history before adding new events]
+
+[Mark history event read when popup closed]
+
[Add message snip to notification]
[Try to login before open mailbox]
@@ -43,9 +49,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]
diff --git a/langpacks/slovak/Plugins/Jabber.txt b/langpacks/slovak/Plugins/Jabber.txt index d7b786df08..d58508b0d2 100644 --- a/langpacks/slovak/Plugins/Jabber.txt +++ b/langpacks/slovak/Plugins/Jabber.txt @@ -453,6 +453,8 @@ Požiadavka na autorizáciu [Jabber Mood]
+[Fatal error, image services not found. Flags Module will be disabled.]
+
;file \protocols\JabberG\src\jabber.h
[I'm happy Miranda NG user. Get it at http://miranda-ng.org/.]
@@ -583,8 +585,6 @@ Prezívka [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/slovak/Plugins/NimContact.txt b/langpacks/slovak/Plugins/NimContact.txt index 808c318c71..e350ef6eca 100644 --- a/langpacks/slovak/Plugins/NimContact.txt +++ b/langpacks/slovak/Plugins/NimContact.txt @@ -122,7 +122,7 @@ Vyber zložku [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]
[Contacts Display Info]
diff --git a/langpacks/slovak/Plugins/ShlExt.txt b/langpacks/slovak/Plugins/ShlExt.txt index 1a634d0dcd..7692119190 100644 --- a/langpacks/slovak/Plugins/ShlExt.txt +++ b/langpacks/slovak/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/slovak/Plugins/TabSRMM.txt b/langpacks/slovak/Plugins/TabSRMM.txt index d41140e46e..c6febd2319 100644 --- a/langpacks/slovak/Plugins/TabSRMM.txt +++ b/langpacks/slovak/Plugins/TabSRMM.txt @@ -1828,8 +1828,6 @@ Ikona v oznamovacej oblasti [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/slovak/Plugins/Variables.txt b/langpacks/slovak/Plugins/Variables.txt index 834fa1d5dd..3e22c996f8 100644 --- a/langpacks/slovak/Plugins/Variables.txt +++ b/langpacks/slovak/Plugins/Variables.txt @@ -90,10 +90,6 @@ Pomoc [retrieves current Winamp state (Playing/Paused/Stopped)]
-[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 @@ užívateľské meno [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
diff --git a/langpacks/slovak/Untranslated/Facebook.txt b/langpacks/slovak/Untranslated/Facebook.txt index 8ef529bbbd..509bbbe8da 100644 --- a/langpacks/slovak/Untranslated/Facebook.txt +++ b/langpacks/slovak/Untranslated/Facebook.txt @@ -33,6 +33,11 @@ [Use local time for received messages]
[Send "Seen" info when marking messages as read]
[Use this server for opening links:]
+[Allow posting statuses to my pages (may slow down login)]
+[&Invite user...]
+[&Leave chat session]
+[User &details]
+[User &history]
[Login error: %s]
[Login error: Invalid request.]
[Your account requires HTTPS connection. Activating.]
@@ -69,6 +74,9 @@ [Sample request]
[Sample newsfeed]
[Sample notification]
+[a photo]
+[User sent you %s:]
+[Message read: %s by %s]
[Message read: %s]
[You cannot send messages when you are offline.]
[Contact is back on server-list.]
diff --git a/langpacks/slovak/Untranslated/GTalkExt.txt b/langpacks/slovak/Untranslated/GTalkExt.txt index b9b527f3bc..c33da40dc3 100644 --- a/langpacks/slovak/Untranslated/GTalkExt.txt +++ b/langpacks/slovak/Untranslated/GTalkExt.txt @@ -2,6 +2,9 @@ [Popup notifications (needs popup plugin)]
[Notify in fullscreen mode too]
[Use this if your popup plugin does not correctly detect fullscreen mode. It will take away your keyboard focus]
+[Notify in contact list]
+[Clear pseudocontact history before adding new events]
+[Mark history event read when popup closed]
[Add message snip to notification]
[Try to login before open mailbox]
[This works only if password is saved in the database. Has no effect on links in pseudocontact message log]
@@ -15,7 +18,6 @@ [0 means default timeout,\n-1 means no timeout]
[Test]
[Open mailbox]
-[You've received an e-mail\n%s unread threads]
[Popups]
[* Primitive type system\n]
[* No overloading\n]
diff --git a/langpacks/slovak/Untranslated/Jabber.txt b/langpacks/slovak/Untranslated/Jabber.txt index 8c6e1ee48a..2c758ee1f9 100644 --- a/langpacks/slovak/Untranslated/Jabber.txt +++ b/langpacks/slovak/Untranslated/Jabber.txt @@ -165,6 +165,7 @@ [Frame text]
[Jabber Activity]
[Jabber Mood]
+[Fatal error, image services not found. Flags Module will be disabled.]
[I'm happy Miranda NG user. Get it at http://miranda-ng.org/.]
[/me slaps %s around a bit with a large trout]
[Error %s %s]
@@ -223,7 +224,6 @@ [Supports Miranda NG notes extension]
[Supports Jingle]
[Supports Roster Exchange]
-[Supports GTalk private multi-user chat]
[Enter the text you see]
[Member]
[Admin]
diff --git a/langpacks/slovak/Untranslated/NimContact.txt b/langpacks/slovak/Untranslated/NimContact.txt index 9b398645a3..bb282b8f1b 100644 --- a/langpacks/slovak/Untranslated/NimContact.txt +++ b/langpacks/slovak/Untranslated/NimContact.txt @@ -52,7 +52,7 @@ [Non-IM Contact protocol timer is Disabled]
[Timer intervals... Non-IM Contact Protocol timer is %d seconds]
[New Non-IM Contact]
-[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]
[Contacts Display Info]
[Link and CList Settings]
[Copy Contact]
diff --git a/langpacks/slovak/Untranslated/TabSRMM.txt b/langpacks/slovak/Untranslated/TabSRMM.txt index 75409d2f3f..faf109afb5 100644 --- a/langpacks/slovak/Untranslated/TabSRMM.txt +++ b/langpacks/slovak/Untranslated/TabSRMM.txt @@ -848,7 +848,6 @@ [Edit user notes|You are editing the user notes. Click the button again or use the hotkey (default: Alt-N) to save the notes and return to normal messaging mode]
[Missing component|The icon pack is missing. Please install it to the default icons folder.\n\nNo icons will be available]
[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)?]
[Closing Window|You are about to close a window with multiple tabs open.\n\nProceed?]
diff --git a/langpacks/slovak/Untranslated/Variables.txt b/langpacks/slovak/Untranslated/Variables.txt index c592645be0..12facaf6a2 100644 --- a/langpacks/slovak/Untranslated/Variables.txt +++ b/langpacks/slovak/Untranslated/Variables.txt @@ -32,8 +32,6 @@ [External Applications]
[retrieves song name of the song currently playing in Winamp]
[retrieves current Winamp state (Playing/Paused/Stopped)]
-[retrieves info from AMIP (x is var_<variable> with any AMIP variable)]
-[retrieves info from AMIP (x is AMIP format string)]
[Internet Related]
[converts each non-html character into hex format]
[converts each hex value into non-html character]
@@ -170,6 +168,3 @@ [variable set by put(s) with name x]
[x, and stores y as variable named x]
[only stores y as variables x]
-[XML]
-[apply stylesheet file x to document file y]
-[apply stylesheet x to document y]
diff --git a/langpacks/spanish/Plugins/GTalkExt.txt b/langpacks/spanish/Plugins/GTalkExt.txt index 24ae5399bc..f0d8e44de9 100644 --- a/langpacks/spanish/Plugins/GTalkExt.txt +++ b/langpacks/spanish/Plugins/GTalkExt.txt @@ -2,16 +2,13 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Network]
Red
-[Network]
-red
;file \protocols\GTalkExt\src\options.h
;file \protocols\GTalkExt\src\tipper_items.cpp
diff --git a/langpacks/spanish/Plugins/ShlExt.txt b/langpacks/spanish/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/spanish/Plugins/ShlExt.txt +++ b/langpacks/spanish/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/spanish/Plugins/Variables.txt b/langpacks/spanish/Plugins/Variables.txt index 0f6b823066..bdb9f00d8b 100644 --- a/langpacks/spanish/Plugins/Variables.txt +++ b/langpacks/spanish/Plugins/Variables.txt @@ -325,5 +325,4 @@ variable establecida por el puesto (s) con el nombre de x x, y las tiendas y como variable llamada x
[only stores y as variables x]
sólo almacena y como variables x
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/turkish/Plugins/GTalkExt.txt b/langpacks/turkish/Plugins/GTalkExt.txt index ced10b539e..f2033e1a8c 100644 --- a/langpacks/turkish/Plugins/GTalkExt.txt +++ b/langpacks/turkish/Plugins/GTalkExt.txt @@ -2,12 +2,11 @@ ;============================================================
; File: GTalkExt.dll
; Plugin: GTalk Extension
-; Version: 0.0.1.1
+; Version: 0.1.0.2
; Authors: bems
;============================================================
;file \protocols\GTalkExt\res\settings.rc
;file \protocols\GTalkExt\src\menu.cpp
-;file \protocols\GTalkExt\src\notifications.cpp
;file \protocols\GTalkExt\src\options.cpp
[Popups]
Açılır Pencereler
diff --git a/langpacks/turkish/Plugins/ShlExt.txt b/langpacks/turkish/Plugins/ShlExt.txt index 14421354fd..a836054a68 100644 --- a/langpacks/turkish/Plugins/ShlExt.txt +++ b/langpacks/turkish/Plugins/ShlExt.txt @@ -2,6 +2,6 @@ ;============================================================
; File: ShlExt.dll
; Plugin: Shell extension
-; Version: 2.2.0.2
+; Version: 2.2.0.3
; Authors: Sam Kothari, Miranda NG Team
;============================================================
diff --git a/langpacks/turkish/Plugins/Variables.txt b/langpacks/turkish/Plugins/Variables.txt index 922fe06183..53bad7c51c 100644 --- a/langpacks/turkish/Plugins/Variables.txt +++ b/langpacks/turkish/Plugins/Variables.txt @@ -33,5 +33,4 @@ Yardım ;file \plugins\Variables\src\parse_str.cpp
;file \plugins\Variables\src\parse_system.cpp
;file \plugins\Variables\src\parse_variables.cpp
-;file \plugins\Variables\src\parse_xml.cpp
;file \plugins\Variables\src\variables.cpp
diff --git a/langpacks/ukrainian/plugins/GTalkExt.txt b/langpacks/ukrainian/plugins/GTalkExt.txt index bcd93ce134..e23e2e508f 100644 --- a/langpacks/ukrainian/plugins/GTalkExt.txt +++ b/langpacks/ukrainian/plugins/GTalkExt.txt @@ -11,8 +11,6 @@ тема\n %s\nвід\n%s\n%s\n
[subject\n %s\nfrom\n%s]
тема\n %s\nвід\n%s
-[You've received an e-mail\n%s unread threads]
-Вам прийшла пошта\nНепрочитаних ланцюжків: %s
[Unread threads:]
Непрочитаних ланцюжків:
[GMail notifications]
diff --git a/langpacks/ukrainian/plugins/ShlExt.txt b/langpacks/ukrainian/plugins/ShlExt.txt index 3c34cdfceb..dc64480f15 100644 --- a/langpacks/ukrainian/plugins/ShlExt.txt +++ b/langpacks/ukrainian/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.]
|