Fix installer message
authorMasaki Katakai <masaki@netbeans.org>
Fri, 04 Sep 2009 20:38:08 +0900
changeset 1388a00b6ebe7692
parent 1387 696d5223ba09
child 1389 38f13b7e35f6
Fix installer message
src/ca/other/installer/engine/branding/jdk/src/data/engine_ca.properties
src/ca/other/installer/engine/branding/jtb/src/data/engine_ca.properties
src/ca/other/installer/engine/branding/mysql/src/data/engine_ca.properties
src/ca/other/installer/engine/src/data/engine_ca.properties
src/ca/other/installer/engine/src/org/netbeans/installer/wizard/components/panels/netbeans/Bundle_ca.properties
src/ca/other/nbi/engine/src/org/netbeans/installer/wizard/components/panels/Bundle_ca.properties
     1.1 --- a/src/ca/other/installer/engine/branding/jdk/src/data/engine_ca.properties	Fri Sep 04 20:27:56 2009 +0900
     1.2 +++ b/src/ca/other/installer/engine/branding/jdk/src/data/engine_ca.properties	Fri Sep 04 20:38:08 2009 +0900
     1.3 @@ -62,17 +62,17 @@
     1.4  nbi.wizard.ui.swing.frame.head.left.image=resource:org/netbeans/installer/wizard/wizard-title-left.png
     1.5  
     1.6  #NOI18N
     1.7 -nbi.wizard.ui.swing.frame.resizable=cert
     1.8 +nbi.wizard.ui.swing.frame.resizable=true
     1.9  
    1.10  #NOI18N
    1.11 -nbi.product.remove.corrupted.products.silently=cert
    1.12 +nbi.product.remove.corrupted.products.silently=true
    1.13  
    1.14  #NOI18N
    1.15 -servicetag.allow.create=cert
    1.16 +servicetag.allow.create=true
    1.17  #NOI18N
    1.18 -servicetag.allow.register=cert
    1.19 +servicetag.allow.register=true
    1.20  #NOI18N
    1.21 -show.uninstallation.survey=cert
    1.22 +show.uninstallation.survey=true
    1.23  
    1.24  #NOI18N
    1.25  nbi.wizard.ui.swing.frame.width.default=600
     2.1 --- a/src/ca/other/installer/engine/branding/jtb/src/data/engine_ca.properties	Fri Sep 04 20:27:56 2009 +0900
     2.2 +++ b/src/ca/other/installer/engine/branding/jtb/src/data/engine_ca.properties	Fri Sep 04 20:38:08 2009 +0900
     2.3 @@ -66,16 +66,16 @@
     2.4  nbi.wizard.ui.swing.frame.head.left.image=resource:org/netbeans/installer/wizard/wizard-title-left.png
     2.5  
     2.6  #NOI18N
     2.7 -nbi.wizard.ui.swing.frame.resizable=cert
     2.8 +nbi.wizard.ui.swing.frame.resizable=true
     2.9  #NOI18N
    2.10 -nbi.product.remove.corrupted.products.silently=cert
    2.11 +nbi.product.remove.corrupted.products.silently=true
    2.12  
    2.13  #NOI18N
    2.14 -servicetag.allow.create=cert
    2.15 +servicetag.allow.create=true
    2.16  #NOI18N
    2.17 -servicetag.allow.register=cert
    2.18 +servicetag.allow.register=true
    2.19  #NOI18N
    2.20 -show.uninstallation.survey=cert
    2.21 +show.uninstallation.survey=true
    2.22  
    2.23  #NOI18N
    2.24  nbi.wizard.ui.swing.frame.width.default=600
     3.1 --- a/src/ca/other/installer/engine/branding/mysql/src/data/engine_ca.properties	Fri Sep 04 20:27:56 2009 +0900
     3.2 +++ b/src/ca/other/installer/engine/branding/mysql/src/data/engine_ca.properties	Fri Sep 04 20:38:08 2009 +0900
     3.3 @@ -67,16 +67,16 @@
     3.4  nbi.wizard.ui.swing.frame.head.left.image=resource:org/netbeans/installer/wizard/wizard-title-left.png
     3.5  
     3.6  #NOI18N
     3.7 -nbi.wizard.ui.swing.frame.resizable=fals
     3.8 +nbi.wizard.ui.swing.frame.resizable=false
     3.9  #NOI18N
    3.10 -nbi.product.remove.corrupted.products.silently=cert
    3.11 +nbi.product.remove.corrupted.products.silently=true
    3.12  
    3.13  #NOI18N
    3.14 -servicetag.allow.create=cert
    3.15 +servicetag.allow.create=null
    3.16  #NOI18N
    3.17 -servicetag.allow.register=cert
    3.18 +servicetag.allow.register=null
    3.19  #NOI18N
    3.20 -show.uninstallation.survey=cert
    3.21 +show.uninstallation.survey=true
    3.22  
    3.23  #NOI18N
    3.24  nbi.wizard.ui.swing.frame.width.default=600
     4.1 --- a/src/ca/other/installer/engine/src/data/engine_ca.properties	Fri Sep 04 20:27:56 2009 +0900
     4.2 +++ b/src/ca/other/installer/engine/src/data/engine_ca.properties	Fri Sep 04 20:38:08 2009 +0900
     4.3 @@ -67,12 +67,12 @@
     4.4  nbi.wizard.ui.swing.welcome.left.bottom.image=resource:org/netbeans/installer/wizard/components/panels/netbeans/resources/welcome-left-bottom.png
     4.5  
     4.6  #NOI18N
     4.7 -nbi.product.remove.corrupted.products.silently=cert
     4.8 +nbi.product.remove.corrupted.products.silently=true
     4.9  
    4.10  #NOI18N
    4.11 -servicetag.allow.create=cert
    4.12 +servicetag.allow.create=true
    4.13  #NOI18N
    4.14 -servicetag.allow.register=cert
    4.15 +servicetag.allow.register=null
    4.16  #NOI18N
    4.17  show.uninstallation.survey=cert
    4.18  
     5.1 --- a/src/ca/other/installer/engine/src/org/netbeans/installer/wizard/components/panels/netbeans/Bundle_ca.properties	Fri Sep 04 20:27:56 2009 +0900
     5.2 +++ b/src/ca/other/installer/engine/src/org/netbeans/installer/wizard/components/panels/netbeans/Bundle_ca.properties	Fri Sep 04 20:38:08 2009 +0900
     5.3 @@ -86,7 +86,7 @@
     5.4  NPoISP.message.netbeans.text.unix=To launch the IDE, use the NetBeans desktop icon.\n\nTo change installed components and add NetBeans plugins, use Plugin Manager that is an integral part of NetBeans IDE.
     5.5  NPoISP.message.netbeans.text.macosx=To launch the IDE, use the NetBeans dock icon.\n\nTo change installed components and add NetBeans plugins, use Plugin Manager that is an integral part of NetBeans IDE.
     5.6  #NOI18N
     5.7 -NPoISP.message.netbeans.content.type=text/pla
     5.8 +NPoISP.message.netbeans.content.type=text/plain
     5.9  
    5.10  #NOI18N
    5.11  NPoISP.message.registration.netbeans=NetBeans IDE
    5.12 @@ -190,7 +190,7 @@
    5.13  #NOI18N
    5.14  NWP.component.description.text={0}
    5.15  #NOI18N
    5.16 -NWP.component.description.content.type=text/pla
    5.17 +NWP.component.description.content.type=text/plain
    5.18  NWP.sizes.label.text=Installation size: {0}     Download Size: {1}
    5.19  NWP.sizes.label.text.no.download=Installation size: {0}
    5.20  
     6.1 --- a/src/ca/other/nbi/engine/src/org/netbeans/installer/wizard/components/panels/Bundle_ca.properties	Fri Sep 04 20:27:56 2009 +0900
     6.2 +++ b/src/ca/other/nbi/engine/src/org/netbeans/installer/wizard/components/panels/Bundle_ca.properties	Fri Sep 04 20:38:08 2009 +0900
     6.3 @@ -56,7 +56,7 @@
     6.4  #NOI18N
     6.5  CSP.component.description.text={0}
     6.6  #NOI18N
     6.7 -CSP.component.description.content.type=text/pla
     6.8 +CSP.component.description.content.type=text/plain
     6.9  CSP.sizes.label.text=Installation size: {0}     Download Size: {1}
    6.10  CSP.sizes.label.text.no.download=Installation size: {0}
    6.11  
    6.12 @@ -148,20 +148,20 @@
    6.13  
    6.14  PoCBSP.message.success.text=The installation wizard has successfully performed the selected actions.
    6.15  #NOI18N
    6.16 -PoCBSP.message.success.content.type=text/pla
    6.17 +PoCBSP.message.success.content.type=text/plain
    6.18  PoCBSP.message.errors.text=Some errors were encountered in the course of bundle creation process.
    6.19  #NOI18N
    6.20 -PoCBSP.message.errors.content.type=text/pla
    6.21 +PoCBSP.message.errors.content.type=text/plain
    6.22  PoCBSP.successfully.bundled.components.label.text=The following components were successfully bundled:
    6.23  #NOI18N
    6.24  PoCBSP.successfully.bundled.components.text={0}
    6.25  #NOI18N
    6.26 -PoCBSP.successfully.bundled.components.content.type=text/pla
    6.27 +PoCBSP.successfully.bundled.components.content.type=text/plain
    6.28  PoCBSP.components.failed.to.bundle.label.text=The following components failed to be bundled:
    6.29  #NOI18N
    6.30  PoCBSP.components.failed.to.bundle.text={0}
    6.31  #NOI18N
    6.32 -PoCBSP.components.failed.to.bundle.content.type=text/pla
    6.33 +PoCBSP.components.failed.to.bundle.content.type=text/plain
    6.34  PoCBSP.view.log.button.text=View &Log
    6.35  PoCBSP.send.log.button.text=&Send Log
    6.36  PoCBSP.components.list.separator=, 
    6.37 @@ -172,49 +172,49 @@
    6.38  
    6.39  PoISP.message.success.text=The installation wizard has successfully performed the selected actions.
    6.40  #NOI18N
    6.41 -PoISP.message.success.content.type=text/pla
    6.42 +PoISP.message.success.content.type=text/plain
    6.43  PoISP.message.warnings.text=Some warnings were encountered in the course of installation/uninstallation process.
    6.44  #NOI18N
    6.45 -PoISP.message.warnings.content.type=text/pla
    6.46 +PoISP.message.warnings.content.type=text/plain
    6.47  PoISP.message.errors.text=Some errors were encountered in the course of installation/uninstallation process.
    6.48  #NOI18N
    6.49 -PoISP.message.errors.content.type=text/pla
    6.50 +PoISP.message.errors.content.type=text/plain
    6.51  
    6.52  PoISP.successfully.installed.label.text=The following components were successfully installed:
    6.53  #NOI18N
    6.54  PoISP.successfully.installed.text={0}
    6.55  #NOI18N
    6.56 -PoISP.successfully.installed.content.type=text/pla
    6.57 +PoISP.successfully.installed.content.type=text/plain
    6.58  
    6.59  PoISP.installed.with.warnings.label.text=The following components installed with warnings:
    6.60  #NOI18N
    6.61  PoISP.installed.with.warnings.text={0}
    6.62  #NOI18N
    6.63 -PoISP.installed.with.warnings.content.type=text/pla
    6.64 +PoISP.installed.with.warnings.content.type=text/plain
    6.65  
    6.66  PoISP.failed.to.install.label.text=The following components failed to install:
    6.67  #NOI18N
    6.68  PoISP.failed.to.install.text={0}
    6.69  #NOI18N
    6.70 -PoISP.failed.to.install.content.type=text/pla
    6.71 +PoISP.failed.to.install.content.type=text/plain
    6.72  
    6.73  PoISP.successfully.uninstalled.label.text=The following components were successfully uninstalled:
    6.74  #NOI18N
    6.75  PoISP.successfully.uninstalled.text={0}
    6.76  #NOI18N
    6.77 -PoISP.successfully.uninstalled.content.type=text/pla
    6.78 +PoISP.successfully.uninstalled.content.type=text/plain
    6.79  
    6.80  PoISP.uninstalled.with.warnings.label.text=The following components uninstalled with warnings:
    6.81  #NOI18N
    6.82  PoISP.uninstalled.with.warnings.text={0}
    6.83  #NOI18N
    6.84 -PoISP.uninstalled.with.warnings.content.type=text/pla
    6.85 +PoISP.uninstalled.with.warnings.content.type=text/plain
    6.86  
    6.87  PoISP.failed.to.uninstall.label.text=The following components failed to uninstall:
    6.88  #NOI18N
    6.89  PoISP.failed.to.uninstall.text={0}
    6.90  #NOI18N
    6.91 -PoISP.failed.to.uninstall.content.type=text/pla
    6.92 +PoISP.failed.to.uninstall.content.type=text/plain
    6.93  
    6.94  PoISP.view.details.button.text=View &Details
    6.95  PoISP.view.log.button.text=View &Log
    6.96 @@ -232,11 +232,11 @@
    6.97  
    6.98  PrCBSPmessage.text=The wizard has collected all required data to proceed with creating of the bundle. Please review your choice. To continue, click Next.
    6.99  #NOI18N
   6.100 -PrCBSPmessage.content.type=text/pla
   6.101 +PrCBSPmessage.content.type=text/plain
   6.102  PrCBSPcomponents.to.bundle.label.text=You chose to create a bundle with the following components:
   6.103  PrCBSPcomponents.to.bundle.text={0}.
   6.104  #NOI18N
   6.105 -PrCBSPcomponents.to.bundle.content.type=text/pla
   6.106 +PrCBSPcomponents.to.bundle.content.type=text/plain
   6.107  PrCBSPcomponents.list.separator=, 
   6.108  PrCBSPdownload.size.label.text=Total download size: {0}
   6.109  PrCBSPrequired.disk.space.label.text=Required disk space: {0}
   6.110 @@ -248,14 +248,14 @@
   6.111  
   6.112  PrISP.message.text=The installation wizard has collected all required data to proceed with installation/uninstallation of the selected components. Please review your choice. To continue, click Next.
   6.113  #NOI18N
   6.114 -PrISP.message.content.type=text/pla
   6.115 +PrISP.message.content.type=text/plain
   6.116  PrISP.components.to.install.label.text=You chose to install the following components:
   6.117  PrISP.components.to.install.text={0}.
   6.118  PrISP.components.to.install.content.type=text/pla
   6.119  PrISP.components.to.uninstall.label.text=You chose to uninstall the following components:
   6.120  PrISP.components.to.uninstall.text={0}.
   6.121  #NOI18N
   6.122 -PrISP.components.to.uninstall.content.type=text/pla
   6.123 +PrISP.components.to.uninstall.content.type=text/plain
   6.124  PrISP.components.list.separator=, 
   6.125  
   6.126  PrISP.download.size.label.text=Total download size: {0}
   6.127 @@ -286,7 +286,7 @@
   6.128  # TextPanel.java
   6.129  TP.text=<Sense Text>
   6.130  #NOI18N
   6.131 -TP.content.type=text/pla
   6.132 +TP.content.type=text/plain
   6.133  
   6.134  
   6.135  ################################################################################