X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09380d4145075c85882724cb8b4716c4031e7c75..88eb6b7c8b1c3a0c5c685e87c0e132f142581255:/docs/doxygen/mainpages/translations.h diff --git a/docs/doxygen/mainpages/translations.h b/docs/doxygen/mainpages/translations.h index b87a0fd88a..3845396ff7 100644 --- a/docs/doxygen/mainpages/translations.h +++ b/docs/doxygen/mainpages/translations.h @@ -19,17 +19,17 @@ automatically if the translations to the current language are available. You may find here the list of all existing translations with the addresses of the official translators whom you should contact if you would like to submit -any corrections to the translations for your language. +any corrections to the translations for your language. -Also, please see @ref page_translations_howtohelp if you would like to translate -wxWidgets to your language if it is not mentioned here (or to help with one which +Also, please see @ref page_translations_howtohelp if you would like to translate +wxWidgets to your language if it is not mentioned here (or to help with one which already is - it is quite helpful to have several translators for one language at least for proof reading). @li @ref page_translations_avail @li @ref page_translations_howtohelp -
+
@section page_translations_avail Available translations @@ -43,76 +43,94 @@ Please note that email addresses in the table below are intentionally invalid to foil spam robots, remove one \@ from them. - - - - - - + + + - + + + + + + + + + + + + + - + - + - + - - + + - + - + - - + + - - + + - + + + + + + + - + - + + + + + + + - + - + @@ -160,8 +198,9 @@ to foil spam robots, remove one \@ from them. - + @@ -169,64 +208,109 @@ to foil spam robots, remove one \@ from them. - + - + + + + + + + + + + + + + - + - - - + + + + + + + + + - + - - - + + + + + + + + + - + - + - + - - + + + + + + + + + + + + + + +
Languages supported by wxWidgets
LanguageStatusTranslator(s)LanguageStatusTranslator(s)
Afrikaans@image html yes.gif71% Petri Jooste
Albanian79%Besnik Bleta
Basque18%3ARRANO Euskalgintza Taldea
Catalan@image html yes.gif67% Pau Bosch i Crespo
Chinese (simplified)@image html yes.gif80% mrfx
Chinese (traditional)@image html yes.gif80% pal.tw
Czech@image html yes.gifVaclav Slavik68% + Vaclav Slavik, + Herbert Breunung +
Danish@image html yes.gif78% Leif Jensen, - Henrik Ræder Clausen + Henrik Ræder Clausen, + Morten RÃ¥bjerg Ulrich
Dutch@image html yes.gif92% Patrick Hubers
English (UK)@image html yes.gifNot required100%N/A
Finnish@image html yes.gifKaj G Backas88% + Kaj G Backas, + Lauri Nurmi, + Jaakko Salli, + Elias Julkunen +
French (standard)@image html yes.gif95% Stephane Junique, Lionel Allorge, @@ -120,39 +138,59 @@ to foil spam robots, remove one \@ from them.
Galician80% + Leandro Regueiro, + Adrián González Alba +
German@image html yes.gif81% Daniel Reith, Gerhard Gruber, Stefan Hedemann, Dr. Detlev Reymann, - Mark Johnson, - Martin Jost + Mark Johnson, + Martin Jost, + Herbert Breunung, + Ch. Buck
Greek@image html no.gif76% Tsolakos Stavros, Nassos Yiannopoulos
Hindi92% + Dhananjaya Sharma, + Priyank Bolia +
Hungarian@image html yes.gif80% - Végh János Dr. + Végh János Dr.
Indonesian@image html yes.gif73% Bambang Purnomosidi D. P.
Italian@image html yes.gif91% + Mattia Barbon, Marco Cavallini (Koan Software)
Japanese@image html yes.gif81% James Bishop, - Hiroshi Saito + Hiroshi Saito, + Suzumizaki-Kimitaka
Latvian@image html somewhat.gif21% + Lauris Bukshis +
Malay95% - Lauris Bukšis + Mahrazi Mohd Kamal +
Norwegian Bokmal78% + Hans F. Nordhaug
Polish@image html yes.gif81% Piotr Mackowiak, - Janusz Piwowarski + Janusz Piwowarski, + ABX
Portuguese@image html no.gifBernardo Santos WernesbackPortuguese (pt)95% + Bernardo Santos Wernesback, + Mario Pereira, + Antonio Cardoso Martins, + Carlos Gonçalves +
Portuguese (pt_BR)100% + E.A. Tacao, + José Eduardo de Carvalho Diniz, + Adiel Mittmann +
Russian@image html yes.gif78% + Dennis Prochko, Roman Rolinsky, - Vadim Zeitlin + Vadim Zeitlin, Andrew V. Samoilov
Serbian@image html no.gifZlatko RosandicSlovak77%Ivan Masar
Slovenian100% + Roman Plevel, + Martin Srebotnjak +
Spanish@image html yes.gif95% Guillermo Rodriguez Garcia, - JSJ + JSJ, + Francisco Vila, + Adrián González Alba
Swedish@image html yes.gif95% Jonas Rydberg, Kaj G Backas @@ -235,46 +319,63 @@ to foil spam robots, remove one \@ from them.
Turkish@image html yes.gif92% Hakki Dogusan
Ukrainian@image html yes.gifEugene Manko95% + Eugene Manko, + Yuri Chornoivan, + Ylia K +
Valencian (ca\@valencia)67%Robert Millan
Vietnamese100%Tran Ngoc Quan
-

+
@section page_translations_howtohelp How to help -wxWidgets uses the standard GNU gettext tools for i18n so if you are already -familiar with them you shouldn't have any problems with working on wxWidgets -translations. +wxWidgets uses the standard GNU +gettext tools for i18n so if you are already familiar with them you +shouldn't have any problems with working on wxWidgets translations. -Here are the the steps you should follow: +Here are the steps you should follow: -# Get the latest version of the file locale/wxstd.pot from the - wxWidgets source tree: if you're using + wxWidgets source tree: if you're using Subversion or the daily snapshots - you should already have it. - Otherwise you can always retrieve it directly from the cvs repository via the + you should already have it. + Otherwise you can always retrieve it directly from the Subversion repository via the Web interface. --# Rename it to XY.po where "XY" is the 2 letter - ISO 639-1 language code +-# Rename it to XY.po where "XY" is the 2 letter + ISO 639-2 language code for your language. -# Translate the strings in this file using either your favourite text editor or a specialized tool such as Vaclav Slavik's excellent - poEdit utility. + poEdit utility. -# Verify that your translations can at least be compiled (even if they are yet incomplete) by running msgfmt -v XY.po command: please note that you must use the -v option. In - particular, please fill the header fields because msgfmt doesn't + particular, please fill the header fields because @c msgfmt doesn't accept the default values for them. --# Send the finished translation to Vadim Zeitlin +-# Send the finished translation to Vadim Zeitlin and it will be added to the next wxWidgets release or snapshot. In addition, please consider subscribing to the very low volume