[Pkg-mozext-commits] [automatic-save-folder] 89/133: Fix : Fixed the nested "Disabled" state for SuggestAllPossibleFolders. Change : Will now install as 1.0.2b instead of 1.0.1 in Firefox add-on menu.
David Prévot
taffit at moszumanska.debian.org
Mon Apr 27 20:33:55 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 402fde00245e45912f736c8d9b7567f5f6d817c3
Author: Cyan <Cyan at d0063192-6b2e-11de-89a9-0b20f3e2dceb>
Date: Sun Dec 5 14:58:27 2010 +0000
Fix : Fixed the nested "Disabled" state for SuggestAllPossibleFolders.
Change : Will now install as 1.0.2b instead of 1.0.1 in Firefox add-on menu.
git-svn-id: http://automatic-save-folder.googlecode.com/svn/trunk@95 d0063192-6b2e-11de-89a9-0b20f3e2dceb
---
content/asf.js | 4 ++++
install.rdf | 41 +++++++++++++++++++++++++++++++++++++----
2 files changed, 41 insertions(+), 4 deletions(-)
diff --git a/content/asf.js b/content/asf.js
index 86b214b..bc989f2 100644
--- a/content/asf.js
+++ b/content/asf.js
@@ -431,6 +431,7 @@ var automatic_save_folder = {
var instantApply = this.prefManager.getBoolPref("browser.preferences.instantApply");
var viewdloption = document.getElementById("asf-viewdloption");
var viewdloptionType = document.getElementById("asf-viewdloptionType");
+ var suggestAllPossibleFolders = document.getElementById("asf-suggestAllPossibleFolders");
var viewpathlist = document.getElementById("asf-viewpathselect");
var dialogaccept = document.getElementById("asf-dialogaccept");
var dialogacceptFiltered = document.getElementById("asf-dialogacceptFiltered");
@@ -496,11 +497,14 @@ var automatic_save_folder = {
viewdloptionType.disabled = true;
viewpathlist.checked = false;
viewpathlist.disabled = true;
+ suggestAllPossibleFolders.checked = false;
+ suggestAllPossibleFolders.disabled = true;
}
if (viewdloption.checked == true)
{
viewdloptionType.disabled = false;
viewpathlist.disabled = false;
+ suggestAllPossibleFolders.disabled = false;
}
// set the sub-rightclick option to grey state
diff --git a/install.rdf b/install.rdf
index 8eb2467..c2348a7 100644
--- a/install.rdf
+++ b/install.rdf
@@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>asf at mangaheart.org</em:id>
<em:name>Automatic Save Folder</em:name>
- <em:version>1.0.1</em:version>
+ <em:version>1.0.2b</em:version>
<em:type>2</em:type>
<em:localized>
@@ -17,6 +17,14 @@
</em:localized>
<em:localized>
<Description>
+ <em:locale>de</em:locale>
+ <em:name>Automatic Save Folder</em:name>
+ <em:description>Wählt automatisch den Zielordner für Ihren Download basierend auf Dateiname und Domain.</em:description>
+ <em:homepageURL>http://asf.mangaheart.org</em:homepageURL>
+ </Description>
+ </em:localized>
+ <em:localized>
+ <Description>
<em:locale>en</em:locale>
<em:name>Automatic Save Folder</em:name>
<em:description>Automatically select the destination folder for your download, matching the filename and domain.</em:description>
@@ -25,6 +33,14 @@
</em:localized>
<em:localized>
<Description>
+ <em:locale>es-ES</em:locale>
+ <em:name>Automatic Save Folder</em:name>
+ <em:description>Selecciona automáticamente la carpetas de destino para tus descargas, según nombres de archivo y dominio.</em:description>
+ <em:homepageURL>http://asf.mangaheart.org</em:homepageURL>
+ </Description>
+ </em:localized>
+ <em:localized>
+ <Description>
<em:locale>it</em:locale>
<em:name>Automatic Save Folder</em:name>
<em:description>Seleziona automaticamente la cartella di destinazione dei tuoi download, in base al nome del file e dominio.</em:description>
@@ -39,14 +55,31 @@
<em:homepageURL>http://asf.mangaheart.org</em:homepageURL>
</Description>
</em:localized>
+ <em:localized>
+ <Description>
+ <em:locale>sv-SE</em:locale>
+ <em:name>Automatic Save Folder</em:name>
+ <em:description>Väljer automatiskt målmappen för din nerladdning genom att matcha filnamn och domän.</em:description>
+ <em:homepageURL>http://asf.mangaheart.org</em:homepageURL>
+ </Description>
+ </em:localized>
+ <em:localized>
+ <Description>
+ <em:locale>zh-TW</em:locale>
+ <em:name>Automatic Save Folder</em:name>
+ <em:description>在你下載時,當檔名與網域符合條件時,自動選擇目的資料夾。</em:description>
+ <em:homepageURL>http://asf.mangaheart.org</em:homepageURL>
+ </Description>
+ </em:localized>
<em:description>Automatically select the destination folder for your download, matching the filename and domain.</em:description>
<em:homepageURL>http://asf.mangaheart.org</em:homepageURL>
<em:creator>Cyan</em:creator>
- <em:translator>Cyan</em:translator>
- <em:translator>Scognito</em:translator>
- <em:translator>MrCOLOMBO</em:translator>
+ <em:translator>Cyan (fr, en-US)</em:translator>
+ <em:translator>Scognito (it)</em:translator>
+ <em:translator>MrCOLOMBO (ru)</em:translator>
+ <em:translator>Babelzilla.org</em:translator>
<em:contributor>Ted Girford</em:contributor>
<em:contributor>Ehsan Akhgari</em:contributor>
<em:contributor>Paolo Amadini</em:contributor>
--
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