svn: /web/doc-editor/trunk/js/locale/ fr.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sat, 18 Dec 2010 21:06:25 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306444
Log:
Fix missing locale
Changed paths:
U web/doc-editor/trunk/js/locale/fr.js
Modified: web/doc-editor/trunk/js/locale/fr.js
===================================================================
--- web/doc-editor/trunk/js/locale/fr.js 2010-12-18 20:50:09 UTC (rev 306443)
+++ web/doc-editor/trunk/js/locale/fr.js 2010-12-18 21:06:25 UTC (rev 306444)
@@ -29,6 +29,8 @@
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.";
+
// 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";
i18n["Extension"] = "Extension";