[Pkg-mozext-commits] [automatic-save-folder] 27/133: Add : Added some tooltips instead of text information just bellow the options. unfortunately, too long tooltip text is not printed fully on Firefox 2, and linefeed/wrapped-text doesn't work at all :( I'm leaving the tooltips like this anyway, until I get user's comments. Change : Changed the dtd locales order for the "option tab" to reflect the same order they are printed on the add-on for easier localization.

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 8f5364226b19b31dda3e757f7eaec87ef662767c
Author: Cyan <Cyan at d0063192-6b2e-11de-89a9-0b20f3e2dceb>
Date:   Tue Nov 3 16:17:50 2009 +0000

    Add : Added some tooltips instead of text information just bellow the options.
          unfortunately, too long tooltip text is not printed fully on Firefox 2, and linefeed/wrapped-text doesn't work at all :(
          I'm leaving the tooltips like this anyway, until I get user's comments.
    Change : Changed the dtd locales order for the "option tab" to reflect the same order they are printed on the add-on for easier localization.
    
    git-svn-id: http://automatic-save-folder.googlecode.com/svn/trunk@27 d0063192-6b2e-11de-89a9-0b20f3e2dceb
---
 content/options.xul  | 41 ++++++++++++++++++++++++++++-------------
 locale/en-US/asf.dtd | 28 ++++++++++++++++------------
 locale/fr-FR/asf.dtd | 28 ++++++++++++++++------------
 locale/it-IT/asf.dtd | 28 ++++++++++++++++------------
 4 files changed, 76 insertions(+), 49 deletions(-)

diff --git a/content/options.xul b/content/options.xul
index f1de887..08f0d0c 100644
--- a/content/options.xul
+++ b/content/options.xul
@@ -41,6 +41,23 @@
 		<menuitem label="&asf.delete.popup;" oncommand="automatic_save_folder.asf_delete();"/>
 		<menuitem label="&asf.bottom.popup;" oncommand="automatic_save_folder.move('bottom');"/>
 	</menupopup>
+	<tooltip id="tooltip_folderList" orient="vertical" style="background-color: #33DD00;" noautohide="true">
+		<description value="&asf.folderList.tooltip;"/>
+	</tooltip>
+	<tooltip id="tooltip_viewdloption" style="background-color: #33DD00;" noautohide="true">
+		<description value="&asf.viewdloption.tooltip;"/>
+	</tooltip>
+	<tooltip id="tooltip_viewpathselect" style="background-color: #33DD00;" noautohide="true">
+		<description value="&asf.viewpathselect.tooltip;"/>
+	</tooltip>
+	<tooltip id="tooltip_rightclick" orient="vertical" style="background-color: #33DD00;overflow:auto;" noautohide="true">
+		<description value="&asf.rightclick.tooltip1;"/>
+		<description value="&asf.rightclick.tooltip2;"/>
+		<description value="&asf.rightclick.tooltip3;"/>
+	</tooltip>
+	<tooltip id="tooltip_variablemode" style="background-color: #33DD00;" noautohide="true">
+		<description value="&asf.variablemode.tooltip;"/>
+	</tooltip>
 	<vbox>
 		<tabbox>
 			<tabs>
@@ -114,7 +131,7 @@
 			<separator class="thin"/>
 			<hbox>
 				<checkbox id="asf-useDownloadDir" preference="asf_useDownloadDir" label="&asf.useDownloadDir.bool;"/>
-				<menulist id="asf-folderList" preference="asf_folderList">
+				<menulist id="asf-folderList" preference="asf_folderList" tooltip="tooltip_folderList">
 					<menupopup>
 						<menuitem value="0" label="&asf.desktop.label;"></menuitem>
 						<menuitem value="1" label="&asf.systemdownload.label;"></menuitem>
@@ -122,16 +139,15 @@
 					</menupopup>
 				</menulist>
 			</hbox>
-			<checkbox id="asf-lasdir" preference="asf_lastdir" label="&asf.lastdir.bool;"/>
 			<checkbox id="asf-dialogaccept" preference="asf_dialogaccept" label="&asf.dialogaccept.bool;"/>
+			<checkbox id="asf-viewdloption" preference="asf_viewdloption" label="&asf.viewdloption.bool;" tooltip="tooltip_viewdloption" oncommand="automatic_save_folder.toggle_options();"/>
+			<checkbox id="asf-viewpathselect" preference="asf_viewpathselect"  label="&asf.viewpathselect.bool;" tooltip="tooltip_viewpathselect" style="margin-left:25px;white-space:pre-wrap"/>
+			<separator class="thin"/>
 			<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();"/>
