[Super-tux-commit] supertux/data/levels/world1 de.po,NONE,1.1 level1.stl,1.21,1.22 level2.stl,1.19,1
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-12-02 01:42:07
|
Update of /cvsroot/super-tux/supertux/data/levels/world1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv539/data/levels/world1 Modified Files: level1.stl level2.stl level3.stl Added Files: de.po Log Message: Made lispfiles translatable. This time the translations are stored externally in .po files in the same directory as the lisp files. So you can have translation files for complete level subsets now. Because Ricardo added a hacked solution before and because people already used that, someone has to go over all the maps now, extract the translations and put them into separate files, I'm too lazy to do that now, I just translated some files for testing. Translation-Patches are always welcome ;-) Index: level1.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/world1/level1.stl,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- level1.stl 23 Nov 2004 13:41:16 -0000 1.21 +++ level1.stl 2 Dec 2004 01:41:55 -0000 1.22 @@ -2,7 +2,7 @@ (supertux-level (version 1) (author "SuperTux Team") - (name "Welcome to Antarctica") + (name (_ "Welcome to Antarctica")) (name-pt_PT "Bem-vindo à Antártida") (name-de "Willkommen in Antarctica") (name-es "Bienvenido a la Antártida") Index: level3.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/world1/level3.stl,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- level3.stl 23 Nov 2004 13:41:20 -0000 1.20 +++ level3.stl 2 Dec 2004 01:41:56 -0000 1.21 @@ -2,7 +2,7 @@ (supertux-level (version 1) (author "SuperTux Team") - (name "Via Nostalgica") + (name (_ "Via Nostalgica")) (width 390) (height 19) (start_pos_x 100) --- NEW FILE: de.po --- # German translations for world package # German messages for world. # Copyright (C) 2004 THE world'S COPYRIGHT HOLDER # This file is distributed under the same license as the world package. # <ma...@br...>, 2004. # msgid "" msgstr "" "Project-Id-Version: world 1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2004-12-02 02:10+0100\n" "PO-Revision-Date: 2004-12-02 02:25+0100\n" "Last-Translator: <ma...@br...>\n" "Language-Team: German <de...@li...>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: data/levels/world1/level1.stl:5 msgid "Welcome to Antarctica" msgstr "Willkommen in Antarktika" #: data/levels/world1/level2.stl:5 msgid "The Journey Begins" msgstr "Die Reise Beginnt" Index: level2.stl =================================================================== RCS file: /cvsroot/super-tux/supertux/data/levels/world1/level2.stl,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- level2.stl 23 Nov 2004 13:41:19 -0000 1.19 +++ level2.stl 2 Dec 2004 01:41:56 -0000 1.20 @@ -2,7 +2,7 @@ (supertux-level (version 1) (author "SuperTux Team") - (name "The Journey Begins") + (name (_ "The Journey Begins")) (name-pt_PT "A Aventura Começa") (name-de "Das Abenteuer beginnt") (name-es "La aventura comienza") |