home *** CD-ROM | disk | FTP | other *** search
Wrap
// // // ==THIS IS THE LOCALIZATION-FRIENDLY "STRINGS" FILE== // ========USED BY INSTALLSHIELD AND SPLASH.EXE======== // // // INSTRUCTIONS: // // * Any line that starts with a // (double front slash) is // ignored (commented) by Splash.exe and InstallShield. // // * The commented lines (these lines, for example) are only here // to assist the person who edits this file. // // * Any line that begins with a ## (double pound) is an // is a 'key name' to tell splash and InstallShield where // to load in the following string data. Do not alter // these lines. // // * All other lines are string data. String data may // stretch over several lines, but ends at the first // line which is a comment or a key name. Please // translate the string data lines that we have put // a *TRANSLATE next to. You may add add extra line or // blank lines to a string data, but remember that if you // add a comment to the middle of string data. The string // data ends at that comment. // // For example: // /////////////////////////////////////// // // // ## szWelcome0 // // // // InstallShield welcome dialog box string // // *TRANSLATE // // // Welcome to the Heavy Gear Setup program. // This program will install Heavy Gear on your machine. // // Press Next to continue, or cancel to quit. // /////////////////////////////////////// // // in this example, the string with key name szWelcome0 would // recieve the string data, "Welcome to... ...cancel to quit." // This is an example of a string we would like you to translate. // // In some special cases, TRANSLATE means substitute the // localized address. For example, http://www.activision.com // may need to be translated to the URL of Activision's local // website. // // * Do not change the filename of this file // // * Max string length = 512 characters (total length over one or more // lines - this is a limitation imposed by InstallShield). // // //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// ## szRestartText // // You see this if you'll have to restart your computer after applying // a patch // *TRANSLATE // Sie mⁿssen den Computer erst neu starten, damit dieser Patch aktiviert werden kann. //////////////////////////////////////////////////////////////////// // Buttons text for the above dialog // ## szRestartNow // *TRANSLATE // Neu starten // ## szRestartLater // *TRANSLATE // SpΣter neu starten //////////////////////////////////////////////////////////////////// ## szNotInstalled // // if the game is not installed on your system before patching // you get this, and then get kicked out. // *TRANSLATE // Dark Reign ist nicht ordnungsgemΣ▀ installiert worden. //////////////////////////////////////////////////////////////////// ## szUpdateAborted // // Confirmation message if user presses cancel // *TRANSLATE // Update abgebrochen //////////////////////////////////////////////////////////////////// ## szPatchAborted // // Confirmation message if user presses cancel // *TRANSLATE // Patch abgebrochen //////////////////////////////////////////////////////////////////// ## szPatchCorrupt // // If the patch data in the patch executable itself is bad - we see // this error, and the user is kicked out. Could happen if an // a file transfer error occurred while the patch was downloading. // *TRANSLATE // Patch-Dateien defekt. //////////////////////////////////////////////////////////////////// ## szPatchSuccessful // // If the patch completes successfully, this is the confirmation // *TRANSLATE // Patch erfolgreich durchgefⁿhrt! //////////////////////////////////////////////////////////////////// ## szRegistryTrouble // // If the patch completes successfully, but the registry could not be // updated with the new version information, this is the warning // *TRANSLATE // Konnte die Systemregistrierung nicht aktualisieren. Patch abgeschlossen. //////////////////////////////////////////////////////////////////// ## szPatchUnsuccessful // // If the patch failed, this is the error message // *TRANSLATE // Patch nicht erfolgreich! //////////////////////////////////////////////////////////////////// ## szWrongPatch // // If you have the game properly installed, but the version number // does not match something that this patch can handle, you get this // error. // *TRANSLATE // Dieser Patch kann nicht mit Ihrer Version von Dark Reign verwendet werden. //////////////////////////////////////////////////////////////////// // // This is the copyright information at the top of the progress // window. // ## szCopyrightString1 // *TRANSLATE // Dark-Reign-Patch - Version 1.0/1.1 -> 1.2 // ## szCopyrightString2 // *TRANSLATE // Copyright 1998 Activision - Alle Rechte vorbehalten //////////////////////////////////////////////////////////////////// ## szMishmashWarning // // If you press cancel in the middle of patching, your system // will be in a totally mixed up state. This is the warning you // get. // *TRANSLATE // Wenn Sie den Vorgang jetzt abbrechen, haben Sie sowohl alte als auch neue Dateien auf Ihrem Computer. Sie mⁿssen entweder das Originalspiel oder diesen Patch vollstΣndig installieren, damit Sie das Spiel wieder starten k÷nnen. Wollen Sie wirklich abbrechen? //////////////////////////////////////////////////////////////////// ## szSafeWarning // // If you press cancel while we are still only verifying that // your system can be patched, this is the warning. // *TRANSLATE // Wollen Sie diesen Patch wirklich abbrechen? //////////////////////////////////////////////////////////////////// ## szPatchErrorTitle // // If any errors pop up during patching, this is the title on the // error dialog box. // *TRANSLATE // Patch-Fehler //////////////////////////////////////////////////////////////////// ## szVerifying // // This string fragment indicates that we are verifying pre-patch // files, and is folllowed by the filename of the file currently // being verified. // *TRANSLATE // ▄berprⁿfe: //////////////////////////////////////////////////////////////////// ## szProcessing // // Used like szVerifying, this is shown when the patch files are // actually being applied. // *TRANSLATE // Verarbeite: //////////////////////////////////////////////////////////////////// ## szErrorFileInUse // // If a file that this patch needs to update is currently in use, // this message tells the user which file this is, and then kicks them // out of the patch (check is done before patching starts) // *TRANSLATE // Patch kann nicht ausgefⁿhrt werden, solange \"%s\" aktiv ist. Bitte beenden Sie alle anderen Anwendungen und starten den Patch erneut. //////////////////////////////////////////////////////////////////// ## szFilesMissing // // If the user is missing files that the patch needs, the user gets this error. // *TRANSLATE // Die folgende(n) Datei(en) wurde nicht gefunden:%s //////////////////////////////////////////////////////////////////// ## szOthers // // when the patch makes a list of files too long too show in one // screenful, it stops after the 6th one in the list and just adds this. // *TRANSLATE // ... und noch weitere. //////////////////////////////////////////////////////////////////// ## szFilesWrong // // if the user has files in their installed directory which the patch // program needs to apply modify patches to, but the file are corrupted, // this is the warning. // *TRANSLATE // %s Die folgenden Dateien k÷nnen nicht verarbeitet werden:%s //////////////////////////////////////////////////////////////////// ## szFileError // // If the verify process fails for whatever reason, this is the text // which begins the list of files that the patch detected errors with: // *TRANSLATE // %s Die folgenden Dateien weisen Fehler auf:%s //////////////////////////////////////////////////////////////////// ## szFileErrorConclusion // // the error dialog which begins with szFileError ends with this string. // *TRANSLATE // Sie sollten diesen Patch mit einer sauberen Version des Spiels verwenden. Deinstallieren Sie das Spiel, starten Sie das Installationsprogramm von der Original-CD und fⁿhren dann diesen Patch aus. //////////////////////////////////////////////////////////////////// ## szPleaseWait // // while the patch waits for the game to shut down before verifying, // this text blinks on the status window. // *TRANSLATE // Bitte warten ... //////////////////////////////////////////////////////////////////// ## szWelcome // // some patches have a welcome dialog asking the user if they // want to patch their system. Others do not (patches grabbed // with the updater, and launched from the launcher, for example) // *TRANSLATE // Willkommen zur Installation des Dark-Reign-Patchs. Durch diesen Patch wird Dark Reign von Version 1.0 oder 1.1 auf Version 1.2 aktualisiert. Klicken Sie auf 'Ja', um mit der Installation fortzusetzen. //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// // // ====BELOW ARE SOME OF THE SYMOBLS THAT MAY BE NEEDED==== // ==========FOR YOUR COPY-N-PASTING PLEASURES============= // // ASCII Value Symbol // 161 í // 162 ó // 163 ú // 164 ñ // 165 Ñ // 166 ª // 167 º // 168 ¿ // 169 (c) // 170 ¬ // 171 ½ // 172 ¼ // 173 ¡ // 174 (r) // 175 » // 176 ░ // 177 ▒ // 178 ▓ // 179 │ // 180 ┤ // 181 ╡ // 182 ╢ // 183 ╖ // 184 ╕ // 185 ╣ // 186 ║ // 187 ╗ // 188 1/4 // 189 1/2 // 190 3/4 // 191 ┐ // 192 └ // 193 ┴ // 194 ┬ // 195 ├ // 196 ─ // 197 ┼ // 198 ╞ // 199 ╟ // 200 ╚ // 201 ╔ // 202 ╩ // 203 ╦ // 204 ╠ // 205 ═ // 206 ╬ // 207 ╧ // 208 ╨ // 209 ╤ // 210 ╥ // 211 ╙ // 212 ╘ // 213 ╒ // 214 ╓ // 215 ╫ // 216 ╪ // 217 ┘ // 218 ┌ // 219 █ // 220 ▄ // 221 ▌ // 222 ▐ // 223 ▀ // 224 α // 225 ß // 226 Γ // 227 π // 228 Σ // 229 σ // 230 µ // 231 τ // 232 Φ // 233 Θ // 234 Ω // 235 δ // 236 ∞ // 237 φ // 238 ε // 239 ∩ // 240 ≡ // 241 ± // 242 ≥ // 243 ≤ // 244 ⌠ // 245 ⌡ // 246 ÷ // 247 ≈ // 248 ° // 249 ∙ // 250 · // 251 √ // 252 ⁿ // 253 ² // 254 ■ // 255 // //////////////////////////////////////////////////////////////////// // // =======DO NOT ALTER ANYTHING BELOW THIS LINE======= // ====THIS IS THE LAST LINE OF THE "STRINGS" FILE====