aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/main.cpp12
-rw-r--r--common/messages.cpp3181
-rw-r--r--common/translation.cpp90
-rw-r--r--common/translation.h28
-rwxr-xr-xconfigure31
-rw-r--r--gui/GuiManager.cpp2
-rw-r--r--po/ca_ES.po68
-rw-r--r--po/de_DE.po65
-rw-r--r--po/fr_FR.po68
-rw-r--r--po/hu_HU.po37
-rw-r--r--po/module.mk2
-rw-r--r--po/ru_RU.po68
-rw-r--r--po/scummvm.pot36
13 files changed, 1706 insertions, 1982 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 1e3edb1534..7ea5344ba2 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -103,20 +103,20 @@ static const EnginePlugin *detectPlugin() {
ConfMan.set("gameid", gameid);
// Query the plugins and find one that will handle the specified gameid
- printf(_t("User picked target '%s' (gameid '%s')...\n"), ConfMan.getActiveDomainName().c_str(), gameid.c_str());
- printf("%s", _t(" Looking for a plugin supporting this gameid... "));
+ printf("User picked target '%s' (gameid '%s')...\n", ConfMan.getActiveDomainName().c_str(), gameid.c_str());
+ printf("%s", " Looking for a plugin supporting this gameid... ");
GameDescriptor game = EngineMan.findGame(gameid, &plugin);
if (plugin == 0) {
- printf("%s", _t("failed\n"));
- warning(_t("%s is an invalid gameid. Use the --list-games option to list supported gameid"), gameid.c_str());
+ printf("failed\n");
+ warning("%s is an invalid gameid. Use the --list-games option to list supported gameid", gameid.c_str());
return 0;
} else {
printf("%s\n", plugin->getName());
}
// FIXME: Do we really need this one?
- printf(_t(" Starting '%s'\n"), game.description().c_str());
+ printf(" Starting '%s'\n", game.description().c_str());
return plugin;
}
@@ -145,7 +145,7 @@ static Common::Error runGame(const EnginePlugin *plugin, OSystem &system, const
//GUI::displayErrorDialog("ScummVM could not find any game in the specified directory!");
const char *errMsg = _(Common::errorToString(err));
- warning(_t("%s failed to instantiate engine: %s (target '%s', path '%s')"),
+ warning("%s failed to instantiate engine: %s (target '%s', path '%s')",
plugin->getName(),
errMsg,
ConfMan.getActiveDomainName().c_str(),
diff --git a/common/messages.cpp b/common/messages.cpp
index 4b31776db7..0cf0b8ce92 100644
--- a/common/messages.cpp
+++ b/common/messages.cpp
@@ -3,324 +3,317 @@
static const char * const _messageIds[] = {
/* 0 */ "",
/* 1 */ " Are you sure you want to quit ? ",
- /* 2 */ " Looking for a plugin supporting this gameid... ",
- /* 3 */ " Starting '%s'\n",
- /* 4 */ " (Active)",
- /* 5 */ " (Game)",
- /* 6 */ " (Global)",
- /* 7 */ "%s failed to instantiate engine: %s (target '%s', path '%s')",
- /* 8 */ "%s is an invalid gameid. Use the --list-games option to list supported gameid",
- /* 9 */ "(built on %s)",
- /* 10 */ ", error while mounting the share",
- /* 11 */ ", share not mounted",
- /* 12 */ "... progress ...",
- /* 13 */ "11kHz",
- /* 14 */ "22 kHz",
- /* 15 */ "44 kHz",
- /* 16 */ "48 kHz",
- /* 17 */ "8 kHz",
- /* 18 */ "<default>",
- /* 19 */ "About ScummVM",
- /* 20 */ "AdLib Emulator",
- /* 21 */ "AdLib emulator:",
- /* 22 */ "AdLib is used for music in many games",
- /* 23 */ "Add Game...",
- /* 24 */ "Antialiased Renderer (16bpp)",
- /* 25 */ "Aspect ratio correction",
- /* 26 */ "Associated key : %s",
- /* 27 */ "Associated key : none",
- /* 28 */ "Audio",
- /* 29 */ "Autosave:",
- /* 30 */ "Available engines:",
- /* 31 */ "A~b~out...",
- /* 32 */ "Bind Keys",
- /* 33 */ "Both",
- /* 34 */ "Brightness:",
- /* 35 */ "Cancel",
- /* 36 */ "Cannot create file",
- /* 37 */ "Change game options",
- /* 38 */ "Change global ScummVM options",
- /* 39 */ "Check if you want to use your real hardware Roland-compatible sound device connected to your computer",
- /* 40 */ "Choose",
- /* 41 */ "Choose an action to map",
- /* 42 */ "Clear value",
- /* 43 */ "Close",
- /* 44 */ "Correct aspect ratio for 320x200 games",
- /* 45 */ "Could not find any engine capable of running the selected game",
- /* 46 */ "Current video mode:",
- /* 47 */ "Cursor Down",
- /* 48 */ "Cursor Left",
- /* 49 */ "Cursor Right",
- /* 50 */ "Cursor Up",
- /* 51 */ "DOSBox OPL emulator",
- /* 52 */ "DVD",
- /* 53 */ "DVD Mounted successfully",
- /* 54 */ "DVD not mounted",
- /* 55 */ "Date: ",
- /* 56 */ "Debugger",
- /* 57 */ "Default",
- /* 58 */ "Delete",
- /* 59 */ "Disable power off",
- /* 60 */ "Disabled GFX",
- /* 61 */ "Discovered %d new games ...",
- /* 62 */ "Discovered %d new games.",
- /* 63 */ "Display ",
- /* 64 */ "Display keyboard",
- /* 65 */ "Do you really want to delete this savegame?",
- /* 66 */ "Do you really want to remove this game configuration?",
- /* 67 */ "Do you really want to run the mass game detector? This could potentially add a huge number of games.",
- /* 68 */ "Do you want to load or save the game?",
- /* 69 */ "Do you want to perform an automatic scan ?",
- /* 70 */ "Do you want to quit ?",
- /* 71 */ "Double-strike",
- /* 72 */ "Down",
- /* 73 */ "Enable Roland GS Mode",
- /* 74 */ "Engine does not support debug level '%s'",
- /* 75 */ "English",
- /* 76 */ "Error running game:",
- /* 77 */ "Error while mounting the DVD",
- /* 78 */ "Extra Path:",
- /* 79 */ "FM Towns Emulator",
- /* 80 */ "Failed to load any GUI theme, aborting",
- /* 81 */ "Fast mode",
- /* 82 */ "Features compiled in:",
- /* 83 */ "Free look",
- /* 84 */ "Full title of the game",
- /* 85 */ "Fullscreen mode",
- /* 86 */ "GC Pad acceleration:",
- /* 87 */ "GC Pad sensitivity:",
- /* 88 */ "GFX",
- /* 89 */ "GM Device:",
- /* 90 */ "GUI Language:",
- /* 91 */ "GUI Renderer:",
- /* 92 */ "Game",
- /* 93 */ "Game Data not found",
- /* 94 */ "Game Id not supported",
- /* 95 */ "Game Path:",
- /* 96 */ "Global menu",
- /* 97 */ "Go to previous directory level",
- /* 98 */ "Go up",
- /* 99 */ "Graphics",
- /* 100 */ "Graphics mode:",
- /* 101 */ "Hardware scale (fast, but low quality)",
- /* 102 */ "Hercules Amber",
- /* 103 */ "Hercules Green",
- /* 104 */ "Hide Toolbar",
- /* 105 */ "High quality audio (slower) (reboot)",
- /* 106 */ "Higher value specifies better sound quality but may be not supported by your soundcard",
- /* 107 */ "Hold Shift for Mass Add",
- /* 108 */ "Horizontal underscan:",
- /* 109 */ "IBM PCjr Emulator",
- /* 110 */ "ID:",
- /* 111 */ "Init network",
- /* 112 */ "Initial top screen scale:",
- /* 113 */ "Initialising MT-32 Emulator",
- /* 114 */ "Initialising network",
- /* 115 */ "Input",
- /* 116 */ "Invalid Path",
- /* 117 */ "Key mapper",
- /* 118 */ "Keyboard",
- /* 119 */ "Keymap:",
- /* 120 */ "Keys",
- /* 121 */ "Language of ScummVM GUI",
- /* 122 */ "Language of the game. This will not turn your Spanish game version into English",
- /* 123 */ "Language:",
- /* 124 */ "Left",
- /* 125 */ "Left Click",
- /* 126 */ "Load",
- /* 127 */ "Load game:",
- /* 128 */ "Load savegame for selected game",
- /* 129 */ "MAME OPL emulator",
- /* 130 */ "MIDI",
- /* 131 */ "MIDI gain:",
- /* 132 */ "MT-32 Emulator",
- /* 133 */ "MT32 Device:",
- /* 134 */ "Main screen scaling:",
- /* 135 */ "Map",
- /* 136 */ "Mass Add...",
- /* 137 */ "Menu",
- /* 138 */ "Misc",
- /* 139 */ "Mixed AdLib/MIDI mode",
- /* 140 */ "Mount DVD",
- /* 141 */ "Mount SMB",
- /* 142 */ "Mouse click",
- /* 143 */ "Multi Function",
- /* 144 */ "Music volume:",
- /* 145 */ "Mute All",
- /* 146 */ "Name:",
- /* 147 */ "Network down",
- /* 148 */ "Network not initialsed (%d)",
- /* 149 */ "Network up",
- /* 150 */ "Network up, share mounted",
- /* 151 */ "Never",
- /* 152 */ "No",
- /* 153 */ "No date saved",
- /* 154 */ "No music",
- /* 155 */ "No playtime saved",
- /* 156 */ "No time saved",
- /* 157 */ "None",
- /* 158 */ "Normal (no scaling)",
- /* 159 */ "OK",
- /* 160 */ "Output rate:",
- /* 161 */ "Override global MIDI settings",
- /* 162 */ "Override global audio settings",
- /* 163 */ "Override global graphic settings",
- /* 164 */ "Override global volume settings",
- /* 165 */ "PC Speaker Emulator",
- /* 166 */ "Password:",
- /* 167 */ "Path not a directory",
- /* 168 */ "Path not a file",
- /* 169 */ "Path not exists",
- /* 170 */ "Paths",
- /* 171 */ "Pause",
- /* 172 */ "Pick the game:",
- /* 173 */ "Platform the game was originally designed for",
- /* 174 */ "Platform:",
- /* 175 */ "Playtime: ",
- /* 176 */ "Please select an action",
- /* 177 */ "Plugins Path:",
- /* 178 */ "Preferred Device:",
- /* 179 */ "Press the key to associate",
- /* 180 */ "Quit",
- /* 181 */ "Quit ScummVM",
- /* 182 */ "Read permission denied",
- /* 183 */ "Reading failed",
- /* 184 */ "Remap keys",
- /* 185 */ "Remove game from the list. The game data files stay intact",
- /* 186 */ "Render mode:",
- /* 187 */ "Right",
- /* 188 */ "Right Click",
- /* 189 */ "Right click",
- /* 190 */ "Rotate",
- /* 191 */ "SFX volume:",
- /* 192 */ "SMB",
- /* 193 */ "Save",
- /* 194 */ "Save Path:",
- /* 195 */ "Save Path: ",
- /* 196 */ "Save game:",
- /* 197 */ "Scan complete!",
- /* 198 */ "Scanned %d directories ...",
- /* 199 */ "ScummVM Main Menu",
- /* 200 */ "ScummVM could not find any engine capable of running the selected game!",
- /* 201 */ "ScummVM could not find any game in the specified directory!",
- /* 202 */ "ScummVM couldn't open the specified directory!",
- /* 203 */ "Search in game list",
- /* 204 */ "Search:",
- /* 205 */ "Select SoundFont",
- /* 206 */ "Select a Theme",
- /* 207 */ "Select additional game directory",
- /* 208 */ "Select an action and click 'Map'",
- /* 209 */ "Select directory for GUI themes",
- /* 210 */ "Select directory for extra files",
- /* 211 */ "Select directory for plugins",
- /* 212 */ "Select directory for saved games",
- /* 213 */ "Select directory for savegames",
- /* 214 */ "Select directory with game data",
- /* 215 */ "Sensitivity",
- /* 216 */ "Server:",
- /* 217 */ "Share:",
- /* 218 */ "Short game identifier used for referring to savegames and running the game from the command line",
- /* 219 */ "Show Keyboard",
- /* 220 */ "Show mouse cursor",
- /* 221 */ "Show subtitles and play speech",
- /* 222 */ "Show/Hide Cursor",
- /* 223 */ "Skip",
- /* 224 */ "Skip line",
- /* 225 */ "Skip text",
- /* 226 */ "Snap to edges",
- /* 227 */ "Software scale (good quality, but slower)",
- /* 228 */ "Sound on/off",
- /* 229 */ "SoundFont is supported by some audio cards, Fluidsynth and Timidity",
- /* 230 */ "SoundFont:",
- /* 231 */ "Spch",
- /* 232 */ "Special dithering modes supported by some games",
- /* 233 */ "Special sound effects volume",
- /* 234 */ "Specifies default sound device for General MIDI output",
- /* 235 */ "Specifies default sound device for Roland MT-32/LAPC1/CM32l/CM64 output",
- /* 236 */ "Specifies output sound device or sound card emulator",
- /* 237 */ "Specifies path to additional data used by all games or ScummVM",
- /* 238 */ "Specifies path to additional data used the game",
- /* 239 */ "Specifies preferred sound device or sound card emulator",
- /* 240 */ "Specifies where your savegames are put",
- /* 241 */ "Speech",
- /* 242 */ "Speech volume:",
- /* 243 */ "Standard Renderer (16bpp)",
- /* 244 */ "Start selected game",
- /* 245 */ "Status:",
- /* 246 */ "Subs",
- /* 247 */ "Subtitle speed:",
- /* 248 */ "Subtitles",
- /* 249 */ "Swap character",
- /* 250 */ "Tap for left click, double tap right click",
- /* 251 */ "Text and Speech:",
- /* 252 */ "The chosen directory cannot be written to. Please select another one.",
- /* 253 */ "Theme Path:",
- /* 254 */ "Theme:",
- /* 255 */ "This game ID is already taken. Please choose another one.",
- /* 256 */ "This game does not support loading games from the launcher.",
- /* 257 */ "Time: ",
- /* 258 */ "Timeout while initialising network",
- /* 259 */ "Touch X Offset",
- /* 260 */ "Touch Y Offset",
- /* 261 */ "Touchpad mode disabled.",
- /* 262 */ "Touchpad mode enabled.",
- /* 263 */ "True Roland MT-32 (disable GM emulation)",
- /* 264 */ "Turns off General MIDI mapping for games with Roland MT-32 soundtrack",
- /* 265 */ "Unknown",
- /* 266 */ "Unknown Error",
- /* 267 */ "Unmount DVD",
- /* 268 */ "Unmount SMB",
- /* 269 */ "Unscaled (you must scroll left and right)",
- /* 270 */ "Unsupported Color Mode",
- /* 271 */ "Untitled savestate",
- /* 272 */ "Up",
- /* 273 */ "Use both MIDI and AdLib sound generation",
- /* 274 */ "Use laptop trackpad-style cursor control",
- /* 275 */ "User picked target '%s' (gameid '%s')...\n",
- /* 276 */ "Username:",
- /* 277 */ "Using SDL driver ",
- /* 278 */ "Vertical underscan:",
- /* 279 */ "Video",
- /* 280 */ "Virtual keyboard",
- /* 281 */ "Volume",
- /* 282 */ "Windows MIDI",
- /* 283 */ "Write permission denied",
- /* 284 */ "Writing data failed",
- /* 285 */ "Yes",
- /* 286 */ "You have to restart ScummVM to take the effect.",
- /* 287 */ "Zone",
- /* 288 */ "Zoom down",
- /* 289 */ "Zoom up",
- /* 290 */ "every 10 mins",
- /* 291 */ "every 15 mins",
- /* 292 */ "every 30 mins",
- /* 293 */ "every 5 mins",
- /* 294 */ "failed\n",
- /* 295 */ "~A~bout",
- /* 296 */ "~A~dd Game...",
- /* 297 */ "~C~ancel",
- /* 298 */ "~C~lose",
- /* 299 */ "~E~dit Game...",
- /* 300 */ "~H~elp",
- /* 301 */ "~I~ndy fight controls",
- /* 302 */ "~K~eys",
- /* 303 */ "~L~eft handed mode",
- /* 304 */ "~L~oad",
- /* 305 */ "~L~oad...",
- /* 306 */ "~N~ext",
- /* 307 */ "~O~K",
- /* 308 */ "~O~ptions",
- /* 309 */ "~O~ptions...",
- /* 310 */ "~P~revious",
- /* 311 */ "~Q~uit",
- /* 312 */ "~R~emove Game",
- /* 313 */ "~R~esume",
- /* 314 */ "~R~eturn to Launcher",
- /* 315 */ "~S~ave",
- /* 316 */ "~S~tart",
- /* 317 */ "~T~ransitions Enabled",
- /* 318 */ "~W~ater Effect Enabled",
- /* 319 */ "~Z~ip Mode Activated",
+ /* 2 */ " (Active)",
+ /* 3 */ " (Game)",
+ /* 4 */ " (Global)",
+ /* 5 */ "(built on %s)",
+ /* 6 */ ", error while mounting the share",
+ /* 7 */ ", share not mounted",
+ /* 8 */ "... progress ...",
+ /* 9 */ "11kHz",
+ /* 10 */ "22 kHz",
+ /* 11 */ "44 kHz",
+ /* 12 */ "48 kHz",
+ /* 13 */ "8 kHz",
+ /* 14 */ "<default>",
+ /* 15 */ "About ScummVM",
+ /* 16 */ "AdLib Emulator",
+ /* 17 */ "AdLib emulator:",
+ /* 18 */ "AdLib is used for music in many games",
+ /* 19 */ "Add Game...",
+ /* 20 */ "Antialiased Renderer (16bpp)",
+ /* 21 */ "Aspect ratio correction",
+ /* 22 */ "Associated key : %s",
+ /* 23 */ "Associated key : none",
+ /* 24 */ "Audio",
+ /* 25 */ "Autosave:",
+ /* 26 */ "Available engines:",
+ /* 27 */ "A~b~out...",
+ /* 28 */ "Bind Keys",
+ /* 29 */ "Both",
+ /* 30 */ "Brightness:",
+ /* 31 */ "Cancel",
+ /* 32 */ "Cannot create file",
+ /* 33 */ "Change game options",
+ /* 34 */ "Change global ScummVM options",
+ /* 35 */ "Check if you want to use your real hardware Roland-compatible sound device connected to your computer",
+ /* 36 */ "Choose",
+ /* 37 */ "Choose an action to map",
+ /* 38 */ "Clear value",
+ /* 39 */ "Close",
+ /* 40 */ "Correct aspect ratio for 320x200 games",
+ /* 41 */ "Could not find any engine capable of running the selected game",
+ /* 42 */ "Current video mode:",
+ /* 43 */ "Cursor Down",
+ /* 44 */ "Cursor Left",
+ /* 45 */ "Cursor Right",
+ /* 46 */ "Cursor Up",
+ /* 47 */ "DOSBox OPL emulator",
+ /* 48 */ "DVD",
+ /* 49 */ "DVD Mounted successfully",
+ /* 50 */ "DVD not mounted",
+ /* 51 */ "Date: ",
+ /* 52 */ "Debugger",
+ /* 53 */ "Default",
+ /* 54 */ "Delete",
+ /* 55 */ "Disable power off",
+ /* 56 */ "Disabled GFX",
+ /* 57 */ "Discovered %d new games ...",
+ /* 58 */ "Discovered %d new games.",
+ /* 59 */ "Display ",
+ /* 60 */ "Display keyboard",
+ /* 61 */ "Do you really want to delete this savegame?",
+ /* 62 */ "Do you really want to remove this game configuration?",
+ /* 63 */ "Do you really want to run the mass game detector? This could potentially add a huge number of games.",
+ /* 64 */ "Do you want to load or save the game?",
+ /* 65 */ "Do you want to perform an automatic scan ?",
+ /* 66 */ "Do you want to quit ?",
+ /* 67 */ "Double-strike",
+ /* 68 */ "Down",
+ /* 69 */ "Enable Roland GS Mode",
+ /* 70 */ "Engine does not support debug level '%s'",
+ /* 71 */ "English",
+ /* 72 */ "Error running game:",
+ /* 73 */ "Error while mounting the DVD",
+ /* 74 */ "Extra Path:",
+ /* 75 */ "FM Towns Emulator",
+ /* 76 */ "Fast mode",
+ /* 77 */ "Features compiled in:",
+ /* 78 */ "Free look",
+ /* 79 */ "Full title of the game",
+ /* 80 */ "Fullscreen mode",
+ /* 81 */ "GC Pad acceleration:",
+ /* 82 */ "GC Pad sensitivity:",
+ /* 83 */ "GFX",
+ /* 84 */ "GM Device:",
+ /* 85 */ "GUI Language:",
+ /* 86 */ "GUI Renderer:",
+ /* 87 */ "Game",
+ /* 88 */ "Game Data not found",
+ /* 89 */ "Game Id not supported",
+ /* 90 */ "Game Path:",
+ /* 91 */ "Global menu",
+ /* 92 */ "Go to previous directory level",
+ /* 93 */ "Go up",
+ /* 94 */ "Graphics",
+ /* 95 */ "Graphics mode:",
+ /* 96 */ "Hardware scale (fast, but low quality)",
+ /* 97 */ "Hercules Amber",
+ /* 98 */ "Hercules Green",
+ /* 99 */ "Hide Toolbar",
+ /* 100 */ "High quality audio (slower) (reboot)",
+ /* 101 */ "Higher value specifies better sound quality but may be not supported by your soundcard",
+ /* 102 */ "Hold Shift for Mass Add",
+ /* 103 */ "Horizontal underscan:",
+ /* 104 */ "IBM PCjr Emulator",
+ /* 105 */ "ID:",
+ /* 106 */ "Init network",
+ /* 107 */ "Initial top screen scale:",
+ /* 108 */ "Initialising MT-32 Emulator",
+ /* 109 */ "Initialising network",
+ /* 110 */ "Input",
+ /* 111 */ "Invalid Path",
+ /* 112 */ "Key mapper",
+ /* 113 */ "Keyboard",
+ /* 114 */ "Keymap:",
+ /* 115 */ "Keys",
+ /* 116 */ "Language of ScummVM GUI",
+ /* 117 */ "Language of the game. This will not turn your Spanish game version into English",
+ /* 118 */ "Language:",
+ /* 119 */ "Left",
+ /* 120 */ "Left Click",
+ /* 121 */ "Load",
+ /* 122 */ "Load game:",
+ /* 123 */ "Load savegame for selected game",
+ /* 124 */ "MAME OPL emulator",
+ /* 125 */ "MIDI",
+ /* 126 */ "MIDI gain:",
+ /* 127 */ "MT-32 Emulator",
+ /* 128 */ "MT32 Device:",
+ /* 129 */ "Main screen scaling:",
+ /* 130 */ "Map",
+ /* 131 */ "Mass Add...",
+ /* 132 */ "Menu",
+ /* 133 */ "Misc",
+ /* 134 */ "Mixed AdLib/MIDI mode",
+ /* 135 */ "Mount DVD",
+ /* 136 */ "Mount SMB",
+ /* 137 */ "Mouse click",
+ /* 138 */ "Multi Function",
+ /* 139 */ "Music volume:",
+ /* 140 */ "Mute All",
+ /* 141 */ "Name:",
+ /* 142 */ "Network down",
+ /* 143 */ "Network not initialsed (%d)",
+ /* 144 */ "Network up",
+ /* 145 */ "Network up, share mounted",
+ /* 146 */ "Never",
+ /* 147 */ "No",
+ /* 148 */ "No date saved",
+ /* 149 */ "No music",
+ /* 150 */ "No playtime saved",
+ /* 151 */ "No time saved",
+ /* 152 */ "None",
+ /* 153 */ "Normal (no scaling)",
+ /* 154 */ "OK",
+ /* 155 */ "Output rate:",
+ /* 156 */ "Override global MIDI settings",
+ /* 157 */ "Override global audio settings",
+ /* 158 */ "Override global graphic settings",
+ /* 159 */ "Override global volume settings",
+ /* 160 */ "PC Speaker Emulator",
+ /* 161 */ "Password:",
+ /* 162 */ "Path not a directory",
+ /* 163 */ "Path not a file",
+ /* 164 */ "Path not exists",
+ /* 165 */ "Paths",
+ /* 166 */ "Pause",
+ /* 167 */ "Pick the game:",
+ /* 168 */ "Platform the game was originally designed for",
+ /* 169 */ "Platform:",
+ /* 170 */ "Playtime: ",
+ /* 171 */ "Please select an action",
+ /* 172 */ "Plugins Path:",
+ /* 173 */ "Preferred Device:",
+ /* 174 */ "Press the key to associate",
+ /* 175 */ "Quit",
+ /* 176 */ "Quit ScummVM",
+ /* 177 */ "Read permission denied",
+ /* 178 */ "Reading failed",
+ /* 179 */ "Remap keys",
+ /* 180 */ "Remove game from the list. The game data files stay intact",
+ /* 181 */ "Render mode:",
+ /* 182 */ "Right",
+ /* 183 */ "Right Click",
+ /* 184 */ "Right click",
+ /* 185 */ "Rotate",
+ /* 186 */ "SFX volume:",
+ /* 187 */ "SMB",
+ /* 188 */ "Save",
+ /* 189 */ "Save Path:",
+ /* 190 */ "Save Path: ",
+ /* 191 */ "Save game:",
+ /* 192 */ "Scan complete!",
+ /* 193 */ "Scanned %d directories ...",
+ /* 194 */ "ScummVM Main Menu",
+ /* 195 */ "ScummVM could not find any engine capable of running the selected game!",
+ /* 196 */ "ScummVM could not find any game in the specified directory!",
+ /* 197 */ "ScummVM couldn't open the specified directory!",
+ /* 198 */ "Search in game list",
+ /* 199 */ "Search:",
+ /* 200 */ "Select SoundFont",
+ /* 201 */ "Select a Theme",
+ /* 202 */ "Select additional game directory",
+ /* 203 */ "Select an action and click 'Map'",
+ /* 204 */ "Select directory for GUI themes",
+ /* 205 */ "Select directory for extra files",
+ /* 206 */ "Select directory for plugins",
+ /* 207 */ "Select directory for saved games",
+ /* 208 */ "Select directory for savegames",
+ /* 209 */ "Select directory with game data",
+ /* 210 */ "Sensitivity",
+ /* 211 */ "Server:",
+ /* 212 */ "Share:",
+ /* 213 */ "Short game identifier used for referring to savegames and running the game from the command line",
+ /* 214 */ "Show Keyboard",
+ /* 215 */ "Show mouse cursor",
+ /* 216 */ "Show subtitles and play speech",
+ /* 217 */ "Show/Hide Cursor",
+ /* 218 */ "Skip",
+ /* 219 */ "Skip line",
+ /* 220 */ "Skip text",
+ /* 221 */ "Snap to edges",
+ /* 222 */ "Software scale (good quality, but slower)",
+ /* 223 */ "Sound on/off",
+ /* 224 */ "SoundFont is supported by some audio cards, Fluidsynth and Timidity",
+ /* 225 */ "SoundFont:",
+ /* 226 */ "Spch",
+ /* 227 */ "Special dithering modes supported by some games",
+ /* 228 */ "Special sound effects volume",
+ /* 229 */ "Specifies default sound device for General MIDI output",
+ /* 230 */ "Specifies default sound device for Roland MT-32/LAPC1/CM32l/CM64 output",
+ /* 231 */ "Specifies output sound device or sound card emulator",
+ /* 232 */ "Specifies path to additional data used by all games or ScummVM",
+ /* 233 */ "Specifies path to additional data used the game",
+ /* 234 */ "Specifies preferred sound device or sound card emulator",
+ /* 235 */ "Specifies where your savegames are put",
+ /* 236 */ "Speech",
+ /* 237 */ "Speech volume:",
+ /* 238 */ "Standard Renderer (16bpp)",
+ /* 239 */ "Start selected game",
+ /* 240 */ "Status:",
+ /* 241 */ "Subs",
+ /* 242 */ "Subtitle speed:",
+ /* 243 */ "Subtitles",
+ /* 244 */ "Swap character",
+ /* 245 */ "Tap for left click, double tap right click",
+ /* 246 */ "Text and Speech:",
+ /* 247 */ "The chosen directory cannot be written to. Please select another one.",
+ /* 248 */ "Theme Path:",
+ /* 249 */ "Theme:",
+ /* 250 */ "This game ID is already taken. Please choose another one.",
+ /* 251 */ "This game does not support loading games from the launcher.",
+ /* 252 */ "Time: ",
+ /* 253 */ "Timeout while initialising network",
+ /* 254 */ "Touch X Offset",
+ /* 255 */ "Touch Y Offset",
+ /* 256 */ "Touchpad mode disabled.",
+ /* 257 */ "Touchpad mode enabled.",
+ /* 258 */ "True Roland MT-32 (disable GM emulation)",
+ /* 259 */ "Turns off General MIDI mapping for games with Roland MT-32 soundtrack",
+ /* 260 */ "Unknown",
+ /* 261 */ "Unknown Error",
+ /* 262 */ "Unmount DVD",
+ /* 263 */ "Unmount SMB",
+ /* 264 */ "Unscaled (you must scroll left and right)",
+ /* 265 */ "Unsupported Color Mode",
+ /* 266 */ "Untitled savestate",
+ /* 267 */ "Up",
+ /* 268 */ "Use both MIDI and AdLib sound generation",
+ /* 269 */ "Use laptop trackpad-style cursor control",
+ /* 270 */ "Username:",
+ /* 271 */ "Using SDL driver ",
+ /* 272 */ "Vertical underscan:",
+ /* 273 */ "Video",
+ /* 274 */ "Virtual keyboard",
+ /* 275 */ "Volume",
+ /* 276 */ "Windows MIDI",
+ /* 277 */ "Write permission denied",
+ /* 278 */ "Writing data failed",
+ /* 279 */ "Yes",
+ /* 280 */ "You have to restart ScummVM to take the effect.",
+ /* 281 */ "Zone",
+ /* 282 */ "Zoom down",
+ /* 283 */ "Zoom up",
+ /* 284 */ "every 10 mins",
+ /* 285 */ "every 15 mins",
+ /* 286 */ "every 30 mins",
+ /* 287 */ "every 5 mins",
+ /* 288 */ "~A~bout",
+ /* 289 */ "~A~dd Game...",
+ /* 290 */ "~C~ancel",
+ /* 291 */ "~C~lose",
+ /* 292 */ "~E~dit Game...",
+ /* 293 */ "~H~elp",
+ /* 294 */ "~I~ndy fight controls",
+ /* 295 */ "~K~eys",
+ /* 296 */ "~L~eft handed mode",
+ /* 297 */ "~L~oad",
+ /* 298 */ "~L~oad...",
+ /* 299 */ "~N~ext",
+ /* 300 */ "~O~K",
+ /* 301 */ "~O~ptions",
+ /* 302 */ "~O~ptions...",
+ /* 303 */ "~P~revious",
+ /* 304 */ "~Q~uit",
+ /* 305 */ "~R~emove Game",
+ /* 306 */ "~R~esume",
+ /* 307 */ "~R~eturn to Launcher",
+ /* 308 */ "~S~ave",
+ /* 309 */ "~S~tart",
+ /* 310 */ "~T~ransitions Enabled",
+ /* 311 */ "~W~ater Effect Enabled",
+ /* 312 */ "~Z~ip Mode Activated",
NULL
};
@@ -330,1318 +323,1290 @@ struct PoMessageEntry {
};
static const PoMessageEntry _translation_ru_RU[] = {
- { 0, "Project-Id-Version: ScummVM VERSION\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-26 18:15+0200\nPO-Revision-Date: 2010-06-13 20:55+0300\nLast-Translator: Eugene Sandulenko <sev@scummvm.org>\nLanguage-Team: Russian\nMIME-Version: 1.0\nContent-Type: text/plain; charset=cp1251\nContent-Transfer-Encoding: 8bit\nLanguage: \nPlural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" },
+ { 0, "Project-Id-Version: ScummVM VERSION\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-26 20:02+0200\nPO-Revision-Date: 2010-06-13 20:55+0300\nLast-Translator: Eugene Sandulenko <sev@scummvm.org>\nLanguage-Team: Russian\nLanguage: \nMIME-Version: 1.0\nContent-Type: text/plain; charset=cp1251\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" },
{ 1, " \302\373 \363\342\345\360\345\355\373, \367\362\356 \365\356\362\350\362\345 \342\373\351\362\350? " },
- { 2, " \310\371\363 \357\353\340\343\350\355 \361 \357\356\344\344\345\360\346\352\356\351 \375\362\356\343\356 gameid... " },
- { 3, " \307\340\357\363\361\352\340\376 '%s'\n" },
- { 4, " (\300\352\362\350\342\355\340\377)" },
- { 5, " (\310\343\360\373)" },
- { 6, " (\303\353\356\341\340\353\374\355\340\377)" },
- { 7, "%s \355\345 \361\354\356\343 \347\340\357\363\361\362\350\362\374 \344\342\350\346\356\352: %s (\366\345\353\374 '%s', \357\363\362\374 '%s')" },
- { 8, "\315\345\342\345\360\355\373\351 gameid %s. \310\361\357\356\353\374\347\363\351\362\345 \356\357\366\350\376 --list-games \344\353\377 \357\360\356\361\354\356\362\360\340 \361\357\350\361\352\340 \357\356\344\344\345\360\346\350\342\340\345\354\373\365 gameid" },
- { 9, "C2(\361\356\341\360\340\355 " },
- { 10, ", \356\370\350\341\352\340 \342\356 \342\360\345\354\377 \357\356\344\352\353\376\367\345\355\350\377 \357\340\357\352\350" },
- { 11, ", \357\340\357\352\340 \355\345 \357\356\344\352\353\376\367\345\355\340" },
- { 12, "... \350\371\363 ..." },
- { 13, "11 \352\303\366" },
- { 14, "22 \352\303\366" },
- { 15, "44 \352\303\366" },
- { 16, "48 \352\303\366" },
- { 17, "8 \352\303\366" },
- { 18, "<\357\356 \363\354\356\353\367\340\355\350\376>" },
- { 19, "\316 \357\360\356\343\360\340\354\354\345 ScummVM" },
- { 20, "\335\354\363\353\377\362\356\360 AdLib:" },
- { 21, "\335\354\363\353\377\362\356\360 AdLib:" },
- { 22, "\307\342\363\352\356\342\340\377 \352\340\360\362\340 AdLib \350\361\357\356\353\374\347\363\345\362\361\377 \354\355\356\343\350\354\350 \350\343\360\340\354\350" },
- { 23, "\315\356\342. \350\343\360\340..." },
- { 24, "\320\340\361\362\345\360\350\347\340\362\356\360 \361\356 \361\343\353\340\346\350\342\340\355\350\345\354 (16bpp)" },
- { 25, "\312\356\360\360\345\352\366\350\377 \361\356\356\362\355\356\370\345\355\350\377 \361\362\356\360\356\355" },
- { 26, "\315\340\347\355\340\367\345\355\355\340\377 \352\353\340\342\350\370\340 : %s" },
- { 27, "\315\340\347\355\340\367\345\355\355\340\377 \352\353\340\342\350\370\340 : \355\345\362" },
- { 28, "\300\363\344\350\356" },
- { 29, "\300\342\362\356\361\356\365\360\340\355\345\355\350\345:" },
- { 30, "C1\304\356\361\362\363\357\355\373\345 \344\342\350\346\352\350:" },
- { 31, "\316 \357~\360~\356\343\360\340\354\354\345..." },
- { 32, "\315\340\347\355\340\367\350\362\374 \352\353\340\342\350\370\350" },
- { 33, "\302\361\270" },
- { 34, "\337\360\352\356\361\362\374:" },
- { 35, "\316\362\354\345\355\340" },
- { 36, "\315\345 \354\356\343\363 \361\356\347\344\340\362\374 \364\340\351\353" },
- { 37, "\310\347\354\345\355\350\362\374 \356\357\366\350\350 \350\343\360\373" },
- { 38, "\310\347\354\345\355\350\362\374 \343\353\356\341\340\353\374\355\373\345 \356\357\366\350\350 ScummVM" },
- { 39, "\316\362\354\345\362\374\362\345 \345\361\353\350 \363 \342\340\361 \357\356\344\352\353\376\367\345\355\356 Roland-\361\356\342\354\345\361\362\350\354\356\345 \347\342\363\352\356\342\356\345 \363\361\362\360\356\351\361\362\342\356 \350 \342\373 \365\356\362\350\362\345 \345\343\356 \350\361\357\356\353\374\347\356\342\340\362\374" },
- { 40, "\302\373\341\360\340\362\374" },
- { 41, "\302\373\341\345\360\350\362\345 \344\345\351\361\362\342\350\345 \344\353\377 \355\340\347\355\340\367\345\355\350\377" },
- { 42, "\316\367\350\361\362\350\362\374 \347\355\340\367\345\355\350\345" },
- { 43, "\307\340\352\360\373\362\374" },
- { 44, "\312\356\360\360\345\352\362\350\360\356\342\340\362\374 \361\356\356\362\355\356\370\345\355\350\345 \361\362\356\360\356\355 \344\353\377 \350\343\360 \361 \360\340\347\360\345\370\345\355\350\345\354 320x200" },
- { 45, "\315\345 \354\356\343\363 \355\340\351\362\350 \344\342\350\346\356\352 \344\353\377 \347\340\357\363\361\352\340 \342\373\341\360\340\355\355\356\351 \350\343\360\373" },
- { 46, "\322\345\352\363\371\350\351 \342\350\344\345\356\360\345\346\350\354:" },
- { 47, "\312\363\360\361\356\360 \342\355\350\347" },
- { 48, "\312\363\360\361\356\360 \342\353\345\342\356" },
- { 49, "\312\363\360\361\356\360 \342\357\360\340\342\356" },
- { 50, "\312\363\360\361\356\360 \342\342\345\360\365" },
- { 52, "DVD" },
- { 53, "DVD \357\356\344\352\353\376\367\345\355 \363\361\357\345\370\355\356" },
- { 54, "DVD \355\345 \357\356\344\352\353\376\367\345\355" },
- { 55, "\304\340\362\340: " },
- { 56, "\316\362\353\340\344\367\350\352" },
- { 57, "\317\356 \363\354\356\353\367\340\355\350\376" },
- { 58, "\323\344\340\353\350\362\374" },
- { 59, "\307\340\357\360\345\362\350\362\374 \342\373\352\353\376\367\345\355\350\345" },
- { 60, "\301\345\347 \343\360\340\364\350\352\350" },
- { 61, "\315\340\351\344\345\355\356 %d \355\356\342\373\365 \350\343\360 ..." },
- { 62, "\315\340\351\344\345\355\356 %d \355\356\342\373\365 \350\343\360." },
- { 63, "\317\356\352\340\347\340\362\374 " },
- { 64, "\317\356\352\340\347\340\362\374 \352\353\340\342\350\340\362\363\360\363" },
- { 65, "\302\373 \344\345\351\361\362\342\350\362\345\353\374\355\356 \365\356\362\350\362\345 \363\344\340\353\350\362\374 \375\362\356 \361\356\365\360\340\355\345\355\350\345?" },
- { 66, "\302\373 \344\345\351\361\362\342\350\362\345\353\374\355\356 \365\356\362\350\362\345 \363\344\340\353\350\362\374 \363\361\362\340\355\356\342\352\350 \344\353\377 \375\362\356\351 \350\343\360\373?" },
- { 67, "\302\373 \344\345\351\361\362\342\350\362\345\353\374\355\356 \365\356\362\350\362\345 \347\340\357\363\361\362\350\362\374 \344\345\362\345\352\362\356\360 \342\361\345\365 \350\343\360? \335\362\356 \357\356\362\345\355\366\350\340\353\374\355\356 \354\356\346\345\362 \344\356\341\340\342\350\362\374 \341\356\353\374\370\356\345 \352\356\353\350\367\345\361\362\342\356 \350\343\360." },
- { 68, "\302\373 \365\356\362\350\362\345 \347\340\343\360\363\347\350\362\374 \353\350\341\356 \361\356\365\360\340\355\350\362\374 \350\343\360\363?" },
- { 69, "\302\373 \365\356\362\350\362\345 \357\360\356\350\347\342\345\361\362\350 \340\342\362\356\354\340\362\350\367\345\361\352\350\351 \357\356\350\361\352?" },
- { 70, "\302\373 \365\356\362\350\362\345 \342\373\351\362\350?" },
- { 71, "\304\342\356\351\355\356\351 \363\344\340\360" },
- { 72, "\302\355\350\347" },
- { 73, "\302\352\353\376\367\350\362\374 \360\345\346\350\354 Roland GS" },
- { 74, "\304\342\350\346\356\352 \355\345 \357\356\344\344\345\360\346\350\342\340\345\362 \363\360\356\342\345\355\374 \356\362\353\340\344\352\350 '%s'" },
- { 75, "English" },
- { 76, "\316\370\350\341\352\340 \347\340\357\363\361\352\340 \350\343\360\373:" },
- { 77, "\316\370\350\341\352\340 \342\356 \342\360\345\354\377 \357\356\344\352\353\376\367\345\355\350\377 DVD" },
- { 78, "\304\356\357. \357\363\362\374:" },
- { 79, "FM Towns" },
- { 80, "\315\345 \363\344\340\353\356\361\374 \347\340\343\360\363\347\350\362\374 \362\345\354\363 GUI, \357\360\345\352\360\340\371\340\376 \360\340\341\356\362\363" },
- { 81, "\301\373\361\362\360\373\351 \360\345\346\350\354" },
- { 82, "C1\302\352\353\376\367\345\355\355\373\345 \342 \341\350\353\344 \356\357\366\350\350:" },
- { 83, "\321\342\356\341\356\344\355\373\351 \356\341\347\356\360" },
- { 84, "\317\356\353\355\356\345 \355\340\347\342\340\355\350\345 \350\343\360\373" },
- { 85, "\317\356\353\355\356\375\352\360\340\355\355\373\351 \360\345\346\350\354" },
- { 86, "\323\361\352\356\360\345\355\350\345 GC \357\340\344\340:" },
- { 87, "\327\363\342\361\362\340\350\362\345\353\374\355\356\361\362\374 GC \357\340\344\340:" },
- { 88, "\303\360\364" },
- { 90, "\337\347\373\352 \350\355\362\345\360\364\345\351\361\340:" },
- { 91, "\320\340\361\362\345\360\350\347\340\362\356\360 GUI:" },
- { 92, "\310\343\360\340" },
- { 93, "\315\345\362 \364\340\351\353\356\342 \350\343\360\373" },
- { 94, "Game Id \355\345 \357\356\344\344\345\360\346\350\342\340\345\362\361\377" },
- { 95, "\317\363\362\374 \352 \350\343\360\345: " },
- { 96, "\303\353\356\341\340\353\374\355\356\345 \354\345\355\376" },
- { 97, "\317\345\360\345\351\362\350 \355\340 \344\350\360\345\352\362\356\360\350\376 \363\360\356\342\355\345\354 \342\373\370\345" },
- { 98, "\302\342\345\360\365" },
- { 99, "\303\360\340\364\350\352\340" },
- { 100, "\303\360\340\364\350\367\345\361\352\350\351 \360\345\346\350\354:" },
- { 101, "\325\340\360\344\342\340\360\355\356\345 \354\340\361\370\362\340\341\350\360\356\342\340\355\350\345 (\341\373\361\362\360\356, \355\356 \355\350\347\352\356\343\356 \352\340\367\345\361\362\342\340)" },
- { 104, "\321\357\360\377\362\340\362\374 \357\340\355\345\353\374 \350\355\361\362\360\363\354\345\355\362\356\342" },
- { 105, "\302\373\361\356\352\356\345 \352\340\367\345\361\362\342\356 \347\342\363\352\340 (\354\345\344\353\345\355\355\345\345) (\360\345\341\363\362)" },
- { 106, "\301\316\353\374\370\350\345 \347\355\340\367\345\355\350\377 \347\340\344\340\376\362 \353\363\367\370\345\345 \352\340\367\345\361\362\342\356 \347\342\363\352\340, \356\344\355\340\352\356 \356\355\350 \354\356\343\363\362 \355\345 \357\356\344\344\345\360\346\350\342\340\362\374\361\377 \342\340\370\345\351 \347\342\363\352\356\342\356\351 \352\340\360\362\356\351" },
- { 107, "\323\344\345\360\346\350\342\340\351\362\345 \352\353\340\342\350\370\363 Shift \344\353\377 \362\356\343\356, \367\362\356\341\373 \344\356\341\340\342\350\362\374 \355\345\361\352\356\353\374\352\356 \350\343\360" },
- { 108, "\303\356\360\350\347\356\355\362\340\353\374\355\373\351 underscan:" },
- { 109, "FM Towns" },
- { 110, "ID:" },
- { 111, "\310\355\350\366\350\340\353\350\347\340\366\350\377 \361\345\362\350" },
- { 112, "\315\340\367\340\353\374\355\373\351 \354\340\361\370\362\340\341 \342\345\360\365\355\345\343\356 \375\352\360\340\355\340:" },
- { 113, "\315\340\361\362\360\340\350\342\340\376 \361\345\362\374" },
- { 114, "\315\340\361\362\360\340\350\342\340\376 \361\345\362\374" },
- { 115, "\302\342\356\344" },
- { 116, "\315\345\342\345\360\355\373\351 \357\363\362\374" },
- { 117, "\315\340\347\355\340\367\345\355\350\345 \352\353\340\342\350\370" },
- { 118, "\312\353\340\342\350\340\362\363\360\340" },
- { 119, "\322\340\341\353\350\366\340 \352\353\340\342\350\370:" },
- { 120, "\312\353\340\342\350\370\350" },
- { 121, "\337\347\373\352 \343\360\340\364\350\367\345\361\352\356\343\356 \350\355\362\345\360\364\345\351\361\340 ScummVM" },
- { 122, "\337\347\373\352 \350\343\360\373. \310\347\354\345\355\345\355\350\345 \375\362\356\343\356 \357\340\360\340\354\345\362\360\340 \355\345 \357\360\345\342\360\340\362\350\362 \350\343\360\363 \355\340 \340\355\343\353\350\351\361\352\356\354 \342 \360\363\361\361\352\363\376" },
- { 123, "\337\347\373\352:" },
- { 124, "\302\353\345\342\356" },
- { 125, "\313\345\342\373\351 \371\345\353\367\356\352" },
- { 126, "\307\340\343\360\363\347\350\362\374" },
- { 127, "\307\340\343\360\363\347\350\362\374 \350\343\360\363:" },
- { 128, "\307\340\343\360\363\347\350\362\374 \361\356\365\360\355\345\355\350\345 \344\353\377 \342\373\341\360\340\355\355\356\351 \350\343\360\373" },
- { 129, "\335\354\363\353\377\362\356\360 AdLib:" },
- { 130, "MIDI" },
- { 131, "\323\361\350\353\345\355\350\345 MIDI:" },
- { 132, "\335\354\363\353\377\366\350\377 MT-32" },
- { 134, "\314\340\361\370\362\340\341 \343\353\340\342\355\356\343\356 \375\352\360\340\355\340:" },
- { 135, "\315\340\347\355\340\367\350\362\374" },
- { 136, "\304\356\341. \354\355\356\343\356..." },
- { 137, "\314\345\355\376" },
- { 138, "\320\340\347\355\356\345" },
- { 139, "\321\354\345\370\340\355\355\373\351 \360\345\346\350\354 AdLib/MIDI" },
- { 140, "\317\356\344\352\353\376\367\350\362\374 DVD" },
- { 141, "\317\356\344\352\353\376\367\350\362\374 SMB" },
- { 142, "\312\353\350\352 \354\373\370\374\376" },
- { 143, "\314\363\353\374\362\350\364\363\355\352\366\350\377" },
- { 144, "\303\360\356\354\352\356\361\362\374 \354\363\347\373\352\350:" },
- { 145, "\302\373\352\353\376\367\350\362\374 \342\361\270" },
- { 146, "\315\340\347\342\340\355\350\345:" },
- { 147, "\321\345\362\374 \342\373\352\353\376\367\345\355\340" },
- { 148, "\321\345\362\374 \355\345 \355\340\361\362\360\356\345\355\340 (%d)" },
- { 149, "\321\345\362\374 \360\340\341\356\362\340\345\362" },
- { 150, "\321\345\362\374 \360\340\341\356\362\340\345\362, \357\340\357\352\340 \357\356\344\352\353\376\367\345\355\340" },
- { 151, "\315\350\352\356\343\344\340" },
- { 152, "\315\345\362" },
- { 153, "\304\340\362\340 \355\345 \347\340\357\350\361\340\355\340" },
- { 154, "\301\345\347 \354\363\347\373\352\350" },
- { 155, "\302\360\345\354\377 \350\343\360\373 \355\345 \347\340\357\350\361\340\355\356" },
- { 156, "\302\360\345\354\377 \355\345 \347\340\357\350\361\340\355\356" },
- { 157, "\315\345 \347\340\344\340\355" },
- { 159, "OK" },
- { 160, "\302\373\365\356\344\355\340\377 \367\340\361\362\356\362\340:" },
- { 161, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 MIDI" },
- { 162, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 \340\363\344\350\356" },
- { 163, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 \343\360\340\364\350\352\350" },
- { 164, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 \343\360\356\354\352\356\361\362\350" },
- { 165, "PC \361\357\350\352\345\360" },
- { 166, "\317\340\360\356\353\374:" },
- { 167, "\317\363\362\374 \355\345 \377\342\353\377\345\362\361\377 \344\350\360\345\352\362\356\360\350\345\351" },
- { 168, "\317\363\362\374 \355\345 \377\342\353\377\345\362\361\377 \364\340\351\353\356\354" },
- { 169, "\317\363\362\374 \355\345 \355\340\351\344\345\355" },
- { 170, "\317\363\362\350" },
- { 171, "\317\340\363\347\340" },
- { 172, "\302\373\341\345\360\350\362\345 \350\343\360\363:" },
- { 173, "\317\353\340\362\364\356\360\354\340, \344\353\377 \352\356\362\356\360\356\351 \350\343\360\340 \341\373\353\340 \350\347\355\340\367\340\353\374\355\356 \360\340\347\360\340\341\356\362\340\355\340" },
- { 174, "\317\353\340\362\364\356\360\354\340:" },
- { 175, "\302\360\345\354\377 \350\343\360\373: " },
- { 176, "\317\356\346\340\353\363\351\361\362\340, \342\373\341\345\360\350\362\345 \344\345\351\361\362\342\350\345" },
- { 177, "\317\363\362\374 \352 \357\353\340\343\350\355\340\354:" },
- { 179, "\315\340\346\354\350\362\345 \352\353\340\342\350\370\363 \344\353\377 \355\340\347\355\340\367\345\355\350\377" },
- { 180, "\302\373\365\356\344" },
- { 181, "\302\373\365\356\344 \350\347 ScummVM" },
- { 182, "\315\345\344\356\361\362\340\362\356\367\355\356 \357\360\340\342 \344\353\377 \367\362\345\355\350\377" },
- { 183, "\316\370\350\341\352\340 \367\362\345\355\350\377" },
- { 184, "\317\345\360\345\355\340\347\355\340\367\350\362\374 \352\353\340\342\350\370\350" },
- { 185, "\323\344\340\353\350\362\374 \350\343\360\363 \350\347 \361\357\350\361\352\340. \315\345 \363\344\340\353\377\345\362 \350\343\360\363 \361 \346\345\361\362\352\356\343\356 \344\350\361\352\340" },
- { 186, "\320\345\346\350\354 \360\340\361\362\360\350\360\356\342\340\355\350\377:" },
- { 187, "\302\357\360\340\342\356" },
- { 188, "\317\360\340\342\373\351 \371\345\353\367\356\352" },
- { 189, "\317\360\340\342\373\351 \371\345\353\367\356\352" },
- { 190, "\317\356\342\345\360\355\363\362\374" },
- { 191, "\303\360\356\354\352\356\361\362\374 \375\364\364\345\352\362\356\342:" },
- { 192, "SMB" },
- { 193, "\307\340\357\350\361\340\362\374" },
- { 194, "\317\363\362\374 \361\356\365\360.: " },
- { 195, "\317\363\362\374 \344\353\377 \361\356\365\360\340\355\345\355\350\351: " },
- { 196, "\321\356\365\360\340\355\350\362\374 \350\343\360\363: " },
- { 197, "\317\356\350\361\352 \347\340\352\356\355\367\345\355!" },
- { 198, "\317\360\356\361\354\356\362\360\345\355\356 %d \344\350\360\345\352\362\356\360\350\351 ..." },
- { 199, "\303\353\340\342\355\356\345 \354\345\355\376 ScummVM" },
- { 200, "ScummVM \355\345 \361\354\356\343 \355\340\351\362\350 \344\342\350\346\356\352 \344\353\377 \347\340\357\363\361\352\340 \342\373\341\360\340\355\355\356\351 \350\343\360\373!" },
- { 201, "ScummVM \355\345 \354\356\346\345\362 \355\340\351\362\350 \350\343\360\363 \342 \363\352\340\347\340\355\355\356\351 \344\350\360\345\352\362\356\360\350\350!" },
- { 202, "ScummVM \355\345 \354\356\346\345\362 \356\362\352\360\373\362\374 \363\352\340\347\340\355\355\363\376 \344\350\360\345\352\362\356\360\350\376!" },
- { 203, "\317\356\350\361\352 \342 \361\357\350\361\352\345 \350\343\360" },
- { 204, "\317\356\350\361\352:" },
- { 205, "\302\373\341\345\360\350\362\345 SoundFont" },
- { 206, "\302\373\341\345\360\350\362\345 \362\345\354\363" },
- { 207, "\302\373\341\345\360\350\362\345 \344\356\357\356\353\355\350\362\345\353\374\355\363\376 \344\350\360\345\352\362\356\360\350\376 \350\343\360\373" },
- { 208, "\302\373\341\345\360\350\362\345 \344\345\351\361\362\342\350\345 \350 \352\353\350\352\355\350\362\345 '\315\340\347\355\340\367\350\362\374'" },
- { 209, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \344\353\377 \362\345\354 GUI" },
- { 210, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \361 \344\356\357\356\353\355\350\362\345\353\374\355\373\354\350 \364\340\351\353\340\354\350" },
- { 211, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \361 \357\353\340\343\350\355\340\354\350" },
- { 212, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \344\353\377 \361\356\365\360\340\355\345\355\350\351" },
- { 213, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \344\353\377 \361\356\365\360\340\355\345\355\350\351" },
- { 214, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \361 \364\340\351\353\340\354\350 \350\343\360\373" },
- { 215, "\327\363\342\361\362\342\350\362\345\353\374\355\356\361\362\374" },
- { 216, "\321\345\360\342\345\360:" },
- { 217, "\321\345\362\345\342\340\377 \357\340\357\352\340:" },
- { 218, "\312\356\360\356\362\352\350\351 \350\344\345\355\362\350\364\350\352\340\362\356\360, \350\361\357\356\353\374\347\363\345\354\373\351 \344\353\377 \350\354\345\355 \361\356\365\360\340\355\345\355\350\351 \350\343\360 \350 \344\353\377 \347\340\357\363\361\352\340 \350\347 \352\356\354\340\355\344\355\356\351 \361\362\360\356\352\350" },
- { 219, "\317\356\352\340\347\340\362\374 \352\353\340\342\350\340\362\363\360\363" },
- { 220, "\317\356\352\340\347\373\342\340\362\374 \352\363\360\361\356\360 \354\373\370\350" },
- { 221, "\317\356\352\340\347\373\342\340\362\374 \361\363\341\362\350\362\360\373 \350 \342\356\361\357\360\356\350\347\342\356\344\350\362\374 \360\345\367\374" },
- { 222, "\317\356\352\340\347\340\362\374/\323\341\360\340\362\374 \352\363\360\361\356\360" },
- { 223, "\317\360\356\357\363\361\362\350\362\374" },
- { 224, "\317\360\356\357\363\361\362\350\362\374 \361\362\360\356\352\363" },
- { 225, "\317\360\356\357\363\361\362\350\362\374 \362\345\352\361\362" },
- { 226, "\317\360\350\352\360\345\357\350\362\374 \352 \343\360\340\355\350\366\340\354" },
- { 227, "\317\360\356\343\360\340\354\354\355\356\345 \354\340\361\370\362\340\341\350\360\356\342\340\355\350\345 (\365\356\360\356\370\345\345 \352\340\367\345\361\362\342\356, \355\356 \354\345\344\353\345\355\355\345\345)" },
- { 228, "\307\342\363\352 \342\352\353/\342\373\352\353" },
- { 229, "SoundFont\373 \357\356\344\344\345\360\344\346\350\342\340\376\362\361\377 \355\345\352\356\362\356\360\373\354\350 \347\342\363\352\356\342\373\354\350 \352\340\360\362\340\354\350, Fluidsynth \350 Timidity" },
- { 230, "SoundFont:" },
- { 231, "\316\347\342" },
- { 232, "\321\357\345\366\350\340\353\374\355\373\345 \360\345\346\350\354\373 \360\345\355\344\345\360\350\355\343\340, \357\356\344\344\345\360\346\350\342\340\345\354\373\345 \355\345\352\356\362\356\360\373\354\350 \350\343\360\340\354\350" },
- { 233, "\303\360\356\354\352\356\361\362\374 \361\357\345\366\350\340\353\374\355\373\365 \347\342\363\352\356\342\373\365 \375\364\364\345\352\362\356\342" },
- { 234, "\323\352\340\347\373\342\340\345\362 \342\373\365\356\344\355\356\345 \363\361\362\360\356\351\361\362\342\356 \344\353\377 \347\342\363\352\340 \350\353\350 \375\354\363\353\377\362\356\360 \347\342\363\352\356\342\356\351 \352\340\360\362\373" },
- { 236, "\323\352\340\347\373\342\340\345\362 \342\373\365\356\344\355\356\345 \347\342\363\352\356\342\356\345 \363\361\362\360\356\351\361\362\342\356 \350\353\350 \375\354\363\353\377\362\356\360 \347\342\363\352\356\342\356\351 \352\340\360\362\373" },
- { 237, "\323\352\340\347\373\342\340\345\362 \357\363\362\374 \352 \344\356\357\356\353\355\350\362\345\353\374\355\373\354 \364\340\351\353\340\354 \344\340\355\355\373\365, \350\361\357\356\353\374\347\363\345\354\373\365 \342\361\345\354\350 \350\343\360\340\354\350, \353\350\341\356 ScummVM" },
- { 238, "\323\352\340\347\373\342\340\345\362 \357\363\362\374 \352 \344\356\357\356\353\355\350\362\345\353\374\355\373\354 \364\340\351\353\340\354 \344\340\355\355\373\365 \344\353\377 \350\343\360\373" },
- { 239, "\323\352\340\347\373\342\340\345\362 \342\373\365\356\344\355\356\345 \347\342\363\352\356\342\356\345 \363\361\362\360\356\351\361\362\342\356 \350\353\350 \375\354\363\353\377\362\356\360 \347\342\363\352\356\342\356\351 \352\340\360\362\373" },
- { 240, "\323\352\340\347\373\342\340\345\362 \357\363\362\374 \352 \361\356\365\360\340\355\345\355\350\377\354 \350\343\360\373" },
- { 241, "\316\347\342\363\367\352\340" },
- { 242, "\303\360\356\354\352\356\361\362\374 \356\347\342\363\367\352\350:" },
- { 243, "\321\362\340\355\344\340\360\362\355\373\351 \360\340\361\362\345\360\350\347\340\362\356\360 (16bpp)" },
- { 244, "\307\340\357\363\361\362\350\362\374 \342\373\341\360\340\355\355\363\376 \350\343\360\363" },
- { 245, "\321\356\361\362\356\377\355\350\345:" },
- { 246, "\321\363\341" },
- { 247, "\321\352\356\360\356\361\362\374 \361\363\341\362\350\362\360\356\342:" },
- { 248, "\321\363\341\362\350\362\360\373" },
- { 249, "\321\354\345\355\350\362\374 \343\345\360\356\377" },
- { 250, "\322\340\357 \344\353\377 \353\345\342\356\343\356 \371\345\353\367\352\340, \344\342\356\351\355\356\351 \362\340\357 \344\353\377 \357\360\340\342\356\343\356 \371\345\353\367\352\340" },
- { 251, "\322\345\352\361\362 \350 \356\347\342\363\367\352\340:" },
- { 252, "\315\345 \354\356\343\363 \357\350\361\340\362\374 \342 \342\373\341\360\340\355\355\363\376 \344\350\360\345\352\362\356\360\350\376. \317\356\346\340\353\363\351\361\362\340, \363\352\340\346\350\362\345 \344\360\363\343\363\376." },
- { 253, "\317\363\362\374 \352 \362\345\354\340\354:" },
- { 254, "\322\345\354\340:" },
- { 255, "\335\362\356\362 ID \350\343\360\373 \363\346\345 \350\361\357\356\353\374\347\363\345\362\361\377. \317\356\346\340\353\363\351\361\362\340, \342\373\341\345\360\350\362\345 \344\360\363\343\356\351." },
- { 256, "\335\362\340 \350\343\360\340 \355\345 \357\356\344\344\345\360\346\350\342\340\345\362 \347\340\343\360\363\347\352\363 \361\356\365\360\340\355\345\355\350\351 \367\345\360\345\347 \343\353\340\342\355\356\345 \354\345\355\376." },
- { 257, "\302\360\345\354\377: " },
- { 258, "\302\360\345\354\377 \357\356\344\352\353\376\367\345\355\350\377 \352 \361\345\362\350 \350\361\362\345\352\353\356" },
- { 259, "\321\354\345\371\345\355\350\345 \352\340\361\340\355\350\351 \357\356 \356\361\350 X" },
- { 260, "\321\354\345\371\345\355\350\345 \352\340\361\340\355\350\351 \357\356 \356\361\350 Y" },
- { 261, "\320\345\346\350\354 \362\340\367\357\340\344\340 \342\373\352\353\376\367\345\355." },
- { 262, "\320\345\346\350\354 \362\340\367\357\340\344\340 \342\352\353\376\367\345\355." },
- { 263, "\315\340\361\362\356\377\371\350\351 Roland MT-32 (\347\340\357\360\345\362\350\362\374 \375\354\363\353\377\366\350\376 GM)" },
- { 264, "\302\373\352\353\376\367\340\345\362 \354\340\357\357\350\355\343 General MIDI \344\353\377 \350\343\360 \361 \347\342\363\352\356\342\356\351 \344\356\360\356\346\352\356\351 \344\353\377 Roland MT-32" },
- { 265, "\315\345\350\347\342\345\361\362\355\356" },
- { 266, "\315\345\350\347\342\345\361\362\355\340\377 \356\370\350\341\352\340" },
- { 267, "\316\362\352\353\376\367\350\362\374 DVD" },
- { 268, "\316\362\352\353\376\367\362\374 SMB" },
- { 269, "\301\345\347 \354\340\361\370\362\340\341\350\360\356\342\340\355\350\377 (\355\363\346\355\356 \341\363\344\345\362 \357\360\356\352\360\363\367\350\342\340\362\374 \342\353\345\342\356 \350 \342\357\360\340\342\356)" },
- { 270, "\315\345\357\356\344\344\345\360\346\350\342\340\345\354\373\351 \360\345\346\350\354 \366\342\345\362\340" },
- { 271, "\321\356\365\360\340\355\345\355\350\345 \341\345\347 \350\354\345\355\350" },
- { 272, "\302\342\345\360\365" },
- { 273, "\310\361\357\356\353\374\347\356\342\340\362\374 \350 MIDI \350 AdLib \344\353\377 \343\345\355\345\360\340\366\350\350 \347\342\363\352\340" },
- { 274, "\310\361\357\356\353\374\347\356\342\340\362\374 \363\357\360\340\342\353\345\355\350\345 \352\363\360\361\356\360\356\354 \352\340\352 \355\340 \362\360\345\352\357\340\344\345 \353\345\357\362\356\357\356\342" },
- { 275, "\317\356\353\374\347\356\342\340\362\345\353\374 \342\373\341\360\340\353 \366\345\353\374'%s' (gameid '%s')...\n" },
- { 276, "\317\356\353\374\347\356\342\340\362\345\353\374:" },
- { 277, "\310\361\357\356\353\374\347\363\376 \344\360\340\351\342\345\360 SDL " },
- { 278, "\302\345\360\362\350\352\340\353\374\355\373\351 underscan:" },
- { 279, "\302\350\344\345\356" },
- { 280, "\302\350\360\362\363\340\353\374\355\340\377 \352\353\340\342\350\340\362\363\360\340" },
- { 281, "\303\360\356\354\352\356\361\362\374" },
- { 282, "Windows MIDI" },
- { 283, "\315\345\344\356\361\362\340\362\356\367\355\356 \357\360\340\342 \344\353\377 \347\340\357\350\361\350" },
- { 284, "\316\370\350\341\352\340 \347\340\357\350\361\350 \344\340\355\355\373\365" },
- { 285, "\304\340" },
- { 286, "\302\373 \344\356\353\346\355\373 \357\345\360\345\347\340\357\363\361\362\350\362\374 ScummVM \367\362\356\341\373 \357\360\350\354\345\355\350\362\374 \350\347\354\345\355\345\355\350\377." },
- { 287, "\307\356\355\340" },
- { 288, "\323\354\345\355\374\370. \354\340\361\370\362\340\341" },
- { 289, "\323\342\345\353. \354\340\361\370\362\340\341" },
- { 290, "\352\340\346\344\373\345 10 \354\350\355\363\362" },
- { 291, "\352\340\346\344\373\345 15 \354\350\355\363\362" },
- { 292, "\352\340\346\344\373\345 30 \354\350\355\363\362" },
- { 293, "\352\340\346\344\373\345 5 \354\350\355\363\362" },
- { 294, "\355\345 \363\344\340\353\356\361\374\n" },
- { 295, "\316 \357\360\356~\343~\360\340\354\354\345" },
- { 296, "~\304~\356\341. \350\343\360\363..." },
- { 297, "\316~\362~\354\345\355\340" },
- { 298, "~\307~\340\352\360\373\362\374" },
- { 299, "\310\347~\354~. \350\343\360\363..." },
- { 300, "~\317~\356\354\356\371\374" },
- { 301, "\323\357\360\340\342\353\345\355\350\345 \341\356\377\354\350 \342 Indy" },
- { 302, "~\312~\353\340\342\350\370\350" },
- { 303, "\313\345\342\356\360\363\352\350\351 \360\345\346\350\354" },
- { 304, "~\307~\340\343\360\363\347\350\362\374" },
- { 305, "~\307~\340\343\360...." },
- { 306, "~\321~\353\345\344" },
- { 307, "~O~K" },
- { 308, "~\316~\357\366\350\350" },
- { 309, "~\316~\357\366\350\350..." },
- { 310, "~\317~\360\345\344" },
- { 311, "~\302~\373\365\356\344" },
- { 312, "~\323~\344\340\353\350\362\374 \350\343\360\363" },
- { 313, "\317\360\356\344\356\353~\346~\350\362\374" },
- { 314, "~\302~\345\360\355\363\362\374\361\377 \342 \343\353\340\342\355\356\345 \354\345\355\376" },
- { 315, "~\307~\340\357\350\361\340\362\374" },
- { 316, "\317~\363~\361\352" },
- { 317, "\317\345\360\345\365\356\344\373 \340\352\362\350\342\350\360\356\342\340\355\373" },
- { 318, "\335\364\364\345\352\362\373 \342\356\344\373 \342\352\353\376\367\345\355\373" },
- { 319, "\320\345\346\350\354 \341\373\361\362\360\356\343\356 \357\345\360\345\365\356\344\340 \340\352\362\350\342\350\360\356\342\340\355" },
+ { 2, " (\300\352\362\350\342\355\340\377)" },
+ { 3, " (\310\343\360\373)" },
+ { 4, " (\303\353\356\341\340\353\374\355\340\377)" },
+ { 5, "C2(\361\356\341\360\340\355 " },
+ { 6, ", \356\370\350\341\352\340 \342\356 \342\360\345\354\377 \357\356\344\352\353\376\367\345\355\350\377 \357\340\357\352\350" },
+ { 7, ", \357\340\357\352\340 \355\345 \357\356\344\352\353\376\367\345\355\340" },
+ { 8, "... \350\371\363 ..." },
+ { 9, "11 \352\303\366" },
+ { 10, "22 \352\303\366" },
+ { 11, "44 \352\303\366" },
+ { 12, "48 \352\303\366" },
+ { 13, "8 \352\303\366" },
+ { 14, "<\357\356 \363\354\356\353\367\340\355\350\376>" },
+ { 15, "\316 \357\360\356\343\360\340\354\354\345 ScummVM" },
+ { 16, "\335\354\363\353\377\362\356\360 AdLib:" },
+ { 17, "\335\354\363\353\377\362\356\360 AdLib:" },
+ { 18, "\307\342\363\352\356\342\340\377 \352\340\360\362\340 AdLib \350\361\357\356\353\374\347\363\345\362\361\377 \354\355\356\343\350\354\350 \350\343\360\340\354\350" },
+ { 19, "\315\356\342. \350\343\360\340..." },
+ { 20, "\320\340\361\362\345\360\350\347\340\362\356\360 \361\356 \361\343\353\340\346\350\342\340\355\350\345\354 (16bpp)" },
+ { 21, "\312\356\360\360\345\352\366\350\377 \361\356\356\362\355\356\370\345\355\350\377 \361\362\356\360\356\355" },
+ { 22, "\315\340\347\355\340\367\345\355\355\340\377 \352\353\340\342\350\370\340 : %s" },
+ { 23, "\315\340\347\355\340\367\345\355\355\340\377 \352\353\340\342\350\370\340 : \355\345\362" },
+ { 24, "\300\363\344\350\356" },
+ { 25, "\300\342\362\356\361\356\365\360\340\355\345\355\350\345:" },
+ { 26, "C1\304\356\361\362\363\357\355\373\345 \344\342\350\346\352\350:" },
+ { 27, "\316 \357~\360~\356\343\360\340\354\354\345..." },
+ { 28, "\315\340\347\355\340\367\350\362\374 \352\353\340\342\350\370\350" },
+ { 29, "\302\361\270" },
+ { 30, "\337\360\352\356\361\362\374:" },
+ { 31, "\316\362\354\345\355\340" },
+ { 32, "\315\345 \354\356\343\363 \361\356\347\344\340\362\374 \364\340\351\353" },
+ { 33, "\310\347\354\345\355\350\362\374 \356\357\366\350\350 \350\343\360\373" },
+ { 34, "\310\347\354\345\355\350\362\374 \343\353\356\341\340\353\374\355\373\345 \356\357\366\350\350 ScummVM" },
+ { 35, "\316\362\354\345\362\374\362\345 \345\361\353\350 \363 \342\340\361 \357\356\344\352\353\376\367\345\355\356 Roland-\361\356\342\354\345\361\362\350\354\356\345 \347\342\363\352\356\342\356\345 \363\361\362\360\356\351\361\362\342\356 \350 \342\373 \365\356\362\350\362\345 \345\343\356 \350\361\357\356\353\374\347\356\342\340\362\374" },
+ { 36, "\302\373\341\360\340\362\374" },
+ { 37, "\302\373\341\345\360\350\362\345 \344\345\351\361\362\342\350\345 \344\353\377 \355\340\347\355\340\367\345\355\350\377" },
+ { 38, "\316\367\350\361\362\350\362\374 \347\355\340\367\345\355\350\345" },
+ { 39, "\307\340\352\360\373\362\374" },
+ { 40, "\312\356\360\360\345\352\362\350\360\356\342\340\362\374 \361\356\356\362\355\356\370\345\355\350\345 \361\362\356\360\356\355 \344\353\377 \350\343\360 \361 \360\340\347\360\345\370\345\355\350\345\354 320x200" },
+ { 41, "\315\345 \354\356\343\363 \355\340\351\362\350 \344\342\350\346\356\352 \344\353\377 \347\340\357\363\361\352\340 \342\373\341\360\340\355\355\356\351 \350\343\360\373" },
+ { 42, "\322\345\352\363\371\350\351 \342\350\344\345\356\360\345\346\350\354:" },
+ { 43, "\312\363\360\361\356\360 \342\355\350\347" },
+ { 44, "\312\363\360\361\356\360 \342\353\345\342\356" },
+ { 45, "\312\363\360\361\356\360 \342\357\360\340\342\356" },
+ { 46, "\312\363\360\361\356\360 \342\342\345\360\365" },
+ { 48, "DVD" },
+ { 49, "DVD \357\356\344\352\353\376\367\345\355 \363\361\357\345\370\355\356" },
+ { 50, "DVD \355\345 \357\356\344\352\353\376\367\345\355" },
+ { 51, "\304\340\362\340: " },
+ { 52, "\316\362\353\340\344\367\350\352" },
+ { 53, "\317\356 \363\354\356\353\367\340\355\350\376" },
+ { 54, "\323\344\340\353\350\362\374" },
+ { 55, "\307\340\357\360\345\362\350\362\374 \342\373\352\353\376\367\345\355\350\345" },
+ { 56, "\301\345\347 \343\360\340\364\350\352\350" },
+ { 57, "\315\340\351\344\345\355\356 %d \355\356\342\373\365 \350\343\360 ..." },
+ { 58, "\315\340\351\344\345\355\356 %d \355\356\342\373\365 \350\343\360." },
+ { 59, "\317\356\352\340\347\340\362\374 " },
+ { 60, "\317\356\352\340\347\340\362\374 \352\353\340\342\350\340\362\363\360\363" },
+ { 61, "\302\373 \344\345\351\361\362\342\350\362\345\353\374\355\356 \365\356\362\350\362\345 \363\344\340\353\350\362\374 \375\362\356 \361\356\365\360\340\355\345\355\350\345?" },
+ { 62, "\302\373 \344\345\351\361\362\342\350\362\345\353\374\355\356 \365\356\362\350\362\345 \363\344\340\353\350\362\374 \363\361\362\340\355\356\342\352\350 \344\353\377 \375\362\356\351 \350\343\360\373?" },
+ { 63, "\302\373 \344\345\351\361\362\342\350\362\345\353\374\355\356 \365\356\362\350\362\345 \347\340\357\363\361\362\350\362\374 \344\345\362\345\352\362\356\360 \342\361\345\365 \350\343\360? \335\362\356 \357\356\362\345\355\366\350\340\353\374\355\356 \354\356\346\345\362 \344\356\341\340\342\350\362\374 \341\356\353\374\370\356\345 \352\356\353\350\367\345\361\362\342\356 \350\343\360." },
+ { 64, "\302\373 \365\356\362\350\362\345 \347\340\343\360\363\347\350\362\374 \353\350\341\356 \361\356\365\360\340\355\350\362\374 \350\343\360\363?" },
+ { 65, "\302\373 \365\356\362\350\362\345 \357\360\356\350\347\342\345\361\362\350 \340\342\362\356\354\340\362\350\367\345\361\352\350\351 \357\356\350\361\352?" },
+ { 66, "\302\373 \365\356\362\350\362\345 \342\373\351\362\350?" },
+ { 67, "\304\342\356\351\355\356\351 \363\344\340\360" },
+ { 68, "\302\355\350\347" },
+ { 69, "\302\352\353\376\367\350\362\374 \360\345\346\350\354 Roland GS" },
+ { 70, "\304\342\350\346\356\352 \355\345 \357\356\344\344\345\360\346\350\342\340\345\362 \363\360\356\342\345\355\374 \356\362\353\340\344\352\350 '%s'" },
+ { 71, "English" },
+ { 72, "\316\370\350\341\352\340 \347\340\357\363\361\352\340 \350\343\360\373:" },
+ { 73, "\316\370\350\341\352\340 \342\356 \342\360\345\354\377 \357\356\344\352\353\376\367\345\355\350\377 DVD" },
+ { 74, "\304\356\357. \357\363\362\374:" },
+ { 75, "FM Towns" },
+ { 76, "\301\373\361\362\360\373\351 \360\345\346\350\354" },
+ { 77, "C1\302\352\353\376\367\345\355\355\373\345 \342 \341\350\353\344 \356\357\366\350\350:" },
+ { 78, "\321\342\356\341\356\344\355\373\351 \356\341\347\356\360" },
+ { 79, "\317\356\353\355\356\345 \355\340\347\342\340\355\350\345 \350\343\360\373" },
+ { 80, "\317\356\353\355\356\375\352\360\340\355\355\373\351 \360\345\346\350\354" },
+ { 81, "\323\361\352\356\360\345\355\350\345 GC \357\340\344\340:" },
+ { 82, "\327\363\342\361\362\340\350\362\345\353\374\355\356\361\362\374 GC \357\340\344\340:" },
+ { 83, "\303\360\364" },
+ { 85, "\337\347\373\352 \350\355\362\345\360\364\345\351\361\340:" },
+ { 86, "\320\340\361\362\345\360\350\347\340\362\356\360 GUI:" },
+ { 87, "\310\343\360\340" },
+ { 88, "\315\345\362 \364\340\351\353\356\342 \350\343\360\373" },
+ { 89, "Game Id \355\345 \357\356\344\344\345\360\346\350\342\340\345\362\361\377" },
+ { 90, "\317\363\362\374 \352 \350\343\360\345: " },
+ { 91, "\303\353\356\341\340\353\374\355\356\345 \354\345\355\376" },
+ { 92, "\317\345\360\345\351\362\350 \355\340 \344\350\360\345\352\362\356\360\350\376 \363\360\356\342\355\345\354 \342\373\370\345" },
+ { 93, "\302\342\345\360\365" },
+ { 94, "\303\360\340\364\350\352\340" },
+ { 95, "\303\360\340\364\350\367\345\361\352\350\351 \360\345\346\350\354:" },
+ { 96, "\325\340\360\344\342\340\360\355\356\345 \354\340\361\370\362\340\341\350\360\356\342\340\355\350\345 (\341\373\361\362\360\356, \355\356 \355\350\347\352\356\343\356 \352\340\367\345\361\362\342\340)" },
+ { 99, "\321\357\360\377\362\340\362\374 \357\340\355\345\353\374 \350\355\361\362\360\363\354\345\355\362\356\342" },
+ { 100, "\302\373\361\356\352\356\345 \352\340\367\345\361\362\342\356 \347\342\363\352\340 (\354\345\344\353\345\355\355\345\345) (\360\345\341\363\362)" },
+ { 101, "\301\316\353\374\370\350\345 \347\355\340\367\345\355\350\377 \347\340\344\340\376\362 \353\363\367\370\345\345 \352\340\367\345\361\362\342\356 \347\342\363\352\340, \356\344\355\340\352\356 \356\355\350 \354\356\343\363\362 \355\345 \357\356\344\344\345\360\346\350\342\340\362\374\361\377 \342\340\370\345\351 \347\342\363\352\356\342\356\351 \352\340\360\362\356\351" },
+ { 102, "\323\344\345\360\346\350\342\340\351\362\345 \352\353\340\342\350\370\363 Shift \344\353\377 \362\356\343\356, \367\362\356\341\373 \344\356\341\340\342\350\362\374 \355\345\361\352\356\353\374\352\356 \350\343\360" },
+ { 103, "\303\356\360\350\347\356\355\362\340\353\374\355\373\351 underscan:" },
+ { 104, "FM Towns" },
+ { 105, "ID:" },
+ { 106, "\310\355\350\366\350\340\353\350\347\340\366\350\377 \361\345\362\350" },
+ { 107, "\315\340\367\340\353\374\355\373\351 \354\340\361\370\362\340\341 \342\345\360\365\355\345\343\356 \375\352\360\340\355\340:" },
+ { 108, "\315\340\361\362\360\340\350\342\340\376 \361\345\362\374" },
+ { 109, "\315\340\361\362\360\340\350\342\340\376 \361\345\362\374" },
+ { 110, "\302\342\356\344" },
+ { 111, "\315\345\342\345\360\355\373\351 \357\363\362\374" },
+ { 112, "\315\340\347\355\340\367\345\355\350\345 \352\353\340\342\350\370" },
+ { 113, "\312\353\340\342\350\340\362\363\360\340" },
+ { 114, "\322\340\341\353\350\366\340 \352\353\340\342\350\370:" },
+ { 115, "\312\353\340\342\350\370\350" },
+ { 116, "\337\347\373\352 \343\360\340\364\350\367\345\361\352\356\343\356 \350\355\362\345\360\364\345\351\361\340 ScummVM" },
+ { 117, "\337\347\373\352 \350\343\360\373. \310\347\354\345\355\345\355\350\345 \375\362\356\343\356 \357\340\360\340\354\345\362\360\340 \355\345 \357\360\345\342\360\340\362\350\362 \350\343\360\363 \355\340 \340\355\343\353\350\351\361\352\356\354 \342 \360\363\361\361\352\363\376" },
+ { 118, "\337\347\373\352:" },
+ { 119, "\302\353\345\342\356" },
+ { 120, "\313\345\342\373\351 \371\345\353\367\356\352" },
+ { 121, "\307\340\343\360\363\347\350\362\374" },
+ { 122, "\307\340\343\360\363\347\350\362\374 \350\343\360\363:" },
+ { 123, "\307\340\343\360\363\347\350\362\374 \361\356\365\360\355\345\355\350\345 \344\353\377 \342\373\341\360\340\355\355\356\351 \350\343\360\373" },
+ { 124, "\335\354\363\353\377\362\356\360 AdLib:" },
+ { 125, "MIDI" },
+ { 126, "\323\361\350\353\345\355\350\345 MIDI:" },
+ { 127, "\335\354\363\353\377\366\350\377 MT-32" },
+ { 129, "\314\340\361\370\362\340\341 \343\353\340\342\355\356\343\356 \375\352\360\340\355\340:" },
+ { 130, "\315\340\347\355\340\367\350\362\374" },
+ { 131, "\304\356\341. \354\355\356\343\356..." },
+ { 132, "\314\345\355\376" },
+ { 133, "\320\340\347\355\356\345" },
+ { 134, "\321\354\345\370\340\355\355\373\351 \360\345\346\350\354 AdLib/MIDI" },
+ { 135, "\317\356\344\352\353\376\367\350\362\374 DVD" },
+ { 136, "\317\356\344\352\353\376\367\350\362\374 SMB" },
+ { 137, "\312\353\350\352 \354\373\370\374\376" },
+ { 138, "\314\363\353\374\362\350\364\363\355\352\366\350\377" },
+ { 139, "\303\360\356\354\352\356\361\362\374 \354\363\347\373\352\350:" },
+ { 140, "\302\373\352\353\376\367\350\362\374 \342\361\270" },
+ { 141, "\315\340\347\342\340\355\350\345:" },
+ { 142, "\321\345\362\374 \342\373\352\353\376\367\345\355\340" },
+ { 143, "\321\345\362\374 \355\345 \355\340\361\362\360\356\345\355\340 (%d)" },
+ { 144, "\321\345\362\374 \360\340\341\356\362\340\345\362" },
+ { 145, "\321\345\362\374 \360\340\341\356\362\340\345\362, \357\340\357\352\340 \357\356\344\352\353\376\367\345\355\340" },
+ { 146, "\315\350\352\356\343\344\340" },
+ { 147, "\315\345\362" },
+ { 148, "\304\340\362\340 \355\345 \347\340\357\350\361\340\355\340" },
+ { 149, "\301\345\347 \354\363\347\373\352\350" },
+ { 150, "\302\360\345\354\377 \350\343\360\373 \355\345 \347\340\357\350\361\340\355\356" },
+ { 151, "\302\360\345\354\377 \355\345 \347\340\357\350\361\340\355\356" },
+ { 152, "\315\345 \347\340\344\340\355" },
+ { 154, "OK" },
+ { 155, "\302\373\365\356\344\355\340\377 \367\340\361\362\356\362\340:" },
+ { 156, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 MIDI" },
+ { 157, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 \340\363\344\350\356" },
+ { 158, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 \343\360\340\364\350\352\350" },
+ { 159, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 \343\360\356\354\352\356\361\362\350" },
+ { 160, "PC \361\357\350\352\345\360" },
+ { 161, "\317\340\360\356\353\374:" },
+ { 162, "\317\363\362\374 \355\345 \377\342\353\377\345\362\361\377 \344\350\360\345\352\362\356\360\350\345\351" },
+ { 163, "\317\363\362\374 \355\345 \377\342\353\377\345\362\361\377 \364\340\351\353\356\354" },
+ { 164, "\317\363\362\374 \355\345 \355\340\351\344\345\355" },
+ { 165, "\317\363\362\350" },
+ { 166, "\317\340\363\347\340" },
+ { 167, "\302\373\341\345\360\350\362\345 \350\343\360\363:" },
+ { 168, "\317\353\340\362\364\356\360\354\340, \344\353\377 \352\356\362\356\360\356\351 \350\343\360\340 \341\373\353\340 \350\347\355\340\367\340\353\374\355\356 \360\340\347\360\340\341\356\362\340\355\340" },
+ { 169, "\317\353\340\362\364\356\360\354\340:" },
+ { 170, "\302\360\345\354\377 \350\343\360\373: " },
+ { 171, "\317\356\346\340\353\363\351\361\362\340, \342\373\341\345\360\350\362\345 \344\345\351\361\362\342\350\345" },
+ { 172, "\317\363\362\374 \352 \357\353\340\343\350\355\340\354:" },
+ { 174, "\315\340\346\354\350\362\345 \352\353\340\342\350\370\363 \344\353\377 \355\340\347\355\340\367\345\355\350\377" },
+ { 175, "\302\373\365\356\344" },
+ { 176, "\302\373\365\356\344 \350\347 ScummVM" },
+ { 177, "\315\345\344\356\361\362\340\362\356\367\355\356 \357\360\340\342 \344\353\377 \367\362\345\355\350\377" },
+ { 178, "\316\370\350\341\352\340 \367\362\345\355\350\377" },
+ { 179, "\317\345\360\345\355\340\347\355\340\367\350\362\374 \352\353\340\342\350\370\350" },
+ { 180, "\323\344\340\353\350\362\374 \350\343\360\363 \350\347 \361\357\350\361\352\340. \315\345 \363\344\340\353\377\345\362 \350\343\360\363 \361 \346\345\361\362\352\356\343\356 \344\350\361\352\340" },
+ { 181, "\320\345\346\350\354 \360\340\361\362\360\350\360\356\342\340\355\350\377:" },
+ { 182, "\302\357\360\340\342\356" },
+ { 183, "\317\360\340\342\373\351 \371\345\353\367\356\352" },
+ { 184, "\317\360\340\342\373\351 \371\345\353\367\356\352" },
+ { 185, "\317\356\342\345\360\355\363\362\374" },
+ { 186, "\303\360\356\354\352\356\361\362\374 \375\364\364\345\352\362\356\342:" },
+ { 187, "SMB" },
+ { 188, "\307\340\357\350\361\340\362\374" },
+ { 189, "\317\363\362\374 \361\356\365\360.: " },
+ { 190, "\317\363\362\374 \344\353\377 \361\356\365\360\340\355\345\355\350\351: " },
+ { 191, "\321\356\365\360\340\355\350\362\374 \350\343\360\363: " },
+ { 192, "\317\356\350\361\352 \347\340\352\356\355\367\345\355!" },
+ { 193, "\317\360\356\361\354\356\362\360\345\355\356 %d \344\350\360\345\352\362\356\360\350\351 ..." },
+ { 194, "\303\353\340\342\355\356\345 \354\345\355\376 ScummVM" },
+ { 195, "ScummVM \355\345 \361\354\356\343 \355\340\351\362\350 \344\342\350\346\356\352 \344\353\377 \347\340\357\363\361\352\340 \342\373\341\360\340\355\355\356\351 \350\343\360\373!" },
+ { 196, "ScummVM \355\345 \354\356\346\345\362 \355\340\351\362\350 \350\343\360\363 \342 \363\352\340\347\340\355\355\356\351 \344\350\360\345\352\362\356\360\350\350!" },
+ { 197, "ScummVM \355\345 \354\356\346\345\362 \356\362\352\360\373\362\374 \363\352\340\347\340\355\355\363\376 \344\350\360\345\352\362\356\360\350\376!" },
+ { 198, "\317\356\350\361\352 \342 \361\357\350\361\352\345 \350\343\360" },
+ { 199, "\317\356\350\361\352:" },
+ { 200, "\302\373\341\345\360\350\362\345 SoundFont" },
+ { 201, "\302\373\341\345\360\350\362\345 \362\345\354\363" },
+ { 202, "\302\373\341\345\360\350\362\345 \344\356\357\356\353\355\350\362\345\353\374\355\363\376 \344\350\360\345\352\362\356\360\350\376 \350\343\360\373" },
+ { 203, "\302\373\341\345\360\350\362\345 \344\345\351\361\362\342\350\345 \350 \352\353\350\352\355\350\362\345 '\315\340\347\355\340\367\350\362\374'" },
+ { 204, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \344\353\377 \362\345\354 GUI" },
+ { 205, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \361 \344\356\357\356\353\355\350\362\345\353\374\355\373\354\350 \364\340\351\353\340\354\350" },
+ { 206, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \361 \357\353\340\343\350\355\340\354\350" },
+ { 207, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \344\353\377 \361\356\365\360\340\355\345\355\350\351" },
+ { 208, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \344\353\377 \361\356\365\360\340\355\345\355\350\351" },
+ { 209, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \361 \364\340\351\353\340\354\350 \350\343\360\373" },
+ { 210, "\327\363\342\361\362\342\350\362\345\353\374\355\356\361\362\374" },
+ { 211, "\321\345\360\342\345\360:" },
+ { 212, "\321\345\362\345\342\340\377 \357\340\357\352\340:" },
+ { 213, "\312\356\360\356\362\352\350\351 \350\344\345\355\362\350\364\350\352\340\362\356\360, \350\361\357\356\353\374\347\363\345\354\373\351 \344\353\377 \350\354\345\355 \361\356\365\360\340\355\345\355\350\351 \350\343\360 \350 \344\353\377 \347\340\357\363\361\352\340 \350\347 \352\356\354\340\355\344\355\356\351 \361\362\360\356\352\350" },
+ { 214, "\317\356\352\340\347\340\362\374 \352\353\340\342\350\340\362\363\360\363" },
+ { 215, "\317\356\352\340\347\373\342\340\362\374 \352\363\360\361\356\360 \354\373\370\350" },
+ { 216, "\317\356\352\340\347\373\342\340\362\374 \361\363\341\362\350\362\360\373 \350 \342\356\361\357\360\356\350\347\342\356\344\350\362\374 \360\345\367\374" },
+ { 217, "\317\356\352\340\347\340\362\374/\323\341\360\340\362\374 \352\363\360\361\356\360" },
+ { 218, "\317\360\356\357\363\361\362\350\362\374" },
+ { 219, "\317\360\356\357\363\361\362\350\362\374 \361\362\360\356\352\363" },
+ { 220, "\317\360\356\357\363\361\362\350\362\374 \362\345\352\361\362" },
+ { 221, "\317\360\350\352\360\345\357\350\362\374 \352 \343\360\340\355\350\366\340\354" },
+ { 222, "\317\360\356\343\360\340\354\354\355\356\345 \354\340\361\370\362\340\341\350\360\356\342\340\355\350\345 (\365\356\360\356\370\345\345 \352\340\367\345\361\362\342\356, \355\356 \354\345\344\353\345\355\355\345\345)" },
+ { 223, "\307\342\363\352 \342\352\353/\342\373\352\353" },
+ { 224, "SoundFont\373 \357\356\344\344\345\360\344\346\350\342\340\376\362\361\377 \355\345\352\356\362\356\360\373\354\350 \347\342\363\352\356\342\373\354\350 \352\340\360\362\340\354\350, Fluidsynth \350 Timidity" },
+ { 225, "SoundFont:" },
+ { 226, "\316\347\342" },
+ { 227, "\321\357\345\366\350\340\353\374\355\373\345 \360\345\346\350\354\373 \360\345\355\344\345\360\350\355\343\340, \357\356\344\344\345\360\346\350\342\340\345\354\373\345 \355\345\352\356\362\356\360\373\354\350 \350\343\360\340\354\350" },
+ { 228, "\303\360\356\354\352\356\361\362\374 \361\357\345\366\350\340\353\374\355\373\365 \347\342\363\352\356\342\373\365 \375\364\364\345\352\362\356\342" },
+ { 229, "\323\352\340\347\373\342\340\345\362 \342\373\365\356\344\355\356\345 \363\361\362\360\356\351\361\362\342\356 \344\353\377 \347\342\363\352\340 \350\353\350 \375\354\363\353\377\362\356\360 \347\342\363\352\356\342\356\351 \352\340\360\362\373" },
+ { 231, "\323\352\340\347\373\342\340\345\362 \342\373\365\356\344\355\356\345 \347\342\363\352\356\342\356\345 \363\361\362\360\356\351\361\362\342\356 \350\353\350 \375\354\363\353\377\362\356\360 \347\342\363\352\356\342\356\351 \352\340\360\362\373" },
+ { 232, "\323\352\340\347\373\342\340\345\362 \357\363\362\374 \352 \344\356\357\356\353\355\350\362\345\353\374\355\373\354 \364\340\351\353\340\354 \344\340\355\355\373\365, \350\361\357\356\353\374\347\363\345\354\373\365 \342\361\345\354\350 \350\343\360\340\354\350, \353\350\341\356 ScummVM" },
+ { 233, "\323\352\340\347\373\342\340\345\362 \357\363\362\374 \352 \344\356\357\356\353\355\350\362\345\353\374\355\373\354 \364\340\351\353\340\354 \344\340\355\355\373\365 \344\353\377 \350\343\360\373" },
+ { 234, "\323\352\340\347\373\342\340\345\362 \342\373\365\356\344\355\356\345 \347\342\363\352\356\342\356\345 \363\361\362\360\356\351\361\362\342\356 \350\353\350 \375\354\363\353\377\362\356\360 \347\342\363\352\356\342\356\351 \352\340\360\362\373" },
+ { 235, "\323\352\340\347\373\342\340\345\362 \357\363\362\374 \352 \361\356\365\360\340\355\345\355\350\377\354 \350\343\360\373" },
+ { 236, "\316\347\342\363\367\352\340" },
+ { 237, "\303\360\356\354\352\356\361\362\374 \356\347\342\363\367\352\350:" },
+ { 238, "\321\362\340\355\344\340\360\362\355\373\351 \360\340\361\362\345\360\350\347\340\362\356\360 (16bpp)" },
+ { 239, "\307\340\357\363\361\362\350\362\374 \342\373\341\360\340\355\355\363\376 \350\343\360\363" },
+ { 240, "\321\356\361\362\356\377\355\350\345:" },
+ { 241, "\321\363\341" },
+ { 242, "\321\352\356\360\356\361\362\374 \361\363\341\362\350\362\360\356\342:" },
+ { 243, "\321\363\341\362\350\362\360\373" },
+ { 244, "\321\354\345\355\350\362\374 \343\345\360\356\377" },
+ { 245, "\322\340\357 \344\353\377 \353\345\342\356\343\356 \371\345\353\367\352\340, \344\342\356\351\355\356\351 \362\340\357 \344\353\377 \357\360\340\342\356\343\356 \371\345\353\367\352\340" },
+ { 246, "\322\345\352\361\362 \350 \356\347\342\363\367\352\340:" },
+ { 247, "\315\345 \354\356\343\363 \357\350\361\340\362\374 \342 \342\373\341\360\340\355\355\363\376 \344\350\360\345\352\362\356\360\350\376. \317\356\346\340\353\363\351\361\362\340, \363\352\340\346\350\362\345 \344\360\363\343\363\376." },
+ { 248, "\317\363\362\374 \352 \362\345\354\340\354:" },
+ { 249, "\322\345\354\340:" },
+ { 250, "\335\362\356\362 ID \350\343\360\373 \363\346\345 \350\361\357\356\353\374\347\363\345\362\361\377. \317\356\346\340\353\363\351\361\362\340, \342\373\341\345\360\350\362\345 \344\360\363\343\356\351." },
+ { 251, "\335\362\340 \350\343\360\340 \355\345 \357\356\344\344\345\360\346\350\342\340\345\362 \347\340\343\360\363\347\352\363 \361\356\365\360\340\355\345\355\350\351 \367\345\360\345\347 \343\353\340\342\355\356\345 \354\345\355\376." },
+ { 252, "\302\360\345\354\377: " },
+ { 253, "\302\360\345\354\377 \357\356\344\352\353\376\367\345\355\350\377 \352 \361\345\362\350 \350\361\362\345\352\353\356" },
+ { 254, "\321\354\345\371\345\355\350\345 \352\340\361\340\355\350\351 \357\356 \356\361\350 X" },
+ { 255, "\321\354\345\371\345\355\350\345 \352\340\361\340\355\350\351 \357\356 \356\361\350 Y" },
+ { 256, "\320\345\346\350\354 \362\340\367\357\340\344\340 \342\373\352\353\376\367\345\355." },
+ { 257, "\320\345\346\350\354 \362\340\367\357\340\344\340 \342\352\353\376\367\345\355." },
+ { 258, "\315\340\361\362\356\377\371\350\351 Roland MT-32 (\347\340\357\360\345\362\350\362\374 \375\354\363\353\377\366\350\376 GM)" },
+ { 259, "\302\373\352\353\376\367\340\345\362 \354\340\357\357\350\355\343 General MIDI \344\353\377 \350\343\360 \361 \347\342\363\352\356\342\356\351 \344\356\360\356\346\352\356\351 \344\353\377 Roland MT-32" },
+ { 260, "\315\345\350\347\342\345\361\362\355\356" },
+ { 261, "\315\345\350\347\342\345\361\362\355\340\377 \356\370\350\341\352\340" },
+ { 262, "\316\362\352\353\376\367\350\362\374 DVD" },
+ { 263, "\316\362\352\353\376\367\362\374 SMB" },
+ { 264, "\301\345\347 \354\340\361\370\362\340\341\350\360\356\342\340\355\350\377 (\355\363\346\355\356 \341\363\344\345\362 \357\360\356\352\360\363\367\350\342\340\362\374 \342\353\345\342\356 \350 \342\357\360\340\342\356)" },
+ { 265, "\315\345\357\356\344\344\345\360\346\350\342\340\345\354\373\351 \360\345\346\350\354 \366\342\345\362\340" },
+ { 266, "\321\356\365\360\340\355\345\355\350\345 \341\345\347 \350\354\345\355\350" },
+ { 267, "\302\342\345\360\365" },
+ { 268, "\310\361\357\356\353\374\347\356\342\340\362\374 \350 MIDI \350 AdLib \344\353\377 \343\345\355\345\360\340\366\350\350 \347\342\363\352\340" },
+ { 269, "\310\361\357\356\353\374\347\356\342\340\362\374 \363\357\360\340\342\353\345\355\350\345 \352\363\360\361\356\360\356\354 \352\340\352 \355\340 \362\360\345\352\357\340\344\345 \353\345\357\362\356\357\356\342" },
+ { 270, "\317\356\353\374\347\356\342\340\362\345\353\374:" },
+ { 271, "\310\361\357\356\353\374\347\363\376 \344\360\340\351\342\345\360 SDL " },
+ { 272, "\302\345\360\362\350\352\340\353\374\355\373\351 underscan:" },
+ { 273, "\302\350\344\345\356" },
+ { 274, "\302\350\360\362\363\340\353\374\355\340\377 \352\353\340\342\350\340\362\363\360\340" },
+ { 275, "\303\360\356\354\352\356\361\362\374" },
+ { 276, "Windows MIDI" },
+ { 277, "\315\345\344\356\361\362\340\362\356\367\355\356 \357\360\340\342 \344\353\377 \347\340\357\350\361\350" },
+ { 278, "\316\370\350\341\352\340 \347\340\357\350\361\350 \344\340\355\355\373\365" },
+ { 279, "\304\340" },
+ { 280, "\302\373 \344\356\353\346\355\373 \357\345\360\345\347\340\357\363\361\362\350\362\374 ScummVM \367\362\356\341\373 \357\360\350\354\345\355\350\362\374 \350\347\354\345\355\345\355\350\377." },
+ { 281, "\307\356\355\340" },
+ { 282, "\323\354\345\355\374\370. \354\340\361\370\362\340\341" },
+ { 283, "\323\342\345\353. \354\340\361\370\362\340\341" },
+ { 284, "\352\340\346\344\373\345 10 \354\350\355\363\362" },
+ { 285, "\352\340\346\344\373\345 15 \354\350\355\363\362" },
+ { 286, "\352\340\346\344\373\345 30 \354\350\355\363\362" },
+ { 287, "\352\340\346\344\373\345 5 \354\350\355\363\362" },
+ { 288, "\316 \357\360\356~\343~\360\340\354\354\345" },
+ { 289, "~\304~\356\341. \350\343\360\363..." },
+ { 290, "\316~\362~\354\345\355\340" },
+ { 291, "~\307~\340\352\360\373\362\374" },
+ { 292, "\310\347~\354~. \350\343\360\363..." },
+ { 293, "~\317~\356\354\356\371\374" },
+ { 294, "\323\357\360\340\342\353\345\355\350\345 \341\356\377\354\350 \342 Indy" },
+ { 295, "~\312~\353\340\342\350\370\350" },
+ { 296, "\313\345\342\356\360\363\352\350\351 \360\345\346\350\354" },
+ { 297, "~\307~\340\343\360\363\347\350\362\374" },
+ { 298, "~\307~\340\343\360...." },
+ { 299, "~\321~\353\345\344" },
+ { 300, "~O~K" },
+ { 301, "~\316~\357\366\350\350" },
+ { 302, "~\316~\357\366\350\350..." },
+ { 303, "~\317~\360\345\344" },
+ { 304, "~\302~\373\365\356\344" },
+ { 305, "~\323~\344\340\353\350\362\374 \350\343\360\363" },
+ { 306, "\317\360\356\344\356\353~\346~\350\362\374" },
+ { 307, "~\302~\345\360\355\363\362\374\361\377 \342 \343\353\340\342\355\356\345 \354\345\355\376" },
+ { 308, "~\307~\340\357\350\361\340\362\374" },
+ { 309, "\317~\363~\361\352" },
+ { 310, "\317\345\360\345\365\356\344\373 \340\352\362\350\342\350\360\356\342\340\355\373" },
+ { 311, "\335\364\364\345\352\362\373 \342\356\344\373 \342\352\353\376\367\345\355\373" },
+ { 312, "\320\345\346\350\354 \341\373\361\362\360\356\343\356 \357\345\360\345\365\356\344\340 \340\352\362\350\342\350\360\356\342\340\355" },
{ -1, NULL }
};
static const PoMessageEntry _translation_fr_FR[] = {
- { 0, "Project-Id-Version: ScummVM 1.2.0svn\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-26 18:15+0200\nPO-Revision-Date: 2010-06-19 23:43+0100\nLast-Translator: Thierry Crozat <criezy@scummvm.org>\nLanguage-Team: French <scummvm-devel@lists.sf.net>\nMIME-Version: 1.0\nContent-Type: text/plain; charset=iso-8859-1\nContent-Transfer-Encoding: 8bit\nLanguage: Francais\nPlural-Forms: nplurals=2; plural=n>1;\n" },
+ { 0, "Project-Id-Version: ScummVM 1.2.0svn\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-26 20:02+0200\nPO-Revision-Date: 2010-06-19 23:43+0100\nLast-Translator: Thierry Crozat <criezy@scummvm.org>\nLanguage-Team: French <scummvm-devel@lists.sf.net>\nLanguage: Francais\nMIME-Version: 1.0\nContent-Type: text/plain; charset=iso-8859-1\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n>1;\n" },
{ 1, "Voulez-vous vraiment quitter?" },
- { 2, "Recherche d'un plugin supportant cet ID..." },
- { 3, "D\351marrage de '%s'\n" },
- { 4, "(Actif)" },
- { 5, "(Jeu)" },
- { 6, "(Global)" },
- { 7, "Le plugin %s a \351chou\351 dans l'instanciation du moteur de jeu: %s (cible '%s', chemin '%s')" },
- { 8, "%s n'est pas un ID de jeu valide. Utilisez l'option --list-games pour obtenir la liste des ID reconnus" },
- { 9, "C2(compil\351 sur" },
- { 10, ", \351chec du montage du disque partag\351" },
- { 11, ", disque partag\351 non mont\351" },
- { 12, "... en cours ..." },
- { 13, "11 kHz" },
- { 14, "22 kHz" },
- { 15, "44 kHz" },
- { 16, "48 kHz" },
- { 17, "8 kHz" },
- { 18, "<defaut>" },
- { 19, "\300 propos de ScummVM" },
- { 20, "\311mulateur AdLib:" },
- { 21, "\311mulateur AdLib:" },
- { 22, "AdLib est utilis\351 pour la musique dans de nombreux jeux" },
- { 23, "Ajouter..." },
- { 24, "Anti-cr\351nel\351 (16 bpp)" },
- { 25, "Correction du rapport d'aspect" },
- { 26, "Touche associ\351e: %s" },
- { 27, "Touche associ\351e: aucune" },
- { 28, "Audio" },
- { 29, "Sauvegarde auto:" },
- { 30, "C1Moteurs disponibles:" },
- { 31, "\300 ~P~ropos..." },
- { 32, "Affecter les touches" },
- { 33, "Les deux" },
- { 34, "Luminosit\351:" },
- { 35, "Annuler" },
- { 36, "Impossible de cr\351er le fichier" },
- { 37, "Change les options du jeu" },
- { 38, "Change les options globales de ScummVM" },
- { 39, "V\351rifie si vous voulez utiliser un p\351riph\351rique audio compatible Roland connect\351 \340 l'ordinateur" },
- { 40, "Choisir" },
- { 41, "S\351lectionnez une action \340 affecter" },
- { 42, "Effacer la valeur" },
- { 43, "Fermer" },
- { 44, "Corrige le rapport d'aspect pour les jeu 320x200" },
- { 45, "Impossible de trouver un moteur pour ex\351cuter le jeu s\351lectionn\351" },
- { 46, "Mode vid\351o actuel" },
- { 47, "Bas" },
- { 48, "Gauche" },
- { 49, "Droit" },
- { 50, "Haut" },
- { 52, "DVD" },
- { 53, "DVD mont\351 avec succ\350s" },
- { 54, "DVD non mont\351" },
- { 55, "Date:" },
- { 56, "Debugger" },
- { 57, "D\351faut" },
- { 58, "Supprimer" },
- { 59, "D\351sactiv\351 l'extinction" },
- { 60, "GFX d\351sactiv\351" },
- { 61, "%d nouveaux jeux trouv\351s ..." },
- { 62, "%d nouveaux jeux trouv\351s." },
- { 63, "Affichage" },
- { 64, "Afficher le clavier" },
- { 65, "Voulez-vous vraiment supprimer cette sauvegarde?" },
- { 66, "Voulez-vous vraiment supprimer ce jeu?" },
- { 67, "Voulez-vous vraiment lancer la d\351tection automatique des jeux? Cela peut potentiellement ajouter un grand nombre de jeux." },
- { 68, "Voulez-vous charger ou sauver le jeu?" },
- { 69, "Voulez-vous ex\351cuter une recherche automatique?" },
- { 70, "Voulez-vous quitter?" },
- { 71, "Coup double" },
- { 72, "Bas" },
- { 73, "Activer le mode Roland GS" },
- { 74, "Le niveau de debug '%s' n'est pas support\351 par ce moteur de jeu" },
- { 75, "Anglais" },
- { 76, "Erreur lors de l'\351x\351cution du jeu:" },
- { 77, "\311chec du montage du DVD" },
- { 78, "Extra:" },
- { 79, "FM Towns" },
- { 80, "Aucun th\350me GUI n'a pu \352tre charg\351; abandon" },
- { 81, "Mode rapide" },
- { 82, "C1Options incluses:" },
- { 84, "Nom complet du jeu" },
- { 85, "Plein \351cran" },
- { 86, "Acceleration du pad GC:" },
- { 87, "Sensibilit\351 du pad GC:" },
- { 88, "GFX" },
- { 90, "Langue:" },
- { 91, "Interface:" },
- { 92, "Jeu" },
- { 93, "Fichier de don\351es introuvable" },
- { 94, "ID de jeu non support\351" },
- { 95, "Chemin du Jeu:" },
- { 96, "Menu global" },
- { 97, "Remonte d'un niveau dans la hi\351rarchie de r\351pertoire" },
- { 98, "Remonter" },
- { 99, "Graphique" },
- { 100, "Mode graphique:" },
- { 101, "Mise \340 l'echelle mat\351rielle (rapide mais qualit\351 faible)" },
- { 104, "Cach\351 la barre d'outils" },
- { 105, "Audio haute qualit\351 (plus lent) (red\351marrer)" },
- { 106, "Une valeur plus \351lev\351e donne une meilleure qualit\351 audio mais peut ne pas \352tre support\351 par votre carte son" },
- { 107, "Ajoute un jeu \340 la Liste. Maintenez Shift enfonc\351e pour un Ajout Massif" },
- { 109, "FM Towns" },
- { 110, "ID:" },
- { 111, "Initialiser le r\351seau" },
- { 112, "\311chelle initiale de l'\351cran du haut" },
- { 113, "Initialisation du r\351seau" },
- { 114, "Initialisation du r\351seau" },
- { 115, "Entr\351e" },
- { 116, "Chemin Invalide" },
- { 117, "Affectation des touches" },
- { 118, "Clavier" },
- { 119, "Affectation des touches:" },
- { 120, "Touches" },
- { 121, "Langue de l'interface graphique de ScummVM" },
- { 122, "Langue du jeu. Cela ne traduira pas en anglais par magie votre version espagnole du jeu." },
- { 123, "Langue:" },
- { 124, "Gauche" },
- { 125, "Clic Gauche" },
- { 126, "Charger" },
- { 127, "Charger le jeu:" },
- { 128, "Charge une sauvegarde pour le jeu s\351lectionn\351" },
- { 129, "\311mulateur AdLib:" },
- { 130, "MIDI" },
- { 131, "Gain MIDI:" },
- { 132, "\311mulation MT-32" },
- { 134, "\311chelle de l'\351cran principal" },
- { 135, "Affecter" },
- { 136, "Ajout Massif..." },
- { 137, "Menu" },
- { 138, "Divers" },
- { 139, "Mode mixe AdLib/MIDI" },
- { 140, "Monter le DVD" },
- { 141, "Monter SMB" },
- { 142, "Clic de souris" },
- { 144, "Volume Musique:" },
- { 145, "Silence" },
- { 146, "Nom:" },
- { 147, "R\351seau d\351connect\351" },
- { 148, "R\351seau non initialis\351 (%d)" },
- { 149, "R\351seau connect\351" },
- { 150, "R\351seau connect\351, disque partag\351 mont\351" },
- { 151, "Jamais" },
- { 152, "Non" },
- { 153, "Date non sauv\351e" },
- { 154, "Pas de musique" },
- { 155, "Dur\351e de jeu non sauv\351e" },
- { 156, "Heure non sauv\351e" },
- { 157, "Aucun" },
- { 159, "OK" },
- { 160, "Fr\351quence:" },
- { 161, "Utiliser des r\351glages MIDI sp\351cifique \340 ce jeux" },
- { 162, "Utiliser des r\351glages audio sp\351cifique \340 ce jeux" },
- { 163, "Utiliser des r\351glages graphiques sp\351cifique \340 ce jeux" },
- { 164, "Utiliser des r\351glages de volume sonore sp\351cifique \340 ce jeux" },
- { 165, "Haut Parleur PC" },
- { 166, "Mot de passe:" },
- { 167, "Chemin n'est pas un r\351pertoire" },
- { 168, "Chemin n'est pas un fichier" },
- { 169, "Chemin inexistant" },
- { 170, "Chemins" },
- { 171, "Mettre en pause" },
- { 172, "Choisissez le jeu:" },
- { 173, "Plateforme pour laquelle votre jeu a \351t\351 con\347u" },
- { 174, "Plateforme:" },
- { 175, "Dur\351e de jeu:" },
- { 176, "Selectionnez une action" },
- { 177, "Plugins:" },
- { 179, "Appuyez sur la touche \340 associer" },
- { 180, "Quitter" },
- { 181, "Quitter ScummVM" },
- { 182, "V\351roulli\351 en lecture" },
- { 183, "Echec de la lecture" },
- { 184, "Changer l'affectation des touches" },
- { 185, "Supprime le jeu de la liste. Les fichiers sont conserv\351s" },
- { 186, "Mode de rendu:" },
- { 187, "Droite" },
- { 188, "Clic Droit" },
- { 189, "Clic droit" },
- { 190, "Pivoter" },
- { 191, "Volume Bruitage:" },
- { 192, "SMB" },
- { 193, "Sauver" },
- { 194, "Sauvegardes:" },
- { 195, "Sauvegardes:" },
- { 196, "Sauvegarde:" },
- { 197, "Examen termin\351!" },
- { 198, "%d r\351pertoires examin\351s ..." },
- { 199, "Menu Principal ScummVM" },
- { 200, "ScummVM n'a pas pu trouv\351 de moteur pour lancer le jeu s\351lectionn\351." },
- { 201, "ScummVM n'a pas trouv\351 de jeux dans le r\351pertoire s\351lectionn\351." },
- { 202, "ScummVM n'a pas pu ouvrir le r\351pertoire s\351lectionn\351." },
- { 203, "Recherche dans la liste de jeux" },
- { 204, "Filtre:" },
- { 205, "Choisir une banque de sons" },
- { 206, "S\351lectionnez un Th\350me" },
- { 207, "S\351lectionner un r\351pertoire suppl\351mentaire" },
- { 208, "Selectionez une action et cliquez 'Affecter'" },
- { 209, "S\351lectionner le r\351pertoire des th\350mes d'interface" },
- { 210, "S\351lectionner le r\351pertoire pour les fichiers supl\351mentaires" },
- { 211, "S\351lectionner le r\351pertoire des plugins" },
- { 212, "S\351lectionner le r\351pertoire pour les sauvegardes" },
- { 213, "S\351lectionner le r\351pertoire pour les sauvegardes" },
- { 214, "S\351lectionner le r\351pertoire contenant les donn\351es du jeu" },
- { 215, "Sensibilit\351" },
- { 216, "Serveur:" },
- { 217, "Disque partag\351:" },
- { 218, "ID compact du jeu utilis\351 pour identifier les sauvegardes et d\351marrer le jeu depuis la ligne de commande" },
- { 219, "Afficher le clavier" },
- { 220, "Afficher le curseur de la souris" },
- { 221, "Affiche les sous-titres et joue les dialogues audio" },
- { 222, "Afficher/Cacher le curseur" },
- { 223, "Passer" },
- { 224, "Passer la phrase" },
- { 225, "Sauter le texte" },
- { 226, "Aligner sur les bords" },
- { 227, "Mise \340 l'\351chelle logicielle (bonne qualit\351 mais plus lent)" },
- { 228, "Audio marche/arr\352t" },
- { 229, "La banque de sons est utilis\351e par certaines cartes audio, Fluidsynth et Timidity" },
- { 230, "Banque de sons:" },
- { 231, "Audio" },
- { 232, "Mode sp\351cial de tramage support\351 par certains jeux" },
- { 233, "Volume des effets sp\351ciaux sonores" },
+ { 2, "(Actif)" },
+ { 3, "(Jeu)" },
+ { 4, "(Global)" },
+ { 5, "C2(compil\351 sur" },
+ { 6, ", \351chec du montage du disque partag\351" },
+ { 7, ", disque partag\351 non mont\351" },
+ { 8, "... en cours ..." },
+ { 9, "11 kHz" },
+ { 10, "22 kHz" },
+ { 11, "44 kHz" },
+ { 12, "48 kHz" },
+ { 13, "8 kHz" },
+ { 14, "<defaut>" },
+ { 15, "\300 propos de ScummVM" },
+ { 16, "\311mulateur AdLib:" },
+ { 17, "\311mulateur AdLib:" },
+ { 18, "AdLib est utilis\351 pour la musique dans de nombreux jeux" },
+ { 19, "Ajouter..." },
+ { 20, "Anti-cr\351nel\351 (16 bpp)" },
+ { 21, "Correction du rapport d'aspect" },
+ { 22, "Touche associ\351e: %s" },
+ { 23, "Touche associ\351e: aucune" },
+ { 24, "Audio" },
+ { 25, "Sauvegarde auto:" },
+ { 26, "C1Moteurs disponibles:" },
+ { 27, "\300 ~P~ropos..." },
+ { 28, "Affecter les touches" },
+ { 29, "Les deux" },
+ { 30, "Luminosit\351:" },
+ { 31, "Annuler" },
+ { 32, "Impossible de cr\351er le fichier" },
+ { 33, "Change les options du jeu" },
+ { 34, "Change les options globales de ScummVM" },
+ { 35, "V\351rifie si vous voulez utiliser un p\351riph\351rique audio compatible Roland connect\351 \340 l'ordinateur" },
+ { 36, "Choisir" },
+ { 37, "S\351lectionnez une action \340 affecter" },
+ { 38, "Effacer la valeur" },
+ { 39, "Fermer" },
+ { 40, "Corrige le rapport d'aspect pour les jeu 320x200" },
+ { 41, "Impossible de trouver un moteur pour ex\351cuter le jeu s\351lectionn\351" },
+ { 42, "Mode vid\351o actuel" },
+ { 43, "Bas" },
+ { 44, "Gauche" },
+ { 45, "Droit" },
+ { 46, "Haut" },
+ { 48, "DVD" },
+ { 49, "DVD mont\351 avec succ\350s" },
+ { 50, "DVD non mont\351" },
+ { 51, "Date:" },
+ { 52, "Debugger" },
+ { 53, "D\351faut" },
+ { 54, "Supprimer" },
+ { 55, "D\351sactiv\351 l'extinction" },
+ { 56, "GFX d\351sactiv\351" },
+ { 57, "%d nouveaux jeux trouv\351s ..." },
+ { 58, "%d nouveaux jeux trouv\351s." },
+ { 59, "Affichage" },
+ { 60, "Afficher le clavier" },
+ { 61, "Voulez-vous vraiment supprimer cette sauvegarde?" },
+ { 62, "Voulez-vous vraiment supprimer ce jeu?" },
+ { 63, "Voulez-vous vraiment lancer la d\351tection automatique des jeux? Cela peut potentiellement ajouter un grand nombre de jeux." },
+ { 64, "Voulez-vous charger ou sauver le jeu?" },
+ { 65, "Voulez-vous ex\351cuter une recherche automatique?" },
+ { 66, "Voulez-vous quitter?" },
+ { 67, "Coup double" },
+ { 68, "Bas" },
+ { 69, "Activer le mode Roland GS" },
+ { 70, "Le niveau de debug '%s' n'est pas support\351 par ce moteur de jeu" },
+ { 71, "Anglais" },
+ { 72, "Erreur lors de l'\351x\351cution du jeu:" },
+ { 73, "\311chec du montage du DVD" },
+ { 74, "Extra:" },
+ { 75, "FM Towns" },
+ { 76, "Mode rapide" },
+ { 77, "C1Options incluses:" },
+ { 79, "Nom complet du jeu" },
+ { 80, "Plein \351cran" },
+ { 81, "Acceleration du pad GC:" },
+ { 82, "Sensibilit\351 du pad GC:" },
+ { 83, "GFX" },
+ { 85, "Langue:" },
+ { 86, "Interface:" },
+ { 87, "Jeu" },
+ { 88, "Fichier de don\351es introuvable" },
+ { 89, "ID de jeu non support\351" },
+ { 90, "Chemin du Jeu:" },
+ { 91, "Menu global" },
+ { 92, "Remonte d'un niveau dans la hi\351rarchie de r\351pertoire" },
+ { 93, "Remonter" },
+ { 94, "Graphique" },
+ { 95, "Mode graphique:" },
+ { 96, "Mise \340 l'echelle mat\351rielle (rapide mais qualit\351 faible)" },
+ { 99, "Cach\351 la barre d'outils" },
+ { 100, "Audio haute qualit\351 (plus lent) (red\351marrer)" },
+ { 101, "Une valeur plus \351lev\351e donne une meilleure qualit\351 audio mais peut ne pas \352tre support\351 par votre carte son" },
+ { 102, "Ajoute un jeu \340 la Liste. Maintenez Shift enfonc\351e pour un Ajout Massif" },
+ { 104, "FM Towns" },
+ { 105, "ID:" },
+ { 106, "Initialiser le r\351seau" },
+ { 107, "\311chelle initiale de l'\351cran du haut" },
+ { 108, "Initialisation du r\351seau" },
+ { 109, "Initialisation du r\351seau" },
+ { 110, "Entr\351e" },
+ { 111, "Chemin Invalide" },
+ { 112, "Affectation des touches" },
+ { 113, "Clavier" },
+ { 114, "Affectation des touches:" },
+ { 115, "Touches" },
+ { 116, "Langue de l'interface graphique de ScummVM" },
+ { 117, "Langue du jeu. Cela ne traduira pas en anglais par magie votre version espagnole du jeu." },
+ { 118, "Langue:" },
+ { 119, "Gauche" },
+ { 120, "Clic Gauche" },
+ { 121, "Charger" },
+ { 122, "Charger le jeu:" },
+ { 123, "Charge une sauvegarde pour le jeu s\351lectionn\351" },
+ { 124, "\311mulateur AdLib:" },
+ { 125, "MIDI" },
+ { 126, "Gain MIDI:" },
+ { 127, "\311mulation MT-32" },
+ { 129, "\311chelle de l'\351cran principal" },
+ { 130, "Affecter" },
+ { 131, "Ajout Massif..." },
+ { 132, "Menu" },
+ { 133, "Divers" },
+ { 134, "Mode mixe AdLib/MIDI" },
+ { 135, "Monter le DVD" },
+ { 136, "Monter SMB" },
+ { 137, "Clic de souris" },
+ { 139, "Volume Musique:" },
+ { 140, "Silence" },
+ { 141, "Nom:" },
+ { 142, "R\351seau d\351connect\351" },
+ { 143, "R\351seau non initialis\351 (%d)" },
+ { 144, "R\351seau connect\351" },
+ { 145, "R\351seau connect\351, disque partag\351 mont\351" },
+ { 146, "Jamais" },
+ { 147, "Non" },
+ { 148, "Date non sauv\351e" },
+ { 149, "Pas de musique" },
+ { 150, "Dur\351e de jeu non sauv\351e" },
+ { 151, "Heure non sauv\351e" },
+ { 152, "Aucun" },
+ { 154, "OK" },
+ { 155, "Fr\351quence:" },
+ { 156, "Utiliser des r\351glages MIDI sp\351cifique \340 ce jeux" },
+ { 157, "Utiliser des r\351glages audio sp\351cifique \340 ce jeux" },
+ { 158, "Utiliser des r\351glages graphiques sp\351cifique \340 ce jeux" },
+ { 159, "Utiliser des r\351glages de volume sonore sp\351cifique \340 ce jeux" },
+ { 160, "Haut Parleur PC" },
+ { 161, "Mot de passe:" },
+ { 162, "Chemin n'est pas un r\351pertoire" },
+ { 163, "Chemin n'est pas un fichier" },
+ { 164, "Chemin inexistant" },
+ { 165, "Chemins" },
+ { 166, "Mettre en pause" },
+ { 167, "Choisissez le jeu:" },
+ { 168, "Plateforme pour laquelle votre jeu a \351t\351 con\347u" },
+ { 169, "Plateforme:" },
+ { 170, "Dur\351e de jeu:" },
+ { 171, "Selectionnez une action" },
+ { 172, "Plugins:" },
+ { 174, "Appuyez sur la touche \340 associer" },
+ { 175, "Quitter" },
+ { 176, "Quitter ScummVM" },
+ { 177, "V\351roulli\351 en lecture" },
+ { 178, "Echec de la lecture" },
+ { 179, "Changer l'affectation des touches" },
+ { 180, "Supprime le jeu de la liste. Les fichiers sont conserv\351s" },
+ { 181, "Mode de rendu:" },
+ { 182, "Droite" },
+ { 183, "Clic Droit" },
+ { 184, "Clic droit" },
+ { 185, "Pivoter" },
+ { 186, "Volume Bruitage:" },
+ { 187, "SMB" },
+ { 188, "Sauver" },
+ { 189, "Sauvegardes:" },
+ { 190, "Sauvegardes:" },
+ { 191, "Sauvegarde:" },
+ { 192, "Examen termin\351!" },
+ { 193, "%d r\351pertoires examin\351s ..." },
+ { 194, "Menu Principal ScummVM" },
+ { 195, "ScummVM n'a pas pu trouv\351 de moteur pour lancer le jeu s\351lectionn\351." },
+ { 196, "ScummVM n'a pas trouv\351 de jeux dans le r\351pertoire s\351lectionn\351." },
+ { 197, "ScummVM n'a pas pu ouvrir le r\351pertoire s\351lectionn\351." },
+ { 198, "Recherche dans la liste de jeux" },
+ { 199, "Filtre:" },
+ { 200, "Choisir une banque de sons" },
+ { 201, "S\351lectionnez un Th\350me" },
+ { 202, "S\351lectionner un r\351pertoire suppl\351mentaire" },
+ { 203, "Selectionez une action et cliquez 'Affecter'" },
+ { 204, "S\351lectionner le r\351pertoire des th\350mes d'interface" },
+ { 205, "S\351lectionner le r\351pertoire pour les fichiers supl\351mentaires" },
+ { 206, "S\351lectionner le r\351pertoire des plugins" },
+ { 207, "S\351lectionner le r\351pertoire pour les sauvegardes" },
+ { 208, "S\351lectionner le r\351pertoire pour les sauvegardes" },
+ { 209, "S\351lectionner le r\351pertoire contenant les donn\351es du jeu" },
+ { 210, "Sensibilit\351" },
+ { 211, "Serveur:" },
+ { 212, "Disque partag\351:" },
+ { 213, "ID compact du jeu utilis\351 pour identifier les sauvegardes et d\351marrer le jeu depuis la ligne de commande" },
+ { 214, "Afficher le clavier" },
+ { 215, "Afficher le curseur de la souris" },
+ { 216, "Affiche les sous-titres et joue les dialogues audio" },
+ { 217, "Afficher/Cacher le curseur" },
+ { 218, "Passer" },
+ { 219, "Passer la phrase" },
+ { 220, "Sauter le texte" },
+ { 221, "Aligner sur les bords" },
+ { 222, "Mise \340 l'\351chelle logicielle (bonne qualit\351 mais plus lent)" },
+ { 223, "Audio marche/arr\352t" },
+ { 224, "La banque de sons est utilis\351e par certaines cartes audio, Fluidsynth et Timidity" },
+ { 225, "Banque de sons:" },
+ { 226, "Audio" },
+ { 227, "Mode sp\351cial de tramage support\351 par certains jeux" },
+ { 228, "Volume des effets sp\351ciaux sonores" },
+ { 229, "Sp\351cifie le p\351riph\351rique de sortie audio ou l'\351mulateur de carte audio" },
+ { 231, "Sp\351cifie le p\351riph\351rique de sortie audio ou l'\351mulateur de carte audio" },
+ { 232, "Sp\351cifie un chemin vers des donn\351es suppl\351mentaires utilis\351es par tous les jeux ou ScummVM" },
+ { 233, "D\351finie un chemin vers des donn\351es supl\351mentaires utilis\351es par le jeu" },
{ 234, "Sp\351cifie le p\351riph\351rique de sortie audio ou l'\351mulateur de carte audio" },
- { 236, "Sp\351cifie le p\351riph\351rique de sortie audio ou l'\351mulateur de carte audio" },
- { 237, "Sp\351cifie un chemin vers des donn\351es suppl\351mentaires utilis\351es par tous les jeux ou ScummVM" },
- { 238, "D\351finie un chemin vers des donn\351es supl\351mentaires utilis\351es par le jeu" },
- { 239, "Sp\351cifie le p\351riph\351rique de sortie audio ou l'\351mulateur de carte audio" },
- { 240, "D\351finie l'emplacement o\371 les fichiers de sauvegarde sont cr\351\351s" },
- { 241, "Audio" },
- { 242, "Volume Dialogues:" },
- { 243, "Standard (16bpp)" },
- { 244, "D\351marre le jeu s\351lectionn\351" },
- { 245, "Status:" },
- { 246, "Subs" },
- { 247, "Vitesse des ST:" },
- { 248, "Sous-titres" },
- { 250, "Toucher pour un clic gauche, toucher deux fois pour un clic droit" },
- { 251, "Dialogue:" },
- { 252, "Le r\351pertoire s\351lectionn\351 est v\351rouill\351 en \351criture. S\351lectionnez un autre r\351pertoire." },
- { 253, "Th\350mes:" },
- { 254, "Th\350me:" },
- { 255, "Cet ID est d\351j\340 utilis\351 par un autre jeu. Choisissez en un autre svp." },
- { 256, "Le chargement de sauvegarde depuis le lanceur n'est pas support\351 pour ce jeu." },
- { 257, "Heure:" },
- { 258, "D\351passement du d\351lai lors de l'initialisation du r\351seau" },
- { 259, "D\351calage X du toucher" },
- { 260, "D\351callage Y du toucher" },
- { 261, "Mode touchpad d\351sactiv\351" },
- { 262, "Mode touchpad activ\351" },
- { 263, "Roland MT-32 exacte (d\351sactive l'\351mulation GM)" },
- { 264, "D\351sactiver la conversion des pistes MT-32 en General MIDI" },
- { 265, "Inconue" },
- { 266, "Erreur inconnue" },
- { 267, "D\351monter le DVD" },
- { 268, "D\351monter SMB" },
- { 269, "Sans changement d'\351chelle (vous devez faire d\351filer l'\351cran)" },
- { 270, "Mode de couleurs non support\351" },
- { 271, "Sauvegarde sans nom" },
- { 272, "Haut" },
- { 273, "Utiliser \340 la fois MIDI et AdLib" },
- { 274, "Activer le contr\364le du curseur de type trackpad" },
- { 275, "L'utilisateur a choisi la cible '%s' (ID '%s')...\n" },
- { 276, "Nom d'utilisateur:" },
- { 277, "Utilise le pilote SDL" },
- { 279, "Vid\351o" },
- { 280, "Clavier virtuel" },
- { 281, "Volume" },
- { 282, "MIDI Windows" },
- { 283, "Verrouill\351 en \351criture" },
- { 284, "Echec de l'\351criture des donn\351es" },
- { 285, "Oui" },
- { 286, "Vous devez relancer ScummVM pour que le changement soit pris en compte." },
- { 287, "Zone" },
- { 290, "Toutes les 10 mins" },
- { 291, "Toutes les 15 mins" },
- { 292, "Toutes les 30 mins" },
- { 293, "Toutes les 5 mins" },
- { 294, "Echec\n" },
- { 295, "\300 ~P~ropos" },
- { 296, "~A~jouter..." },
- { 297, "~A~nnuler" },
- { 298, "~F~ermer" },
- { 299, "~E~diter..." },
- { 300, "~A~ide" },
- { 301, "Contr\364le des combats d'~I~ndy" },
- { 302, "~T~ouches" },
- { 303, "Mode ~G~aucher" },
- { 304, "~C~harger" },
- { 305, "~C~harger" },
- { 306, "~S~uivant" },
- { 307, "~O~K" },
- { 308, "~O~ptions" },
- { 309, "~O~ptions..." },
- { 310, "~P~r\351c\351dent" },
- { 311, "~Q~uitter" },
- { 312, "~S~upprimer" },
- { 313, "~R~eprendre" },
- { 314, "Retour au ~L~anceur" },
- { 315, "~S~auver" },
- { 316, "~D~\351marrer" },
- { 317, "T~r~ansitions activ\351" },
- { 318, "~E~ffets de l'Eau activ\351s" },
- { 319, "Mode ~Z~ip Activ\351" },
+ { 235, "D\351finie l'emplacement o\371 les fichiers de sauvegarde sont cr\351\351s" },
+ { 236, "Audio" },
+ { 237, "Volume Dialogues:" },
+ { 238, "Standard (16bpp)" },
+ { 239, "D\351marre le jeu s\351lectionn\351" },
+ { 240, "Status:" },
+ { 241, "Subs" },
+ { 242, "Vitesse des ST:" },
+ { 243, "Sous-titres" },
+ { 245, "Toucher pour un clic gauche, toucher deux fois pour un clic droit" },
+ { 246, "Dialogue:" },
+ { 247, "Le r\351pertoire s\351lectionn\351 est v\351rouill\351 en \351criture. S\351lectionnez un autre r\351pertoire." },
+ { 248, "Th\350mes:" },
+ { 249, "Th\350me:" },
+ { 250, "Cet ID est d\351j\340 utilis\351 par un autre jeu. Choisissez en un autre svp." },
+ { 251, "Le chargement de sauvegarde depuis le lanceur n'est pas support\351 pour ce jeu." },
+ { 252, "Heure:" },
+ { 253, "D\351passement du d\351lai lors de l'initialisation du r\351seau" },
+ { 254, "D\351calage X du toucher" },
+ { 255, "D\351callage Y du toucher" },
+ { 256, "Mode touchpad d\351sactiv\351" },
+ { 257, "Mode touchpad activ\351" },
+ { 258, "Roland MT-32 exacte (d\351sactive l'\351mulation GM)" },
+ { 259, "D\351sactiver la conversion des pistes MT-32 en General MIDI" },
+ { 260, "Inconue" },
+ { 261, "Erreur inconnue" },
+ { 262, "D\351monter le DVD" },
+ { 263, "D\351monter SMB" },
+ { 264, "Sans changement d'\351chelle (vous devez faire d\351filer l'\351cran)" },
+ { 265, "Mode de couleurs non support\351" },
+ { 266, "Sauvegarde sans nom" },
+ { 267, "Haut" },
+ { 268, "Utiliser \340 la fois MIDI et AdLib" },
+ { 269, "Activer le contr\364le du curseur de type trackpad" },
+ { 270, "Nom d'utilisateur:" },
+ { 271, "Utilise le pilote SDL" },
+ { 273, "Vid\351o" },
+ { 274, "Clavier virtuel" },
+ { 275, "Volume" },
+ { 276, "MIDI Windows" },
+ { 277, "Verrouill\351 en \351criture" },
+ { 278, "Echec de l'\351criture des donn\351es" },
+ { 279, "Oui" },
+ { 280, "Vous devez relancer ScummVM pour que le changement soit pris en compte." },
+ { 281, "Zone" },
+ { 284, "Toutes les 10 mins" },
+ { 285, "Toutes les 15 mins" },
+ { 286, "Toutes les 30 mins" },
+ { 287, "Toutes les 5 mins" },
+ { 288, "\300 ~P~ropos" },
+ { 289, "~A~jouter..." },
+ { 290, "~A~nnuler" },
+ { 291, "~F~ermer" },
+ { 292, "~E~diter..." },
+ { 293, "~A~ide" },
+ { 294, "Contr\364le des combats d'~I~ndy" },
+ { 295, "~T~ouches" },
+ { 296, "Mode ~G~aucher" },
+ { 297, "~C~harger" },
+ { 298, "~C~harger" },
+ { 299, "~S~uivant" },
+ { 300, "~O~K" },
+ { 301, "~O~ptions" },
+ { 302, "~O~ptions..." },
+ { 303, "~P~r\351c\351dent" },
+ { 304, "~Q~uitter" },
+ { 305, "~S~upprimer" },
+ { 306, "~R~eprendre" },
+ { 307, "Retour au ~L~anceur" },
+ { 308, "~S~auver" },
+ { 309, "~D~\351marrer" },
+ { 310, "T~r~ansitions activ\351" },
+ { 311, "~E~ffets de l'Eau activ\351s" },
+ { 312, "Mode ~Z~ip Activ\351" },
{ -1, NULL }
};
static const PoMessageEntry _translation_ca_ES[] = {
- { 0, "Project-Id-Version: ScummVM 1.2.0svn\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-26 18:15+0200\nPO-Revision-Date: 2010-06-26 16:45+0100\nLast-Translator: Jordi Vilalta Prat <jvprat@gmail.com>\nLanguage-Team: Catalan <scummvm-devel@lists.sf.net>\nMIME-Version: 1.0\nContent-Type: text/plain; charset=iso-8859-1\nContent-Transfer-Encoding: 8bit\nLanguage: Catalan\n" },
- { 2, " Cercant un connector que suporti aquest identificador de joc... " },
- { 3, " Iniciant '%s'\n" },
- { 4, " (Actiu)" },
- { 5, " (Joc)" },
- { 6, " (Global)" },
- { 7, "%s ha fallat l'iniciat del motor: %s (target '%s', cam\355 '%s')" },
- { 8, "%s \351s un identificador de joc inv\340lid. Utilitzeu l'opci\363 --list-games per llistar els identificadors de joc suportats" },
- { 9, "(compilat el %s)" },
- { 10, ", error al muntar la compartici\363" },
- { 11, ", compartici\363 no muntada" },
- { 12, "... progr\351s ..." },
- { 13, "11kHz" },
- { 14, "22 kHz" },
- { 15, "44 kHz" },
- { 16, "48 kHz" },
- { 17, "8 kHz" },
- { 18, "<per defecte>" },
- { 19, "Quant a ScummVM" },
- { 20, "Emulador d'AdLib" },
- { 21, "Emulador d'AdLib:" },
- { 22, "AdLib s'utilitza per la m\372sica de molts jocs" },
- { 23, "Afegeix Joc..." },
- { 24, "Pintat amb antialias (16bpp)" },
- { 25, "Correcci\363 del rati d'aspecte" },
- { 26, "Tecla associada : %s" },
- { 27, "Tecla associada : cap" },
- { 28, "\300udio" },
- { 29, "Desat autom\340tic:" },
- { 30, "Motors disponibles:" },
- { 31, "~Q~uant a..." },
- { 32, "Mapeja tecles" },
- { 33, "Ambd\363s" },
- { 34, "Brillantor:" },
- { 35, "Cancel\267la" },
- { 36, "No s'ha pogut crear el fitxer" },
- { 37, "Canvia les opcions del joc" },
- { 38, "Canvia les opcions globals de ScummVM" },
- { 39, "Marqueu si voleu utilitzar el vostre dispositiu hardware real de so compatible amb Roland connectat al vostre ordinador" },
- { 40, "Escull" },
- { 41, "Sel\267leccioneu una acci\363 per mapejar" },
- { 42, "Neteja el valor" },
- { 43, "Tanca" },
- { 44, "Corregeix la relaci\363 d'aspecte per jocs de 320x200" },
- { 45, "No s'ha pogut trobar cap motor capa\347 d'executar el joc seleccionat" },
- { 46, "Mode de v\355deo actual:" },
- { 47, "Cursor Avall" },
- { 48, "Cursor Esquerra" },
- { 49, "Cursor Dreta" },
- { 50, "Cursor Amunt" },
- { 51, "Emulador OPL de DOSBox" },
- { 52, "DVD" },
- { 53, "El DVD s'ha muntat satisfact\362riament" },
- { 54, "El DVD no est\340 muntat" },
- { 55, "Data: " },
- { 56, "Depurador" },
- { 57, "Per defecte" },
- { 58, "Suprimeix" },
- { 59, "Desactiva l'apagat autom\340tic" },
- { 60, "GFX desactivats" },
- { 61, "S'han descobert %d jocs nous ..." },
- { 62, "S'han descobert %d jocs nous." },
- { 63, "Pantalla" },
- { 64, "Mostra el teclat" },
- { 65, "Realment voleu suprimir aquesta partida?" },
- { 66, "Realment voleu suprimir la configuraci\363 d'aquest joc?" },
- { 67, "Esteu segur que voleu executar el detector massiu de jocs? Aix\362 pot afegir una gran quantitat de jocs." },
- { 68, "Voleu carregar o desar el joc?" },
- { 69, "Voleu fer una cerca autom\340tica?" },
- { 70, "Vols sortir?" },
- { 72, "Avall" },
- { 73, "Activa el Mode Roland GS" },
- { 74, "El motor no suporta el nivell de depuraci\363 '%s'" },
- { 75, "Angl\350s" },
- { 76, "Error al executar el joc:" },
- { 77, "Error al muntar el DVD" },
- { 78, "Cam\355 Extra:" },
- { 79, "Emulador de FM Towns" },
- { 80, "No s'ha pogut carregar cap tema de la interf\355cie d'usuari, avortant" },
- { 81, "Mode r\340pid" },
- { 82, "Caracter\355stiques compilades:" },
- { 83, "Vista lliure" },
- { 84, "T\355tol complet del joc" },
- { 85, "Mode pantalla completa" },
- { 86, "Acceleraci\363 del Pad GC:" },
- { 87, "Sensibilitat del Pad GC:" },
- { 88, "GFX" },
- { 89, "Dispositiu GM:" },
- { 90, "Idioma de la interf\355cie d'usuari:" },
- { 91, "Mode de pintat de la interf\355cie d'usuari:" },
- { 92, "Joc" },
- { 93, "No s'han trobat les dades del joc" },
- { 94, "Identificador de joc no suportat" },
- { 95, "Cam\355 del Joc:" },
- { 96, "Men\372 global" },
- { 97, "Torna al nivell de directoris anterior" },
- { 98, "Amunt" },
- { 99, "Gr\340fics" },
- { 100, "Mode gr\340fic:" },
- { 101, "Escalat per hardware (r\340pid, per\362 de baixa qualitat)" },
- { 102, "Hercules \300mbar" },
- { 103, "Hercules Verd" },
- { 104, "Oculta la barra d'eines" },
- { 105, "Alta qualitat d'\340udio (m\351s lent) (reiniciar)" },
- { 106, "Valors m\351s alts especifiquen millor qualitat de so per\362 pot ser que la vostra tarja de so no ho suporti" },
- { 107, "Mantingueu premut Shift per a l'Addici\363 Massiva" },
- { 109, "Emulador d'IBM PCjr" },
- { 110, "Identificador:" },
- { 111, "Inicia la xarxa" },
- { 112, "Escalat inicial de la pantalla superior:" },
- { 113, "Iniciant l'Emulador de MT-32" },
- { 114, "Iniciant la xarxa" },
- { 115, "Entrada" },
- { 116, "Cam\355 incorrecte" },
- { 117, "Mapejador de tecles" },
- { 118, "Teclat" },
- { 119, "Mapa de teclat:" },
- { 120, "Tecles" },
- { 121, "Idioma de la interf\355cie d'usuari de ScummVM" },
- { 122, "Idioma del joc. Aix\362 no convertir\340 la vostra versi\363 Espanyola del joc a Angl\350s" },
- { 123, "Idioma:" },
- { 124, "Esquerra" },
- { 125, "Clic esquerre" },
- { 126, "Carrega" },
- { 127, "Carrega partida:" },
- { 128, "Carrega una partida pel joc seleccionat" },
- { 129, "Emulador OPL de MAME" },
- { 130, "MIDI" },
- { 131, "Guany MIDI:" },
- { 132, "Emulador de MT-32" },
- { 133, "Dispositiu MT32:" },
- { 134, "Escalat de la pantalla principal:" },
- { 135, "Mapeja" },
- { 136, "Addici\363 Massiva..." },
- { 137, "Men\372" },
- { 138, "Misc" },
- { 139, "Mode combinat AdLib/MIDI" },
- { 140, "Munta el DVD" },
- { 141, "Munta SMB" },
- { 142, "Clic del ratol\355" },
- { 143, "Funci\363 M\372ltiple" },
- { 144, "Volum de la m\372sica:" },
- { 145, "Silenciar tot" },
- { 146, "Nom:" },
- { 147, "Xarxa inactiva" },
- { 148, "Xarxa no iniciada (%d)" },
- { 149, "Xarxa activa" },
- { 150, "Xarxa activa, compartici\363 muntada" },
- { 151, "Mai" },
- { 152, "No" },
- { 153, "No hi ha data desada" },
- { 154, "Sense m\372sica" },
- { 155, "No hi ha temps de joc desat" },
- { 156, "No hi ha hora desada" },
- { 157, "Cap" },
- { 158, "Normal (sense escalar)" },
- { 159, "D'acord" },
- { 160, "Freq\374\350ncia de sortida:" },
- { 161, "Fer canvis sobre les opcions globals de MIDI" },
- { 162, "Fer canvis sobre les opcions globals d'\340udio" },
- { 163, "Fer canvis sobre les opcions globals de gr\340fics" },
- { 164, "Fer canvis sobre les opcions globals de volum" },
- { 165, "Emulador d'Altaveu de PC" },
- { 166, "Contrasenya:" },
- { 167, "El cam\355 no \351s un directori" },
- { 168, "El cam\355 no \351s un fitxer" },
- { 169, "El cam\355 no existeix" },
- { 170, "Camins" },
- { 171, "Pausa" },
- { 172, "Seleccioneu el joc:" },
- { 173, "Plataforma per la que el joc es va dissenyar originalment" },
- { 174, "Plataforma:" },
- { 175, "Temps de joc: " },
- { 176, "Seleccioneu una acci\363" },
- { 177, "Cam\355 dels connectors:" },
- { 178, "Dispositiu Preferit:" },
- { 179, "Premeu la tecla a associar" },
- { 180, "Surt" },
- { 181, "Surt de ScummVM" },
- { 182, "S'ha denegat el perm\355s de lectura" },
- { 183, "Ha fallat la lectura" },
- { 184, "Remapeja les tecles" },
- { 185, "Elimina un joc de la llista. Els fitxers de dades del joc es mantenen intactes" },
- { 186, "Mode de pintat:" },
- { 187, "Dreta" },
- { 188, "Clic dret" },
- { 189, "Clic dret" },
- { 190, "Rotar" },
- { 191, "Volum dels efectes:" },
- { 192, "SMB" },
- { 193, "Desa" },
- { 194, "Cam\355 de les Partides:" },
- { 195, "Cam\355 de les Partides: " },
- { 196, "Desa la partida:" },
- { 197, "S'ha acabat la cerca!" },
- { 198, "S'han cercat %d directoris ..." },
- { 199, "Men\372 Principal de ScummVM" },
- { 200, "ScummVM no ha pogut trobar cap motor capa\347 d'executar el joc seleccionat!" },
- { 201, "ScummVM no ha pogut trobar cap joc al directori especificat!" },
- { 202, "ScummVM no ha pogut obrir el directori especificat!" },
- { 203, "Cerca a la llista de jocs" },
- { 204, "Cerca:" },
- { 205, "Seleccioneu el fitxer SoundFont" },
- { 206, "Seleccioneu un Tema" },
- { 207, "Seleccioneu el directori addicional del joc" },
- { 208, "Seleccioneu una acci\363 i cliqueu 'Mapeja'" },
- { 209, "Seleccioneu el directori dels temes de la Interf\355cie d'Usuari" },
- { 210, "Seleccioneu el directori dels fitxers extra" },
- { 211, "Seleccioneu el directori dels connectors" },
- { 212, "Seleccioneu el directori de les partides desades" },
- { 213, "Seleccioneu el directori de les partides desades" },
- { 214, "Seleccioneu el directori amb les dades del joc" },
- { 215, "Sensibilitat" },
- { 216, "Servidor:" },
- { 217, "Compartici\363:" },
- { 218, "Identificador de joc curt utilitzat per referir-se a les partides i per executar el joc des de la l\355nia de comandes" },
- { 219, "Mostra el teclat" },
- { 220, "Mostra el cursor del ratol\355" },
- { 221, "Mostra els subt\355tols i reprodueix la veu" },
- { 222, "Mostra/Oculta el cursor" },
- { 223, "Salta" },
- { 224, "Salta la l\355nia" },
- { 225, "Salta el text" },
- { 227, "Escalat per software (bona qualitat, per\362 m\351s lent)" },
- { 228, "So engegat/parat" },
- { 229, "Algunes targes de so, Fluidsynth i Timidity suporten SoundFont" },
- { 230, "Fitxer SoundFont:" },
- { 231, "Veus" },
- { 232, "Modes de dispersi\363 especials suportats per alguns jocs" },
- { 233, "Volum dels sons d'efectes especials" },
- { 234, "Especifica el dispositiu de so per defecte per a la sortida General MIDI" },
- { 235, "Especifica el dispositiu de so per defecte per a la sortida de Roland MT-32/LAPC1/CM32l/CM64" },
- { 236, "Especifica el dispositiu de so o l'emulador de tarja de so de sortida" },
- { 237, "Especifica el cam\355 de les dades addicionals utilitzades per tots els jocs o pel ScummVM" },
- { 238, "Especifica el cam\355 de dades addicionals utilitzades pel joc" },
- { 239, "Especifica el dispositiu de so o l'emulador de tarja de so preferit" },
- { 240, "Especifica on es desaran les partides" },
- { 241, "Veus" },
- { 242, "Volum de la veu:" },
- { 243, "Pintat est\340ndard (16bpp)" },
- { 244, "Iniciant el joc seleccionat" },
- { 245, "Estat:" },
- { 246, "Subt" },
- { 247, "Velocitat dels subt\355tols:" },
- { 248, "Subt\355tols" },
- { 249, "Commuta el personatge" },
- { 250, "Toc per a clic esquerre, doble toc per a clic dret" },
- { 251, "Text i Veus:" },
- { 252, "No es pot escriure al directori seleccionat. Si us plau, escolliu-ne un altre." },
- { 253, "Cam\355 dels Temes:" },
- { 254, "Tema:" },
- { 255, "Aquest identificador de joc ja est\340 usat. Si us plau, trieu-ne un altre." },
- { 256, "Aquest joc no suporta la c\340rrega de partides des del llan\347ador." },
- { 257, "Hora: " },
- { 259, "Despla\347ament X del toc" },
- { 260, "Despla\347ament Y del toc" },
- { 261, "Mode Touchpad desactivat." },
- { 262, "Mode Touchpad activat." },
- { 263, "Roland MT-32 real (desactiva l'emulaci\363 GM)" },
- { 264, "Desactiva la conversi\363 General MIDI pels jocs que tenen banda sonora per a Roland MT-32" },
- { 265, "Desconegut" },
- { 266, "Error desconegut" },
- { 267, "Desmunta el DVD" },
- { 268, "Desmunta SMB" },
- { 269, "Sense escalar (haureu de despla\347ar-vos a esquerra i dreta)" },
- { 270, "Mode de color no suportat" },
- { 271, "Partida sense t\355tol" },
- { 272, "Amunt" },
- { 273, "Utilitza MIDI i la generaci\363 de so AdLib alhora" },
- { 274, "Utilitza el control del cursor a l'estil del trackpad dels port\340tils" },
- { 275, "L'usuari ha seleccionat el target '%s' (identificador de joc '%s')...\n" },
- { 276, "Nom d'usuari:" },
- { 277, "Utilitzant el controlador SDL " },
- { 279, "V\355deo" },
- { 280, "Teclat virtual" },
- { 281, "Volum" },
- { 282, "MIDI de Windows" },
- { 283, "S'ha denegat el perm\355s d'escriptura" },
- { 284, "Ha fallat l'escriptura de dades" },
- { 285, "S\355" },
- { 286, "Heu de reiniciar ScummVM perqu\350 tots els canvis tingui efecte." },
- { 287, "Zona" },
- { 288, "Redueix" },
- { 289, "Amplia" },
- { 290, "cada 10 minuts" },
- { 291, "cada 15 minuts" },
- { 292, "cada 30 minuts" },
- { 293, "cada 5 minuts" },
- { 294, "ha fallat\n" },
- { 295, "~Q~uant a" },
- { 296, "~A~fegeix Joc..." },
- { 297, "~C~ancel\267la" },
- { 298, "~T~anca" },
- { 299, "~E~dita Joc..." },
- { 300, "~A~juda" },
- { 301, "Controls de lluita de l'~I~ndy" },
- { 302, "~T~ecles" },
- { 303, "Mode ~e~squerr\340" },
- { 304, "C~a~rrega" },
- { 305, "~C~arrega..." },
- { 306, "~S~eg\374ent" },
- { 307, "~D~'acord" },
- { 308, "~O~pcions" },
- { 309, "~O~pcions..." },
- { 310, "~A~nterior" },
- { 311, "~T~anca" },
- { 312, "~S~uprimeix Joc" },
- { 313, "~C~ontinua" },
- { 314, "~R~etorna al Llan\347ador" },
- { 315, "~D~esa" },
- { 316, "~I~nicia" },
- { 317, "~T~ransicions activades" },
- { 318, "~E~fecte de l'aigua activat" },
- { 319, "Mode ~Z~ip activat" },
+ { 0, "Project-Id-Version: ScummVM 1.2.0svn\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-26 20:02+0200\nPO-Revision-Date: 2010-06-26 16:45+0100\nLast-Translator: Jordi Vilalta Prat <jvprat@gmail.com>\nLanguage-Team: Catalan <scummvm-devel@lists.sf.net>\nLanguage: Catalan\nMIME-Version: 1.0\nContent-Type: text/plain; charset=iso-8859-1\nContent-Transfer-Encoding: 8bit\n" },
+ { 2, " (Actiu)" },
+ { 3, " (Joc)" },
+ { 4, " (Global)" },
+ { 5, "(compilat el %s)" },
+ { 6, ", error al muntar la compartici\363" },
+ { 7, ", compartici\363 no muntada" },
+ { 8, "... progr\351s ..." },
+ { 9, "11kHz" },
+ { 10, "22 kHz" },
+ { 11, "44 kHz" },
+ { 12, "48 kHz" },
+ { 13, "8 kHz" },
+ { 14, "<per defecte>" },
+ { 15, "Quant a ScummVM" },
+ { 16, "Emulador d'AdLib" },
+ { 17, "Emulador d'AdLib:" },
+ { 18, "AdLib s'utilitza per la m\372sica de molts jocs" },
+ { 19, "Afegeix Joc..." },
+ { 20, "Pintat amb antialias (16bpp)" },
+ { 21, "Correcci\363 del rati d'aspecte" },
+ { 22, "Tecla associada : %s" },
+ { 23, "Tecla associada : cap" },
+ { 24, "\300udio" },
+ { 25, "Desat autom\340tic:" },
+ { 26, "Motors disponibles:" },
+ { 27, "~Q~uant a..." },
+ { 28, "Mapeja tecles" },
+ { 29, "Ambd\363s" },
+ { 30, "Brillantor:" },
+ { 31, "Cancel\267la" },
+ { 32, "No s'ha pogut crear el fitxer" },
+ { 33, "Canvia les opcions del joc" },
+ { 34, "Canvia les opcions globals de ScummVM" },
+ { 35, "Marqueu si voleu utilitzar el vostre dispositiu hardware real de so compatible amb Roland connectat al vostre ordinador" },
+ { 36, "Escull" },
+ { 37, "Sel\267leccioneu una acci\363 per mapejar" },
+ { 38, "Neteja el valor" },
+ { 39, "Tanca" },
+ { 40, "Corregeix la relaci\363 d'aspecte per jocs de 320x200" },
+ { 41, "No s'ha pogut trobar cap motor capa\347 d'executar el joc seleccionat" },
+ { 42, "Mode de v\355deo actual:" },
+ { 43, "Cursor Avall" },
+ { 44, "Cursor Esquerra" },
+ { 45, "Cursor Dreta" },
+ { 46, "Cursor Amunt" },
+ { 47, "Emulador OPL de DOSBox" },
+ { 48, "DVD" },
+ { 49, "El DVD s'ha muntat satisfact\362riament" },
+ { 50, "El DVD no est\340 muntat" },
+ { 51, "Data: " },
+ { 52, "Depurador" },
+ { 53, "Per defecte" },
+ { 54, "Suprimeix" },
+ { 55, "Desactiva l'apagat autom\340tic" },
+ { 56, "GFX desactivats" },
+ { 57, "S'han descobert %d jocs nous ..." },
+ { 58, "S'han descobert %d jocs nous." },
+ { 59, "Pantalla" },
+ { 60, "Mostra el teclat" },
+ { 61, "Realment voleu suprimir aquesta partida?" },
+ { 62, "Realment voleu suprimir la configuraci\363 d'aquest joc?" },
+ { 63, "Esteu segur que voleu executar el detector massiu de jocs? Aix\362 pot afegir una gran quantitat de jocs." },
+ { 64, "Voleu carregar o desar el joc?" },
+ { 65, "Voleu fer una cerca autom\340tica?" },
+ { 66, "Vols sortir?" },
+ { 68, "Avall" },
+ { 69, "Activa el Mode Roland GS" },
+ { 70, "El motor no suporta el nivell de depuraci\363 '%s'" },
+ { 71, "Angl\350s" },
+ { 72, "Error al executar el joc:" },
+ { 73, "Error al muntar el DVD" },
+ { 74, "Cam\355 Extra:" },
+ { 75, "Emulador de FM Towns" },
+ { 76, "Mode r\340pid" },
+ { 77, "Caracter\355stiques compilades:" },
+ { 78, "Vista lliure" },
+ { 79, "T\355tol complet del joc" },
+ { 80, "Mode pantalla completa" },
+ { 81, "Acceleraci\363 del Pad GC:" },
+ { 82, "Sensibilitat del Pad GC:" },
+ { 83, "GFX" },
+ { 84, "Dispositiu GM:" },
+ { 85, "Idioma de la interf\355cie d'usuari:" },
+ { 86, "Mode de pintat de la interf\355cie d'usuari:" },
+ { 87, "Joc" },
+ { 88, "No s'han trobat les dades del joc" },
+ { 89, "Identificador de joc no suportat" },
+ { 90, "Cam\355 del Joc:" },
+ { 91, "Men\372 global" },
+ { 92, "Torna al nivell de directoris anterior" },
+ { 93, "Amunt" },
+ { 94, "Gr\340fics" },
+ { 95, "Mode gr\340fic:" },
+ { 96, "Escalat per hardware (r\340pid, per\362 de baixa qualitat)" },
+ { 97, "Hercules \300mbar" },
+ { 98, "Hercules Verd" },
+ { 99, "Oculta la barra d'eines" },
+ { 100, "Alta qualitat d'\340udio (m\351s lent) (reiniciar)" },
+ { 101, "Valors m\351s alts especifiquen millor qualitat de so per\362 pot ser que la vostra tarja de so no ho suporti" },
+ { 102, "Mantingueu premut Shift per a l'Addici\363 Massiva" },
+ { 104, "Emulador d'IBM PCjr" },
+ { 105, "Identificador:" },
+ { 106, "Inicia la xarxa" },
+ { 107, "Escalat inicial de la pantalla superior:" },
+ { 108, "Iniciant l'Emulador de MT-32" },
+ { 109, "Iniciant la xarxa" },
+ { 110, "Entrada" },
+ { 111, "Cam\355 incorrecte" },
+ { 112, "Mapejador de tecles" },
+ { 113, "Teclat" },
+ { 114, "Mapa de teclat:" },
+ { 115, "Tecles" },
+ { 116, "Idioma de la interf\355cie d'usuari de ScummVM" },
+ { 117, "Idioma del joc. Aix\362 no convertir\340 la vostra versi\363 Espanyola del joc a Angl\350s" },
+ { 118, "Idioma:" },
+ { 119, "Esquerra" },
+ { 120, "Clic esquerre" },
+ { 121, "Carrega" },
+ { 122, "Carrega partida:" },
+ { 123, "Carrega una partida pel joc seleccionat" },
+ { 124, "Emulador OPL de MAME" },
+ { 125, "MIDI" },
+ { 126, "Guany MIDI:" },
+ { 127, "Emulador de MT-32" },
+ { 128, "Dispositiu MT32:" },
+ { 129, "Escalat de la pantalla principal:" },
+ { 130, "Mapeja" },
+ { 131, "Addici\363 Massiva..." },
+ { 132, "Men\372" },
+ { 133, "Misc" },
+ { 134, "Mode combinat AdLib/MIDI" },
+ { 135, "Munta el DVD" },
+ { 136, "Munta SMB" },
+ { 137, "Clic del ratol\355" },
+ { 138, "Funci\363 M\372ltiple" },
+ { 139, "Volum de la m\372sica:" },
+ { 140, "Silenciar tot" },
+ { 141, "Nom:" },
+ { 142, "Xarxa inactiva" },
+ { 143, "Xarxa no iniciada (%d)" },
+ { 144, "Xarxa activa" },
+ { 145, "Xarxa activa, compartici\363 muntada" },
+ { 146, "Mai" },
+ { 147, "No" },
+ { 148, "No hi ha data desada" },
+ { 149, "Sense m\372sica" },
+ { 150, "No hi ha temps de joc desat" },
+ { 151, "No hi ha hora desada" },
+ { 152, "Cap" },
+ { 153, "Normal (sense escalar)" },
+ { 154, "D'acord" },
+ { 155, "Freq\374\350ncia de sortida:" },
+ { 156, "Fer canvis sobre les opcions globals de MIDI" },
+ { 157, "Fer canvis sobre les opcions globals d'\340udio" },
+ { 158, "Fer canvis sobre les opcions globals de gr\340fics" },
+ { 159, "Fer canvis sobre les opcions globals de volum" },
+ { 160, "Emulador d'Altaveu de PC" },
+ { 161, "Contrasenya:" },
+ { 162, "El cam\355 no \351s un directori" },
+ { 163, "El cam\355 no \351s un fitxer" },
+ { 164, "El cam\355 no existeix" },
+ { 165, "Camins" },
+ { 166, "Pausa" },
+ { 167, "Seleccioneu el joc:" },
+ { 168, "Plataforma per la que el joc es va dissenyar originalment" },
+ { 169, "Plataforma:" },
+ { 170, "Temps de joc: " },
+ { 171, "Seleccioneu una acci\363" },
+ { 172, "Cam\355 dels connectors:" },
+ { 173, "Dispositiu Preferit:" },
+ { 174, "Premeu la tecla a associar" },
+ { 175, "Surt" },
+ { 176, "Surt de ScummVM" },
+ { 177, "S'ha denegat el perm\355s de lectura" },
+ { 178, "Ha fallat la lectura" },
+ { 179, "Remapeja les tecles" },
+ { 180, "Elimina un joc de la llista. Els fitxers de dades del joc es mantenen intactes" },
+ { 181, "Mode de pintat:" },
+ { 182, "Dreta" },
+ { 183, "Clic dret" },
+ { 184, "Clic dret" },
+ { 185, "Rotar" },
+ { 186, "Volum dels efectes:" },
+ { 187, "SMB" },
+ { 188, "Desa" },
+ { 189, "Cam\355 de les Partides:" },
+ { 190, "Cam\355 de les Partides: " },
+ { 191, "Desa la partida:" },
+ { 192, "S'ha acabat la cerca!" },
+ { 193, "S'han cercat %d directoris ..." },
+ { 194, "Men\372 Principal de ScummVM" },
+ { 195, "ScummVM no ha pogut trobar cap motor capa\347 d'executar el joc seleccionat!" },
+ { 196, "ScummVM no ha pogut trobar cap joc al directori especificat!" },
+ { 197, "ScummVM no ha pogut obrir el directori especificat!" },
+ { 198, "Cerca a la llista de jocs" },
+ { 199, "Cerca:" },
+ { 200, "Seleccioneu el fitxer SoundFont" },
+ { 201, "Seleccioneu un Tema" },
+ { 202, "Seleccioneu el directori addicional del joc" },
+ { 203, "Seleccioneu una acci\363 i cliqueu 'Mapeja'" },
+ { 204, "Seleccioneu el directori dels temes de la Interf\355cie d'Usuari" },
+ { 205, "Seleccioneu el directori dels fitxers extra" },
+ { 206, "Seleccioneu el directori dels connectors" },
+ { 207, "Seleccioneu el directori de les partides desades" },
+ { 208, "Seleccioneu el directori de les partides desades" },
+ { 209, "Seleccioneu el directori amb les dades del joc" },
+ { 210, "Sensibilitat" },
+ { 211, "Servidor:" },
+ { 212, "Compartici\363:" },
+ { 213, "Identificador de joc curt utilitzat per referir-se a les partides i per executar el joc des de la l\355nia de comandes" },
+ { 214, "Mostra el teclat" },
+ { 215, "Mostra el cursor del ratol\355" },
+ { 216, "Mostra els subt\355tols i reprodueix la veu" },
+ { 217, "Mostra/Oculta el cursor" },
+ { 218, "Salta" },
+ { 219, "Salta la l\355nia" },
+ { 220, "Salta el text" },
+ { 222, "Escalat per software (bona qualitat, per\362 m\351s lent)" },
+ { 223, "So engegat/parat" },
+ { 224, "Algunes targes de so, Fluidsynth i Timidity suporten SoundFont" },
+ { 225, "Fitxer SoundFont:" },
+ { 226, "Veus" },
+ { 227, "Modes de dispersi\363 especials suportats per alguns jocs" },
+ { 228, "Volum dels sons d'efectes especials" },
+ { 229, "Especifica el dispositiu de so per defecte per a la sortida General MIDI" },
+ { 230, "Especifica el dispositiu de so per defecte per a la sortida de Roland MT-32/LAPC1/CM32l/CM64" },
+ { 231, "Especifica el dispositiu de so o l'emulador de tarja de so de sortida" },
+ { 232, "Especifica el cam\355 de les dades addicionals utilitzades per tots els jocs o pel ScummVM" },
+ { 233, "Especifica el cam\355 de dades addicionals utilitzades pel joc" },
+ { 234, "Especifica el dispositiu de so o l'emulador de tarja de so preferit" },
+ { 235, "Especifica on es desaran les partides" },
+ { 236, "Veus" },
+ { 237, "Volum de la veu:" },
+ { 238, "Pintat est\340ndard (16bpp)" },
+ { 239, "Iniciant el joc seleccionat" },
+ { 240, "Estat:" },
+ { 241, "Subt" },
+ { 242, "Velocitat dels subt\355tols:" },
+ { 243, "Subt\355tols" },
+ { 244, "Commuta el personatge" },
+ { 245, "Toc per a clic esquerre, doble toc per a clic dret" },
+ { 246, "Text i Veus:" },
+ { 247, "No es pot escriure al directori seleccionat. Si us plau, escolliu-ne un altre." },
+ { 248, "Cam\355 dels Temes:" },
+ { 249, "Tema:" },
+ { 250, "Aquest identificador de joc ja est\340 usat. Si us plau, trieu-ne un altre." },
+ { 251, "Aquest joc no suporta la c\340rrega de partides des del llan\347ador." },
+ { 252, "Hora: " },
+ { 254, "Despla\347ament X del toc" },
+ { 255, "Despla\347ament Y del toc" },
+ { 256, "Mode Touchpad desactivat." },
+ { 257, "Mode Touchpad activat." },
+ { 258, "Roland MT-32 real (desactiva l'emulaci\363 GM)" },
+ { 259, "Desactiva la conversi\363 General MIDI pels jocs que tenen banda sonora per a Roland MT-32" },
+ { 260, "Desconegut" },
+ { 261, "Error desconegut" },
+ { 262, "Desmunta el DVD" },
+ { 263, "Desmunta SMB" },
+ { 264, "Sense escalar (haureu de despla\347ar-vos a esquerra i dreta)" },
+ { 265, "Mode de color no suportat" },
+ { 266, "Partida sense t\355tol" },
+ { 267, "Amunt" },
+ { 268, "Utilitza MIDI i la generaci\363 de so AdLib alhora" },
+ { 269, "Utilitza el control del cursor a l'estil del trackpad dels port\340tils" },
+ { 270, "Nom d'usuari:" },
+ { 271, "Utilitzant el controlador SDL " },
+ { 273, "V\355deo" },
+ { 274, "Teclat virtual" },
+ { 275, "Volum" },
+ { 276, "MIDI de Windows" },
+ { 277, "S'ha denegat el perm\355s d'escriptura" },
+ { 278, "Ha fallat l'escriptura de dades" },
+ { 279, "S\355" },
+ { 280, "Heu de reiniciar ScummVM perqu\350 tots els canvis tingui efecte." },
+ { 281, "Zona" },
+ { 282, "Redueix" },
+ { 283, "Amplia" },
+ { 284, "cada 10 minuts" },
+ { 285, "cada 15 minuts" },
+ { 286, "cada 30 minuts" },
+ { 287, "cada 5 minuts" },
+ { 288, "~Q~uant a" },
+ { 289, "~A~fegeix Joc..." },
+ { 290, "~C~ancel\267la" },
+ { 291, "~T~anca" },
+ { 292, "~E~dita Joc..." },
+ { 293, "~A~juda" },
+ { 294, "Controls de lluita de l'~I~ndy" },
+ { 295, "~T~ecles" },
+ { 296, "Mode ~e~squerr\340" },
+ { 297, "C~a~rrega" },
+ { 298, "~C~arrega..." },
+ { 299, "~S~eg\374ent" },
+ { 300, "~D~'acord" },
+ { 301, "~O~pcions" },
+ { 302, "~O~pcions..." },
+ { 303, "~A~nterior" },
+ { 304, "~T~anca" },
+ { 305, "~S~uprimeix Joc" },
+ { 306, "~C~ontinua" },
+ { 307, "~R~etorna al Llan\347ador" },
+ { 308, "~D~esa" },
+ { 309, "~I~nicia" },
+ { 310, "~T~ransicions activades" },
+ { 311, "~E~fecte de l'aigua activat" },
+ { 312, "Mode ~Z~ip activat" },
{ -1, NULL }
};
static const PoMessageEntry _translation_hu_HU[] = {
- { 0, "Project-Id-Version: ScummVM VERSION\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-26 18:15+0200\nPO-Revision-Date: 2009-11-25 07:42-0500\nLast-Translator: Alex Bevilacqua <alexbevi@gmail.com>\nLanguage-Team: Hungarian\nMIME-Version: 1.0\nContent-Type: text/plain; charset=cp1250\nContent-Transfer-Encoding: 8bit\nLanguage: \nPlural-Forms: nplurals=2; plural=(n != 1);\n" },
- { 18, "<alap\351rtelmezett>" },
- { 20, "AdLib vezet :" },
- { 21, "AdLib vezet :" },
- { 25, "Aspect adag korrekci\363" },
- { 28, "Hang" },
- { 29, "Automatikus ment\351s:" },
- { 32, "Kulcsok" },
- { 46, "Renderel\351si m\363d:" },
- { 57, "<alap\351rtelmezett>" },
- { 73, "K\351pess\351 Roland GS Mode" },
- { 78, "Extra \332tvonal:" },
- { 81, "Grafikus m\363d:" },
- { 85, "Teljes k\351perny s m\363d:" },
- { 91, "Lek\351pez eszk\366z GUI:" },
- { 95, "Extra \332tvonal:" },
- { 99, "Grafik\341val" },
- { 100, "Grafikus m\363d:" },
- { 120, "Kulcsok" },
- { 129, "AdLib vezet :" },
- { 131, "MIDI nyeres\351g:" },
- { 139, "Vegyes AdLib/MIDI m\363d" },
- { 144, "Zene mennyis\351g:" },
- { 145, "Muta \326sszes" },
- { 151, "Soha" },
+ { 0, "Project-Id-Version: ScummVM VERSION\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-26 20:02+0200\nPO-Revision-Date: 2009-11-25 07:42-0500\nLast-Translator: Alex Bevilacqua <alexbevi@gmail.com>\nLanguage-Team: Hungarian\nLanguage: \nMIME-Version: 1.0\nContent-Type: text/plain; charset=cp1250\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=(n != 1);\n" },
+ { 14, "<alap\351rtelmezett>" },
+ { 16, "AdLib vezet :" },
+ { 17, "AdLib vezet :" },
+ { 21, "Aspect adag korrekci\363" },
+ { 24, "Hang" },
+ { 25, "Automatikus ment\351s:" },
+ { 28, "Kulcsok" },
+ { 42, "Renderel\351si m\363d:" },
+ { 53, "<alap\351rtelmezett>" },
+ { 69, "K\351pess\351 Roland GS Mode" },
+ { 74, "Extra \332tvonal:" },
+ { 76, "Grafikus m\363d:" },
+ { 80, "Teljes k\351perny s m\363d:" },
+ { 86, "Lek\351pez eszk\366z GUI:" },
+ { 90, "Extra \332tvonal:" },
+ { 94, "Grafik\341val" },
+ { 95, "Grafikus m\363d:" },
+ { 115, "Kulcsok" },
+ { 124, "AdLib vezet :" },
+ { 126, "MIDI nyeres\351g:" },
+ { 134, "Vegyes AdLib/MIDI m\363d" },
+ { 139, "Zene mennyis\351g:" },
+ { 140, "Muta \326sszes" },
+ { 146, "Soha" },
+ { 147, "Semmi" },
{ 152, "Semmi" },
- { 157, "Semmi" },
- { 159, "Igen" },
- { 160, "Kimeneti teljes\355tm\351ny:" },
- { 170, "\326sv\351nyek" },
- { 171, "\326sv\351nyek" },
- { 186, "Renderel\351si m\363d:" },
- { 191, "SFX mennyis\351ge" },
- { 194, "Extra \332tvonal:" },
- { 216, "Soha" },
- { 241, "Csak a besz\351d" },
- { 242, "Besz\351d mennyis\351g:" },
- { 247, "Felirat sebess\351g:" },
- { 248, "Csak feliratok" },
- { 251, "Sz\366veg \351s besz\351d:" },
- { 254, "T\351ma:" },
- { 257, "T\351ma:" },
- { 263, "Igaz Roland MT-32 (megb\351n\355t GM emul\341ci\363)" },
- { 277, "Zenei vezet :" },
- { 281, "Volumene" },
- { 287, "Semmi" },
- { 290, "10 percenk\351nt" },
- { 291, "15 percenk\351nt" },
- { 292, "30 percenk\351nt" },
- { 293, "5 percenk\351nt" },
- { 302, "Kulcsok" },
- { 303, "Renderel\351si m\363d:" },
- { 307, "Igen" },
+ { 154, "Igen" },
+ { 155, "Kimeneti teljes\355tm\351ny:" },
+ { 165, "\326sv\351nyek" },
+ { 166, "\326sv\351nyek" },
+ { 181, "Renderel\351si m\363d:" },
+ { 186, "SFX mennyis\351ge" },
+ { 189, "Extra \332tvonal:" },
+ { 211, "Soha" },
+ { 236, "Csak a besz\351d" },
+ { 237, "Besz\351d mennyis\351g:" },
+ { 242, "Felirat sebess\351g:" },
+ { 243, "Csak feliratok" },
+ { 246, "Sz\366veg \351s besz\351d:" },
+ { 249, "T\351ma:" },
+ { 252, "T\351ma:" },
+ { 258, "Igaz Roland MT-32 (megb\351n\355t GM emul\341ci\363)" },
+ { 271, "Zenei vezet :" },
+ { 275, "Volumene" },
+ { 281, "Semmi" },
+ { 284, "10 percenk\351nt" },
+ { 285, "15 percenk\351nt" },
+ { 286, "30 percenk\351nt" },
+ { 287, "5 percenk\351nt" },
+ { 295, "Kulcsok" },
+ { 296, "Renderel\351si m\363d:" },
+ { 300, "Igen" },
{ -1, NULL }
};
static const PoMessageEntry _translation_de_DE[] = {
- { 0, "Project-Id-Version: ScummVM 1.2.0svn\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-26 18:15+0200\nPO-Revision-Date: 2010-06-23 19:30+0100\nLast-Translator: \nLanguage-Team: Lothar Serra Mari <Lothar@Windowsbase.de> & Simon Sawatzki <SimSaw@gmx.de>\nMIME-Version: 1.0\nContent-Type: text/plain; charset=iso-8859-1\nContent-Transfer-Encoding: 8bit\nLanguage: Deutsch\nPlural-Forms: nplurals=2; plural=n != 1;\n" },
+ { 0, "Project-Id-Version: ScummVM 1.2.0svn\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-26 20:02+0200\nPO-Revision-Date: 2010-06-23 19:30+0100\nLast-Translator: \nLanguage-Team: Lothar Serra Mari <Lothar@Windowsbase.de> & Simon Sawatzki <SimSaw@gmx.de>\nLanguage: Deutsch\nMIME-Version: 1.0\nContent-Type: text/plain; charset=iso-8859-1\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n != 1;\n" },
{ 1, " M\366chten Sie wirklich beenden? " },
- { 2, " Suche nach einer Erweiterung, die diese Spielkennung unterst\374tzt..." },
- { 3, " Starte \"%s\"\n" },
- { 4, " (Aktiv)" },
- { 5, " (Spiel)" },
- { 6, " (Global)" },
- { 7, "%s konnte Engine nicht starten: %s (Ziel \"%s\", Pfad \"%s\")" },
- { 8, "%s ist eine ung\374ltige Spielkennung. Benutzen Sie die Option --list-games zum Anzeigen der unterst\374tzten Spielkennungen." },
- { 9, "C2(erstellt am" },
- { 10, ", Fehler beim Einbinden des \366ffentlichen Verzeichnisses" },
- { 11, ", \366ffentliches Verzeichnis nicht eingebunden" },
- { 12, "... l\344uft..." },
- { 13, "11 kHz" },
- { 14, "22 kHz" },
- { 15, "44 kHz" },
- { 16, "48 kHz" },
- { 17, "8 kHz" },
- { 18, "<Standard>" },
- { 19, "\334ber ScummVM" },
- { 20, "AdLib-Emulator" },
- { 21, "AdLib-Emulator" },
- { 22, "AdLib wird f\374r die Musik in vielen Spielen verwendet." },
- { 23, "Spiel hinzuf\374gen..." },
- { 24, "Kantengl\344ttung (16bpp)" },
- { 25, "Seitenverh\344ltnis korrigieren" },
- { 26, "Zugewiesene Taste : %s" },
- { 27, "Zugewiesene Taste : keine" },
- { 28, "Audio" },
- { 29, "Autom. Speichern:" },
- { 30, "C1Verf\374gbare Spiele-Engines:" },
- { 31, "\334be~r~" },
- { 32, "Tasten zuweisen" },
- { 33, "Beides" },
- { 34, "Helligkeit:" },
- { 35, "Abbrechen" },
- { 36, "Kann Datei nicht erstellen." },
- { 37, "Spieloptionen \344ndern" },
- { 38, "Globale ScummVM-Einstellungen bearbeiten" },
- { 39, "W\344hlen Sie dies aus, wenn Sie Ihre echte Hardware, die mit einer Roland-kompatiblen Soundkarte verbunden ist, verwenden m\366chten." },
- { 40, "Ausw\344hlen" },
- { 41, "Eine Aktion zum Zuweisen ausw\344hlen" },
- { 42, "Wert l\366schen" },
- { 43, "Schlie\337en" },
- { 44, "Seitenverh\344ltnis f\374r Spiele mit der Aufl\366sung 320x200 korrigieren" },
- { 45, "Kann keine Spiel-Engine finden, die dieses Spiel starten kann." },
- { 46, "Aktueller Videomodus:" },
- { 47, "Zeiger runter" },
- { 48, "Zeiger nach links" },
- { 49, "Zeiger nach rechts" },
- { 50, "Zeiger hoch" },
- { 52, "DVD" },
- { 53, "DVD erfolgreich eingebunden" },
- { 54, "DVD nicht eingebunden" },
- { 55, "Datum: " },
- { 56, "Debugger" },
- { 57, "<Standard>" },
- { 58, "L\366schen" },
- { 59, "Stromsparmodus abschalten" },
- { 60, "GFX ausgeschalten" },
- { 61, "%d neue Spiele gefunden..." },
- { 62, "%d neue Spiele gefunden." },
- { 63, "Anzeige" },
- { 64, "Tastatur anzeigen" },
- { 65, "Diesen Spielstand wirklich l\366schen?" },
- { 66, "M\366chten Sie wirklich diese Spielkonfiguration entfernen?" },
- { 67, "M\366chten Sie wirklich den PC nach Spielen durchsuchen? M\366glicherweise wird dabei eine gr\366\337ere Menge an Spielen hinzugef\374gt." },
- { 68, "M\366chten Sie ein Spiel laden oder speichern?" },
- { 69, "M\366chten Sie eine automatische Durchsuchung vornehmen?" },
- { 70, "M\366chten Sie beenden?" },
- { 71, "Doppelzeilen (kein Zeilensprungverfahren)" },
- { 72, "Runter" },
- { 73, "Roland-GS-Modus" },
- { 74, "Engine unterst\374tzt den Debug-Level \"%s\" nicht" },
- { 75, "English" },
- { 76, "Fehler beim Ausf\374hren des Spiels:" },
- { 77, "Fehler beim Einbinden der DVD" },
- { 78, "Extrapfad:" },
- { 79, "FM Towns" },
- { 80, "Fehler: Konnte kein Benutzeroberfl\344chen-Thema laden. Abbruch..." },
- { 81, "Schneller Modus" },
- { 82, "C1Verwendete Funktionen:" },
- { 83, "Freie Ansicht" },
- { 84, "Voller Name des Spiels" },
- { 85, "Vollbildmodus" },
- { 86, "GC-Pad-Beschleunigung:" },
- { 87, "GC-Pad-Empfindlichkeit:" },
- { 88, "GFX" },
- { 90, "GUI-Sprache:" },
- { 91, "GUI-Renderer:" },
- { 92, "Spiel" },
- { 93, "Spieldaten nicht gefunden" },
- { 94, "Spielkennung nicht unterst\374tzt" },
- { 95, "Spielpfad:" },
- { 96, "Hauptmen\374" },
- { 97, "Zu h\366herer Pfadebene wechseln" },
- { 98, "Pfad hoch" },
- { 99, "Grafik" },
- { 100, "Grafikmodus:" },
- { 101, "Hardware-Skalierung (schnell, aber schlechte Qualit\344t)" },
- { 104, "Werkzeugleiste verbergen" },
- { 105, "Hohe Audioqualit\344t (lansamer) (erfordert Neustart)" },
- { 106, "H\366here Werte bewirken eine bessere Soundqualit\344t, werden aber m\366glicherweise nicht von jeder Soundkarte unterst\374tzt." },
- { 107, "Shift (Umschalttaste) gedr\374ckt halten, um Verzeichnisse nach Spielen zu durchsuchen" },
- { 108, "Horizontale Bildverkleinerung:" },
- { 109, "FM Towns" },
- { 110, "Kennung:" },
- { 111, "Netzwerk starten" },
- { 112, "Verg\366\337erung des oberen Bildschirms:" },
- { 113, "Netzwerk wird gestartet..." },
- { 114, "Netzwerk wird gestartet..." },
- { 115, "Eingabe" },
- { 116, "Ung\374ltiges Verzeichnis" },
- { 117, "Tasten zuordnen" },
- { 118, "Tastatur" },
- { 119, "Tasten-Layout:" },
- { 120, "Tasten" },
- { 121, "Sprache der ScummVM-Oberfl\344che" },
- { 122, "Sprache des Spiels. Diese Funktion wird nicht eine spanische Version des Spiels in eine deutsche verwandeln." },
- { 123, "Sprache:" },
- { 124, "Links" },
- { 125, "Linksklick" },
- { 126, "Laden" },
- { 127, "Spiel laden:" },
- { 128, "Spielstand f\374r ausgew\344hltes Spiel laden" },
- { 129, "AdLib-Emulator" },
- { 130, "MIDI" },
- { 131, "MIDI-Lautst\344rke:" },
- { 132, "MT-32-Emulation" },
- { 134, "Hauptbildschirm-Skalierung:" },
- { 135, "Zuweisen" },
- { 136, "Durchsuchen..." },
- { 137, "Men\374" },
- { 138, "Verschiedenes" },
- { 139, "AdLib-/MIDI-Modus" },
- { 140, "DVD einbinden" },
- { 141, "SMB einbinden" },
- { 142, "Mausklick" },
- { 143, "Multi-Funktion" },
- { 144, "Musiklautst\344rke:" },
- { 145, "Alles aus" },
- { 146, "Name:" },
- { 147, "Netzwerk ist aus." },
- { 148, "Netzwerk nicht gestartet (%d)" },
- { 149, "Netzwerk gestartet" },
- { 150, "Netzwerk gestartet, \366ffentliches Verzeichnis eingebunden" },
- { 151, "Niemals" },
- { 152, "Nein" },
- { 153, "Kein Datum gespeichert" },
- { 154, "Keine Musik" },
- { 155, "Keine Spielzeit gespeichert" },
- { 156, "Keine Zeit gespeichert" },
- { 157, "Keine" },
- { 159, "OK" },
- { 160, "Ausgabefrequenz:" },
- { 161, "Globale MIDI-Einstellungen \374bergehen" },
- { 162, "Globale Audioeinstellungen \374bergehen" },
- { 163, "Globale Grafikeinstellungen \374bergehen" },
- { 164, "Globale Lautst\344rke-Einstellungen \374bergehen" },
- { 165, "PC-Lautsprecher" },
- { 166, "Passwort:" },
- { 167, "Ung\374ltiges Verzeichnis" },
- { 168, "Pfad ist keine Datei." },
- { 169, "Verzeichnis existiert nicht." },
- { 170, "Pfade" },
- { 171, "Pause" },
- { 172, "Spiel ausw\344hlen:" },
- { 173, "Plattform, f\374r die das Spiel urspr\374nglich erstellt wurde" },
- { 174, "Plattform:" },
- { 175, "Spieldauer: " },
- { 176, "Bitte eine Aktion ausw\344hlen" },
- { 177, "Plugin-Pfad:" },
- { 179, "Taste dr\374cken, um sie zuzuweisen" },
- { 180, "Beenden" },
- { 181, "ScummVM beenden" },
- { 182, "Lese-Berechtigung nicht vorhanden" },
- { 183, "Lesefehler aufgetreten" },
- { 184, "Tasten neu zuweisen" },
- { 185, "Spiel aus der Liste entfernen. Die Spieldateien bleiben erhalten." },
- { 186, "Rendermodus:" },
- { 187, "Rechts" },
- { 188, "Rechtsklick" },
- { 189, "Rechtsklick" },
- { 190, "Drehen" },
- { 191, "Effektlautst\344rke:" },
- { 192, "SMB" },
- { 193, "Speichern" },
- { 194, "Spielst\344nde:" },
- { 195, "Speicherpfad: " },
- { 196, "Speichern:" },
- { 197, "Suchlauf abgeschlossen!" },
- { 198, "%d Ordner durchsucht..." },
- { 199, "ScummVM-Hauptmen\374" },
- { 200, "ScummVM konnte keine Engine finden, um das Spiel zu starten!" },
- { 201, "ScummVM kann in dem gew\344hlten Verzeichnis kein Spiel finden!" },
- { 202, "ScummVM kann das gew\344hlte Verzeichnis nicht \366ffnen!" },
- { 203, "In Spieleliste suchen" },
- { 204, "Suchen:" },
- { 205, "SoundFont ausw\344hlen" },
- { 206, "Thema ausw\344hlen" },
- { 207, "Verzeichnis mit zus\344tzlichen Dateien ausw\344hlen" },
- { 208, "Aktion ausw\344hlen und \"Zuweisen\" klicken" },
- { 209, "Verzeichnis f\374r Oberfl\344chen-Themen" },
- { 210, "Verzeichnis f\374r zus\344tzliche Dateien ausw\344hlen" },
- { 211, "Verzeichnis f\374r Erweiterungen ausw\344hlen" },
- { 212, "Verzeichnis f\374r Spielst\344nde ausw\344hlen" },
- { 213, "Verzeichnis f\374r Spielst\344nde ausw\344hlen" },
- { 214, "Verzeichnis mit Spieldateien ausw\344hlen" },
- { 215, "Empfindlichkeit" },
- { 216, "Server:" },
- { 217, "\326ffentliches Verzeichnis:" },
- { 218, "Kurzer Spielname, um die Spielst\344nde zuzuordnen und das Spiel von der Kommandozeile aus starten zu k\366nnen" },
- { 219, "Tastatur zeigen" },
- { 220, "Mauszeiger anzeigen" },
- { 221, "Untertitel anzeigen und Sprachausgabe aktivieren" },
- { 222, "Cursor zeigen/verbergen" },
- { 223, "\334berspringen" },
- { 224, "Zeile \374berspringen" },
- { 225, "Text \374berspringen" },
- { 226, "An Ecken anheften" },
- { 227, "Software-Skalierung (gute Qualit\344t, aber langsamer)" },
- { 228, "Ton ein/aus" },
- { 229, "SoundFont wird von einigen Soundkarten, Fluidsynth und Timidity unterst\374tzt." },
- { 230, "SoundFont:" },
- { 231, "Spr." },
- { 232, "Spezielle Farbmischungsmethoden werden von manchen Spielen unterst\374tzt." },
- { 233, "Lautst\344rke spezieller Soundeffekte" },
+ { 2, " (Aktiv)" },
+ { 3, " (Spiel)" },
+ { 4, " (Global)" },
+ { 5, "C2(erstellt am" },
+ { 6, ", Fehler beim Einbinden des \366ffentlichen Verzeichnisses" },
+ { 7, ", \366ffentliches Verzeichnis nicht eingebunden" },
+ { 8, "... l\344uft..." },
+ { 9, "11 kHz" },
+ { 10, "22 kHz" },
+ { 11, "44 kHz" },
+ { 12, "48 kHz" },
+ { 13, "8 kHz" },
+ { 14, "<Standard>" },
+ { 15, "\334ber ScummVM" },
+ { 16, "AdLib-Emulator" },
+ { 17, "AdLib-Emulator" },
+ { 18, "AdLib wird f\374r die Musik in vielen Spielen verwendet." },
+ { 19, "Spiel hinzuf\374gen..." },
+ { 20, "Kantengl\344ttung (16bpp)" },
+ { 21, "Seitenverh\344ltnis korrigieren" },
+ { 22, "Zugewiesene Taste : %s" },
+ { 23, "Zugewiesene Taste : keine" },
+ { 24, "Audio" },
+ { 25, "Autom. Speichern:" },
+ { 26, "C1Verf\374gbare Spiele-Engines:" },
+ { 27, "\334be~r~" },
+ { 28, "Tasten zuweisen" },
+ { 29, "Beides" },
+ { 30, "Helligkeit:" },
+ { 31, "Abbrechen" },
+ { 32, "Kann Datei nicht erstellen." },
+ { 33, "Spieloptionen \344ndern" },
+ { 34, "Globale ScummVM-Einstellungen bearbeiten" },
+ { 35, "W\344hlen Sie dies aus, wenn Sie Ihre echte Hardware, die mit einer Roland-kompatiblen Soundkarte verbunden ist, verwenden m\366chten." },
+ { 36, "Ausw\344hlen" },
+ { 37, "Eine Aktion zum Zuweisen ausw\344hlen" },
+ { 38, "Wert l\366schen" },
+ { 39, "Schlie\337en" },
+ { 40, "Seitenverh\344ltnis f\374r Spiele mit der Aufl\366sung 320x200 korrigieren" },
+ { 41, "Kann keine Spiel-Engine finden, die dieses Spiel starten kann." },
+ { 42, "Aktueller Videomodus:" },
+ { 43, "Zeiger runter" },
+ { 44, "Zeiger nach links" },
+ { 45, "Zeiger nach rechts" },
+ { 46, "Zeiger hoch" },
+ { 48, "DVD" },
+ { 49, "DVD erfolgreich eingebunden" },
+ { 50, "DVD nicht eingebunden" },
+ { 51, "Datum: " },
+ { 52, "Debugger" },
+ { 53, "<Standard>" },
+ { 54, "L\366schen" },
+ { 55, "Stromsparmodus abschalten" },
+ { 56, "GFX ausgeschalten" },
+ { 57, "%d neue Spiele gefunden..." },
+ { 58, "%d neue Spiele gefunden." },
+ { 59, "Anzeige" },
+ { 60, "Tastatur anzeigen" },
+ { 61, "Diesen Spielstand wirklich l\366schen?" },
+ { 62, "M\366chten Sie wirklich diese Spielkonfiguration entfernen?" },
+ { 63, "M\366chten Sie wirklich den PC nach Spielen durchsuchen? M\366glicherweise wird dabei eine gr\366\337ere Menge an Spielen hinzugef\374gt." },
+ { 64, "M\366chten Sie ein Spiel laden oder speichern?" },
+ { 65, "M\366chten Sie eine automatische Durchsuchung vornehmen?" },
+ { 66, "M\366chten Sie beenden?" },
+ { 67, "Doppelzeilen (kein Zeilensprungverfahren)" },
+ { 68, "Runter" },
+ { 69, "Roland-GS-Modus" },
+ { 70, "Engine unterst\374tzt den Debug-Level \"%s\" nicht" },
+ { 71, "English" },
+ { 72, "Fehler beim Ausf\374hren des Spiels:" },
+ { 73, "Fehler beim Einbinden der DVD" },
+ { 74, "Extrapfad:" },
+ { 75, "FM Towns" },
+ { 76, "Schneller Modus" },
+ { 77, "C1Verwendete Funktionen:" },
+ { 78, "Freie Ansicht" },
+ { 79, "Voller Name des Spiels" },
+ { 80, "Vollbildmodus" },
+ { 81, "GC-Pad-Beschleunigung:" },
+ { 82, "GC-Pad-Empfindlichkeit:" },
+ { 83, "GFX" },
+ { 85, "GUI-Sprache:" },
+ { 86, "GUI-Renderer:" },
+ { 87, "Spiel" },
+ { 88, "Spieldaten nicht gefunden" },
+ { 89, "Spielkennung nicht unterst\374tzt" },
+ { 90, "Spielpfad:" },
+ { 91, "Hauptmen\374" },
+ { 92, "Zu h\366herer Pfadebene wechseln" },
+ { 93, "Pfad hoch" },
+ { 94, "Grafik" },
+ { 95, "Grafikmodus:" },
+ { 96, "Hardware-Skalierung (schnell, aber schlechte Qualit\344t)" },
+ { 99, "Werkzeugleiste verbergen" },
+ { 100, "Hohe Audioqualit\344t (lansamer) (erfordert Neustart)" },
+ { 101, "H\366here Werte bewirken eine bessere Soundqualit\344t, werden aber m\366glicherweise nicht von jeder Soundkarte unterst\374tzt." },
+ { 102, "Shift (Umschalttaste) gedr\374ckt halten, um Verzeichnisse nach Spielen zu durchsuchen" },
+ { 103, "Horizontale Bildverkleinerung:" },
+ { 104, "FM Towns" },
+ { 105, "Kennung:" },
+ { 106, "Netzwerk starten" },
+ { 107, "Verg\366\337erung des oberen Bildschirms:" },
+ { 108, "Netzwerk wird gestartet..." },
+ { 109, "Netzwerk wird gestartet..." },
+ { 110, "Eingabe" },
+ { 111, "Ung\374ltiges Verzeichnis" },
+ { 112, "Tasten zuordnen" },
+ { 113, "Tastatur" },
+ { 114, "Tasten-Layout:" },
+ { 115, "Tasten" },
+ { 116, "Sprache der ScummVM-Oberfl\344che" },
+ { 117, "Sprache des Spiels. Diese Funktion wird nicht eine spanische Version des Spiels in eine deutsche verwandeln." },
+ { 118, "Sprache:" },
+ { 119, "Links" },
+ { 120, "Linksklick" },
+ { 121, "Laden" },
+ { 122, "Spiel laden:" },
+ { 123, "Spielstand f\374r ausgew\344hltes Spiel laden" },
+ { 124, "AdLib-Emulator" },
+ { 125, "MIDI" },
+ { 126, "MIDI-Lautst\344rke:" },
+ { 127, "MT-32-Emulation" },
+ { 129, "Hauptbildschirm-Skalierung:" },
+ { 130, "Zuweisen" },
+ { 131, "Durchsuchen..." },
+ { 132, "Men\374" },
+ { 133, "Verschiedenes" },
+ { 134, "AdLib-/MIDI-Modus" },
+ { 135, "DVD einbinden" },
+ { 136, "SMB einbinden" },
+ { 137, "Mausklick" },
+ { 138, "Multi-Funktion" },
+ { 139, "Musiklautst\344rke:" },
+ { 140, "Alles aus" },
+ { 141, "Name:" },
+ { 142, "Netzwerk ist aus." },
+ { 143, "Netzwerk nicht gestartet (%d)" },
+ { 144, "Netzwerk gestartet" },
+ { 145, "Netzwerk gestartet, \366ffentliches Verzeichnis eingebunden" },
+ { 146, "Niemals" },
+ { 147, "Nein" },
+ { 148, "Kein Datum gespeichert" },
+ { 149, "Keine Musik" },
+ { 150, "Keine Spielzeit gespeichert" },
+ { 151, "Keine Zeit gespeichert" },
+ { 152, "Keine" },
+ { 154, "OK" },
+ { 155, "Ausgabefrequenz:" },
+ { 156, "Globale MIDI-Einstellungen \374bergehen" },
+ { 157, "Globale Audioeinstellungen \374bergehen" },
+ { 158, "Globale Grafikeinstellungen \374bergehen" },
+ { 159, "Globale Lautst\344rke-Einstellungen \374bergehen" },
+ { 160, "PC-Lautsprecher" },
+ { 161, "Passwort:" },
+ { 162, "Ung\374ltiges Verzeichnis" },
+ { 163, "Pfad ist keine Datei." },
+ { 164, "Verzeichnis existiert nicht." },
+ { 165, "Pfade" },
+ { 166, "Pause" },
+ { 167, "Spiel ausw\344hlen:" },
+ { 168, "Plattform, f\374r die das Spiel urspr\374nglich erstellt wurde" },
+ { 169, "Plattform:" },
+ { 170, "Spieldauer: " },
+ { 171, "Bitte eine Aktion ausw\344hlen" },
+ { 172, "Plugin-Pfad:" },
+ { 174, "Taste dr\374cken, um sie zuzuweisen" },
+ { 175, "Beenden" },
+ { 176, "ScummVM beenden" },
+ { 177, "Lese-Berechtigung nicht vorhanden" },
+ { 178, "Lesefehler aufgetreten" },
+ { 179, "Tasten neu zuweisen" },
+ { 180, "Spiel aus der Liste entfernen. Die Spieldateien bleiben erhalten." },
+ { 181, "Rendermodus:" },
+ { 182, "Rechts" },
+ { 183, "Rechtsklick" },
+ { 184, "Rechtsklick" },
+ { 185, "Drehen" },
+ { 186, "Effektlautst\344rke:" },
+ { 187, "SMB" },
+ { 188, "Speichern" },
+ { 189, "Spielst\344nde:" },
+ { 190, "Speicherpfad: " },
+ { 191, "Speichern:" },
+ { 192, "Suchlauf abgeschlossen!" },
+ { 193, "%d Ordner durchsucht..." },
+ { 194, "ScummVM-Hauptmen\374" },
+ { 195, "ScummVM konnte keine Engine finden, um das Spiel zu starten!" },
+ { 196, "ScummVM kann in dem gew\344hlten Verzeichnis kein Spiel finden!" },
+ { 197, "ScummVM kann das gew\344hlte Verzeichnis nicht \366ffnen!" },
+ { 198, "In Spieleliste suchen" },
+ { 199, "Suchen:" },
+ { 200, "SoundFont ausw\344hlen" },
+ { 201, "Thema ausw\344hlen" },
+ { 202, "Verzeichnis mit zus\344tzlichen Dateien ausw\344hlen" },
+ { 203, "Aktion ausw\344hlen und \"Zuweisen\" klicken" },
+ { 204, "Verzeichnis f\374r Oberfl\344chen-Themen" },
+ { 205, "Verzeichnis f\374r zus\344tzliche Dateien ausw\344hlen" },
+ { 206, "Verzeichnis f\374r Erweiterungen ausw\344hlen" },
+ { 207, "Verzeichnis f\374r Spielst\344nde ausw\344hlen" },
+ { 208, "Verzeichnis f\374r Spielst\344nde ausw\344hlen" },
+ { 209, "Verzeichnis mit Spieldateien ausw\344hlen" },
+ { 210, "Empfindlichkeit" },
+ { 211, "Server:" },
+ { 212, "\326ffentliches Verzeichnis:" },
+ { 213, "Kurzer Spielname, um die Spielst\344nde zuzuordnen und das Spiel von der Kommandozeile aus starten zu k\366nnen" },
+ { 214, "Tastatur zeigen" },
+ { 215, "Mauszeiger anzeigen" },
+ { 216, "Untertitel anzeigen und Sprachausgabe aktivieren" },
+ { 217, "Cursor zeigen/verbergen" },
+ { 218, "\334berspringen" },
+ { 219, "Zeile \374berspringen" },
+ { 220, "Text \374berspringen" },
+ { 221, "An Ecken anheften" },
+ { 222, "Software-Skalierung (gute Qualit\344t, aber langsamer)" },
+ { 223, "Ton ein/aus" },
+ { 224, "SoundFont wird von einigen Soundkarten, Fluidsynth und Timidity unterst\374tzt." },
+ { 225, "SoundFont:" },
+ { 226, "Spr." },
+ { 227, "Spezielle Farbmischungsmethoden werden von manchen Spielen unterst\374tzt." },
+ { 228, "Lautst\344rke spezieller Soundeffekte" },
+ { 229, "Legt das Musikwiedergabe-Ger\344t oder den Soundkarten-Emulator fest." },
+ { 231, "Legt das Musikwiedergabe-Ger\344t oder den Soundkarten-Emulator fest." },
+ { 232, "Legt das Verzeichnis f\374r zus\344tzliche Spieldateien f\374r alle Spiele in ScummVM fest." },
+ { 233, "Legt das Verzeichnis f\374r zus\344tzliche Spieldateien fest." },
{ 234, "Legt das Musikwiedergabe-Ger\344t oder den Soundkarten-Emulator fest." },
- { 236, "Legt das Musikwiedergabe-Ger\344t oder den Soundkarten-Emulator fest." },
- { 237, "Legt das Verzeichnis f\374r zus\344tzliche Spieldateien f\374r alle Spiele in ScummVM fest." },
- { 238, "Legt das Verzeichnis f\374r zus\344tzliche Spieldateien fest." },
- { 239, "Legt das Musikwiedergabe-Ger\344t oder den Soundkarten-Emulator fest." },
- { 240, "Legt fest, wo die Spielst\344nde abgelegt werden." },
- { 241, "Sprache" },
- { 242, "Sprachlautst\344rke:" },
- { 243, "Standard-Renderer (16bpp)" },
- { 244, "Ausgew\344hltes Spiel starten" },
- { 245, "Status:" },
- { 246, "Untert." },
- { 247, "Untertitel-Tempo:" },
- { 248, "Untertitel" },
- { 249, "Figur wechseln" },
- { 250, "Tippen f\374r Linksklick, Doppeltippen f\374r Rechtsklick" },
- { 251, "Text und Sprache:" },
- { 252, "In das gew\344hlte Verzeichnis kann nicht geschrieben werden. Bitte ein anderes ausw\344hlen." },
- { 253, "Themenpfad:" },
- { 254, "Thema:" },
- { 255, "Diese Spielkennung ist schon vergeben. Bitte eine andere w\344hlen." },
- { 256, "F\374r dieses Spiel wird das Laden aus der Spieleliste heraus nicht unterst\374tzt." },
- { 257, "Zeit: " },
- { 258, "Zeit\374berschreitung beim Starten des Netzwerks" },
- { 259, "Gehe zu X-Position" },
- { 260, "Gehe zu Y-Position" },
- { 261, "Touchpad-Modus ausgeschaltet." },
- { 262, "Touchpad-Modus aktiviert." },
- { 263, "Echte Roland-MT-32-Emulation" },
- { 264, "Schaltet die General-MIDI-Zuweisung f\374r Spiele mit Roland-MT-32-Audiospur aus." },
- { 265, "Unbekannt" },
- { 266, "Unbekannter Fehler" },
- { 267, "DVD aush\344ngen" },
- { 268, "SMB aush\344ngen" },
- { 269, "Nicht skalieren (Sie m\374ssen nach links und nach rechts scrollen)" },
- { 270, "Farbmodus nicht unterst\374tzt" },
- { 271, "Unbenannt" },
- { 272, "Hoch" },
- { 273, "Benutzt MIDI und AdLib zur Sounderzeugung." },
- { 274, "Benutze den Trackpad-Style f\374r Maussteuerung" },
- { 275, "Gew\344hltes Ziel: \"%s\" (Spielkennung \"%s\")...\n" },
- { 276, "Benutzername:" },
- { 277, "SDL-Treiber verwenden" },
- { 278, "Vertikale Bildverkleinerung:" },
- { 279, "Video" },
- { 280, "Virtuelle Tastatur" },
- { 281, "Lautst\344rke" },
- { 282, "Windows MIDI" },
- { 283, "Schreib-Berechtigung nicht vorhanden" },
- { 284, "Daten konnten nicht geschrieben werden." },
- { 285, "Ja" },
- { 286, "Sie m\374ssen ScummVM neustarten, um die Einstellungen zu \374bernehmen." },
- { 287, "Zone" },
- { 288, "Hineinzoomen" },
- { 289, "Herauszoomen" },
- { 290, "alle 10 Minuten" },
- { 291, "alle 15 Minuten" },
- { 292, "alle 30 Minuten" },
- { 293, "alle 5 Minuten" },
- { 294, "fehlgeschlagen\n" },
- { 295, "\334be~r~" },
- { 296, "Spiel ~h~inzuf\374gen..." },
- { 297, "~A~bbrechen" },
- { 298, "~S~chlie\337en" },
- { 299, "Spielo~p~tionen..." },
- { 300, "~H~ilfe" },
- { 301, "~K~ampfsteuerung f\374r Indiana Jones" },
- { 302, "~T~asten" },
- { 303, "~L~inke-Hand-Modus" },
- { 304, "~L~aden" },
- { 305, "~L~aden..." },
- { 306, "~W~eiter" },
- { 307, "~O~K" },
- { 308, "~O~ptionen" },
- { 309, "~O~ptionen" },
- { 310, "~Z~ur\374ck" },
- { 311, "~B~eenden" },
- { 312, "Spiel ~e~ntfernen" },
- { 313, "~F~ortsetzen" },
- { 314, "Zur Spiele~l~iste zur\374ckkehren" },
- { 315, "~S~peichern" },
- { 316, "~S~tarten" },
- { 317, "\334ber~g~\344nge aktiviert" },
- { 318, "~W~assereffekte aktiviert" },
- { 319, "~Z~ip-Modus aktiviert" },
+ { 235, "Legt fest, wo die Spielst\344nde abgelegt werden." },
+ { 236, "Sprache" },
+ { 237, "Sprachlautst\344rke:" },
+ { 238, "Standard-Renderer (16bpp)" },
+ { 239, "Ausgew\344hltes Spiel starten" },
+ { 240, "Status:" },
+ { 241, "Untert." },
+ { 242, "Untertitel-Tempo:" },
+ { 243, "Untertitel" },
+ { 244, "Figur wechseln" },
+ { 245, "Tippen f\374r Linksklick, Doppeltippen f\374r Rechtsklick" },
+ { 246, "Text und Sprache:" },
+ { 247, "In das gew\344hlte Verzeichnis kann nicht geschrieben werden. Bitte ein anderes ausw\344hlen." },
+ { 248, "Themenpfad:" },
+ { 249, "Thema:" },
+ { 250, "Diese Spielkennung ist schon vergeben. Bitte eine andere w\344hlen." },
+ { 251, "F\374r dieses Spiel wird das Laden aus der Spieleliste heraus nicht unterst\374tzt." },
+ { 252, "Zeit: " },
+ { 253, "Zeit\374berschreitung beim Starten des Netzwerks" },
+ { 254, "Gehe zu X-Position" },
+ { 255, "Gehe zu Y-Position" },
+ { 256, "Touchpad-Modus ausgeschaltet." },
+ { 257, "Touchpad-Modus aktiviert." },
+ { 258, "Echte Roland-MT-32-Emulation" },
+ { 259, "Schaltet die General-MIDI-Zuweisung f\374r Spiele mit Roland-MT-32-Audiospur aus." },
+ { 260, "Unbekannt" },
+ { 261, "Unbekannter Fehler" },
+ { 262, "DVD aush\344ngen" },
+ { 263, "SMB aush\344ngen" },
+ { 264, "Nicht skalieren (Sie m\374ssen nach links und nach rechts scrollen)" },
+ { 265, "Farbmodus nicht unterst\374tzt" },
+ { 266, "Unbenannt" },
+ { 267, "Hoch" },
+ { 268, "Benutzt MIDI und AdLib zur Sounderzeugung." },
+ { 269, "Benutze den Trackpad-Style f\374r Maussteuerung" },
+ { 270, "Benutzername:" },
+ { 271, "SDL-Treiber verwenden" },
+ { 272, "Vertikale Bildverkleinerung:" },
+ { 273, "Video" },
+ { 274, "Virtuelle Tastatur" },
+ { 275, "Lautst\344rke" },
+ { 276, "Windows MIDI" },
+ { 277, "Schreib-Berechtigung nicht vorhanden" },
+ { 278, "Daten konnten nicht geschrieben werden." },
+ { 279, "Ja" },
+ { 280, "Sie m\374ssen ScummVM neustarten, um die Einstellungen zu \374bernehmen." },
+ { 281, "Zone" },
+ { 282, "Hineinzoomen" },
+ { 283, "Herauszoomen" },
+ { 284, "alle 10 Minuten" },
+ { 285, "alle 15 Minuten" },
+ { 286, "alle 30 Minuten" },
+ { 287, "alle 5 Minuten" },
+ { 288, "\334be~r~" },
+ { 289, "Spiel ~h~inzuf\374gen..." },
+ { 290, "~A~bbrechen" },
+ { 291, "~S~chlie\337en" },
+ { 292, "Spielo~p~tionen..." },
+ { 293, "~H~ilfe" },
+ { 294, "~K~ampfsteuerung f\374r Indiana Jones" },
+ { 295, "~T~asten" },
+ { 296, "~L~inke-Hand-Modus" },
+ { 297, "~L~aden" },
+ { 298, "~L~aden..." },
+ { 299, "~W~eiter" },
+ { 300, "~O~K" },
+ { 301, "~O~ptionen" },
+ { 302, "~O~ptionen" },
+ { 303, "~Z~ur\374ck" },
+ { 304, "~B~eenden" },
+ { 305, "Spiel ~e~ntfernen" },
+ { 306, "~F~ortsetzen" },
+ { 307, "Zur Spiele~l~iste zur\374ckkehren" },
+ { 308, "~S~peichern" },
+ { 309, "~S~tarten" },
+ { 310, "\334ber~g~\344nge aktiviert" },
+ { 311, "~W~assereffekte aktiviert" },
+ { 312, "~Z~ip-Modus aktiviert" },
{ -1, NULL }
};
diff --git a/common/translation.cpp b/common/translation.cpp
index bb86b3b7ac..6ef4be8e3a 100644
--- a/common/translation.cpp
+++ b/common/translation.cpp
@@ -30,10 +30,6 @@ DECLARE_SINGLETON(Common::TranslationManager)
#include <locale.h>
#endif
-#ifdef USE_TERMCONV
-#include <langinfo.h>
-#endif
-
#ifdef USE_TRANSLATION
#include "messages.cpp"
#endif
@@ -45,7 +41,6 @@ namespace Common {
// Translation enabled
-
TranslationManager::TranslationManager() {
#ifdef USE_DETECTLANG
// Activating current locale settings
@@ -78,20 +73,11 @@ TranslationManager::TranslationManager() {
_syslang = "C";
#endif // USE_DETECTLANG
-#ifdef USE_TERMCONV
- _convmsg = NULL;
- _conversion = NULL;
-#endif // USE_TERMCONV
-
// Set the default language
setLanguage("");
}
TranslationManager::~TranslationManager() {
-#ifdef USE_TERMCONV
- iconv_close(_conversion);
- delete[] _convmsg;
-#endif // USE_TERMCONV
}
void TranslationManager::setLanguage(const char *lang) {
@@ -99,21 +85,6 @@ void TranslationManager::setLanguage(const char *lang) {
po2c_setlang(_syslang.c_str());
else
po2c_setlang(lang);
-
-#ifdef USE_TERMCONV
- // Get the locale character set (for terminal output)
- const char *charset_term = nl_langinfo(CODESET);
-
- // Get the messages character set
- const char *charset_po = po2c_getcharset();
-
- // Delete previous conversion
- if (_conversion)
- iconv_close(_conversion);
-
- // Initialize the conversion
- _conversion = iconv_open(charset_term, charset_po);
-#endif // USE_TERMCONV
}
const char *TranslationManager::getTranslation(const char *message) {
@@ -124,63 +95,6 @@ String TranslationManager::getTranslation(const String &message) {
return po2c_gettext(message.c_str());
}
-#ifdef USE_TERMCONV
-bool TranslationManager::convert(const char *message) {
- // Preparing conversion origin
- size_t len = strlen(message) + 1;
-#ifdef ICONV_USES_CONST
- const char **pmsg = &message;
-#else
- char *msgcpy = new char[len];
- strcpy(msgcpy, message);
- char *msg = msgcpy;
- char **pmsg = &msg;
-#endif
-
- // Preparing conversion destination
- size_t len2 = _sizeconv;
- char *conv = _convmsg;
-
- // Clean previous conversions
- iconv(_conversion, NULL, NULL, &conv, &len2);
-
- // Do the real conversion
- size_t result = iconv(_conversion, pmsg, &len, &conv, &len2);
-
-#ifndef ICONV_USES_CONST
- delete[] msgcpy;
-#endif
-
- return result != ((size_t)-1);
-}
-#endif // USE_TERMCONV
-
-const char *TranslationManager::convertTerm(const char *message) {
-#ifdef USE_TERMCONV
- size_t len = strlen(message) + 1;
- if (!_convmsg) {
- _sizeconv = len * 2;
- _convmsg = new char[_sizeconv];
- }
-
- if (!convert(message)) {
- // Resizing the buffer
- delete[] _convmsg;
- _sizeconv = len * 2;
- _convmsg = new char[_sizeconv];
-
- if (!convert(message)) {
- printf("Error while converting character sets\n");
- return "Error while converting character sets";
- }
- }
-
- return _convmsg;
-#else // USE_TERMCONV
- return message;
-#endif // USE_TERMCONV
-}
-
const TLangArray TranslationManager::getSupportedLanguages() const {
TLangArray languages;
@@ -251,10 +165,6 @@ String TranslationManager::getTranslation(const String &message) {
return message;
}
-const char *TranslationManager::convertTerm(const char *message) {
- return message;
-}
-
const TLangArray TranslationManager::getSupportedLanguages() const {
return TLangArray();
}
diff --git a/common/translation.h b/common/translation.h
index c264eadfd9..0722ae44ae 100644
--- a/common/translation.h
+++ b/common/translation.h
@@ -28,10 +28,6 @@
#include "common/singleton.h"
#include "common/str-array.h"
-#ifdef USE_TERMCONV
-#include <iconv.h>
-#endif
-
namespace Common {
enum TranslationIDs {
@@ -60,17 +56,6 @@ typedef Array<TLanguage> TLangArray;
* Message translation manager.
*/
class TranslationManager : public Singleton<TranslationManager> {
-private:
- Common::String _syslang;
-
-#ifdef USE_TERMCONV
- iconv_t _conversion;
- char *_convmsg;
- int _sizeconv;
-
- bool convert(const char *message);
-#endif // USE_TERMCONV
-
public:
/**
* The constructor detects the system language and sets default
@@ -130,29 +115,24 @@ public:
String getTranslation(const String &message);
/**
- * Converts the message into the terminal character set (which may be
- * different than the GUI's "native" one).
- */
- const char *convertTerm(const char *message);
-
- /**
* Returns a list of supported languages.
*
* @return The list of supported languages.
*/
const TLangArray getSupportedLanguages() const;
+
+private:
+ Common::String _syslang;
};
-} // End of namespace Common
+} // End of namespace Common
#define TransMan Common::TranslationManager::instance()
#ifdef USE_TRANSLATION
#define _(str) TransMan.getTranslation(str)
-#define _t(str) TransMan.convertTerm(_(str))
#else
#define _(str) str
-#define _t(str) str
#endif
#define _s(str) str
diff --git a/configure b/configure
index d8d7ef8591..a8432fc8b8 100755
--- a/configure
+++ b/configure
@@ -2342,36 +2342,7 @@ EOF
add_to_config_h_if_yes $_detectlang '#define USE_DETECTLANG'
if test "$_detectlang" = yes ; then
- echo_n "with runtime language detection, "
-
- cat > $TMPC << EOF
-#include <langinfo.h>
-#include <iconv.h>
-int main(void) { nl_langinfo(CODESET); iconv_open(0, 0); return 0; }
-EOF
- _termconv=no
- cc_check_no_clean $LDFLAGS $CXXFLAGS && _termconv=yes
- cc_check $LDFLAGS $CXXFLAGS -liconv && LIBS="$LIBS -liconv" && _termconv=yes
-
- add_to_config_mk_if_yes $_termconv 'USE_TERMCONV = 1'
- add_to_config_h_if_yes $_termconv '#define USE_TERMCONV'
- if test "$_termconv" = yes ; then
- uses_const=no
- cat > $TMPC << EOF
-#include <iconv.h>
-int main(int argc, char **argv) {
- iconv_t iconvP;
- const char **inbuf = 0;
- iconv(iconvP, inbuf, 0, 0, 0);
- return 0;
-}
-EOF
- cc_check $LDFLAGS $LIBS $CXXFLAGS && uses_const=yes
- add_to_config_h_if_yes $uses_const '#define ICONV_USES_CONST'
- echo "with terminal conversion)"
- else
- echo "without terminal conversion)"
- fi
+ echo_n "with runtime language detection)"
else
echo "without runtime language detection)"
fi
diff --git a/gui/GuiManager.cpp b/gui/GuiManager.cpp
index fbcacf2d16..ff747c6e92 100644
--- a/gui/GuiManager.cpp
+++ b/gui/GuiManager.cpp
@@ -73,7 +73,7 @@ GuiManager::GuiManager() : _redrawStatus(kRedrawDisabled),
// Loading the theme failed, try to load the built-in theme
if (!loadNewTheme("builtin", gfxMode)) {
// Loading the built-in theme failed as well. Bail out
- error("%s", _t("Failed to load any GUI theme, aborting"));
+ error("Failed to load any GUI theme, aborting");
}
}
diff --git a/po/ca_ES.po b/po/ca_ES.po
index edaf59cb46..4ebc1192d1 100644
--- a/po/ca_ES.po
+++ b/po/ca_ES.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ScummVM 1.2.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel@lists.sf.net\n"
-"POT-Creation-Date: 2010-06-26 18:15+0200\n"
+"POT-Creation-Date: 2010-06-26 20:02+0200\n"
"PO-Revision-Date: 2010-06-26 16:45+0100\n"
"Last-Translator: Jordi Vilalta Prat <jvprat@gmail.com>\n"
"Language-Team: Catalan <scummvm-devel@lists.sf.net>\n"
+"Language: Catalan\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: Catalan\n"
#: gui/about.cpp:96
#, c-format
@@ -48,10 +48,6 @@ msgstr "Cancel·la"
msgid "Choose"
msgstr "Escull"
-#: gui/GuiManager.cpp:76
-msgid "Failed to load any GUI theme, aborting"
-msgstr "No s'ha pogut carregar cap tema de la interfície d'usuari, avortant"
-
#: gui/GuiManager.cpp:102 backends/keymapper/remap-dialog.cpp:54
msgid "Close"
msgstr "Tanca"
@@ -757,38 +753,6 @@ msgstr "Pintat estàndard (16bpp)"
msgid "Antialiased Renderer (16bpp)"
msgstr "Pintat amb antialias (16bpp)"
-#: base/main.cpp:106
-#, fuzzy, c-format
-msgid "User picked target '%s' (gameid '%s')...\n"
-msgstr ""
-"L'usuari ha seleccionat el target '%s' (identificador de joc '%s')...\n"
-
-#: base/main.cpp:107
-msgid " Looking for a plugin supporting this gameid... "
-msgstr " Cercant un connector que suporti aquest identificador de joc... "
-
-#: base/main.cpp:111
-msgid "failed\n"
-msgstr "ha fallat\n"
-
-#: base/main.cpp:112
-#, c-format
-msgid ""
-"%s is an invalid gameid. Use the --list-games option to list supported gameid"
-msgstr ""
-"%s és un identificador de joc invàlid. Utilitzeu l'opció --list-games per "
-"llistar els identificadors de joc suportats"
-
-#: base/main.cpp:119
-#, c-format
-msgid " Starting '%s'\n"
-msgstr " Iniciant '%s'\n"
-
-#: base/main.cpp:148
-#, fuzzy, c-format
-msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
-msgstr "%s ha fallat l'iniciat del motor: %s (target '%s', camí '%s')"
-
#: base/main.cpp:205
#, c-format
msgid "Engine does not support debug level '%s'"
@@ -1394,6 +1358,34 @@ msgstr "Pantalla"
msgid "Do you want to perform an automatic scan ?"
msgstr "Voleu fer una cerca automàtica?"
+#~ msgid "Failed to load any GUI theme, aborting"
+#~ msgstr "No s'ha pogut carregar cap tema de la interfície d'usuari, avortant"
+
+#, fuzzy
+#~ msgid "User picked target '%s' (gameid '%s')...\n"
+#~ msgstr ""
+#~ "L'usuari ha seleccionat el target '%s' (identificador de joc '%s')...\n"
+
+#~ msgid " Looking for a plugin supporting this gameid... "
+#~ msgstr " Cercant un connector que suporti aquest identificador de joc... "
+
+#~ msgid "failed\n"
+#~ msgstr "ha fallat\n"
+
+#~ msgid ""
+#~ "%s is an invalid gameid. Use the --list-games option to list supported "
+#~ "gameid"
+#~ msgstr ""
+#~ "%s és un identificador de joc invàlid. Utilitzeu l'opció --list-games per "
+#~ "llistar els identificadors de joc suportats"
+
+#~ msgid " Starting '%s'\n"
+#~ msgstr " Iniciant '%s'\n"
+
+#, fuzzy
+#~ msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
+#~ msgstr "%s ha fallat l'iniciat del motor: %s (target '%s', camí '%s')"
+
#~ msgid "Chinese (Taiwan)"
#~ msgstr "Xinès (Taiwan)"
diff --git a/po/de_DE.po b/po/de_DE.po
index ef0a7b9baa..191b3fb068 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -7,15 +7,15 @@ msgid ""
msgstr ""
"Project-Id-Version: ScummVM 1.2.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel@lists.sf.net\n"
-"POT-Creation-Date: 2010-06-26 18:15+0200\n"
+"POT-Creation-Date: 2010-06-26 20:02+0200\n"
"PO-Revision-Date: 2010-06-23 19:30+0100\n"
"Last-Translator: \n"
"Language-Team: Lothar Serra Mari <Lothar@Windowsbase.de> & Simon Sawatzki "
"<SimSaw@gmx.de>\n"
+"Language: Deutsch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: Deutsch\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
#: gui/about.cpp:96
@@ -52,10 +52,6 @@ msgstr "Abbrechen"
msgid "Choose"
msgstr "Auswählen"
-#: gui/GuiManager.cpp:76
-msgid "Failed to load any GUI theme, aborting"
-msgstr "Fehler: Konnte kein Benutzeroberflächen-Thema laden. Abbruch..."
-
#: gui/GuiManager.cpp:102 backends/keymapper/remap-dialog.cpp:54
msgid "Close"
msgstr "Schließen"
@@ -761,37 +757,6 @@ msgstr "Standard-Renderer (16bpp)"
msgid "Antialiased Renderer (16bpp)"
msgstr "Kantenglättung (16bpp)"
-#: base/main.cpp:106
-#, c-format
-msgid "User picked target '%s' (gameid '%s')...\n"
-msgstr "Gewähltes Ziel: \"%s\" (Spielkennung \"%s\")...\n"
-
-#: base/main.cpp:107
-msgid " Looking for a plugin supporting this gameid... "
-msgstr " Suche nach einer Erweiterung, die diese Spielkennung unterstützt..."
-
-#: base/main.cpp:111
-msgid "failed\n"
-msgstr "fehlgeschlagen\n"
-
-#: base/main.cpp:112
-#, c-format
-msgid ""
-"%s is an invalid gameid. Use the --list-games option to list supported gameid"
-msgstr ""
-"%s ist eine ungültige Spielkennung. Benutzen Sie die Option --list-games zum "
-"Anzeigen der unterstützten Spielkennungen."
-
-#: base/main.cpp:119
-#, c-format
-msgid " Starting '%s'\n"
-msgstr " Starte \"%s\"\n"
-
-#: base/main.cpp:148
-#, c-format
-msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
-msgstr "%s konnte Engine nicht starten: %s (Ziel \"%s\", Pfad \"%s\")"
-
#: base/main.cpp:205
#, c-format
msgid "Engine does not support debug level '%s'"
@@ -1404,6 +1369,32 @@ msgstr "Anzeige"
msgid "Do you want to perform an automatic scan ?"
msgstr "Möchten Sie eine automatische Durchsuchung vornehmen?"
+#~ msgid "Failed to load any GUI theme, aborting"
+#~ msgstr "Fehler: Konnte kein Benutzeroberflächen-Thema laden. Abbruch..."
+
+#~ msgid "User picked target '%s' (gameid '%s')...\n"
+#~ msgstr "Gewähltes Ziel: \"%s\" (Spielkennung \"%s\")...\n"
+
+#~ msgid " Looking for a plugin supporting this gameid... "
+#~ msgstr ""
+#~ " Suche nach einer Erweiterung, die diese Spielkennung unterstützt..."
+
+#~ msgid "failed\n"
+#~ msgstr "fehlgeschlagen\n"
+
+#~ msgid ""
+#~ "%s is an invalid gameid. Use the --list-games option to list supported "
+#~ "gameid"
+#~ msgstr ""
+#~ "%s ist eine ungültige Spielkennung. Benutzen Sie die Option --list-games "
+#~ "zum Anzeigen der unterstützten Spielkennungen."
+
+#~ msgid " Starting '%s'\n"
+#~ msgstr " Starte \"%s\"\n"
+
+#~ msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
+#~ msgstr "%s konnte Engine nicht starten: %s (Ziel \"%s\", Pfad \"%s\")"
+
#~ msgid "Ok"
#~ msgstr "OK"
diff --git a/po/fr_FR.po b/po/fr_FR.po
index 70a22bb0f3..fc103ed756 100644
--- a/po/fr_FR.po
+++ b/po/fr_FR.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ScummVM 1.2.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel@lists.sf.net\n"
-"POT-Creation-Date: 2010-06-26 18:15+0200\n"
+"POT-Creation-Date: 2010-06-26 20:02+0200\n"
"PO-Revision-Date: 2010-06-19 23:43+0100\n"
"Last-Translator: Thierry Crozat <criezy@scummvm.org>\n"
"Language-Team: French <scummvm-devel@lists.sf.net>\n"
+"Language: Francais\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: Francais\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
#: gui/about.cpp:96
@@ -51,10 +51,6 @@ msgstr "Annuler"
msgid "Choose"
msgstr "Choisir"
-#: gui/GuiManager.cpp:76
-msgid "Failed to load any GUI theme, aborting"
-msgstr "Aucun thème GUI n'a pu être chargé; abandon"
-
#: gui/GuiManager.cpp:102 backends/keymapper/remap-dialog.cpp:54
msgid "Close"
msgstr "Fermer"
@@ -758,39 +754,6 @@ msgstr "Standard (16bpp)"
msgid "Antialiased Renderer (16bpp)"
msgstr "Anti-crénelé (16 bpp)"
-#: base/main.cpp:106
-#, c-format
-msgid "User picked target '%s' (gameid '%s')...\n"
-msgstr "L'utilisateur a choisi la cible '%s' (ID '%s')...\n"
-
-#: base/main.cpp:107
-msgid " Looking for a plugin supporting this gameid... "
-msgstr "Recherche d'un plugin supportant cet ID..."
-
-#: base/main.cpp:111
-msgid "failed\n"
-msgstr "Echec\n"
-
-#: base/main.cpp:112
-#, c-format
-msgid ""
-"%s is an invalid gameid. Use the --list-games option to list supported gameid"
-msgstr ""
-"%s n'est pas un ID de jeu valide. Utilisez l'option --list-games pour "
-"obtenir la liste des ID reconnus"
-
-#: base/main.cpp:119
-#, c-format
-msgid " Starting '%s'\n"
-msgstr "Démarrage de '%s'\n"
-
-#: base/main.cpp:148
-#, c-format
-msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
-msgstr ""
-"Le plugin %s a échoué dans l'instanciation du moteur de jeu: %s (cible '%s', "
-"chemin '%s')"
-
#: base/main.cpp:205
#, c-format
msgid "Engine does not support debug level '%s'"
@@ -1417,6 +1380,33 @@ msgstr "Affichage"
msgid "Do you want to perform an automatic scan ?"
msgstr "Voulez-vous exécuter une recherche automatique?"
+#~ msgid "Failed to load any GUI theme, aborting"
+#~ msgstr "Aucun thème GUI n'a pu être chargé; abandon"
+
+#~ msgid "User picked target '%s' (gameid '%s')...\n"
+#~ msgstr "L'utilisateur a choisi la cible '%s' (ID '%s')...\n"
+
+#~ msgid " Looking for a plugin supporting this gameid... "
+#~ msgstr "Recherche d'un plugin supportant cet ID..."
+
+#~ msgid "failed\n"
+#~ msgstr "Echec\n"
+
+#~ msgid ""
+#~ "%s is an invalid gameid. Use the --list-games option to list supported "
+#~ "gameid"
+#~ msgstr ""
+#~ "%s n'est pas un ID de jeu valide. Utilisez l'option --list-games pour "
+#~ "obtenir la liste des ID reconnus"
+
+#~ msgid " Starting '%s'\n"
+#~ msgstr "Démarrage de '%s'\n"
+
+#~ msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
+#~ msgstr ""
+#~ "Le plugin %s a échoué dans l'instanciation du moteur de jeu: %s (cible "
+#~ "'%s', chemin '%s')"
+
#~ msgid "Ok"
#~ msgstr "Ok"
diff --git a/po/hu_HU.po b/po/hu_HU.po
index 62e18f3ae0..cefe1aeb90 100644
--- a/po/hu_HU.po
+++ b/po/hu_HU.po
@@ -7,14 +7,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ScummVM VERSION\n"
"Report-Msgid-Bugs-To: scummvm-devel@lists.sf.net\n"
-"POT-Creation-Date: 2010-06-26 18:15+0200\n"
+"POT-Creation-Date: 2010-06-26 20:02+0200\n"
"PO-Revision-Date: 2009-11-25 07:42-0500\n"
"Last-Translator: Alex Bevilacqua <alexbevi@gmail.com>\n"
"Language-Team: Hungarian\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=cp1250\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: gui/about.cpp:96
@@ -49,10 +49,6 @@ msgstr ""
msgid "Choose"
msgstr ""
-#: gui/GuiManager.cpp:76
-msgid "Failed to load any GUI theme, aborting"
-msgstr ""
-
#: gui/GuiManager.cpp:102 backends/keymapper/remap-dialog.cpp:54
msgid "Close"
msgstr ""
@@ -742,35 +738,6 @@ msgstr ""
msgid "Antialiased Renderer (16bpp)"
msgstr ""
-#: base/main.cpp:106
-#, c-format
-msgid "User picked target '%s' (gameid '%s')...\n"
-msgstr ""
-
-#: base/main.cpp:107
-msgid " Looking for a plugin supporting this gameid... "
-msgstr ""
-
-#: base/main.cpp:111
-msgid "failed\n"
-msgstr ""
-
-#: base/main.cpp:112
-#, c-format
-msgid ""
-"%s is an invalid gameid. Use the --list-games option to list supported gameid"
-msgstr ""
-
-#: base/main.cpp:119
-#, c-format
-msgid " Starting '%s'\n"
-msgstr ""
-
-#: base/main.cpp:148
-#, c-format
-msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
-msgstr ""
-
#: base/main.cpp:205
#, c-format
msgid "Engine does not support debug level '%s'"
diff --git a/po/module.mk b/po/module.mk
index 7ed9499593..eb9a85e4e3 100644
--- a/po/module.mk
+++ b/po/module.mk
@@ -2,7 +2,7 @@ POTFILE := $(srcdir)/po/scummvm.pot
POFILES := $(wildcard $(srcdir)/po/*.po)
updatepot:
- xgettext -f $(srcdir)/po/POTFILES -D $(srcdir) -d scummvm --c++ -k_ -k_t -k_s -o $(POTFILE) \
+ xgettext -f $(srcdir)/po/POTFILES -D $(srcdir) -d scummvm --c++ -k_ -k_s -o $(POTFILE) \
"--copyright-holder=ScummVM Team" --package-name=ScummVM \
--package-version=$(VERSION) --msgid-bugs-address=scummvm-devel@lists.sf.net -o $(POTFILE)_
diff --git a/po/ru_RU.po b/po/ru_RU.po
index 31284b45df..7e21e4f4a2 100644
--- a/po/ru_RU.po
+++ b/po/ru_RU.po
@@ -7,16 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: ScummVM VERSION\n"
"Report-Msgid-Bugs-To: scummvm-devel@lists.sf.net\n"
-"POT-Creation-Date: 2010-06-26 18:15+0200\n"
+"POT-Creation-Date: 2010-06-26 20:02+0200\n"
"PO-Revision-Date: 2010-06-13 20:55+0300\n"
"Last-Translator: Eugene Sandulenko <sev@scummvm.org>\n"
"Language-Team: Russian\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=cp1251\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%"
-"10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n"
+"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#: gui/about.cpp:96
#, fuzzy, c-format
@@ -52,10 +52,6 @@ msgstr "Îòìåíà"
msgid "Choose"
msgstr "Âûáðàòü"
-#: gui/GuiManager.cpp:76
-msgid "Failed to load any GUI theme, aborting"
-msgstr "Íå óäàëîñü çàãðóçèòü òåìó GUI, ïðåêðàùàþ ðàáîòó"
-
#: gui/GuiManager.cpp:102 backends/keymapper/remap-dialog.cpp:54
msgid "Close"
msgstr "Çàêðûòü"
@@ -755,37 +751,6 @@ msgstr "Ñòàíäàðòíûé ðàñòåðèçàòîð (16bpp)"
msgid "Antialiased Renderer (16bpp)"
msgstr "Ðàñòåðèçàòîð ñî ñãëàæèâàíèåì (16bpp)"
-#: base/main.cpp:106
-#, c-format
-msgid "User picked target '%s' (gameid '%s')...\n"
-msgstr "Ïîëüçîâàòåëü âûáðàë öåëü'%s' (gameid '%s')...\n"
-
-#: base/main.cpp:107
-msgid " Looking for a plugin supporting this gameid... "
-msgstr " Èùó ïëàãèí ñ ïîääåðæêîé ýòîãî gameid... "
-
-#: base/main.cpp:111
-msgid "failed\n"
-msgstr "íå óäàëîñü\n"
-
-#: base/main.cpp:112
-#, c-format
-msgid ""
-"%s is an invalid gameid. Use the --list-games option to list supported gameid"
-msgstr ""
-"Íåâåðíûé gameid %s. Èñïîëüçóéòå îïöèþ --list-games äëÿ ïðîñìîòðà ñïèñêà "
-"ïîääåðæèâàåìûõ gameid"
-
-#: base/main.cpp:119
-#, c-format
-msgid " Starting '%s'\n"
-msgstr " Çàïóñêàþ '%s'\n"
-
-#: base/main.cpp:148
-#, c-format
-msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
-msgstr "%s íå ñìîã çàïóñòèòü äâèæîê: %s (öåëü '%s', ïóòü '%s')"
-
#: base/main.cpp:205
#, c-format
msgid "Engine does not support debug level '%s'"
@@ -1398,6 +1363,31 @@ msgstr "Ïîêàçàòü "
msgid "Do you want to perform an automatic scan ?"
msgstr "Âû õîòèòå ïðîèçâåñòè àâòîìàòè÷åñêèé ïîèñê?"
+#~ msgid "Failed to load any GUI theme, aborting"
+#~ msgstr "Íå óäàëîñü çàãðóçèòü òåìó GUI, ïðåêðàùàþ ðàáîòó"
+
+#~ msgid "User picked target '%s' (gameid '%s')...\n"
+#~ msgstr "Ïîëüçîâàòåëü âûáðàë öåëü'%s' (gameid '%s')...\n"
+
+#~ msgid " Looking for a plugin supporting this gameid... "
+#~ msgstr " Èùó ïëàãèí ñ ïîääåðæêîé ýòîãî gameid... "
+
+#~ msgid "failed\n"
+#~ msgstr "íå óäàëîñü\n"
+
+#~ msgid ""
+#~ "%s is an invalid gameid. Use the --list-games option to list supported "
+#~ "gameid"
+#~ msgstr ""
+#~ "Íåâåðíûé gameid %s. Èñïîëüçóéòå îïöèþ --list-games äëÿ ïðîñìîòðà ñïèñêà "
+#~ "ïîääåðæèâàåìûõ gameid"
+
+#~ msgid " Starting '%s'\n"
+#~ msgstr " Çàïóñêàþ '%s'\n"
+
+#~ msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
+#~ msgstr "%s íå ñìîã çàïóñòèòü äâèæîê: %s (öåëü '%s', ïóòü '%s')"
+
#~ msgid "Ok"
#~ msgstr "Ok"
diff --git a/po/scummvm.pot b/po/scummvm.pot
index b8f164e1ba..cef3caf6cd 100644
--- a/po/scummvm.pot
+++ b/po/scummvm.pot
@@ -8,10 +8,11 @@ msgid ""
msgstr ""
"Project-Id-Version: ScummVM 1.2.0svn\n"
"Report-Msgid-Bugs-To: scummvm-devel@lists.sf.net\n"
-"POT-Creation-Date: 2010-06-26 18:15+0200\n"
+"POT-Creation-Date: 2010-06-26 20:02+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -48,10 +49,6 @@ msgstr ""
msgid "Choose"
msgstr ""
-#: gui/GuiManager.cpp:76
-msgid "Failed to load any GUI theme, aborting"
-msgstr ""
-
#: gui/GuiManager.cpp:102 backends/keymapper/remap-dialog.cpp:54
msgid "Close"
msgstr ""
@@ -734,35 +731,6 @@ msgstr ""
msgid "Antialiased Renderer (16bpp)"
msgstr ""
-#: base/main.cpp:106
-#, c-format
-msgid "User picked target '%s' (gameid '%s')...\n"
-msgstr ""
-
-#: base/main.cpp:107
-msgid " Looking for a plugin supporting this gameid... "
-msgstr ""
-
-#: base/main.cpp:111
-msgid "failed\n"
-msgstr ""
-
-#: base/main.cpp:112
-#, c-format
-msgid ""
-"%s is an invalid gameid. Use the --list-games option to list supported gameid"
-msgstr ""
-
-#: base/main.cpp:119
-#, c-format
-msgid " Starting '%s'\n"
-msgstr ""
-
-#: base/main.cpp:148
-#, c-format
-msgid "%s failed to instantiate engine: %s (target '%s', path '%s')"
-msgstr ""
-
#: base/main.cpp:205
#, c-format
msgid "Engine does not support debug level '%s'"