# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR SuperTux Development Team # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: super-tux-devel@lists.sourceforge.net\n" "POT-Creation-Date: 2004-09-15 23:17+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: src/gameloop.cpp:187 msgid "by " msgstr "" #: src/gameloop.cpp:193 msgid "Level Vertically Flipped!" msgstr "" #: src/gameloop.cpp:197 msgid "Best Level Statistics" msgstr "" #: src/gameloop.cpp:628 msgid "PAUSE - Press 'P' To Play" msgstr "" #: src/gameloop.cpp:633 #, c-format msgid "Playing: " msgstr "" #: src/gameloop.cpp:808 src/worldmap.cpp:1071 msgid "SCORE" msgstr "" #: src/gameloop.cpp:813 msgid "Press ESC To Return" msgstr "" #: src/gameloop.cpp:818 msgid "TIME's UP" msgstr "" #: src/gameloop.cpp:822 msgid "TIME" msgstr "" #: src/gameloop.cpp:829 src/gameloop.cpp:830 src/worldmap.cpp:1075 msgid "COINS" msgstr "" #: src/gameloop.cpp:851 src/gameloop.cpp:852 src/worldmap.cpp:1096 #: src/worldmap.cpp:1097 msgid "LIVES" msgstr "" #: src/gameloop.cpp:874 msgid "Result:" msgstr "" #: src/gameloop.cpp:877 #, c-format msgid "SCORE: %d" msgstr "" #: src/gameloop.cpp:880 src/worldmap.cpp:916 #, c-format msgid "COINS: %d" msgstr "" #: src/gameloop.cpp:914 msgid "Slot" msgstr "" #: src/gameloop.cpp:914 msgid "Free" msgstr "" #: src/misc.cpp:94 src/misc.cpp:154 msgid "Start Game" msgstr "" #: src/misc.cpp:95 src/title.cpp:111 msgid "Contrib Levels" msgstr "" #: src/misc.cpp:96 src/misc.cpp:101 src/misc.cpp:177 src/misc.cpp:184 msgid "Options" msgstr "" #: src/misc.cpp:97 msgid "Level Editor" msgstr "" #: src/misc.cpp:98 msgid "Credits" msgstr "" #: src/misc.cpp:99 msgid "Quit" msgstr "" #: src/misc.cpp:104 msgid "OpenGL " msgstr "" #: src/misc.cpp:106 msgid "OpenGL (not supported)" msgstr "" #: src/misc.cpp:108 msgid "Fullscreen" msgstr "" #: src/misc.cpp:111 src/misc.cpp:116 msgid "Sound " msgstr "" #: src/misc.cpp:112 src/misc.cpp:117 msgid "Music " msgstr "" #: src/misc.cpp:119 msgid "Show FPS " msgstr "" #: src/misc.cpp:120 msgid "Setup Keys" msgstr "" #: src/misc.cpp:123 msgid "Setup Joystick" msgstr "" #: src/misc.cpp:126 src/misc.cpp:138 src/misc.cpp:151 src/misc.cpp:162 #: src/title.cpp:135 src/title.cpp:182 msgid "Back" msgstr "" #: src/misc.cpp:128 msgid "Keyboard Setup" msgstr "" #: src/misc.cpp:130 msgid "Left move" msgstr "" #: src/misc.cpp:131 msgid "Right move" msgstr "" #: src/misc.cpp:132 msgid "Jump" msgstr "" #: src/misc.cpp:133 msgid "Duck" msgstr "" #: src/misc.cpp:134 msgid "Activate" msgstr "" #: src/misc.cpp:136 msgid "Power/Run" msgstr "" #: src/misc.cpp:142 msgid "Joystick Setup" msgstr "" #: src/misc.cpp:146 msgid "A button" msgstr "" #: src/misc.cpp:147 msgid "B button" msgstr "" #: src/misc.cpp:164 msgid "Save Game" msgstr "" #: src/misc.cpp:174 src/misc.cpp:181 msgid "Pause" msgstr "" #: src/misc.cpp:176 src/misc.cpp:183 msgid "Continue" msgstr "" #: src/misc.cpp:179 msgid "Abort Level" msgstr "" #: src/misc.cpp:186 msgid "Quit Game" msgstr "" #: src/misc.cpp:188 msgid "Enter your name:" msgstr "" #: src/statistics.cpp:111 msgid "Level Statistics" msgstr "" #: src/statistics.cpp:113 src/statistics.cpp:140 #, c-format msgid "Max score: %d" msgstr "" #: src/statistics.cpp:117 src/statistics.cpp:142 #, c-format msgid "Max fragging: %d" msgstr "" #: src/statistics.cpp:119 src/statistics.cpp:144 #, c-format msgid "Min shots: %d" msgstr "" #: src/statistics.cpp:121 src/statistics.cpp:146 #, c-format msgid "Min time needed: %d" msgstr "" #: src/statistics.cpp:123 src/statistics.cpp:148 #, c-format msgid "Min jumps: %d" msgstr "" #: src/title.cpp:333 msgid "" "Copyright (c) 2003 SuperTux Devel Team\n" "This game comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n" "are welcome to redistribute it under certain conditions; see the file " "COPYING\n" "for details.\n" msgstr "" #: src/title.cpp:385 msgid "Are you sure you want to delete slot" msgstr "" #: src/worldmap.cpp:909 msgid "GAMEOVER" msgstr "" #: src/worldmap.cpp:920 msgid "Total Statistics" msgstr "" #: lib/app/setup.cpp:774 #, c-format msgid "" "Usage: %s [OPTIONS] FILENAME\n" "\n" msgstr "" #: lib/app/setup.cpp:775 msgid "" "Display Options:\n" " -f, --fullscreen Run in fullscreen mode.\n" " -w, --window Run in window mode.\n" " --opengl If OpenGL support was compiled in, this will tell\n" " SuperTux to make use of it.\n" " --sdl Use the SDL software graphical renderer\n" "\n" "Sound Options:\n" " --disable-sound If sound support was compiled in, this will\n" " disable sound for this session of the game.\n" " --disable-music Like above, but this will disable music.\n" "\n" "Misc Options:\n" " -j, --joystick NUM Use joystick NUM (default: 0)\n" " --joymap XAXIS:YAXIS:A:B:START\n" " Define how joystick buttons and axis should be mapped\n" " --leveleditor Opens the leveleditor in a file.\n" " --worldmap Opens the specified worldmap file.\n" " --flip-levels Flip levels upside-down.\n" " -d, --datadir DIR Load Game data from DIR (default: automatic)\n" " --debug Enables the debug mode, which is useful for " "developers.\n" " --help Display a help message summarizing command-line\n" " options, license and game controls.\n" " --usage Display a brief message summarizing command-line " "options.\n" " --version Display the version of SuperTux you're running.\n" "\n" msgstr "" #: lib/app/setup.cpp:834 #, c-format msgid "" "Usage: %s [--fullscreen] [--opengl] [--disable-sound] [--disable-music] [--" "debug] | [--usage | --help | --version] [--leveleditor] [--worldmap] [--flip-" "levels] FILENAME\n" msgstr "" #: lib/gui/menu.cpp:67 msgid "Yes" msgstr "" #: lib/gui/menu.cpp:68 msgid "No" msgstr "" #: lib/gui/menu.cpp:236 msgid "Up cursor" msgstr "" #: lib/gui/menu.cpp:239 msgid "Down cursor" msgstr "" #: lib/gui/menu.cpp:242 msgid "Left cursor" msgstr "" #: lib/gui/menu.cpp:245 msgid "Right cursor" msgstr "" #: lib/gui/menu.cpp:248 msgid "Return" msgstr "" #: lib/gui/menu.cpp:251 msgid "Space" msgstr "" #: lib/gui/menu.cpp:254 msgid "Right Shift" msgstr "" #: lib/gui/menu.cpp:257 msgid "Left Shift" msgstr "" #: lib/gui/menu.cpp:260 msgid "Right Control" msgstr "" #: lib/gui/menu.cpp:263 msgid "Left Control" msgstr "" #: lib/gui/menu.cpp:266 msgid "Right Alt" msgstr "" #: lib/gui/menu.cpp:269 msgid "Left Alt" msgstr ""