-			<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>
+			<checkbox id="asf-lasdir" preference="asf_lastdir" label="&asf.lastdir.bool;"/>
+			<separator class="thin"/>
+			<checkbox id="asf-rightclick" preference="asf_rightclick" label="&asf.rightclick.bool;" tooltip="tooltip_rightclick" oncommand="automatic_save_folder.toggle_rightclick();"/>
+			<description id="asf-rightclickdesc" style="margin-left:25px;white-space: pre-wrap;">&asf.rightclick.label;</description>
 			<description id="asf-rightclickdesc-DSort" style="margin-left:25px;white-space:pre-wrap;color:red;">&asf.rightclick.DSort.label;</description>
 			<description id="asf-rightclickdesc-ff2" style="margin-left:25px;white-space:pre-wrap;color:red;">&asf.rightclick.ff2.label;</description>
 		</groupbox>
@@ -140,10 +156,9 @@
 		<groupbox id="asf-dynamics" flex="1">
 			<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()"/>
-			<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 />
+			<checkbox id="asf-variablemode" preference="asf_variablemode" label="&asf.variablemode.bool;" tooltip="tooltip_variablemode" oncommand="automatic_save_folder.asf_variablemode()"/>
+			<description id="asf-variablemodedesc" style="vertical-align:top;margin-left:25px;white-space:pre-wrap" >&asf.variablemode.label;</description>
+			<separator class="thin"/>
 			<hbox flex="1">
 			   <groupbox flex="1" style="padding:0px !important;">
 				  <caption label="&asf.variables.label;"/>
diff --git a/locale/en-US/asf.dtd b/locale/en-US/asf.dtd
index c5dd118..db14ed6 100644
--- a/locale/en-US/asf.dtd
+++ b/locale/en-US/asf.dtd
@@ -20,7 +20,6 @@
 <!ENTITY asf.options.add "">
 
 <!-- Filters tab - bottom -->
-<!ENTITY asf.lastdir.bool "Affect the folder for the 'save as...' command when a filter matches">
 <!ENTITY asf.default.label "If the file doesn't match any filter, save to:">
 <!ENTITY asf.lastselected.label "The last folder">
 <!ENTITY asf.defaultfolder.label "This folder: ">
@@ -35,26 +34,31 @@
 
 <!-- Options tab -->
 <!ENTITY asf.options.label "Options">
-<!ENTITY asf.useDownloadDir.bool "Do not show the file explorer and save to:">
+<!ENTITY asf.useDownloadDir.bool "Do not show the file explorer, and save to:">
 <!ENTITY asf.desktop.label "Desktop">
 <!ENTITY asf.systemdownload.label "Downloads">
-<!ENTITY asf.filteredfolder.label "set by the filters">
+<!ENTITY asf.filteredfolder.label "Set by the filters">
+<!ENTITY asf.folderList.tooltip "If the "Downloads" folder doesn't exist, the last choice will be used.">
+<!ENTITY asf.dialogaccept.bool "Automatically accept the "What should Firefox do with this file" dialog windows.">
 <!ENTITY asf.viewdloption.bool "View options when downloading">
-<!ENTITY asf.viewdloption.label "Allow you to see the last two destination folders and a link to add or edit the filters">
+<!ENTITY asf.viewdloption.tooltip "Allow you to see the last two destination folders and a link to add or edit the filters">
 <!ENTITY asf.viewpathselect.bool "View the list of folders">
-<!ENTITY asf.viewpathselect.label "Activate a drop-down menu with all the filter's path.">
-<!ENTITY asf.dialogaccept.bool "Automatically accept the "What should Firefox do with this file" dialog windows.">
-<!ENTITY asf.rightclick.bool "Remove the timing delay and activate the filtering on the right-click menu 'Save link as...'">
-<!ENTITY asf.rightclick.label "Note: Removing the timing delay prevent Firefox to read the file's target name if it is from a redirection download.&#xA;Temporarily disable this feature if you want Firefox to read the filename provided by the header. Only files from a download script with file redirection have this problem, saving a file from a direct download using right-click is working fine.&#xA;&#xA;This option doesn't affect the menus 'Save image as...' nor 'Save as... (Ctrl+S)'.">
-<!ENTITY asf.rightclick.ff2.label "The Automatic Save Folder's right-click feature is not available on Firefox 2. If you want to use the filters on your downloads using the right-click menu 'Save link as', you should update your Firefox version to 3.0 minimum (recommended version 3.5 or more)">
-<!ENTITY asf.rightclick.DSort.label "Download sort extension has been detected. &#xA;Automatic Save Folder's right-click feature will not work until you disable Download Sort in your Extension manager.">
+<!ENTITY asf.viewpathselect.tooltip "Activate a drop-down menu with all the filter's path.">
 <!ENTITY asf.usecurrenturl.bool "Use the current website URL to verify the filter's domain if the hosted domain doesn't match.">
