зеркало из https://github.com/mozilla/gecko-dev.git
bug 346798 - New descriptions for DOMi and talkback in NSIS. patch by reed, r=rob_strong,ui=beltzner,a181=beltzner
This commit is contained in:
Родитель
23b6c96964
Коммит
6c76325258
|
@ -50,10 +50,10 @@ OPTIONAL_COMPONENTS_TITLE=Choose Optional Components
|
|||
OPTIONAL_COMPONENTS_SUBTITLE=Choose which features of $(^NameDA) you want to install.
|
||||
OPTIONAL_COMPONENTS_LABEL=Optional Components:
|
||||
APP_DESC=Required files for the ${BrandShortName} application
|
||||
DEV_TOOLS_TITLE=Developer Tools
|
||||
DEV_TOOLS_DESC=A tool for inspecting the DOM of HTML, XUL, and XML pages, including the browser chrome.
|
||||
DOMI_TITLE=DOM Inspector
|
||||
DOMI_TEXT=Inspects the structure and properties of a window and its contents.
|
||||
QFA_TITLE=Quality Feedback Agent
|
||||
QFA_DESC=A tool for submitting crash reports to Mozilla.org.
|
||||
QFA_TEXT=Sends information about program crashes to Mozilla.
|
||||
OPTIONS=$(^NameDA) &Options
|
||||
SAFE_MODE=Safe Mode
|
||||
OPTIONS_PAGE_TITLE=Setup Type
|
||||
|
|
|
@ -207,7 +207,7 @@ Exch $R9 ; exchange the new $R9 value with the top of the stack
|
|||
StrCpy $R1 2
|
||||
${If} ${FileExists} "$EXEDIR\optional\extensions\inspector@mozilla.org"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Type "checkbox"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Text "$(DEV_TOOLS_TITLE)"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Text "$(DOMI_TITLE)"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Left "15"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Right "-1"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Top "20"
|
||||
|
@ -230,7 +230,7 @@ Exch $R9 ; exchange the new $R9 value with the top of the stack
|
|||
|
||||
${If} ${FileExists} "$EXEDIR\optional\extensions\inspector@mozilla.org"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Type "label"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Text "$(DEV_TOOLS_DESC)"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Text "$(DOMI_TEXT)"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Left "30"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Right "-1"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Top "32"
|
||||
|
@ -240,7 +240,7 @@ Exch $R9 ; exchange the new $R9 value with the top of the stack
|
|||
|
||||
${If} ${FileExists} "$EXEDIR\optional\extensions\talkback@mozilla.org"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Type "label"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Text "$(QFA_DESC)"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Text "$(QFA_TEXT)"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Left "30"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Right "-1"
|
||||
WriteINIStr "$PLUGINSDIR\components.ini" "Field $R1" Top "67"
|
||||
|
|
Загрузка…
Ссылка в новой задаче