| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Firebug
Revision: 337
Author: max.v.stepanov
Date: 21 Jan 2008 10:20:18
Changes:Issue 427: fix untranslatable strings in UI
Files:| ... | ...@@ -10,7 +10,7 @@ | |
| 10 | 10 | windowtype="Firebug:ExternalEditors" |
| 11 | 11 | id="firebug-external-editors" |
| 12 | 12 | width="600" height="300" |
| 13 | title="Firebug Editors" | |
| 13 | title="&editors.Title;" | |
| 14 | 14 | onload="gEditorManager.init();" |
| 15 | 15 | onunload="gEditorManager.uninit();" |
| 16 | 16 | persist="screenX screenY width height"> |
| ... | ...@@ -10,7 +10,7 @@ | |
| 10 | 10 | buttons="accept,cancel" |
| 11 | 11 | id="firebug-external-editors-change" |
| 12 | 12 | width="400" height="200" |
| 13 | title="Editor Configuration" | |
| 13 | title="&changeEditor.Title;" | |
| 14 | 14 | onload="onLoad();" |
| 15 | 15 | ondialogaccept="return onAccept();" |
| 16 | 16 | persist="screenX screenY"> |
| ... | ...@@ -1,4 +1,5 @@ | |
| 1 | 1 | |
| 2 | <!ENTITY editors.Title "Firebug Editors"> | |
| 2 | 3 | <!ENTITY editors.Description "Configured Firebug Editors:"> |
| 3 | 4 | <!ENTITY editors.NameColumn "Editor"> |
| 4 | 5 | <!ENTITY editors.ExecutableColumn "Executable"> |
| ... | ...@@ -9,6 +10,8 @@ | |
| 9 | 10 | <!ENTITY change.label "Change"> |
| 10 | 11 | <!ENTITY close.label "Close"> |
| 11 | 12 | <!ENTITY browse.label "Browse..."> |
| 13 | ||
| 14 | <!ENTITY changeEditor.Title "Editor Configuration"> | |
| 12 | 15 | <!ENTITY changeEditor.Name "Name:"> |
| 13 | 16 | <!ENTITY changeEditor.Executable "Executable:"> |
| 14 | 17 | <!ENTITY changeEditor.CmdLine "Arguments:"> |