CnC_Remastered_Collection

Command and Conquer: Red Alert
Log | Files | Refs | README | LICENSE

LANGUAGE.H (8197B)


      1 //
      2 // Copyright 2020 Electronic Arts Inc.
      3 //
      4 // TiberianDawn.DLL and RedAlert.dll and corresponding source code is free 
      5 // software: you can redistribute it and/or modify it under the terms of 
      6 // the GNU General Public License as published by the Free Software Foundation, 
      7 // either version 3 of the License, or (at your option) any later version.
      8 
      9 // TiberianDawn.DLL and RedAlert.dll and corresponding source code is distributed 
     10 // in the hope that it will be useful, but with permitted additional restrictions 
     11 // under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT 
     12 // distributed with this program. You should have received a copy of the 
     13 // GNU General Public License along with permitted additional restrictions 
     14 // with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection
     15 
     16 
     17 #ifdef ENGLISH
     18 #define	TEXT_ERROR_TIMER		"Error - Timer system failed to initialise due to system instability. You need to restart Windows."
     19 #define TEXT_SHORT_TITLE                "Red Alert"
     20 #define TEXT_MEMORY_ERROR               "Error - out of memory."
     21 #define TEXT_ABORT                              "Abort"
     22 #define TEXT_DDRAW_ERROR                "Error - Unable to allocate primary video buffer - aborting."
     23 #define TEXT_TITLE                              "Command & Conquer : Red Alert"
     24 #define TEXT_VIDEO_ERROR                "Error - Unable to set the video mode."
     25 #define TEXT_INSUFFICIENT               "Insufficient Disk Space to run Red Alert.\n"
     26 #define TEXT_MUST_HAVE                  "You must have %d megabytes of free disk space."
     27 #define TEXT_CRITICALLY_LOW     "Warning - you are critically low on free disk space for saving games. Do you want to play Red Alert anyway?"
     28 #define TEXT_NO_RAM                             "Insufficient RAM available.\n"
     29 #define TEXT_USE_START_MENU					"\n\rIf you have Windows 95 running you should start Red Alert\r\nDOS version via the Windows 95 Start Menu.\n\rPress any key.\n\r"
     30 #define TEXT_SETUP_FIRST                "Run SETUP program first.\n"
     31 #define TEXT_NO_MOUSE                   "Red Alert is unable to detect your mouse driver."
     32 #define TEXT_FILE_ERROR         "FILE ERROR"
     33 #define TEXT_PRESS_KEY                  "Press any key to retry."
     34 #define TEXT_ESC_KEY                    "Press <ESC> to exit program."
     35 #define TEXT_TO_EXIT                    "Press any key to exit program."
     36 #define TEXT_INVALID                    "Invalid option switch.\n"
     37 #define TEXT_MAP_ERROR                  "Map Error!"
     38 #define TEXT_STOP                               "Stop"
     39 #define TEXT_CONTINUE                   "Continue"
     40 #define TEXT_OPTIONS                    "Red Alert (c) 1996, Westwood Studios\r\n" \
     41 										"Parameters:\r\n" \
     42 										"  -DESTNET  = Specify Network Number of destination system\r\n" \
     43 										"              (Syntax: DESTNETxx.xx.xx.xx)\r\n" \
     44 										"  -SOCKET   = Network Socket ID (0 - 16383)\n" \
     45 										"  -STEALTH  = Hide multiplayer names (\"Boss mode\")\r\n" \
     46 										"  -MESSAGES = Allow messages from outside this game.\r\n" \
     47 										"\r\n"
     48 #endif
     49 
     50 
     51 #ifdef GERMAN
     52 #define TEXT_ERROR_TIMER                "Fehler - das Timer-System konnte aufgrund einer Instabilit„t des Systems nicht initialisiert werden. Bitte starten Sie Windows neu."
     53 #define TEXT_SHORT_TITLE                "C&C:AR"
     54 #define TEXT_MEMORY_ERROR               "Fehler - Kein Speicher mehr."
     55 #define TEXT_ABORT                      "Abbrechen"
     56 #define TEXT_DDRAW_ERROR                "Fehler - Kann prim„ren Videopuffer nicht finden - Abbruch."
     57 #define TEXT_TITLE                      "Command & Conquer : Alarmstufe Rot"
     58 #define TEXT_VIDEO_ERROR                "Fehler - Kann Grafikmodus nicht einstellen."
     59 #define TEXT_INSUFFICIENT               "Nicht genug Festplattenplatz fr Command & Conquer:AR.\n"
     60 #define TEXT_MUST_HAVE                  "Sie brauchen %d MByte freien Platz auf der Festplatte."
     61 #define TEXT_CRITICALLY_LOW   			 "Nicht genug Festplattenplatz fr Command & Conquer:AR.\nSie brauchen %d MByte freien Platz auf der Festplatte."
     62 #define TEXT_NO_RAM                     "Zuwenig Hauptspeicher verfgbar.\n"
     63 #define TEXT_USE_START_MENU					"\n\rWenn auf Ihrem Rechner Windows 95 läuft,\n\rstarten Sie die DOS-Version von Alarmstufe Rot\n\rbitte über das Start-Menü von Windows 95.\n\rZum Weitermachen beliebige Taste drücken.\n\r"
     64 #define TEXT_SETUP_FIRST                "Bitte erst das SETUP-Programm starten.\n"
     65 #define TEXT_NO_MOUSE                   "C&C:AR kann Ihren Maustreiber nicht finden..."
     66 #define TEXT_FILE_ERROR       			 "DATEIFEHLER"
     67 #define TEXT_PRESS_KEY                  "Beliebige Taste drcken fr erneuten Versuch."
     68 #define TEXT_ESC_KEY                    "<ESC> drcken, um das Programm zu verlassen."
     69 #define TEXT_TO_EXIT                    "Beliebige Taste drcken, um das Programm zu verlassen."
     70 #define TEXT_INVALID                    "Ungltiger Parameter.\n"
     71 #define TEXT_MAP_ERROR                  "Kartenfehler!"
     72 #define TEXT_STOP                       "Halt"
     73 #define TEXT_CONTINUE                   "Weiter"
     74 #define TEXT_OPTIONS                    "C&C: Alarmstufe Rot (c) 1996, Westwood Studios\r\n" \
     75 				 									 "Parameter:\r\n" \
     76 													 "  -DESTNET  = Netzwerkkennung des Zielrechners festlegen\r\n" \
     77 													 "              (Syntax: DESTNETxx.xx.xx.xx)\r\n" \
     78 													 "  -SOCKET   = Kennung des Netzwerk-Sockets (0 - 16383)\n" \
     79 													 "  -STEALTH  = Namen im Mehrspieler-Modus verstecken (\"Boss-Modus\")\r\n" \
     80 													 "  -MESSAGES = Mitteilungen von ausserhalb des Spiels zulassen\r\n" \
     81 													 "\r\n"
     82 #endif
     83 
     84 
     85 #ifdef FRENCH
     86 #define TEXT_ERROR_TIMER                "Error - L'horloge système n'a pas pu s'initialiser en raison de l'instabilit‚ du sytème. Vous devez red‚marrer Windows."
     87 #define TEXT_SHORT_TITLE                "Alerte Rouge"
     88 #define TEXT_MEMORY_ERROR               "Erreur - Plus de m‚moire."
     89 #define TEXT_ABORT                              "Interrompre"
     90 #define TEXT_DDRAW_ERROR                " Erreur - Impossible d'allouer le tampon vid‚o principal - Interruption."
     91 #define TEXT_TITLE                              "Command & Conquer : Alerte Rouge"
     92 #define TEXT_VIDEO_ERROR                " Erreur - Impossible d'‚tablir le mode vid‚o."
     93 #define TEXT_INSUFFICIENT               "Espace disque insuffisant pour lancer Command & Conquer.\n"
     94 #define TEXT_MUST_HAVE                  "Vous devez disposer de %d Mo d'espace disponsible sur le disque dur."
     95 #define TEXT_CRITICALLY_LOW     "Espace disque insuffisant pour lancer Command & Conquer.\nVous devez disposer de %d Mo d'espace disponsible sur le disque dur."
     96 #define TEXT_NO_RAM                             "M‚moire vive (RAM) insuffisante.\n"
     97 #define TEXT_USE_START_MENU				 "\n\rSi vous ˆtes dans Windows 95 vous devez lancer Alerte Rouge\r\nDOS … partir du menu D‚marrer de Windows 95.\n\rAppuyez sur n'importe quelle touche.\n\r"
     98 #define TEXT_SETUP_FIRST                "Lancez d'abord le programme de configuration SETUP.\n"
     99 #define TEXT_NO_MOUSE                   "Alerte Rouge ne peut pas d‚tecter votre gestionnaire de souris."
    100 #define TEXT_FILE_ERROR         "ERREUR DE FICHIER"
    101 #define TEXT_PRESS_KEY                  "Appuyez sur une touche pour recommencer."
    102 #define TEXT_ESC_KEY                    "Appuyez sur Echap pour quitter le programme."
    103 #define TEXT_TO_EXIT                    "Appuyez sur une touche pour quitter le programme."
    104 #define TEXT_INVALID                    "Commande d'option invalide.\n"
    105 #define TEXT_MAP_ERROR                  "Erreur de carte!"
    106 #define TEXT_STOP                               "Stop"
    107 #define TEXT_CONTINUE                   "Continuer"
    108 #define TEXT_OPTIONS                    "Alerte Rouge (c) 1996, Westwood Studios\r\n" \
    109 										"Paramètres:\r\n" \
    110 										"  -DESTNET  = Sp‚cifier le num‚ro de r‚seau du systŠme de destination\r\n" \
    111 										"              (Syntaxe: DESTNETxx.xx.xx.xx)\r\n" \
    112 										"  -SOCKET   = ID Socket r‚seau (0  16383)\r\n" \
    113 										"  -STEALTH  = Cacher les noms en mode multijoueurs (\"Mode Boss\")\r\n" \
    114 										"  -MESSAGES = Autorise les messages ext‚rieurs … ce jeu.\r\n" \
    115 										"\r\n"
    116 #endif
    117