Commit Graph

471 Commits

Author SHA1 Message Date
James Pan
a35d8b932c Fix errors and inconsistent terms in zh_TW translations 2021-07-19 14:46:51 +02:00
Andrius Balsevičius
3c65bdedf1 Update Lithuanian translations
Also remove some incorrect "fuzzy" translations.
2021-07-15 19:39:08 +02:00
James Pan
31d04f0396 Update Traditional Chinese translations 2021-07-14 22:39:27 +02:00
PB
3aed157e19 Update Czech translations
Closes https://github.com/wxWidgets/wxWidgets/pull/2410
2021-07-03 14:31:36 +01:00
DINAKAR T.D
2ec60e8103 Update Tamil translations 2021-06-26 17:06:29 +02:00
Vadim Zeitlin
f0cbb1ffdd Update all message catalogs and sort them
Regenerate the files after the changes of 232d1c1156 (Feed sorted output
to xargs when generating wxstd.pot, 2021-01-23) which added sorting.

This results in tons of changes, but had to be done sooner or later and
now seems like not the worst moment to do it.
2021-06-15 17:49:08 +02:00
milotype
cd856d66fc Update Croatian translation hr.po
Closes https://github.com/wxWidgets/wxWidgets/pull/2390
2021-06-10 01:02:49 +02:00
Gérard DURAND
41d36f7011 Update French translations
Closes #19123.
2021-03-28 03:30:17 +02:00
Dummy
e180baa6df Correct German translation of 'A5 sheet'
Fix typo in the format name.

Closes #19121.
2021-03-25 16:19:28 +01:00
Felipe
84cb12d23b Update Portuguese translations 2021-02-20 13:23:25 +01:00
Vadim Zeitlin
b99c88767d Regenerated wxstd.pot using the new xgettext options
No real changes, ignore the huge diff which is due to reordering of all
the strings in this file after the changes of 87c56c7c1d (Do not sort
content of generated POT files alphabetically, 2021-01-23).

See https://github.com/wxWidgets/wxWidgets/pull/2214
2021-02-08 12:51:24 +01:00
Vadim Zeitlin
e539cb69bb Remove platform-specific translations support
As shown by the fact that no other platform-specific translations were
ever added since the initial version of locale/msw/it.po added way back
in 4d931bcca0 (Translate '&Help' to '&' for italian Windows only,
2005-08-12), this is not especially useful, so just handle this
particular case specially in wxGetStockLabel() and remove support for
platform-specific translations.

This allows to simplify the makefiles and the catalog loading code as
there is no need to deal with the files in subdirectories any more.
2021-02-07 00:06:21 +01:00
Vadim Zeitlin
b5282c682f Recognize wxGETTEXT_IN_CONTEXT macros in wx sources
Tell xgettext to extract the strings appearing inside
wxGETTEXT_IN_CONTEXT and wxGETTEXT_IN_CONTEXT_PLURAL too.
2021-02-06 15:15:29 +01:00
Vadim Zeitlin
94ee588e76 Add an almost empty message catalog with Georgian translations
Surprisingly, we had Georgian translations for the internat sample, but
not for wx itself.