+<!ENTITY asf.lastdir.bool "Affect the folder for the 'save as...' command when a filter matches">
+<!ENTITY asf.rightclick.bool "Remove the timing delay and activate the filtering on the right-click menu "Save link as..."">
+<!ENTITY asf.rightclick.label "Note: This option doesn't affect the menus "Save image as..." nor "Save as... (Ctrl+S)".">
+<!ENTITY asf.rightclick.tooltip1 "Note: Removing the timing delay prevent Firefox to read the file's target name if it is from a redirection download.">
+<!ENTITY asf.rightclick.tooltip2 "Temporarily disable this feature if you want Firefox to read the filename provided by the header.">
+<!ENTITY asf.rightclick.tooltip3 "Only files from a download script with file redirection have this problem, saving a file from a direct download using right-click is working fine.">
+<!ENTITY asf.rightclick.ff2.label "The Automatic Save Folder's right-click feature is not available on Firefox 2. If you want to use the filters on your downloads using the right-click menu "Save link as", you should update your Firefox version to 3.0 minimum (recommended version 3.5 or more)">
+<!ENTITY asf.rightclick.DSort.label "Download sort extension has been detected. &#xA;Automatic Save Folder's right-click feature will not work until you disable Download Sort in your Extension manager.">
 
 <!-- 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 or the file name.">
-<!ENTITY asf.variablemode2.label "Note : Attention to uppercase and lowercase.">
+<!ENTITY asf.variablemode.tooltip "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.variablemode.label "Attention : Uppercase and lowercase tags are different.">
 <!ENTITY asf.variables.label "Tags list :">
 
 <!-- help tab-->
diff --git a/locale/fr-FR/asf.dtd b/locale/fr-FR/asf.dtd
index 5cd9d11..53a0a26 100644
--- a/locale/fr-FR/asf.dtd
+++ b/locale/fr-FR/asf.dtd
@@ -20,7 +20,6 @@
 <!ENTITY asf.options.add "">
 
 <!-- Filters tab - bottom -->
-<!ENTITY asf.lastdir.bool "Modifier aussi le dossier d'enregistrement utilisé par le menu 'Enregistrer sous...'">
 <!ENTITY asf.default.label "Dossier d'enregistrement lorsqu'aucun filtre n'est trouvé :">
 <!ENTITY asf.lastselected.label "Le dernier dossier utilisé">
 <!ENTITY asf.defaultfolder.label "Ce dossier : ">
@@ -35,26 +34,31 @@
 
 <!-- Options tab -->
 <!ENTITY asf.options.label "Options">
-<!ENTITY asf.useDownloadDir.bool "Ne pas afficher l'explorateur de fichier et enregistrer directement dans le dossier :">
+<!ENTITY asf.useDownloadDir.bool "Ne pas afficher l'explorateur de fichiers, et enregistrer directement dans le dossier :">
 <!ENTITY asf.desktop.label "Bureau">
 <!ENTITY asf.systemdownload.label "Téléchargements">
-<!ENTITY asf.filteredfolder.label "défini par le filtre">
+<!ENTITY asf.filteredfolder.label "Défini par les filtres">
+<!ENTITY asf.folderList.tooltip "Si le dossier "Téléchargements" n'existe pas, la dernière option sera utilisée.">
+<!ENTITY asf.dialogaccept.bool "Valider automatiquement la fenêtre "Que doit faire Firefox avec ce fichier ?".">
 <!ENTITY asf.viewdloption.bool "Afficher les options lors de l'enregistrement">
-<!ENTITY asf.viewdloption.label "Permet de voir les deux derniers dossiers d'enregistrement et un lien pour éditer ou ajouter de nouveaux filtres.">
+<!ENTITY asf.viewdloption.tooltip "Permet de voir les deux derniers dossiers d'enregistrement et un lien pour éditer ou ajouter de nouveaux filtres.">
 <!ENTITY asf.viewpathselect.bool "Afficher la liste des filtres">
