[Pkg-mozext-commits] [automatic-save-folder] 24/133: Change : Allow all the text on option tab & dynamic tab to be fully wrap-able.
David Prévot
taffit at moszumanska.debian.org
Mon Apr 27 20:33:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch wip
in repository automatic-save-folder.
commit d45b2c2f6477352b1687ea03a5def4713726d96b
Author: Cyan <Cyan at d0063192-6b2e-11de-89a9-0b20f3e2dceb>
Date: Mon Nov 2 20:08:38 2009 +0000
Change : Allow all the text on option tab & dynamic tab to be fully wrap-able.
git-svn-id: http://automatic-save-folder.googlecode.com/svn/trunk@24 d0063192-6b2e-11de-89a9-0b20f3e2dceb
---
content/options.xul | 12 +++++-------
locale/en-US/asf.dtd | 5 ++---
locale/fr-FR/asf.dtd | 5 ++---
locale/it-IT/asf.dtd | 5 ++---
4 files changed, 11 insertions(+), 16 deletions(-)
diff --git a/content/options.xul b/content/options.xul
index ab4f96c..adb1989 100644
--- a/content/options.xul
+++ b/content/options.xul
@@ -114,9 +114,9 @@
<checkbox id="asf-dialogaccept" preference="asf_dialogaccept" label="&asf.dialogaccept.bool;"/>
<checkbox id="asf-usecurrenturl" preference="asf_usecurrenturl" label="&asf.usecurrenturl.bool;"/>
<checkbox id="asf-viewdloption" preference="asf_viewdloption" label="&asf.viewdloption.bool;" oncommand="automatic_save_folder.toggle_options();"/>
- <hbox><description value=" " /><description id="asf-viewdloptiondesc" >&asf.viewdloption.label;</description></hbox>
- <hbox><description value=" " /><checkbox id="asf-viewpathselect" preference="asf_viewpathselect" label="&asf.viewpathselect.bool;"/></hbox>
- <hbox><description value=" " /><description id="asf-viewpathselectdesc" >&asf.viewpathselect.label;</description></hbox>
+ <description id="asf-viewdloptiondesc" style="vertical-align:top;margin-left:28px;white-space:pre-wrap" >&asf.viewdloption.label;</description>
+ <checkbox id="asf-viewpathselect" style="vertical-align:top;margin-left:25px;white-space:pre-wrap" preference="asf_viewpathselect" label="&asf.viewpathselect.bool;"/>
+ <description id="asf-viewpathselectdesc" style="vertical-align:top;margin-left:48px;white-space:pre-wrap" >&asf.viewpathselect.label;</description>
<separator />
<checkbox id="asf-rightclick" preference="asf_rightclick" label="&asf.rightclick.bool;" oncommand="automatic_save_folder.toggle_rightclick();"/>
<description id="asf-rightclickdesc" style="margin-left:25px;white-space: pre-wrap">&asf.rightclick.label;</description>
@@ -128,12 +128,10 @@
<caption label="&asf.dynamics.label;"/>
<separator class="thin"/>
<checkbox id="asf-variablemode" preference="asf_variablemode" label="&asf.variablemode.bool;" oncommand="automatic_save_folder.asf_variablemode()"/>
- <hbox><description value=" " /><description id="asf-variablemodedesc1" >&asf.variablemode1.label;</description></hbox>
- <hbox><description value=" " /><description id="asf-variablemodedesc2" >&asf.variablemode2.label;</description></hbox>
- <hbox><description value=" " /><description id="asf-variablemodedesc3" >&asf.variablemode3.label;</description></hbox>
+ <description id="asf-variablemodedesc1" style="vertical-align:top;margin-left:25px;white-space:pre-wrap" >&asf.variablemode1.label;</description>
+ <description id="asf-variablemodedesc1" style="vertical-align:top;margin-left:25px;white-space:pre-wrap" >&asf.variablemode2.label;</description>
<separator />
<hbox flex="1">
- <description value=" " />
<groupbox flex="1" style="padding:0px !important;">
<caption label="&asf.variables.label;"/>
<iframe flex="1" id="iframe_tab" class="plain" style="padding:0px !important; background-color:transparent; min-height:120px;"
diff --git a/locale/en-US/asf.dtd b/locale/en-US/asf.dtd
index 78dcea7..fd84876 100644
--- a/locale/en-US/asf.dtd
+++ b/locale/en-US/asf.dtd
@@ -48,9 +48,8 @@
<!-- Dynamics tab-->
<!ENTITY asf.dynamics.label "Dynamic folders">
<!ENTITY asf.variablemode.bool "Enable">
-<!ENTITY asf.variablemode1.label "Allow you to edit the filters saving path manually and add dynamic variables, like the date of the day ">
-<!ENTITY asf.variablemode2.label "or the file name.">
-<!ENTITY asf.variablemode3.label "Note : Attention to uppercase and lowercase.">
+<!ENTITY asf.variablemode1.label "Allow you to edit the filters saving path manually and add dynamic variables, like the date of the day or the file name.">
+<!ENTITY asf.variablemode2.label "Note : Attention to uppercase and lowercase.">
<!ENTITY asf.variables.label "Tags list :">
<!-- help tab-->
diff --git a/locale/fr-FR/asf.dtd b/locale/fr-FR/asf.dtd
index a98b9c9..0223768 100644
--- a/locale/fr-FR/asf.dtd
+++ b/locale/fr-FR/asf.dtd
@@ -48,9 +48,8 @@
<!-- Dynamics tab-->
<!ENTITY asf.dynamics.label "Dossiers dynamiques">
<!ENTITY asf.variablemode.bool "Activer">
-<!ENTITY asf.variablemode1.label "Permet d'éditer le chemin d'enregistrement des filtres manuellement et d'ajouter des variables dynamiques,">
-<!ENTITY asf.variablemode2.label "comme la date du jour ou le domaine d'hébergement.">
-<!ENTITY asf.variablemode3.label "Note : Attention aux majuscules et minuscules.">
+<!ENTITY asf.variablemode1.label "Permet d'éditer le chemin d'enregistrement des filtres manuellement et d'ajouter des variables dynamiques, comme la date du jour ou le domaine d'hébergement.">
+<!ENTITY asf.variablemode2.label "Note : Attention aux majuscules et minuscules.">
<!ENTITY asf.variables.label "Liste des balises :">
<!-- Help tab-->
diff --git a/locale/it-IT/asf.dtd b/locale/it-IT/asf.dtd
index 7d7223a..73f2fc3 100644
--- a/locale/it-IT/asf.dtd
+++ b/locale/it-IT/asf.dtd
@@ -48,9 +48,8 @@
<!-- Dynamics tab-->
<!ENTITY asf.dynamics.label "Dynamic folders">
<!ENTITY asf.variablemode.bool "Enabled :">
-<!ENTITY asf.variablemode1.label "Permette di editare i percorsi di salvataggi manualmente e aggiungere variabili dinamiche,">
-<!ENTITY asf.variablemode2.label "come la data del giorno o il nome del file.">
-<!ENTITY asf.variablemode3.label "Nota : Attenziona ai caratteri maiuscoli e minuscoli.">
+<!ENTITY asf.variablemode1.label "Permette di editare i percorsi di salvataggi manualmente e aggiungere variabili dinamiche, come la data del giorno o il nome del file.">
+<!ENTITY asf.variablemode2.label "Nota : Attenziona ai caratteri maiuscoli e minuscoli.">
<!ENTITY asf.variables.label "Lista dei tag :">
<!-- help tab-->
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/automatic-save-folder.git
More information about the Pkg-mozext-commits
mailing list