summaryrefslogtreecommitdiffstats
path: root/po/fr_FR.po
AgeCommit message (Collapse)Author
2012-10-18Add Makefile target to update po filesGravatar Dirk Hohndel
This is a bit of a hack to make my life easier. make update-po-files will extract the translation strings and merge them with the existing translations - for all existing translations. For good measure this commit includes the latest update of the po files (but no new translations should be needed). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-18French translation updateGravatar Lubomir I. Ivanov
there is a missing % in one of the lines i think: po/fr_FR.po:62: 'msgstr' is not a valid C format string, unlike 'msgid'. Reason: The string refers to argument number 4 but ignores argument number 3. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-18Update French translationGravatar Pierre-Yves Chibon
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2012-10-18Update .po files for recent changesGravatar Dirk Hohndel
After Lubomir submitted the last set of localization fixes (ec1e1bf30c4f "info.c: set units for translation in the depth box" and 5e463168d2bb "dive.c: set some of units for localization") I apparently forgot to update all the .po files. This should NOT require any extra translation work unless in your target language the units are indeed replaced with something else. Otherwise the empty string "" simply triggers gettext to go with the original text. But after reading through the diff (boy do I know how to have fun) it appears that this caught and (I think) correctly fixed a mistake in the Finnish translation where an incorrect msgid had been used. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-18Update french translationGravatar Pierre-Yves Chibon
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-17Handle dates and a "calculated plural" in translationsGravatar Dirk Hohndel
This looks like a massive commit mainly because of the line number changes in the .po files. That sadly hides what really happened here: - the places where we manually build dates have now been localized - the one place where we did the English "calculated plural" has been modified so that it now can be correctly translated (in English this just adds an 's' to the noun if the number is != 1 - in other languages this tends to be much more complicated) I then updated the two German translations to take advantage of the new constructs. And while I was at it, I changed the translation Trip->Gruppe to Trip->Reise as that seemed much more appropriate. I also fixed another error in the German translation where I translated "dive time" as "Startzeit" - but in the context it was "Dauer". Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-16Update po/fr_FR.poGravatar jnoel
Update of the french translation file. Fuzzy mark update with single line. [Dirk Hohndel: removed Jacco and myself - we didn't do French] Signed-off-by: Jean-Noël Rouchon <jnoel@sissiou.net> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-15Update po/fr_FR.poGravatar jnoel
Just a few spelling corrections for fr_FR translation file Signed-off-by: Jean-Noël Rouchon <jnoel@sissiou.net>
2012-10-14Improve translationsGravatar Dirk Hohndel
- fix two missing strings in equipment.c (thanks to Tommi Saviranta for pointing this out) - add context for the translations of the Yearly/monthly statistics. The code for this ended up being incredibly ugly, but the gettext infrastructure really clashed with the way this is implemented. What I have now at least works (tested with the German translation) - merge the new strings into all the po files. The non-German translations need to be updated. Make sure you remove the "# , fuzzy" lines or the current Makefile will ignore those additions. - some minor cleanup of the po files (many listed the wrong language, all of them copied my incorrect use of PACKAGE (instead of saying "Subsurface"). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2012-10-12Created first french translation of SubsurfaceGravatar Pierre-Yves Chibon
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>