Index: trunk/extensions/ProtectSite/ProtectSite.i18n.php |
— | — | @@ -141,32 +141,6 @@ |
142 | 142 | 'protectsite-unprotect' => 'Freigeben', |
143 | 143 | ); |
144 | 144 | |
145 | | -/** German (formal address) (Deutsch (Sie-Form)) |
146 | | - * @author LWChris |
147 | | - */ |
148 | | -$messages['de-formal'] = array( |
149 | | - 'protectsite' => 'Seite schützen', |
150 | | - 'protectsite-text-protect' => '<!-- Anweisungen/Kommentare/Richtlinie zur Verwendung -->', |
151 | | - 'protectsite-text-unprotect' => '<!-- Anweisungen/Kommentare wenn geschützt -->', |
152 | | - 'protectsite-title' => 'Seitenschutz Einstellungen', |
153 | | - 'protectsite-allowall' => 'Alle Benutzer', |
154 | | - 'protectsite-allowusersysop' => 'Registrierte Benutzer und Administratoren', |
155 | | - 'protectsite-allowsysop' => 'Nur Administratoren', |
156 | | - 'protectsite-createaccount' => 'Erlaube die Erstellung neuer Accounts von', |
157 | | - 'protectsite-createpage' => 'Erlaube Erstellung von Seiten von', |
158 | | - 'protectsite-edit' => 'Erlaube Bearbeiten von Seiten von', |
159 | | - 'protectsite-move' => 'Erlaube Verschieben von Seiten von', |
160 | | - 'protectsite-upload' => 'Erlaube Datei-Uploads von', |
161 | | - 'protectsite-timeout' => 'Sperrdauer:', |
162 | | - 'protectsite-timeout-error' => "'''Ungültige Sperrdauer.'''", |
163 | | - 'protectsite-maxtimeout' => 'Maximum:', |
164 | | - 'protectsite-comment' => 'Grund:', |
165 | | - 'protectsite-ucomment' => 'Aufhebungsgrund:', |
166 | | - 'protectsite-until' => 'Geschützt bis:', |
167 | | - 'protectsite-protect' => 'Schützen', |
168 | | - 'protectsite-unprotect' => 'Freigeben', |
169 | | -); |
170 | | - |
171 | 145 | /** Spanish (Español) |
172 | 146 | * @author Crazymadlover |
173 | 147 | * @author Peter17 |