Changeset 801
- Timestamp:
- 2008-02-28 21:17:15 (10 months ago)
- Files:
-
- branches/1.0.x/LICENSE (modified) (1 diff)
- branches/1.0.x/chrome/content/about/about.xul (modified) (1 diff)
- branches/1.0.x/chrome/content/dta/manager.js (modified) (1 diff)
- branches/1.0.x/chrome/content/dta/manager/alertservice.js (modified) (1 diff)
- branches/1.0.x/chrome/content/dta/manager/info.js (modified) (1 diff)
- branches/1.0.x/chrome/content/dta/manager/prefs.js (modified) (1 diff)
- branches/1.0.x/chrome/content/dta/manager/sessionmanager.js (modified) (1 diff)
- branches/1.0.x/chrome/content/dta/manager/tooltip.js (modified) (1 diff)
- branches/1.0.x/chrome/content/dta/maskbutton.js (modified) (1 diff)
- branches/1.0.x/chrome/content/integration/elements.js (modified) (1 diff)
- branches/1.0.x/chrome/content/integration/elements.xul (modified) (2 diffs)
- branches/1.0.x/chrome/content/integration/saveas.js (modified) (1 diff)
- branches/1.0.x/chrome/content/preferences/interfacePane.xul (modified) (2 diffs)
- branches/1.0.x/chrome/content/preferences/prefs.js (modified) (1 diff)
- branches/1.0.x/chrome/content/preferences/toolbarButtons.xul (modified) (1 diff)
- branches/1.0.x/chrome/help/about.html (modified) (1 diff)
- branches/1.0.x/chrome/locale/de-DE/menu.properties (modified) (1 diff)
- branches/1.0.x/chrome/locale/el-GR/menu.properties (modified) (1 diff)
- branches/1.0.x/chrome/locale/el-GR/prefpanes.dtd (modified) (1 diff)
- branches/1.0.x/chrome/locale/en-US/menu.properties (modified) (1 diff)
- branches/1.0.x/chrome/locale/en-US/prefpanes.dtd (modified) (1 diff)
- branches/1.0.x/chrome/locale/es-ES/menu.properties (modified) (1 diff)
- branches/1.0.x/chrome/locale/es-ES/prefpanes.dtd (modified) (1 diff)
- branches/1.0.x/chrome/locale/fi-FI/menu.properties (modified) (1 diff)
- branches/1.0.x/chrome/locale/fr-FR/menu.properties (modified) (1 diff)
- branches/1.0.x/chrome/locale/it-IT/menu.properties (modified) (1 diff)
- branches/1.0.x/chrome/locale/nl-NL/menu.properties (modified) (1 diff)
- branches/1.0.x/chrome/locale/sr-YU/menu.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/LICENSE
r739 r801 1 1 ** DownThemAll! ** 2 Copyright (C) 2004-200 7Federico Parodi and Stefano Verna.2 Copyright (C) 2004-2008 Federico Parodi and Stefano Verna. 3 3 Copyright (C) 2007-2008 Federico Parodi, Stefano Verna and Nils Maier. 4 4 branches/1.0.x/chrome/content/about/about.xul
r719 r801 86 86 <dialogheader id="logo" title="DownThemAll!" description="&about.subtitle;" orient="vertical" style="font-size: smaller;" chromedir="&locale.dir;"/> 87 87 <groupbox orient="vertical"> 88 <label value="Copyright © 2004-200 7By:" style="font-weight: bold;"/>88 <label value="Copyright © 2004-2008 By:" style="font-weight: bold;"/> 89 89 <html:ul> 90 90 <html:li><label value="Federico Parodi" class="link" onclick="openTab('http://www.jimmy2k.it'); "/></html:li> branches/1.0.x/chrome/content/dta/manager.js
r775 r801 15 15 * 16 16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 17 * Portions created by the Initial Developers are Copyright (C) 2004-200 717 * Portions created by the Initial Developers are Copyright (C) 2004-2008 18 18 * the Initial Developers. All Rights Reserved. 19 19 * branches/1.0.x/chrome/content/dta/manager/alertservice.js
r719 r801 15 15 * 16 16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 17 * Portions created by the Initial Developers are Copyright (C) 2004-200 717 * Portions created by the Initial Developers are Copyright (C) 2004-2008 18 18 * the Initial Developers. All Rights Reserved. 19 19 * branches/1.0.x/chrome/content/dta/manager/info.js
r575 r801 15 15 * 16 16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 17 * Portions created by the Initial Developers are Copyright (C) 2004-200 717 * Portions created by the Initial Developers are Copyright (C) 2004-2008 18 18 * the Initial Developers. All Rights Reserved. 19 19 * branches/1.0.x/chrome/content/dta/manager/prefs.js
r719 r801 15 15 * 16 16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 17 * Portions created by the Initial Developers are Copyright (C) 2004-200 717 * Portions created by the Initial Developers are Copyright (C) 2004-2008 18 18 * the Initial Developers. All Rights Reserved. 19 19 * branches/1.0.x/chrome/content/dta/manager/sessionmanager.js
r775 r801 15 15 * 16 16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 17 * Portions created by the Initial Developers are Copyright (C) 2004-200 717 * Portions created by the Initial Developers are Copyright (C) 2004-2008 18 18 * the Initial Developers. All Rights Reserved. 19 19 * branches/1.0.x/chrome/content/dta/manager/tooltip.js
r719 r801 15 15 * 16 16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 17 * Portions created by the Initial Developers are Copyright (C) 2004-200 717 * Portions created by the Initial Developers are Copyright (C) 2004-2008 18 18 * the Initial Developers. All Rights Reserved. 19 19 * branches/1.0.x/chrome/content/dta/maskbutton.js
r719 r801 15 15 * 16 16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 17 * Portions created by the Initial Developers are Copyright (C) 2004-200 717 * Portions created by the Initial Developers are Copyright (C) 2004-2008 18 18 * the Initial Developers. All Rights Reserved. 19 19 * branches/1.0.x/chrome/content/integration/elements.js
r719 r801 15 15 * 16 16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 17 * Portions created by the Initial Developers are Copyright (C) 2004-200 717 * Portions created by the Initial Developers are Copyright (C) 2004-2008 18 18 * the Initial Developers. All Rights Reserved. 19 19 * branches/1.0.x/chrome/content/integration/elements.xul
r720 r801 82 82 ondragdrop="nsDragAndDrop.drop(event, DTA_DropTDTA);" 83 83 oncommand="if (event.target == this) DTA_ContextOverlay.findLinks(true);" 84 label=" DTAOneClick!"84 label="dTa OneClick!" 85 85 tooltiptext="dTa OneClick!" 86 86 type="menu-button" 87 87 > 88 88 <menupopup> 89 <menuitem id="dta-tb-turbo" label=" DTAOneClick! (&dta-tb-single.label;)" oncommand="DTA_ContextOverlay.findLinks(true, false);" tooltiptext="dTa OneClick!" image="chrome://dta/skin/common/turbo.png" class="menuitem-iconic"/>90 <menuitem id="dta-tb-allturbo" label=" DTAOneClick! (&dta-tb-all.label;)" oncommand="DTA_ContextOverlay.findLinks(true, true);" tooltiptext="dTa OneClick!" image="chrome://dta/skin/common/turbo.png" class="menuitem-iconic"/>89 <menuitem id="dta-tb-turbo" label="dTa OneClick! (&dta-tb-single.label;)" oncommand="DTA_ContextOverlay.findLinks(true, false);" tooltiptext="dTa OneClick!" image="chrome://dta/skin/common/turbo.png" class="menuitem-iconic"/> 90 <menuitem id="dta-tb-allturbo" label="dTa OneClick! (&dta-tb-all.label;)" oncommand="DTA_ContextOverlay.findLinks(true, true);" tooltiptext="dTa OneClick!" image="chrome://dta/skin/common/turbo.png" class="menuitem-iconic"/> 91 91 </menupopup> 92 92 </toolbarbutton> … … 103 103 label="DownThemAll!..." image="chrome://dta/skin/common/dta.png" class="menuitem-iconic" /> 104 104 <menuitem id="dtaToolsTDTA" oncommand="DTA_ContextOverlay.findLinks(true)" 105 label=" DTAOneClick!" image="chrome://dta/skin/common/turbo.png" class="menuitem-iconic" />105 label="dTa OneClick!" image="chrome://dta/skin/common/turbo.png" class="menuitem-iconic" /> 106 106 <menuitem id="dtaToolsManager" oncommand="DTA_AddingFunctions.openManager()" 107 107 label="&dta-manager-button;..." image="chrome://dta/skin/common/box.png" class="menuitem-iconic" /> branches/1.0.x/chrome/content/integration/saveas.js
r719 r801 15 15 * 16 16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 17 * Portions created by the Initial Developers are Copyright (C) 2004-200 717 * Portions created by the Initial Developers are Copyright (C) 2004-2008 18 18 * the Initial Developers. All Rights Reserved. 19 19 * branches/1.0.x/chrome/content/preferences/interfacePane.xul
r720 r801 57 57 <checkbox id="dtaContext1" 58 58 preference="dtaContext" 59 label=" DTAOneClick!"59 label="dTa OneClick!" 60 60 onsyncfrompreference="return Interface.getMenu('dtaContext', 1);" 61 61 onsynctopreference="return Interface.setMenu('dtaContext', 1);" … … 80 80 <checkbox id="dtaTool1" 81 81 preference="dtaTool" 82 label=" DTAOneClick!"82 label="dTa OneClick!" 83 83 onsyncfrompreference="return Interface.getMenu('dtaTool', 1);" 84 84 onsynctopreference="return Interface.setMenu('dtaTool', 1);" branches/1.0.x/chrome/content/preferences/prefs.js
r719 r801 15 15 * 16 16 * The Initial Developers of the Original Code are Stefano Verna and Federico Parodi 17 * Portions created by the Initial Developers are Copyright (C) 2004-200 717 * Portions created by the Initial Developers are Copyright (C) 2004-2008 18 18 * the Initial Developers. All Rights Reserved. 19 19 * branches/1.0.x/chrome/content/preferences/toolbarButtons.xul
r720 r801 55 55 <checkbox id="dtaSMButtons1" 56 56 preference="dtaSMButtons" 57 label=" DTAOneClick!"57 label="dTa OneClick!" 58 58 onsyncfrompreference="return Interface.getMenu('dtaSMButtons', 1);" 59 59 onsynctopreference="return Interface.setMenu('dtaSMButtons', 1);" branches/1.0.x/chrome/help/about.html
r503 r801 14 14 <h1>About DownThemAll!</h1> 15 15 <h2 id="copyright">Copyright and License</h2> 16 <pre id="license">Copyright (C) 2004-200 7Federico Parodi and Stefano Verna16 <pre id="license">Copyright (C) 2004-2008 Federico Parodi and Stefano Verna 17 17 Copyright (C) 2007 Nils Maier, Federico Parodi and Stefano Verna 18 18 branches/1.0.x/chrome/locale/de-DE/menu.properties
r784 r801 1 1 dtasaveimage=Grafik mit DownThemAll! speichern 2 turbosaveimage=Grafik mit DTAOneClick! speichern2 turbosaveimage=Grafik mit dTa OneClick! speichern 3 3 dtasavelink=Link mit DownThemAll! speichern 4 turbosavelink=Link mit DTAOneClick! speichern4 turbosavelink=Link mit dTa OneClick! speichern 5 5 dtaselection=DownThemAll! Auswahl... 6 6 turboselection=dTa OneClick! Auswahl... branches/1.0.x/chrome/locale/el-GR/menu.properties
r734 r801 1 1 dtasaveimage=Αποθήκευση εικόνας με το DownThemAll! 2 turbosaveimage=Εκκίνηση εικόνας με το DTAOneClick!2 turbosaveimage=Εκκίνηση εικόνας με το dTa OneClick! 3 3 dtasavelink=Αποθήκευση δεσμού με το DownThemAll! 4 turbosavelink=Εκκίνηση λήψης δεσμού με το DTAOneClick!4 turbosavelink=Εκκίνηση λήψης δεσμού με το dTa OneClick! 5 5 dtaselection=Επιλογή DownThemAll! 6 turboselection=Επιλογή DTAOneClick!...6 turboselection=Επιλογή dTa OneClick!... 7 7 dtaregular=DownThemAll!... 8 turboregular= DTAOneClick!...8 turboregular=dTa OneClick!... 9 9 error=Σφάλμα - DownThemAll! 10 10 errornolinks=Δεν βρέθηκαν δεσμοί ή εικόνες! branches/1.0.x/chrome/locale/el-GR/prefpanes.dtd
r734 r801 61 61 <!ENTITY advancedpane.misc.caption "Διάφορες ρυθμίσεις"> 62 62 <!ENTITY advancedpane.settime.label "Χρονοσήμανση αρχείων με βάση την χρονοσήμανση του διακομιστή ή την ώρα που μπήκαν στην ουρά αναμονής"> 63 <!ENTITY advancedpane.rememberoneclick.label "Να διατηρεί το DTAOneClick την επιλογή για εφαρμογή σε όλες τις καρτέλες ή μόνο στην τρέχουσα">63 <!ENTITY advancedpane.rememberoneclick.label "Να διατηρεί το dTa OneClick την επιλογή για εφαρμογή σε όλες τις καρτέλες ή μόνο στην τρέχουσα"> 64 64 <!ENTITY advancedpane.tempfiles.caption "Προσωρινά αρχεία"> 65 65 <!ENTITY advancedpane.usetemp.label "Αποθήκευση τεμαχίων πολυμερών λήψεων σε προσωρινό κατάλογο"> branches/1.0.x/chrome/locale/en-US/menu.properties
r718 r801 1 1 dtasaveimage=Save image with DownThemAll! 2 turbosaveimage=Start saving image with DTAOneClick!2 turbosaveimage=Start saving image with dTa OneClick! 3 3 dtasavelink=Save link with DownThemAll! 4 turbosavelink=Start saving link with DTAOneClick!4 turbosavelink=Start saving link with dTa OneClick! 5 5 dtaselection=DownThemAll! selection... 6 turboselection= DTAOneClick selection...6 turboselection=dTa OneClick selection... 7 7 dtaregular=DownThemAll!... 8 turboregular= DTAOneClick!...8 turboregular=dTa OneClick!... 9 9 error=DownThemAll! - Error 10 10 errornolinks=No links or pictures found! branches/1.0.x/chrome/locale/en-US/prefpanes.dtd
r718 r801 65 65 <!ENTITY advancedpane.misc.caption "Miscellaneous settings"> 66 66 <!ENTITY advancedpane.settime.label "Set files time to last modified time (server) or time of queuing"> 67 <!ENTITY advancedpane.rememberoneclick.label "Have DTAOneClick remember if it applies to All Tabs or Current Tab">67 <!ENTITY advancedpane.rememberoneclick.label "Have dTa OneClick remember if it applies to All Tabs or Current Tab"> 68 68 <!ENTITY advancedpane.tempfiles.caption "Temporary files"> 69 69 <!ENTITY advancedpane.usetemp.label "Save download chunks in a temporary directory"> branches/1.0.x/chrome/locale/es-ES/menu.properties
r734 r801 1 1 dtasaveimage=Guardar imagen con DownThemAll! 2 turbosaveimage=Iniciar guardar imagen con DTAOneClick!2 turbosaveimage=Iniciar guardar imagen con dTa OneClick! 3 3 dtasavelink=Guardar enlace DownThemAll! 4 turbosavelink=Iniciar guardar enlace con DTAOneClick!4 turbosavelink=Iniciar guardar enlace con dTa OneClick! 5 5 dtaselection=Selección de DownThemAll!... 6 turboselection=Selección de DTAOneClick...6 turboselection=Selección de dTa OneClick... 7 7 dtaregular=DownThemAll!... 8 turboregular= DTAOneClick!...8 turboregular=dTa OneClick!... 9 9 error=DownThemAll! - Error 10 10 errornolinks=No se encontraron enlaces o fotos branches/1.0.x/chrome/locale/es-ES/prefpanes.dtd
r734 r801 61 61 <!ENTITY advancedpane.misc.caption "Miscelánea"> 62 62 <!ENTITY advancedpane.settime.label "Establecer fecha/hora de archivos para fecha/hora de última modificación (servidor) o de puesta en cola"> 63 <!ENTITY advancedpane.rememberoneclick.label "Hacer que DTAOneClick recuerde si se aplica a todas las pestañas o sólo a la actual">63 <!ENTITY advancedpane.rememberoneclick.label "Hacer que dTa OneClick recuerde si se aplica a todas las pestañas o sólo a la actual"> 64 64 <!ENTITY advancedpane.tempfiles.caption "Archivos temporales"> 65 65 <!ENTITY advancedpane.usetemp.label "Guardar partes durante la descarga en un directorio temporal"> branches/1.0.x/chrome/locale/fi-FI/menu.properties
r734 r801 1 1 dtasaveimage=Tallena kuva DownThemAllilla 2 turbosaveimage=Avaa kuva DTAOneClickillä2 turbosaveimage=Avaa kuva dTa OneClickillä 3 3 dtasavelink=Tallenna linkki DownThemAllilla 4 turbosavelink=Avaa linkki DTAOneClickillä4 turbosavelink=Avaa linkki dTa OneClickillä 5 5 dtaselection=DownThemAll!-valinta... 6 turboselection= DTAOneClick-valinta...6 turboselection=dTa OneClick-valinta... 7 7 dtaregular=DownThemAll!... 8 turboregular= DTAOneClick!...8 turboregular=dTa OneClick!... 9 9 error=DownThemAll! - Virhe 10 10 errornolinks=Linkkejä tai kuvia ei löydy! branches/1.0.x/chrome/locale/fr-FR/menu.properties
r734 r801 6 6 turboselection=Choix OneClick!… 7 7 dtaregular=DownThemAll!… 8 turboregular= DTAOneClick!…8 turboregular=dTa OneClick!… 9 9 error=DownThemAll! - Erreur 10 10 errornolinks=Liens ou images introuvables ! branches/1.0.x/chrome/locale/it-IT/menu.properties
r768 r801 1 1 dtasaveimage=Salva l'immagine con DownThemAll! 2 turbosaveimage=Salva subito l'immagine con DTAOneClick!2 turbosaveimage=Salva subito l'immagine con dTa OneClick! 3 3 dtasavelink=Salva il link con DownThemAll! 4 turbosavelink=Salva subito il link con DTAOneClick!4 turbosavelink=Salva subito il link con dTa OneClick! 5 5 dtaselection=Selezione con DownThemAll!... 6 turboselection=Selezione con DTAOneClick...6 turboselection=Selezione con dTa OneClick... 7 7 dtaregular=DownThemAll!... 8 turboregular= DTAOneClick!...8 turboregular=dTa OneClick!... 9 9 error=DownThemAll! - Errore 10 10 errornolinks=Non ho trovato nessun link o oggetto! branches/1.0.x/chrome/locale/nl-NL/menu.properties
r758 r801 1 1 dtasaveimage=Afbeelding opslaan met DownThemAll! 2 turbosaveimage=Opslaan afbeelding starten met DTAOneClick!2 turbosaveimage=Opslaan afbeelding starten met dTa OneClick! 3 3 dtasavelink=Koppeling opslaan met DownThemAll! 4 turbosavelink=Opslaan koppeling starten met DTAOneClick!4 turbosavelink=Opslaan koppeling starten met dTa OneClick! 5 5 dtaselection=Selectie downloaden met DownThemAll!... 6 turboselection=Selectie downloaden met DTAOneClick!...6 turboselection=Selectie downloaden met dTa OneClick!... 7 7 dtaregular=DownThemAll!... 8 turboregular= DTAOneClick!...8 turboregular=dTa OneClick!... 9 9 error=DownThemAll! - Fout 10 10 errornolinks=Geen koppelingen of afbeeldingen gevonden! branches/1.0.x/chrome/locale/sr-YU/menu.properties
r758 r801 1 1 dtasaveimage=Сачувај слику помоћу DownThemAll! 2 turbosaveimage=Започни чување слике помоћу DTAOneClick!2 turbosaveimage=Започни чување слике помоћу dTa OneClick! 3 3 dtasavelink=Сачувај датотеку помоћу DownThemAll! 4 turbosavelink=Започни чување датотеке помоћу DTAOneClick!4 turbosavelink=Започни чување датотеке помоћу dTa OneClick! 5 5 dtaselection=DownThemAll! избор... 6 6 turboselection=DownThemAll! OneClick избор...
