svn: /web/doc-editor/trunk/js/ locale/fr.js main_override.js

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Tue, 08 Dec 2009 00:23:34 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291844

Log:
Fix i18n in main_override

Changed paths:
    U   web/doc-editor/trunk/js/locale/fr.js
    U   web/doc-editor/trunk/js/main_override.js

Modified: web/doc-editor/trunk/js/locale/fr.js
===================================================================
--- web/doc-editor/trunk/js/locale/fr.js	2009-12-08 00:01:49 UTC (rev 291843)
+++ web/doc-editor/trunk/js/locale/fr.js	2009-12-08 00:23:34 UTC (rev 291844)
@@ -10,6 +10,9 @@

 // Generic

+i18n["Close Tab"] = "Fermer cet onglet";
+i18n["Close Other Tabs"] = "Fermer tous les autres onglets";
+
 i18n["Error"] = "Erreur";
 i18n["The log message is required."] = "Le message pour l'historique est obligatoire.";


Modified: web/doc-editor/trunk/js/main_override.js
===================================================================
--- web/doc-editor/trunk/js/main_override.js	2009-12-08 00:01:49 UTC (rev 291843)
+++ web/doc-editor/trunk/js/main_override.js	2009-12-08 00:23:34 UTC (rev 291844)
@@ -9,14 +9,14 @@
         if (!menu) { // create context menu on first right click
             menu = new Ext.menu.Menu([{
                 id: tabs.id + '-close',
-                text: 'Close Tab',
+                text: _('Close Tab'),
                 handler: function(){
                     tabs.remove(ctxItem);
                 }
             }, {
                 id: tabs.id + '-close-others',
                 iconCls: 'closeOthersTabs',
-                text: 'Close Other Tabs',
+                text: _('Close Other Tabs'),
                 handler: function(){
                     tabs.items.each(function(item){
                         if (item.closable && item != ctxItem) {
@@ -227,4 +227,4 @@
             }
         }
     }
-});
\ No newline at end of file
+});
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.