Extract a couple of strings that were present in the sample catalog for
the string defined in wx into the main catalog for tidiness.
2021-02-06 14:58:10 +01:00
Lauri Nurmi
232d1c1156 Feed sorted output to xargs when generating wxstd.pot
The `find' command isn't generally guaranteed to output filenames in
particular order, and without sorting, the resulting .pot from identical
input files could have its source line comment entries in different order
depending on what OS and filesystem it was generated on.

Co-authored-by: VZ <vz-github@zeitlins.org>
2021-02-05 00:50:33 +02:00
Lauri Nurmi
87c56c7c1d Do not sort content of generated POT files alphabetically
Sorting is discouraged even by the GNU gettext documentation:
https://www.gnu.org/software/gettext/manual/html_node/xgettext-Invocation.html#Output-details

Alphabetical order means related messages that are close to each other
in a source file are likely to be far far away from each other in the .po
file that a translator works on.

Sorting was added in ea8849aaf6 (updated to use msgmerge, 2000-03-07)
2021-02-04 23:01:07 +02:00
Kaya Zeren
0157ea11a1
Turkish translation update
Turkish translation update
2021-01-22 02:19:06 +03:00
Lauri Nurmi
3305da5e70 Update all message catalogs with new strings
First time in nearly 4 years. Some 80 new strings
have been added meanwhile.

Ran "make -C locale allpo".
2021-01-21 13:39:09 +02:00
Lauri Nurmi
9e4b1571b1 Extract translatable strings from Obj-C++ files (.mm) also
Until now any translatable strings inside .mm files were ignored,
and half a dozen of them didn't appear anywhere else, and thus
remained untranslated.
2021-01-21 13:39:08 +02:00
jozef m
48d0b53c0c Update Slovak translations 2020-10-19 13:04:35 +02:00
Gideon van Melle
8f1523e610 Update Dutch translations 2020-10-15 17:07:45 +02:00
Ali Asady
15a4375f93 Add beginning of Persian translations from Ali Asady 2020-07-17 16:02:38 +02:00
gerard-durand
604e64a519 Small improvements in French translation
Closes https://github.com/wxWidgets/wxWidgets/pull/1913
2020-06-28 18:34:38 +02:00
Hertatijanto Hartono
04f4ac32b1 Remove inconsistencies and updates to Indonesian translation
Closes https://github.com/wxWidgets/wxWidgets/pull/1907
2020-06-26 22:22:26 +02:00
Hertatijanto Hartono
858f705058 Update translation for Indonesian language 2020-06-19 21:08:26 +07:00
Eduard Ereza Martínez
51d73c52c4 Bring Catalan translation up to date 2020-02-17 15:44:50 +01:00
pan93412
2d89c3fad0 Updaye zh_TW translations
Closes https://github.com/wxWidgets/wxWidgets/pull/1714
2020-01-20 20:54:49 +01:00
ExplorerLog
4636c563c7 Fix "Quit" menu item help translation to zh_CN
Closes https://github.com/wxWidgets/wxWidgets/pull/1706.

Closes https://github.com/wxWidgets/Phoenix/issues/1484.
2020-01-15 12:23:33 +01:00
Besnik Bleta
e19e9bce79 Translate more messages for Albanian 2019-11-04 00:10:51 +01:00
Dummy
5eef7382bc Correct Italian translation of "Shift"
This notably prevented accelerators using Shift from working when using
Italian translations.

Closes #18541.
2019-10-25 14:45:43 +02:00
Besnik Bleta
60bb1a356d Update Albanian translations 2019-10-08 19:03:36 +02:00
Walter Cheuk
9aef9e59fc Traditional Chinese translations update from Walter Cheuk 2019-06-28 13:42:33 +02:00
Vadim Zeitlin
dab230a3be Fix more wxHtmlHelpWindow-related German translations
See #18409.
2019-06-06 17:10:24 +02:00
Dummy
4ea7e2ecdd Fix wrong German translation of "Next page"
Closes #18409.
2019-06-06 13:46:02 +02:00
Vadim Zeitlin
96422fde4d Also use wx-translators@wxwidgets.org instead of @wxwindows.org
As with the previous commit, the old email address is not available any
more since a long time, so replace all mentions of it.
2019-04-22 14:14:10 +02:00
milotype
755906a431 Update Croation translations
Closes https://github.com/wxWidgets/wxWidgets/pull/1284
2019-04-08 14:33:26 +02:00
milotype
433f307a27
Update hr.po
Minor translation corrections, typgraphic corrections
2019-03-16 21:52:55 +01:00
milotype
cbf3a826da
Update de.po
File completion (100%), minor translation corrections, typgraphic corrections
2019-03-16 21:52:05 +01:00
milotype
7a5e649b9e Add Croatian translation by Milo Ivir
Closes http://www.wxwidgets.org/about/translations/
2019-03-11 00:42:52 +01:00
Alexander Kovalenko
df87960bfc Russian translations update from Alexander Kovalenko 2018-09-07 18:48:56 +02:00
Felipe
0c4c5a2aa9 Update Brazilian Portuguese translations
Now 100% complete.
2018-03-19 00:34:06 +01:00
Martin Srebotnjak
8fe3745b14 Complete Slovenian translations
All messages are translated now.
2017-11-07 13:03:37 +01:00
PB
229c69d891 Czech translations update from pbfordev
Closes https://github.com/wxWidgets/wxWidgets/pull/559
2017-09-27 14:26:07 +02:00
Kaya Zeren
c82a0b82a2 Turkish translations update 2017-08-14 01:51:50 +02:00
Adolfo Jayme Barrientos
0b572a67c1 Update Spanish translation
Closes https://github.com/wxWidgets/wxWidgets/pull/535
2017-08-10 00:28:27 +02:00
ROBERTO
9229777535 Update Italian translation
Update Italian translation (add new strings/revised previous strings)

Closes https://github.com/wxWidgets/wxWidgets/pull/531
2017-08-03 18:17:00 +02:00
scootergrisen
132ad714c5 Complee Danish translation 2017-07-27 13:39:03 +02:00
Vadim Zeitlin
33b0a70401 Fix missing quote in message catalogs in the last commit
Oops, the command in the previous commit message should have been

        sed -i'' -e '/^"Project-Id-Version/s/: wx.*/: wxWidgets 3.1\\n"/' locale/*.po~wxstd.po

but the last quote was forgotten.
2017-05-21 14:31:05 +02:00
Vadim Zeitlin
c7fc941f6c Use version 3.1 in all message catalogs
Updated automatically, using the following command

	sed -i'' -e '/^"Project-Id-Version/s/: wx.*/: wxWidgets 3.1\\n/' locale/*.po~wxstd.po

("~" pattern is a zsh extension).
2017-05-21 14:28:43 +02:00
Vadim Zeitlin
e4ef6aa82f Update all message catalogs with new strings
Just run "make -C locale allpo".
2017-05-21 14:26:22 +02:00