-<!ENTITY asf.viewpathselect.label "Active le menu déroulant contenant le chemin de chaque filtre.">
-<!ENTITY asf.dialogaccept.bool "Valider automatiquement la fenêtre 'Que doit faire Firefox avec ce fichier ?'.">
-<!ENTITY asf.rightclick.bool "Supprimer la temporisation et activer les filtres sur le menu clic-droit 'Enregistrer la cible du lien sous...'.">
-<!ENTITY asf.rightclick.label "Note : Supprimer la temporisation empêche Firefox de récupérer le nom du fichier cible lors d'un téléchargement avec redirection.&#xA;Désactivez temporairement cette option si vous souhaitez que Firefox lise correctement le nom du fichier fourni par l'entête. Seuls les scripts de téléchargement avec redirection de fichier ont ce problème, l'enregistrement par clic-droit sur les liens directs fonctionne correctement si la case est cochée. &#xA;&#xA;Cette opt [...]
-<!ENTITY asf.rightclick.ff2.label "La fonction clic-droit d'automatic save folder n'est pas compatible avec Firefox 2. Si vous souhaitez utiliser le filtres sur les téléchargements en utilisant le menu clic-droit 'Enregistrer la cible du lien sous...', vous devrez utiliser au minimum Firefox version 3.0 (Version 3.5 ou plus conseillée).">
-<!ENTITY asf.rightclick.DSort.label "L'extension Download Sort à été détectée. &#xA;La fonction clic-droit d'Automatic Save Folder est temporairement indisponible. Désactivez l'extension Download Sort dans le menu 'Outils/Modules complémentaires...' afin de pouvoir utiliser le clic-droit avec Automatic Save Folder.">
+<!ENTITY asf.viewpathselect.tooltip "Active le menu déroulant contenant le chemin de chaque filtre.">
 <!ENTITY asf.usecurrenturl.bool "Utiliser l'adresse du site courant pour comparer le domaine du filtre si le domaine d'hébergement ne correspond pas.">
+<!ENTITY asf.lastdir.bool "Modifier aussi le dossier d'enregistrement utilisé par le menu 'Enregistrer sous... (Ctrl+S)'">
+<!ENTITY asf.rightclick.bool "Supprimer la temporisation et activer les filtres sur le menu clic-droit "Enregistrer la cible du lien sous...".">
+<!ENTITY asf.rightclick.label "Note : Cette option n'a pas d'effet sur les menus "Enregistrer l'image sous..." ni "Enregistrer sous... (Ctrl+S)".">
+<!ENTITY asf.rightclick.tooltip1 "Note : Supprimer la temporisation empêche Firefox de récupérer le nom du fichier cible lors d'un téléchargement avec redirection.">
+<!ENTITY asf.rightclick.tooltip2 "Désactivez temporairement cette option si vous souhaitez que Firefox lise correctement le nom du fichier fourni par l'entête.">
+<!ENTITY asf.rightclick.tooltip3 "Seuls les scripts de téléchargement avec redirection de fichier ont ce problème, l'enregistrement par clic-droit sur les liens directs fonctionne correctement si la case est cochée.">
+<!ENTITY asf.rightclick.ff2.label "La fonction clic-droit d'automatic save folder n'est pas compatible avec Firefox 2. Si vous souhaitez utiliser le filtres sur les téléchargements en utilisant le menu clic-droit "Enregistrer la cible du lien sous...", vous devrez utiliser au minimum Firefox version 3.0 (Version 3.5 ou plus conseillée).">
+<!ENTITY asf.rightclick.DSort.label "L'extension Download Sort à été détectée. &#xA;La fonction clic-droit d'Automatic Save Folder est temporairement indisponible. Désactivez l'extension Download Sort dans le menu "Outils/Modules complémentaires..." afin de pouvoir utiliser le clic-droit avec Automatic Save Folder.">
 
 <!-- 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, comme la date du jour ou le domaine d'hébergement.">
-<!ENTITY asf.variablemode2.label "Note : Attention aux majuscules et minuscules.">
+<!ENTITY asf.variablemode.tooltip "Permet d'éditer manuellement le chemin d'enregistrement des filtres et d'ajouter des variables dynamiques, comme la date du jour ou le domaine d'hébergement.">
+<!ENTITY asf.variablemode.label "Attention : Les majuscules et les minuscules correspondent à des balises différentes.">
 <!ENTITY asf.variables.label "Liste des balises :">
 
 <!-- Help tab-->
diff --git a/locale/it-IT/asf.dtd b/locale/it-IT/asf.dtd
index 05777e5..a31812a 100644
--- a/locale/it-IT/asf.dtd
+++ b/locale/it-IT/asf.dtd
@@ -20,7 +20,6 @@
 <!ENTITY asf.options.add "">
 
 <!-- preference bottom -->
-<!ENTITY asf.lastdir.bool "Ha effetto sulla cartella per il comando 'Salva come...' quando un filtro corrisponde">
 <!ENTITY asf.default.label "Cartella per salvare il file se nessun filtro corrisponde:">
 <!ENTITY asf.lastselected.label "Ultima cartella">
 <!ENTITY asf.defaultfolder.label "Cartella: ">
