diff options
Diffstat (limited to 'langpacks/german/Untranslated')
-rw-r--r-- | langpacks/german/Untranslated/Actman.txt | 1 | ||||
-rw-r--r-- | langpacks/german/Untranslated/CurrencyRates.txt | 12 | ||||
-rw-r--r-- | langpacks/german/Untranslated/Dbx_mdbx.txt | 1 | ||||
-rw-r--r-- | langpacks/german/Untranslated/Dbx_mmap.txt | 1 | ||||
-rw-r--r-- | langpacks/german/Untranslated/Import.txt | 4 | ||||
-rw-r--r-- | langpacks/german/Untranslated/MirLua.txt | 3 | ||||
-rw-r--r-- | langpacks/german/Untranslated/Msg_Export.txt | 6 | ||||
-rw-r--r-- | langpacks/german/Untranslated/NimContact.txt | 1 | ||||
-rw-r--r-- | langpacks/german/Untranslated/ProxySwitch.txt | 23 | ||||
-rw-r--r-- | langpacks/german/Untranslated/Scriver.txt | 4 | ||||
-rw-r--r-- | langpacks/german/Untranslated/SplashScreen.txt | 1 | ||||
-rw-r--r-- | langpacks/german/Untranslated/StatusManager.txt | 3 |
12 files changed, 0 insertions, 60 deletions
diff --git a/langpacks/german/Untranslated/Actman.txt b/langpacks/german/Untranslated/Actman.txt deleted file mode 100644 index 2d7a085d57..0000000000 --- a/langpacks/german/Untranslated/Actman.txt +++ /dev/null @@ -1 +0,0 @@ -[NOP] diff --git a/langpacks/german/Untranslated/CurrencyRates.txt b/langpacks/german/Untranslated/CurrencyRates.txt deleted file mode 100644 index 9a0df371f5..0000000000 --- a/langpacks/german/Untranslated/CurrencyRates.txt +++ /dev/null @@ -1,12 +0,0 @@ -[Currency Rate] -[Currency Symbol] -[Currency Name] -[Export All Currency Rates] -[Import All Currency Rates] -[Enable/Disable Currency Rates Auto Update] -[Currency Rates Auto Update Enabled] -[Currency Rates Auto Update Disabled] -[Currency Rate up] -[Currency Rate down] -[Currency Rate not changed] -[Currency Rate Section] diff --git a/langpacks/german/Untranslated/Dbx_mdbx.txt b/langpacks/german/Untranslated/Dbx_mdbx.txt deleted file mode 100644 index 4e397618e8..0000000000 --- a/langpacks/german/Untranslated/Dbx_mdbx.txt +++ /dev/null @@ -1 +0,0 @@ -[All string settings and all events in histories are encrypted. It also makes Miranda much slower and creates a risk of losing everything you've stored in a database in case of losing password. Recommended only for paranoid users] diff --git a/langpacks/german/Untranslated/Dbx_mmap.txt b/langpacks/german/Untranslated/Dbx_mmap.txt deleted file mode 100644 index 4e397618e8..0000000000 --- a/langpacks/german/Untranslated/Dbx_mmap.txt +++ /dev/null @@ -1 +0,0 @@ -[All string settings and all events in histories are encrypted. It also makes Miranda much slower and creates a risk of losing everything you've stored in a database in case of losing password. Recommended only for paranoid users] diff --git a/langpacks/german/Untranslated/Import.txt b/langpacks/german/Untranslated/Import.txt deleted file mode 100644 index 7640c575f6..0000000000 --- a/langpacks/german/Untranslated/Import.txt +++ /dev/null @@ -1,4 +0,0 @@ -[Enter file name for import:] -[Check duplicates] -[Import history for] -[JSON file] diff --git a/langpacks/german/Untranslated/MirLua.txt b/langpacks/german/Untranslated/MirLua.txt deleted file mode 100644 index c33f6a5d62..0000000000 --- a/langpacks/german/Untranslated/MirLua.txt +++ /dev/null @@ -1,3 +0,0 @@ -[Auto evaluation] -[Evaluate] -[Compile] diff --git a/langpacks/german/Untranslated/Msg_Export.txt b/langpacks/german/Untranslated/Msg_Export.txt deleted file mode 100644 index 192059706c..0000000000 --- a/langpacks/german/Untranslated/Msg_Export.txt +++ /dev/null @@ -1,6 +0,0 @@ -[Use JSON format for export]
-[Miranda database contains %d events]
-[With scroll to bottom %d\n]
-[Max line width must be at least %d. Or use 0 for no limit.]
-[No_Group]
-[No_Nick]
diff --git a/langpacks/german/Untranslated/NimContact.txt b/langpacks/german/Untranslated/NimContact.txt deleted file mode 100644 index 447a6d4dd0..0000000000 --- a/langpacks/german/Untranslated/NimContact.txt +++ /dev/null @@ -1 +0,0 @@ -[String replacing variables...\r\nThe following are all the valid variables that can be used. Refer to the wiki.miranda-ng.org 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 separator 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] diff --git a/langpacks/german/Untranslated/ProxySwitch.txt b/langpacks/german/Untranslated/ProxySwitch.txt deleted file mode 100644 index 83c892e81d..0000000000 --- a/langpacks/german/Untranslated/ProxySwitch.txt +++ /dev/null @@ -1,23 +0,0 @@ -[Network addresses] -[Direct connection] -[Manage Miranda NG proxy] -[Manage Internet Explorer proxy] -[Manage Firefox proxy] -[Reconnect if IP address changes] -[Hide interfaces] -[Show proxy status on change] -[Restart of Miranda NG is required.] -[Enter semicolon (;) separated list of IP network addresses in any of the formats below:\n\tIP/bits\t(10.0.0.1/24)\t\tIP/mask\t(10.0.0.1/255.255.255.0)\n\tIP1-2\t(10.0.0.1-50)\t\tIP1-IP2\t(10.0.0.1-10.0.2.255)] -[Any entry in the 'Use proxy' list can be prefixed by an exclamation mark (!) to increase its priority. Entries with wrong syntax will be ignored. The plugin checks the IP addresses in the following way:] -[\t1) Use proxy if any interface has prioritized 'Use proxy' address\n\t2) Don't use proxy if any interface has 'Direct connection' address\n\t3) Use proxy if any interface has 'Use proxy' address\n\t4) Do nothing if unknown or no address found] -[Proxy] -[Direct] -[Current IP address] -[Enable &IP change notification] -[Disable &IP change notification] -[Show my &IP addresses] -[Proxy settings && interfaces] -[Disable proxy] -[Enable proxy] -[IP change notification] -[ProxySwitch] diff --git a/langpacks/german/Untranslated/Scriver.txt b/langpacks/german/Untranslated/Scriver.txt deleted file mode 100644 index 824b076f9d..0000000000 --- a/langpacks/german/Untranslated/Scriver.txt +++ /dev/null @@ -1,4 +0,0 @@ -[Send message on:] -[Double 'Enter'] -[Ctrl+Enter] -[Shift+Enter] diff --git a/langpacks/german/Untranslated/SplashScreen.txt b/langpacks/german/Untranslated/SplashScreen.txt deleted file mode 100644 index 0add885a64..0000000000 --- a/langpacks/german/Untranslated/SplashScreen.txt +++ /dev/null @@ -1 +0,0 @@ -[Download more splash screens] diff --git a/langpacks/german/Untranslated/StatusManager.txt b/langpacks/german/Untranslated/StatusManager.txt deleted file mode 100644 index 72d15c417b..0000000000 --- a/langpacks/german/Untranslated/StatusManager.txt +++ /dev/null @@ -1,3 +0,0 @@ -[when terminal session is disconnected] -[After away] -[Enter idle mode] |