svn: /web/doc-editor/trunk/js/ locale/fr.js ui/component/EmailPrompt.js ui/component/PatchPrompt.js ui/component/PendingPatchGrid.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 14 Mar 2010 22:18:34 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296205
Log:
Fix fr locale & some WS
Changed paths:
U web/doc-editor/trunk/js/locale/fr.js
U web/doc-editor/trunk/js/ui/component/EmailPrompt.js
U web/doc-editor/trunk/js/ui/component/PatchPrompt.js
U web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js
Modified: web/doc-editor/trunk/js/locale/fr.js
===================================================================
--- web/doc-editor/trunk/js/locale/fr.js 2010-03-14 22:09:51 UTC (rev 296204)
+++ web/doc-editor/trunk/js/locale/fr.js 2010-03-14 22:18:34 UTC (rev 296205)
@@ -283,6 +283,7 @@
// In file: ../../js/ui/component/PatchPrompt.js
i18n["Do you want to be alerted ?"] = "Voulez-vous être averti ?";
i18n["Save"] = "Sauvegarder";
+ i18n["If you want to be notified when your patch will be dealt with, thank you to leave an email address below."] = "Si vous voulez être averti lors du traitement de votre patch, merci de laisser une adresse email ci-dessous.";
// In file: ../../js/ui/component/ExecDiff.js
Modified: web/doc-editor/trunk/js/ui/component/EmailPrompt.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/EmailPrompt.js 2010-03-14 22:09:51 UTC (rev 296204)
+++ web/doc-editor/trunk/js/ui/component/EmailPrompt.js 2010-03-14 22:18:34 UTC (rev 296205)
@@ -14,9 +14,9 @@
buttonAlign : 'center',
iconCls : 'iconSendEmail',
closeAction : 'hide',
- buttons : [{
- text : _('Send'),
- handler : function()
+ buttons : [{
+ text : _('Send'),
+ handler: function()
{
var win = this.ownerCt.ownerCt,
values = win.findByType('form').shift().getForm().getValues();
@@ -51,7 +51,7 @@
setData : function (name, email)
{
- this.name = name;
+ this.name = name;
this.email = email;
this.items.items[0].items.items[0].setValue('"' + this.name + '" <' + this.email + '>');
Modified: web/doc-editor/trunk/js/ui/component/PatchPrompt.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/PatchPrompt.js 2010-03-14 22:09:51 UTC (rev 296204)
+++ web/doc-editor/trunk/js/ui/component/PatchPrompt.js 2010-03-14 22:18:34 UTC (rev 296205)
@@ -22,8 +22,7 @@
xtype : 'panel',
baseCls : 'x-plain',
bodyStyle : 'padding-bottom: 10px;',
- html : _('If you want to be notified when your patch ' +
- 'will be dealt with, thank you to leave an email address below.')
+ html : _('If you want to be notified when your patch will be dealt with, thank you to leave an email address below.')
}, {
id : 'patch-email-alert',
xtype : 'textfield',
Modified: web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js 2010-03-14 22:09:51 UTC (rev 296204)
+++ web/doc-editor/trunk/js/ui/component/PendingPatchGrid.js 2010-03-14 22:18:34 UTC (rev 296205)
@@ -110,7 +110,7 @@
}, '-', {
scope : this,
text : _('Reject this patch'),
- disabled : (PhDOE.userLogin === 'anonymous'),
+ disabled: (PhDOE.userLogin === 'anonymous'),
iconCls : 'iconTrash',
handler : function()
{