wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src language.cpp


From: Jord Polo
Subject: [Wesnoth-cvs-commits] wesnoth/src language.cpp
Date: Sat, 12 Mar 2005 12:04:35 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jordà Polo <address@hidden>     05/03/12 17:04:35

Modified files:
        src            : language.cpp 

Log message:
        changed spanish to Español in the language selection dialog

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/language.cpp.diff?tr1=1.76&tr2=1.77&r1=text&r2=text

Patches:
Index: wesnoth/src/language.cpp
diff -u wesnoth/src/language.cpp:1.76 wesnoth/src/language.cpp:1.77
--- wesnoth/src/language.cpp:1.76       Fri Mar 11 02:27:54 2005
+++ wesnoth/src/language.cpp    Sat Mar 12 17:04:34 2005
@@ -1,4 +1,4 @@
-/* $Id: language.cpp,v 1.76 2005/03/11 02:27:54 Sirp Exp $ */
+/* $Id: language.cpp,v 1.77 2005/03/12 17:04:34 ettin Exp $ */
 /*
    Copyright (C) 2003 by David White <address@hidden>
    Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -20,7 +20,7 @@
 #include "util.hpp"
 #include "serialization/parser.hpp"
 #include "serialization/preprocessor.hpp"
-
+
 #include <algorithm>
 #include <cctype>
 #include <cerrno>
@@ -36,7 +36,6 @@
 language_def known_languages[] = {
        language_def("", N_("System default language")),
        language_def("bg_BG", "Български (Bulgarski)"),
-       language_def("es_ES", "Castellano"),
        language_def("ca_ES", "Català"),
        language_def("cs_CZ", "Čeština"),
        language_def("da_DK", "Dansk"),
@@ -45,6 +44,7 @@
        language_def("et_EE", "Eesti"),
        language_def("en_GB", "English (GB)"),
        language_def("C",     "English (US)"),
+       language_def("es_ES", "Español"),
        language_def("eu_ES", "Euskera"),
        language_def("fr_FR", "Français"),
        language_def("it_IT", "Italiano"),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]