@@ -35,26 +34,31 @@
 
 <!-- Options tab -->
 <!ENTITY asf.options.label "Opzioni">
-<!ENTITY asf.useDownloadDir.bool "Do not show the file explorer and save to:">
+<!ENTITY asf.useDownloadDir.bool "Do not show the file explorer, and save to:">
 <!ENTITY asf.desktop.label "Desktop">
 <!ENTITY asf.systemdownload.label "Downloads">
-<!ENTITY asf.filteredfolder.label "set by the filters">
+<!ENTITY asf.filteredfolder.label "Set by the filters">
+<!ENTITY asf.folderList.tooltip "If the "Downloads" folder doesn't exist, the last choice will be used.">
+<!ENTITY asf.dialogaccept.bool "Automatically accept the "What should Firefox do with this file" dialog windows.">
 <!ENTITY asf.viewdloption.bool "Vedere le opzioni mentre scarica">
-<!ENTITY asf.viewdloption.label "(permette di vedere le due ultime cartelle di destinazione e un collegamento per aggiungere o modificare filtri)">
+<!ENTITY asf.viewdloption.tooltip "permette di vedere le due ultime cartelle di destinazione e un collegamento per aggiungere o modificare filtri.">
 <!ENTITY asf.viewpathselect.bool "Vedi la lista dei filtri">
-<!ENTITY asf.viewpathselect.label "Visualizza un menu con la lista di tutti i percorsi dei filtri.">
-<!ENTITY asf.dialogaccept.bool "Automatically accept the "What should Firefox do with this file" dialog windows.">
+<!ENTITY asf.viewpathselect.tooltip "Visualizza un menu con la lista di tutti i percorsi dei filtri.">
+<!ENTITY asf.usecurrenturl.bool "Use the current website URL to verify the filter's domain if the hosted domain doesn't match.">
+<!ENTITY asf.lastdir.bool "Ha effetto sulla cartella per il comando 'Salva come...' quando un filtro corrisponde">
 <!ENTITY asf.rightclick.bool "Remove the timing delay and activate the filtering on the right-click menu 'Save link as...'">
-<!ENTITY asf.rightclick.label "Note: Removing the timing delay prevent Firefox to read the file's target name if it is from a redirection download.&#xA;Temporarily disable this feature if you want Firefox to read the filename provided by the header. Only files from a download script with file redirection have this problem, saving a file from a direct download using right-click is working fine.&#xA;&#xA;This option doesn't affect the menus 'Save image as...' nor 'Save as... (Ctrl+S)'.">
-<!ENTITY asf.rightclick.ff2.label "The Automatic Save Folder's right-click feature is not available on Firefox 2. If you want to use the filters on your downloads using the right-click menu 'Save link as', you should update your Firefox version to 3.0 minimum (recommended version 3.5 or more)">
+<!ENTITY asf.rightclick.label "Note: This option doesn't affect the menus "Save image as..." nor "Save as... (Ctrl+S)".">
+<!ENTITY asf.rightclick.tooltip1 "Note: Removing the timing delay prevent Firefox to read the file's target name if it is from a redirection download.">
+<!ENTITY asf.rightclick.tooltip2 "Temporarily disable this feature if you want Firefox to read the filename provided by the header.">
+<!ENTITY asf.rightclick.tooltip3 "Only files from a download script with file redirection have this problem, saving a file from a direct download using right-click is working fine.">
+<!ENTITY asf.rightclick.ff2.label "The Automatic Save Folder's right-click feature is not available on Firefox 2. If you want to use the filters on your downloads using the right-click menu "Save link as", you should update your Firefox version to 3.0 minimum (recommended version 3.5 or more)">
 <!ENTITY asf.rightclick.DSort.label "Download sort extension has been detected. &#xA;Automatic Save Folder's right-click feature will not work until you disable Download Sort in your Add-on manager.">
-<!ENTITY asf.usecurrenturl.bool "Use the current website URL to verify the filter's domain if the hosted domain doesn't match.">
 
 <!-- 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, come la data del giorno o il nome del file.">
-<!ENTITY asf.variablemode2.label "Nota : Attenziona ai caratteri maiuscoli e minuscoli.">
+<!ENTITY asf.variablemode.bool "Enable">
+<!ENTITY asf.variablemode.tooltip "Permette di editare i percorsi di salvataggi manualmente e aggiungere variabili dinamiche, come la data del giorno o il nome del file.">
+<!ENTITY asf.variablemode.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