svn: /web/doc-editor/trunk/js/ locale/fr.js ui/component/MainMenu.js

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Sat, 12 Dec 2009 20:41:17 +0000

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

Log:
Fix locale

Changed paths:
    U   web/doc-editor/trunk/js/locale/fr.js
    U   web/doc-editor/trunk/js/ui/component/MainMenu.js

Modified: web/doc-editor/trunk/js/locale/fr.js
===================================================================
--- web/doc-editor/trunk/js/locale/fr.js	2009-12-12 20:38:16 UTC (rev 292046)
+++ web/doc-editor/trunk/js/locale/fr.js	2009-12-12 20:41:17 UTC (rev 292047)
@@ -10,6 +10,9 @@

 // Generic

+i18n["Report bugs"] = "Rapporter un bogue";
+i18n["Documentation"] = "Documentation";
+
 i18n["Close Tab"] = "Fermer cet onglet";
 i18n["Close Other Tabs"] = "Fermer tous les autres onglets";


Modified: web/doc-editor/trunk/js/ui/component/MainMenu.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/MainMenu.js	2009-12-12 20:38:16 UTC (rev 292046)
+++ web/doc-editor/trunk/js/ui/component/MainMenu.js	2009-12-12 20:41:17 UTC (rev 292047)
@@ -205,7 +205,7 @@
                             listeners : {
                                 documentloaded : function(frame)
                                 {
-                                    frame.ownerCt.setTitle('Report bugs');
+                                    frame.ownerCt.setTitle(_('Report bugs'));
                                 }
                             }
                         });
@@ -234,7 +234,7 @@
                             listeners : {
                                 documentloaded : function(frame)
                                 {
-                                    frame.ownerCt.setTitle('Documentation');
+                                    frame.ownerCt.setTitle(_('Documentation'));
                                 }
                             }
                         });
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.