diff options
Diffstat (limited to 'langpacks/slovak/Plugins')
-rw-r--r-- | langpacks/slovak/Plugins/AdvancedAutoAway.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/BasicHistory.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/FltContacts.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/GG.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/KeepStatus.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/NimContact.txt | 20 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/Popup.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/StartupStatus.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/TabSRMM.txt | 2 | ||||
-rw-r--r-- | langpacks/slovak/Plugins/TrafficCounter.txt | 6 |
10 files changed, 28 insertions, 14 deletions
diff --git a/langpacks/slovak/Plugins/AdvancedAutoAway.txt b/langpacks/slovak/Plugins/AdvancedAutoAway.txt index 48bbcce0a5..c05780d63e 100644 --- a/langpacks/slovak/Plugins/AdvancedAutoAway.txt +++ b/langpacks/slovak/Plugins/AdvancedAutoAway.txt @@ -186,7 +186,7 @@ Použi %time% pre aktuálny čas, %date% pre aktuálny dátum [Monitor mouse activity]
-[Ignore CRTL, ALT, SHIFT, TAB, ESC and Windows keys]
+[Ignore CTRL, ALT, SHIFT, TAB, ESC and Windows keys]
[Ignore any key combination with above keys]
diff --git a/langpacks/slovak/Plugins/BasicHistory.txt b/langpacks/slovak/Plugins/BasicHistory.txt index 874916e856..fd2de6b6d3 100644 --- a/langpacks/slovak/Plugins/BasicHistory.txt +++ b/langpacks/slovak/Plugins/BasicHistory.txt @@ -2,7 +2,7 @@ ;============================================================
; File: BasicHistory.dll
; Plugin: Basic history
-; Version: 1.0.1.9
+; Version: 1.0.1.10
; Authors: Krzysztof Kral
;============================================================
[History viewer for Miranda NG.]
diff --git a/langpacks/slovak/Plugins/FltContacts.txt b/langpacks/slovak/Plugins/FltContacts.txt index 9c64db7c3d..6848d1ca98 100644 --- a/langpacks/slovak/Plugins/FltContacts.txt +++ b/langpacks/slovak/Plugins/FltContacts.txt @@ -2,7 +2,7 @@ ;============================================================
; File: FltContacts.dll
; Plugin: Floating contacts
-; Version: 0.7.0.0
+; Version: 0.7.0.1
; Authors: Iavor Vajarov, Kosh&chka, Victor Pavlychko
;============================================================
[Floating Contacts plugin for Miranda.]
diff --git a/langpacks/slovak/Plugins/GG.txt b/langpacks/slovak/Plugins/GG.txt index da8ab5d9ba..bf48f8a212 100644 --- a/langpacks/slovak/Plugins/GG.txt +++ b/langpacks/slovak/Plugins/GG.txt @@ -360,7 +360,7 @@ Ignorovať [List cannot be imported because of error:\n\t%s (Error: %d)]
-[List cannot be removeed because of error: %s (Error: %d)]
+[List cannot be removed because of error: %s (Error: %d)]
[Text files]
diff --git a/langpacks/slovak/Plugins/KeepStatus.txt b/langpacks/slovak/Plugins/KeepStatus.txt index f74b50a4b9..c643046d06 100644 --- a/langpacks/slovak/Plugins/KeepStatus.txt +++ b/langpacks/slovak/Plugins/KeepStatus.txt @@ -186,7 +186,7 @@ Použi %time% pre aktuálny čas, %date% pre aktuálny dátum [Monitor mouse activity]
-[Ignore CRTL, ALT, SHIFT, TAB, ESC and Windows keys]
+[Ignore CTRL, ALT, SHIFT, TAB, ESC and Windows keys]
[Ignore any key combination with above keys]
diff --git a/langpacks/slovak/Plugins/NimContact.txt b/langpacks/slovak/Plugins/NimContact.txt index 9a5788034b..808c318c71 100644 --- a/langpacks/slovak/Plugins/NimContact.txt +++ b/langpacks/slovak/Plugins/NimContact.txt @@ -108,19 +108,35 @@ OK [Co&py Non-IM Contact]
-[Type one replace string per line in the format "origional text,new text"]
+[Type one replace string per line in the format "original text,new text"]
[EXAMPLE: %fn1,%fn2]
;file \plugins\Non-IM Contact\src\contactinfo.cpp
[Select Folder]
Vyber zložku
+[Non-IM Contact protocol timer is Disabled]
+
+[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<- copyies 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 Expamples...\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, untill 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, untill 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]
+
+[Files]
+
+[Edit Non-IM Contact "%s"]
;file \plugins\Non-IM Contact\src\files.cpp
+[Do you want to overwrite the contents of the file?\r\n\r\nPressing No will append these contacts to the end of the file.]
+
[File couldn't be opened]
[File couldn't be opened,2]
diff --git a/langpacks/slovak/Plugins/Popup.txt b/langpacks/slovak/Plugins/Popup.txt index 213e50bb04..f546bd0a35 100644 --- a/langpacks/slovak/Plugins/Popup.txt +++ b/langpacks/slovak/Plugins/Popup.txt @@ -54,8 +54,6 @@ Okno Mirandy aktívne okno
[Transparency]
-[Enable Win 9x/Me transparency]
-
[Use transparency]
[opacity:]
diff --git a/langpacks/slovak/Plugins/StartupStatus.txt b/langpacks/slovak/Plugins/StartupStatus.txt index c24de34dee..0af625d0b0 100644 --- a/langpacks/slovak/Plugins/StartupStatus.txt +++ b/langpacks/slovak/Plugins/StartupStatus.txt @@ -186,7 +186,7 @@ Použi %time% pre aktuálny čas, %date% pre aktuálny dátum [Monitor mouse activity]
-[Ignore CRTL, ALT, SHIFT, TAB, ESC and Windows keys]
+[Ignore CTRL, ALT, SHIFT, TAB, ESC and Windows keys]
[Ignore any key combination with above keys]
diff --git a/langpacks/slovak/Plugins/TabSRMM.txt b/langpacks/slovak/Plugins/TabSRMM.txt index 4ed42b63c7..d41140e46e 100644 --- a/langpacks/slovak/Plugins/TabSRMM.txt +++ b/langpacks/slovak/Plugins/TabSRMM.txt @@ -1770,7 +1770,7 @@ Ikona v oznamovacej oblasti [Prefer xStatus icons when available]
-[Detailed tooltip on tabs (requires mToolTip or Tipper plugin)]
+[Detailed tooltip on tabs (requires Tipper plugin)]
[ALWAYS activate new message sessions (has PRIORITY over the options below)]
diff --git a/langpacks/slovak/Plugins/TrafficCounter.txt b/langpacks/slovak/Plugins/TrafficCounter.txt index 23b379b7da..fb37c6c5e3 100644 --- a/langpacks/slovak/Plugins/TrafficCounter.txt +++ b/langpacks/slovak/Plugins/TrafficCounter.txt @@ -49,7 +49,7 @@ Farba pozadia: [Display traffic for current]
;file \plugins\TrafficCounter\src\options.cpp
-[Display/]
+[Display]
[Icon]
@@ -63,7 +63,7 @@ Farba pozadia: [Total online]
-[General/]
+[General]
[Draw frame as skin element]
@@ -71,7 +71,7 @@ Farba pozadia: ["Toggle traffic counter" in main menu]
-[Visible accounts/]
+[Visible accounts]
[Summary traffic for visible accounts]
|