Skip to content

Commit f9ec75e

Browse files
author
timlinux
committed
Updated names list from organigram
git-svn-id: http://svn.osgeo.org/qgis/trunk@10525 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5c93607 commit f9ec75e

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

TRANSLATORS

+25-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,32 @@
44
# Please note that this file is parsed by the about box
55
# for the sponsors list, so names should be strictly
66
# in the format:
7-
# name|language
8-
# This list should be sorted by first name. The
9-
# website entry is optional.
7+
# language|name
8+
# This list should be sorted by first language.
109
# -------------------------------------------------------
1110
#
1211
# ALWAYS USE UTF-8 WHEN WRITING THIS FILE!
1312
#
14-
Werner Macho|German
13+
Arabic|Assem Kamal
14+
Czech|Martin Landa
15+
Chinese|Zhang Jun
16+
Danish|Henriette Roued
17+
French|Eve Rousseau, Marc Monnerat, Lionel Roubeyrie
18+
German|Jürgen E. Fischer, Stephan Holl
19+
Hungarian|Siki Zoltan
20+
Indonesian|Januar V. Simarmata
21+
Italian|Maurizio Napolitano
22+
Japanese|BABA Yoshihiko
23+
Lao|Anousak Souphavanh
24+
Latvian|Maris Nartiss
25+
Lithuanian|Kestas M
26+
Polish|Tomasz Paul, Mateusz Loskot
27+
Portuguese (Brazil)|Arthur Nanni, Christian Ferreira
28+
Romanian|Lonut Losifescu-Enescu
29+
Russian|Artem Popov
30+
Slovak|Lubos Balazovic
31+
Spanish|Carlos Dávila, Javier César Aldariz, Gabriela Awad
32+
Swedish|Lars Luthman, Magnus Homann
33+
Thai|Man Chao
34+
Turkish|Osman Yilmaz
35+
Vietnamese|Bùi Hữu Mạnh

src/app/qgsabout.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ void QgsAbout::init()
168168
" by translating the user interface or documentation</p>" )
169169
+ "<hr>"
170170
"<table width='100%'>"
171-
"<tr><th>" + tr( "Name" ) + "</th>"
172-
"<th>" + tr( "Language" ) + "</th></tr>";
171+
"<tr><th>" + tr( "Language" ) + "</th>"
172+
"<th>" + tr( "Names" ) + "</th></tr>";
173173
QString website;
174174
QTextStream translatorStream( &translatorFile );
175175
// Always use UTF-8

0 commit comments

Comments
 (0)