[QGIS Commit] r10525 - in trunk/qgis: . src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sat Apr 11 06:10:52 EDT 2009
Author: timlinux
Date: 2009-04-11 06:10:52 -0400 (Sat, 11 Apr 2009)
New Revision: 10525
Modified:
trunk/qgis/TRANSLATORS
trunk/qgis/src/app/qgsabout.cpp
Log:
Updated names list from organigram
Modified: trunk/qgis/TRANSLATORS
===================================================================
--- trunk/qgis/TRANSLATORS 2009-04-11 09:53:39 UTC (rev 10524)
+++ trunk/qgis/TRANSLATORS 2009-04-11 10:10:52 UTC (rev 10525)
@@ -4,11 +4,32 @@
# Please note that this file is parsed by the about box
# for the sponsors list, so names should be strictly
# in the format:
-# name|language
-# This list should be sorted by first name. The
-# website entry is optional.
+# language|name
+# This list should be sorted by first language.
# -------------------------------------------------------
#
# ALWAYS USE UTF-8 WHEN WRITING THIS FILE!
#
-Werner Macho|German
+Arabic|Assem Kamal
+Czech|Martin Landa
+Chinese|Zhang Jun
+Danish|Henriette Roued
+French|Eve Rousseau, Marc Monnerat, Lionel Roubeyrie
+German|Jürgen E. Fischer, Stephan Holl
+Hungarian|Siki Zoltan
+Indonesian|Januar V. Simarmata
+Italian|Maurizio Napolitano
+Japanese|BABA Yoshihiko
+Lao|Anousak Souphavanh
+Latvian|Maris Nartiss
+Lithuanian|Kestas M
+Polish|Tomasz Paul, Mateusz Loskot
+Portuguese (Brazil)|Arthur Nanni, Christian Ferreira
+Romanian|Lonut Losifescu-Enescu
+Russian|Artem Popov
+Slovak|Lubos Balazovic
+Spanish|Carlos Dávila, Javier César Aldariz, Gabriela Awad
+Swedish|Lars Luthman, Magnus Homann
+Thai|Man Chao
+Turkish|Osman Yilmaz
+Vietnamese|Bùi Hữu Mạnh
Modified: trunk/qgis/src/app/qgsabout.cpp
===================================================================
--- trunk/qgis/src/app/qgsabout.cpp 2009-04-11 09:53:39 UTC (rev 10524)
+++ trunk/qgis/src/app/qgsabout.cpp 2009-04-11 10:10:52 UTC (rev 10525)
@@ -168,8 +168,8 @@
" by translating the user interface or documentation</p>" )
+ "<hr>"
"<table width='100%'>"
- "<tr><th>" + tr( "Name" ) + "</th>"
- "<th>" + tr( "Language" ) + "</th></tr>";
+ "<tr><th>" + tr( "Language" ) + "</th>"
+ "<th>" + tr( "Names" ) + "</th></tr>";
QString website;
QTextStream translatorStream( &translatorFile );
// Always use UTF-8
More information about the QGIS-commit
mailing list