summaryrefslogtreecommitdiff
path: root/langpacks/czech/Plugins/NimContact.txt
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-05-16 21:18:34 +0000
committerRobert Pösel <robyer@seznam.cz>2013-05-16 21:18:34 +0000
commit119560c6caf5f0a8d9971ebd32982ad05784eb16 (patch)
treef45ac97a5c1d1f6d8c5d2c022a104adcdcdea7d9 /langpacks/czech/Plugins/NimContact.txt
parented095617c90132a04d1385067d99609ad2d0a016 (diff)
langpacks/czech: updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@4694 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'langpacks/czech/Plugins/NimContact.txt')
-rw-r--r--langpacks/czech/Plugins/NimContact.txt220
1 files changed, 220 insertions, 0 deletions
diff --git a/langpacks/czech/Plugins/NimContact.txt b/langpacks/czech/Plugins/NimContact.txt
new file mode 100644
index 0000000000..449a72bb78
--- /dev/null
+++ b/langpacks/czech/Plugins/NimContact.txt
@@ -0,0 +1,220 @@
+#muuid {2e0d2ae3-e123-4607-8539-d4448d675ddb}
+;============================================================
+; File: NimContact.dll
+; Plugin: Non-IM Contact
+; Version: 0.6.0.1
+; Authors: Jonathan Gordon
+;============================================================
+[Non-IM Contact allows you to add 'contacts' that can act as shortcuts to other programs, or links to web pages.\r\nThe contacts name can be read from a text file (includes any ASCII file).\r\nThis plugin is a combination of Favorites and Text Reader plugins both made by me)]
+
+;file \plugins\Non-IM Contact\res\resource.rc
+[View/Edit Files]
+
+[Add File]
+
+[Add URL]
+
+[Remove Selected File]
+
+[file(#)]
+
+[URL]
+Odkaz
+[Update URL every]
+
+[Intervals]
+
+[If the protocol timer is disabled web pages wont be updated]
+
+[contact display info]
+
+[Contacts display name]
+
+[Contacts Tooltip]
+
+[other settings]
+
+[Link]
+Adresa
+[Program parameters:]
+
+[O&pen File]
+
+[O&pen Folder]
+
+[Link Settings]
+Odkazy
+[CList Settings]
+
+[Group:]
+Skupina:
+[Status Icon]
+
+[Group\\Sub-Group]
+
+[Timer Settings]
+
+[Use Timer]
+
+[Contact is always visible]
+
+[Unless Non-IM Contacts protocol is OFFLINE]
+
+[Timer Intervals. ]
+
+[Dialog]
+Dialog
+[Away as another status]
+
+[Disable timer]
+
+[Timer interval (in seconds)]
+
+[This will take affect after Non-IM Contacts' status is changed]
+
+[Timer Options]
+
+[String Maker]
+
+[&Test String]
+
+[&Exit]
+U&končit
+[String to test]
+
+[Returns....]
+
+[line()]
+
+[start()]
+
+[end()]
+
+[wholeline()]
+
+[csv()]
+
+[file()]
+
+[filename()]
+
+[Help]
+Nápověda
+[Help!!!]
+
+[OK]
+OK
+[Copy / Export contact]
+
+[&Export Non-IM Contact]
+
+[Co&py Non-IM Contact]
+
+[Type one replace string per line in the format "origional text,new text"]
+
+[EXAMPLE: %fn1,%fn2]
+
+;file \plugins\Non-IM Contact\src\contactinfo.cpp
+[Select Folder]
+Vyberte požadovanou slož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\n]
+
+[file(X)\t\t<- specifies the file to read from\r\nMUST be followed by either start() or end() or wholeline()\r\n]
+
+[filename(X)\t\t<- copyies the filename of file X.\r\n]
+
+[start(...)\t\t<-specifies where to start copying from.\r\n]
+
+[end(...)\t\t<-specifies where to stop copying.\r\n]
+
+[wholeline(line(...))\t<-specifies a whole line to copy\r\n\r\n]
+
+[start() and end() explained\r\n.........................\r\n]
+
+[MUST start with line() followed by a number or a string inside " marks, OR csv(seperatorX) variable\r\n]
+
+[The number specifies which character in the line to start/end copying.\r\nThe string specifies a string in the line to start/end copying.\r\n]
+
+[csv(seperatorX) explained...\r\nseperator is either "tab" or "space" or any SINGLE character.\r\nX is the Xth seperator to pass before copying, (or to stop before)\r\n\r\n]
+
+[Lastly the line(...) variable...\r\n]
+
+[Inside 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).\r\nthe X in lastline is the Xth line above the last line. i.e lastline(1) will use the 2nd last line of the file.\r\n]
+
+[If searching for a line with u may put a + or - X after the closing ) i.e line("some words\]
+
+[Some Expamples...\r\n\r\n]
+
+[filename(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\]
+
+;file \plugins\Non-IM Contact\src\files.cpp
+[File couldn't be opened]
+
+[File couldn't be opened,2]
+
+[line(%-3d) = | %s]
+
+;file \plugins\Non-IM Contact\src\http.cpp
+[Non-IM Contacts]
+
+;file \plugins\Non-IM Contact\src\main.cpp
+[Plugins]
+Doplňky
+[Main Icon]
+Hlavní ikona
+[Non-IM Contact]
+
+[&Non-IM Contact]
+
+[&Add Non-IM Contact]
+
+[&View/Edit Files]
+
+[&Export all Non-IM Contacts]
+
+[&Import Non-IM Contacts]
+
+[&String Maker]
+
+[E&dit Contact Settings]
+
+;file \plugins\Non-IM Contact\src\namereplacing.cpp
+[lastline(]
+
+[csv(]
+
+[compare("]
+
+[save("]
+
+[load("]
+
+[saveN("]
+
+[loadN("]
+
+[lastchecked(file(]
+
+[file(]
+
+[wholeline(line(]
+
+[start(]
+
+[start(line(]
+
+[end(]
+
+[end(line(]
+
+[filename(]
+
+[%s - ERROR: no line specified or line not found (in %s)]
+
+[%s - ERROR: file couldnt be opened (in %s)]
+
+[%s - ERROR: no file specified in settings (in %s)]
+