Re: [DOC-WEB] svn: /web/doc-editor/trunk/js/locale/ es.js fr.js
[email protected] (Yannick Torrès)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Hi Yago, When you found a typo in the key (not in the value), you must modify the corresponding source, like this : http://svn.php.net/viewvc/web/doc-editor/trunk/js/main.js?r1=306649&r2=306648&pathrev=306649 Anyways, thanks for this ;) Best, Yannick 2010/12/20 Yago Ferrer <[email protected]> > yago Mon, 20 Dec 2010 12:22:17 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=306496 > > Log: > Fixed typo: "want" with final t. > > Changed paths: > U web/doc-editor/trunk/js/locale/es.js > U web/doc-editor/trunk/js/locale/fr.js > > Modified: web/doc-editor/trunk/js/locale/es.js > =================================================================== > --- web/doc-editor/trunk/js/locale/es.js 2010-12-20 12:20:58 UTC > (rev 306495) > +++ web/doc-editor/trunk/js/locale/es.js 2010-12-20 12:22:17 UTC > (rev 306496) > @@ -29,7 +29,7 @@ > i18n["You have used characters that require the use of UTF-8 despite the > XML header.<br>Please delete these characters or change the header of the > XML file in UTF-8 ; i.e.:<br><br><center><i><?xml version=\"1.0\" > encoding=\"utf-8\"?></i></center>"] = "Ha usado caracteres que requieren > el uso de UTF-8 en el encabezado del XML.<br> Por favor elimine estos > caracteres o cambie el encabezado del fichero XML a UTF-8 > p.e.j:<br><br><center><i><?xml version=\"1.0\" > encoding=\"utf-8\"?></i></center>"; > i18n["It seems that you have inserted some tabs caracters into this file. > Please, replace each one by one space.<br>Tip: You can use the \"Re-indent > all this file\" button to replace all tabs by spaces."] = "Parece ser que ha > introducido algunos caracteres de tabulación en este fichero. Por favor > reemplacelos por espacios.<br>Pista: puede usar el botón \"re-formatear todo > el fichero\" para reemplazar todas las tabulaciones por espacios."; > > - i18n["You can't modify this file as it was modify by another user. > Contact an administrator if you wan to be able to modify it."] = "No puede > editar este fichero ya que fue modificado por otro usuario. Contacte con el > administrador si deasea poder anular esta restricción"; > + i18n["You can't modify this file as it was modify by another user. > Contact an administrator if you want to be able to modify it."] = "No puede > editar este fichero ya que fue modificado por otro usuario. Contacte con el > administrador si deasea poder anular esta restricción"; > > // In file: ../../js/ui/component/CheckDoc.js > i18n["Double-click the cell to open the file selection"] = "Doble clic en > la celda para abrir la selección de ficheros"; > > Modified: web/doc-editor/trunk/js/locale/fr.js > =================================================================== > --- web/doc-editor/trunk/js/locale/fr.js 2010-12-20 12:20:58 UTC > (rev 306495) > +++ web/doc-editor/trunk/js/locale/fr.js 2010-12-20 12:22:17 UTC > (rev 306496) > @@ -29,7 +29,7 @@ > i18n["You have used characters that require the use of UTF-8 despite the > XML header.<br>Please delete these characters or change the header of the > XML file in UTF-8 ; i.e.:<br><br><center><i><?xml version=\"1.0\" > encoding=\"utf-8\"?></i></center>"] = "Vous avez utilisé des caractères > qui nécessitent l'utilisation de l'encodage UTF-8 contrairement à ce > qu'indique l'ent-ête XML.<br>Veuillez supprimer ces caractères ou bien > indiquer l'utilisation de l'encodage UTF-8 dans l'en-tête XML, e.g. > :<br><br><center><i><?xml version=\"1.0\" > encoding=\"utf-8\"?></i></center>"; > i18n["It seems that you have inserted some tabs caracters into this file. > Please, replace each one by one space.<br>Tip: You can use the \"Re-indent > all this file\" button to replace all tabs by spaces."] = "Il semble que > vous ayez introduit des tabulations dans ce fichier. Vous devez les > remplacer par des espaces.<br>Astuce : Vous pouvez utiliser le bouton > \"Ré-indenter toutle fichier\" pour remplacer toutes les tabulations par des > espaces."; > > - i18n["You can't modify this file as it was modify by another user. > Contact an administrator if you wan to be able to modify it."] = "Vous ne > pouvez pas modifier ce fichier car il l\'a déjà été par un autre > utilisateur. Contactez un administrateur si vous voulez outrepasser cette > restriction."; > + i18n["You can't modify this file as it was modify by another user. > Contact an administrator if you want to be able to modify it."] = "Vous ne > pouvez pas modifier ce fichier car il l\'a déjà été par un autre > utilisateur. Contactez un administrateur si vous voulez outrepasser cette > restriction."; > > // In file: ../../js/ui/component/CheckDoc.js > i18n["Double-click the cell to open the file selection"] = > "Double-cliquez sur la cellule pour ouvrir la fenêtre de sélection de > fichiers"; > > > -- > Documentation Website Mailing List (http://doc.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >