Q/A not happy on L10n fr_FR (a few en_US left)

This commit is contained in:
scientific-coder 2013-03-03 23:02:53 +01:00 committed by Peter Cottle
parent 7526f1fb4d
commit 2d67c65008

View file

@ -230,6 +230,7 @@ exports.strings = {
///////////////////////////////////////////////////////////////////////////
'solved-map-reset': {
'__desc__': 'When you reset the solved map to clear your solved history, in case someone else wants to use your browser',
'fr_FR': 'La carte des solutions a été effacée, vous repartez de zéro !',
'en_US': 'Solved map was reset, you are starting from a clean slate!'
},
///////////////////////////////////////////////////////////////////////////
@ -340,6 +341,7 @@ exports.strings = {
///////////////////////////////////////////////////////////////////////////
'error-untranslated': {
'__desc__': 'The general error when we encounter a dialog that is not translated',
'fr_FR': 'Ce message n\'a pas encore été traduit dans votre langue :( Venez sur Github aider à la traduction !',
'en_US': 'This dialog or text is not yet translated in your locale :( Hop on github to aid in translation!'
}
};