- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Oct 2009 15:25:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/languages In directory hutz:/tmp/cvs-serv30504/WebContent/WEB-INF/languages Modified Files: fr.properties en.properties Log Message: added a new parameter (%2) to message_translation (which is referenced by message_incomplete_language, message_unavailable_language, and message_unavailable_requested_language) to redirect the user to the right translation form. Index: fr.properties =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/languages/fr.properties,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- fr.properties 12 Oct 2009 09:36:22 -0000 1.26 +++ fr.properties 12 Oct 2009 15:25:24 -0000 1.27 @@ -70,7 +70,7 @@ message_no_task=Aucune tâche spécifiée. Unicorn a utilisé sa tâche par défaut : "%1" message_unknown_task=Tâche inconnue "%1". Unicorn a utilisé sa tâche par défaut : "%2" -message_translation=Aidez-nous à <a href="./translations">traduire Unicorn</a> dans votre langue maternelle. +message_translation=Aidez-nous à <a href="./translations%2">traduire Unicorn</a> dans votre langue maternelle. message_incomplete_language=Cette traduction est incomplète. ${message_translation} message_unavailable_language=Unicorn n'est pas disponible dans votre langue préférée (%1). ${message_translation} message_unavailable_requested_language=Unicorn n'est pas disponible dans la langue demandée (%1). ${message_translation} Index: en.properties =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/languages/en.properties,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- en.properties 12 Oct 2009 09:36:23 -0000 1.27 +++ en.properties 12 Oct 2009 15:25:24 -0000 1.28 @@ -70,7 +70,7 @@ message_no_task=No task specified. Unicorn used its default task: "%1" message_unknown_task=Unknown task "%1". Unicorn used its default task: "%2" -message_translation=Help us <a href="./translations">translate Unicorn</a> into your native language. +message_translation=Help us <a href="./translations%2">translate Unicorn</a> into your native language. message_incomplete_language=This translation is incomplete. ${message_translation} message_unavailable_language=Unicorn is not available in your preferred language (%1). ${message_translation} message_unavailable_requested_language=Unicorn is not available in the language you requested (%1). ${message_translation} @@ -100,3 +100,4 @@ message_input_changed="%1" does not support %2 input method. Unicorn automatically adapted the request, but this observer results may be inaccurate. message_input_changed_long=Some HTTP headers may have been lost or changed and the observer may not be able to follow the links contained in your document. message_no_referer=Your request does not have a Referer header. +miss=miss \ No newline at end of file
Received on Monday, 12 October 2009 15:25:30 UTC