summaryrefslogtreecommitdiff
path: root/langpacks/czech/Untranslated
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-09-30 20:45:26 +0000
committerRobert Pösel <robyer@seznam.cz>2013-09-30 20:45:26 +0000
commit98ccdec054ab192eacf00787b138e65f92bbe99e (patch)
tree22bf24bf73e7c69282435d9f6c26b2330fb17b39 /langpacks/czech/Untranslated
parentf352cdd951311600624dfde3be17f24049dd0ef5 (diff)
Czech langpack: update
git-svn-id: http://svn.miranda-ng.org/main/trunk@6282 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'langpacks/czech/Untranslated')
-rw-r--r--langpacks/czech/Untranslated/GTalkExt.txt4
-rw-r--r--langpacks/czech/Untranslated/Jabber.txt1
-rw-r--r--langpacks/czech/Untranslated/MirFox.txt2
-rw-r--r--langpacks/czech/Untranslated/NimContact.txt2
-rw-r--r--langpacks/czech/Untranslated/TabSRMM.txt1
-rw-r--r--langpacks/czech/Untranslated/Variables.txt5
6 files changed, 6 insertions, 9 deletions
diff --git a/langpacks/czech/Untranslated/GTalkExt.txt b/langpacks/czech/Untranslated/GTalkExt.txt
index b90f42738b..97d3e132bc 100644
--- a/langpacks/czech/Untranslated/GTalkExt.txt
+++ b/langpacks/czech/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]
@@ -11,7 +14,6 @@
[Basic HTML]
[If both colors set to the same value, default colors will be used]
[0 means default timeout,\n-1 means no timeout]
-[You've received an e-mail\n%s unread threads]
[Why C sucks]
[brickstrace@gmail.com [1]]
[ bems\n]
diff --git a/langpacks/czech/Untranslated/Jabber.txt b/langpacks/czech/Untranslated/Jabber.txt
index f9c42c97c8..0e2aeee243 100644
--- a/langpacks/czech/Untranslated/Jabber.txt
+++ b/langpacks/czech/Untranslated/Jabber.txt
@@ -6,6 +6,7 @@
[Request method is:]
[If you wish to confirm this request, please click authorize. Otherwise, press deny to reject it.]
[Jabber Notebook]
+[Fatal error, image services not found. Flags Module will be disabled.]
[/me slaps %s around a bit with a large trout]
[Jabber Ad-Hoc commands at %s]
[Sending Ad-Hoc command to %s]
diff --git a/langpacks/czech/Untranslated/MirFox.txt b/langpacks/czech/Untranslated/MirFox.txt
index 7c5d019b18..3515e34fbe 100644
--- a/langpacks/czech/Untranslated/MirFox.txt
+++ b/langpacks/czech/Untranslated/MirFox.txt
@@ -1,7 +1,7 @@
[Send to contact action]
[on middle mouse button click\n(note: use middle mouse button to send multiple messages from Firefox)]
[Firefox profiles]
-[Show Miranda menu only in these firefox profiles (comma delimited)]
+[Show Miranda menu only in these Firefox profiles (comma delimited)]
[Show these contacts in 'Send ... to' option in Firefox]
[Show these accounts in 'Set status message' option in Firefox]
[MirFox/Notification]
diff --git a/langpacks/czech/Untranslated/NimContact.txt b/langpacks/czech/Untranslated/NimContact.txt
index 2279cb2267..69c7290d27 100644
--- a/langpacks/czech/Untranslated/NimContact.txt
+++ b/langpacks/czech/Untranslated/NimContact.txt
@@ -46,7 +46,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(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]
[Contacts Display Info]
[Link and CList Settings]
[Copy Contact]
diff --git a/langpacks/czech/Untranslated/TabSRMM.txt b/langpacks/czech/Untranslated/TabSRMM.txt
index e835048120..0e1c409160 100644
--- a/langpacks/czech/Untranslated/TabSRMM.txt
+++ b/langpacks/czech/Untranslated/TabSRMM.txt
@@ -30,5 +30,4 @@
[Show client description in info panel]
[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]
[Missing component|The icon pack is missing. Please install it to the default icons folder.\n\nNo icons will be available]
-[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.]
diff --git a/langpacks/czech/Untranslated/Variables.txt b/langpacks/czech/Untranslated/Variables.txt
index 951f5307a2..98d60818f8 100644
--- a/langpacks/czech/Untranslated/Variables.txt
+++ b/langpacks/czech/Untranslated/Variables.txt
@@ -3,8 +3,6 @@
[The token %extratext% is translated into a string which depends on the situation in which the string is parsed. Use this dialog to simulate the string to which %extratext% translates.]
[The Variables plugin translates various tokens into a certain value. An example is: I'm running Miranda %mirandaversion%. The substring %mirandaversion% will be translated into the correct version number. The following list shows all available tokens.]
[--- Special characters ---\r\n\r\nThe following characters have a special meaning in a formatting string:\r\n\r\n?<function>(<arguments>)\r\nThis will parse the function given the arguments, the result will be parsed again. Example: Today is ?cdate(yyyy/MM/dd).\r\n\r\n!<function>(<arguments>)\r\nThis will parse the function given the arguments, the result will not be parsed again. Example: Message waiting: !message(,first,rcvd,unread).\r\n\r\n%<field>%\r\nThis will parse the given field. Example: I installed Miranda at: %mirandapath%.\r\n\r\n`<string>`\r\nThis will not parse the given string, any function, field or special character in the string will shown in the result without being translated. Example: Use `%mirandapath%` to show the installation path.\r\n\r\n#<comment>\r\nThis will add a comment in the formatting string. Everything from the # character to the end of the line will be removed. Example: %dbprofile% #this is a useless comment.\r\n\r\n\r\n--- Contacts ---\r\n\r\nWhenever a functions requires a contact as an argument, you can specify it in two ways:\r\n\r\n(1) Using a unique id (UIN for ICQ, email for MSN) or, a protocol id followed by a unique id in the form <PROTOID:UNIQUEID>, for example <MSN:miranda@hotmail.com> or <ICQ:123456789>.\r\n\r\n(2) Using the contact function:\r\n?contact(x,y)\r\nA contact will be searched which will have value x for its property y, y can be one of the following:\r\nfirst, last, nick, email, id or display\r\n\r\nFor example: ?contact(miranda@hotmail.com,email) or ?contact(Miranda,nick). The contact function will return either a unique contact according to the arguments or nothing if none or multiple contacts exists with the given property.]
-[retrieves info from AMIP (x is var_<variable> with any AMIP variable)]
-[retrieves info from AMIP (x is AMIP format string)]
[converts each non-html character into hex format]
[converts each hex value into non-html character]
[Boolean FALSE]
@@ -61,6 +59,3 @@
[y > 0: line number y from file x, y = 0: the whole file, y < 0: line y counted from the end, y = r: random line]
[variable set by put(s) with name x]
[x, and stores y as variable named x]
-[XML]
-[apply stylesheet file x to document file y]
-[apply stylesheet x to document y]