[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15072: Startup stuff really should be its own tab. Ugh, more string (in torbutton/trunk/src/chrome: content locale/ar locale/de-AT locale/de-CH locale/de-DE locale/el-GR locale/en-US locale/es locale/fa-IR locale/fr-FR locale/hr-HR locale/it-IT locale/nl-NL locale/pl-PL locale/pt-BR locale/ru locale/sl-SI locale/zh-CN locale/zh-TW)
Author: mikeperry
Date: 2008-06-09 01:08:49 -0400 (Mon, 09 Jun 2008)
New Revision: 15072
Modified:
torbutton/trunk/src/chrome/content/preferences.xul
torbutton/trunk/src/chrome/locale/ar/torbutton.dtd
torbutton/trunk/src/chrome/locale/de-AT/torbutton.dtd
torbutton/trunk/src/chrome/locale/de-CH/torbutton.dtd
torbutton/trunk/src/chrome/locale/de-DE/torbutton.dtd
torbutton/trunk/src/chrome/locale/el-GR/torbutton.dtd
torbutton/trunk/src/chrome/locale/en-US/torbutton.dtd
torbutton/trunk/src/chrome/locale/es/torbutton.dtd
torbutton/trunk/src/chrome/locale/fa-IR/torbutton.dtd
torbutton/trunk/src/chrome/locale/fr-FR/torbutton.dtd
torbutton/trunk/src/chrome/locale/hr-HR/torbutton.dtd
torbutton/trunk/src/chrome/locale/it-IT/torbutton.dtd
torbutton/trunk/src/chrome/locale/nl-NL/torbutton.dtd
torbutton/trunk/src/chrome/locale/pl-PL/torbutton.dtd
torbutton/trunk/src/chrome/locale/pt-BR/torbutton.dtd
torbutton/trunk/src/chrome/locale/ru/torbutton.dtd
torbutton/trunk/src/chrome/locale/sl-SI/torbutton.dtd
torbutton/trunk/src/chrome/locale/zh-CN/torbutton.dtd
torbutton/trunk/src/chrome/locale/zh-TW/torbutton.dtd
Log:
Startup stuff really should be its own tab. Ugh, more
strings..
Modified: torbutton/trunk/src/chrome/content/preferences.xul
===================================================================
--- torbutton/trunk/src/chrome/content/preferences.xul 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/content/preferences.xul 2008-06-09 05:08:49 UTC (rev 15072)
@@ -122,6 +122,7 @@
<tab label="&torbutton.prefs.forms;"/>
<tab label="&torbutton.prefs.cache;"/>
<tab label="&torbutton.prefs.cookies;"/>
+ <tab label="&torbutton.prefs.startup;"/>
<tab label="&torbutton.prefs.shutdown;"/>
<tab label="&torbutton.prefs.headers;"/>
</tabs>
@@ -209,29 +210,17 @@
oncommand="torbutton_prefs_set_field_attributes(document)"/>
</vbox>
</tabpanel>
- <tabpanel id="shutdown">
- <vbox>
- <radiogroup align="start" flex="1" id="torbutton_shutdownGroup">
- <radio id="torbutton_noShutdown"
- label="&torbutton.prefs.no_shutdown;"
- oncommand="torbutton_prefs_set_field_attributes(document)"/>
- <radio id="torbutton_torShutdown"
- label="&torbutton.prefs.tor_shutdown;"
- oncommand="torbutton_prefs_set_field_attributes(document)"/>
- <radio id="torbutton_allShutdown"
- label="&torbutton.prefs.all_shutdown;"
- oncommand="torbutton_prefs_set_field_attributes(document)"/>
- </radiogroup>
+ <tabpanel id="startup">
<!--
This shouldn't be a user-changeable pref. Unless something is broken,
it should always be true
<checkbox id="torbutton_reloadCrashedJar" label="&torbutton.prefs.reload_crashed_jar;"
oncommand="torbutton_prefs_set_field_attributes(document)"/>
-->
- <vbox flex="1">
+ <vbox>
<hbox>
<label value="&torbutton.prefs.startup_state;" control="torbutton_startupStateGroup"/>
- <radiogroup orient="horizontal" id="torbutton_startupStateGroup">
+ <radiogroup align="center" orient="horizontal" id="torbutton_startupStateGroup">
<radio id="torbutton_startTor"
label="&torbutton.prefs.tor;"
oncommand="torbutton_prefs_set_field_attributes(document)"/>
@@ -246,7 +235,7 @@
<hbox>
<label value="&torbutton.prefs.restore_tor;" control="torbutton_restoreTorGroup"/>
- <radiogroup orient="horizontal" id="torbutton_restoreTorGroup">
+ <radiogroup align="center" orient="horizontal" id="torbutton_restoreTorGroup">
<radio id="torbutton_restoreTor"
label="&torbutton.prefs.tor;"
oncommand="torbutton_prefs_set_field_attributes(document)"/>
@@ -258,9 +247,24 @@
<checkbox class="indent" id="torbutton_noTorSessionStore" label="&torbutton.prefs.notor_sessionstore;"
oncommand="torbutton_prefs_set_field_attributes(document)"/>
- </vbox>
</vbox>
</tabpanel>
+
+ <tabpanel id="shutdown">
+ <vbox>
+ <radiogroup id="torbutton_shutdownGroup">
+ <radio id="torbutton_noShutdown"
+ label="&torbutton.prefs.no_shutdown;"
+ oncommand="torbutton_prefs_set_field_attributes(document)"/>
+ <radio id="torbutton_torShutdown"
+ label="&torbutton.prefs.tor_shutdown;"
+ oncommand="torbutton_prefs_set_field_attributes(document)"/>
+ <radio id="torbutton_allShutdown"
+ label="&torbutton.prefs.all_shutdown;"
+ oncommand="torbutton_prefs_set_field_attributes(document)"/>
+ </radiogroup>
+ </vbox>
+ </tabpanel>
<tabpanel id="headers">
<vbox>
<checkbox id="torbutton_setUagent" label="&torbutton.prefs.set_uagent;"
Modified: torbutton/trunk/src/chrome/locale/ar/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/ar/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/ar/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/de-AT/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/de-AT/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/de-AT/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/de-CH/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/de-CH/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/de-CH/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/de-DE/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/de-DE/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/de-DE/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/el-GR/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/el-GR/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/el-GR/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/en-US/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/en-US/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/en-US/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -78,3 +78,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/es/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/es/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/es/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/fa-IR/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/fa-IR/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/fa-IR/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/fr-FR/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/fr-FR/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/fr-FR/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/hr-HR/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/hr-HR/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/hr-HR/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/it-IT/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/it-IT/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/it-IT/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -78,3 +78,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/nl-NL/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/nl-NL/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/nl-NL/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/pl-PL/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/pl-PL/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/pl-PL/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/pt-BR/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/pt-BR/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/pt-BR/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/ru/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/ru/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/ru/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/sl-SI/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/sl-SI/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/sl-SI/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/zh-CN/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/zh-CN/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/zh-CN/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
Modified: torbutton/trunk/src/chrome/locale/zh-TW/torbutton.dtd
===================================================================
--- torbutton/trunk/src/chrome/locale/zh-TW/torbutton.dtd 2008-06-09 04:45:45 UTC (rev 15071)
+++ torbutton/trunk/src/chrome/locale/zh-TW/torbutton.dtd 2008-06-09 05:08:49 UTC (rev 15072)
@@ -76,3 +76,4 @@
<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">