svn: /web/doc-editor/trunk/js/ locale/fr.js ui/component/MainPanel.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 14 Mar 2010 14:57:49 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296185
Log:
Fix fr locale
Changed paths:
U web/doc-editor/trunk/js/locale/fr.js
U web/doc-editor/trunk/js/ui/component/MainPanel.js
Modified: web/doc-editor/trunk/js/locale/fr.js
===================================================================
--- web/doc-editor/trunk/js/locale/fr.js 2010-03-14 13:17:45 UTC (rev 296184)
+++ web/doc-editor/trunk/js/locale/fr.js 2010-03-14 14:57:49 UTC (rev 296185)
@@ -167,6 +167,7 @@
// In file: ../../js/ui/component/MainPanel.js
i18n["Confirm"] = "Confirmation";
+ i18n["This file has been modified without being saved.<br/>Do you really want to close?"] = "Ce fichier a été modifié sans être sauvegardé.<br/>Voulez-vous vraiment fermer cet onglet ?";
// In file: ../../js/ui/component/FilePanel.js
Modified: web/doc-editor/trunk/js/ui/component/MainPanel.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/MainPanel.js 2010-03-14 13:17:45 UTC (rev 296184)
+++ web/doc-editor/trunk/js/ui/component/MainPanel.js 2010-03-14 14:57:49 UTC (rev 296185)
@@ -93,8 +93,7 @@
Ext.Msg.show({
scope : this,
title : _('Confirm'),
- msg : _('This file has been modified without being saved.<br/>' +
- 'Do you really want to close?'),
+ msg : _('This file has been modified without being saved.<br/>Do you really want to close?'),
buttons : Ext.Msg.YESNO,
icon : Ext.Msg.QUESTION,
fn : function(btn, text)