diff options
Diffstat (limited to 'langpacks/polish/Plugins/NimContact.txt')
-rw-r--r-- | langpacks/polish/Plugins/NimContact.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langpacks/polish/Plugins/NimContact.txt b/langpacks/polish/Plugins/NimContact.txt index 01768723bc..4de3bb7254 100644 --- a/langpacks/polish/Plugins/NimContact.txt +++ b/langpacks/polish/Plugins/NimContact.txt @@ -118,8 +118,8 @@ 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 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]
-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śli 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świetli 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
+[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]
+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śli 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świetli 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
[Link and Contact list Settings]
|