Remove Gigablast.
Their API docs now say that "c=" is a required parameter. But not what value to put there. Not to mention it takes several seconds just to respond with an error page. Refs #9
Cette révision appartient à :
Parent
bc993ba126
révision
c31fb0830f
38 fichiers modifiés avec 0 ajouts et 66 suppressions
|
@ -32,10 +32,6 @@
|
||||||
value='archiveis' label=' &resurrect.archiveis;'
|
value='archiveis' label=' &resurrect.archiveis;'
|
||||||
image='chrome://resurrect/skin/cacheicons/archiveis.ico'
|
image='chrome://resurrect/skin/cacheicons/archiveis.ico'
|
||||||
/>
|
/>
|
||||||
<xul:button
|
|
||||||
value='gigablast' label=' &resurrect.gigablast;'
|
|
||||||
image='chrome://resurrect/skin/cacheicons/gigablast.png'
|
|
||||||
/>
|
|
||||||
<xul:button
|
<xul:button
|
||||||
value='webcitation' label=' &resurrect.webcitation;'
|
value='webcitation' label=' &resurrect.webcitation;'
|
||||||
image='chrome://resurrect/skin/cacheicons/webcitation.png'
|
image='chrome://resurrect/skin/cacheicons/webcitation.png'
|
||||||
|
|
|
@ -48,10 +48,6 @@ window.addEventListener('load', resurrect.loadTarget, false);
|
||||||
value='archiveis' label=' &resurrect.archiveis;'
|
value='archiveis' label=' &resurrect.archiveis;'
|
||||||
image='chrome://resurrect/skin/cacheicons/archiveis.ico'
|
image='chrome://resurrect/skin/cacheicons/archiveis.ico'
|
||||||
/>
|
/>
|
||||||
<xul:button
|
|
||||||
value='gigablast' label=' &resurrect.gigablast;'
|
|
||||||
image='chrome://resurrect/skin/cacheicons/gigablast.png'
|
|
||||||
/>
|
|
||||||
<xul:button
|
<xul:button
|
||||||
value='webcitation' label=' &resurrect.webcitation;'
|
value='webcitation' label=' &resurrect.webcitation;'
|
||||||
image='chrome://resurrect/skin/cacheicons/webcitation.png'
|
image='chrome://resurrect/skin/cacheicons/webcitation.png'
|
||||||
|
|
|
@ -171,30 +171,6 @@ var resurrect={
|
||||||
break;
|
break;
|
||||||
case 'archiveis':
|
case 'archiveis':
|
||||||
gotoUrl='https://archive.is/'+rawUrl;
|
gotoUrl='https://archive.is/'+rawUrl;
|
||||||
break;
|
|
||||||
case 'gigablast':
|
|
||||||
var siteRegex = new RegExp('://([^/]+)');
|
|
||||||
var apiUrl=[
|
|
||||||
'http://feed.gigablast.com/search',
|
|
||||||
'?q=url:', encUrl,
|
|
||||||
'&site=', (siteRegex.match(rawUrl)[1]),
|
|
||||||
'&n=1&ns=0&raw=9&bq=0&nrt=0'
|
|
||||||
].join('');
|
|
||||||
|
|
||||||
var xhr=new XMLHttpRequest();
|
|
||||||
xhr.open('GET', apiUrl, false);
|
|
||||||
xhr.send(null);
|
|
||||||
|
|
||||||
try {
|
|
||||||
var docId=xhr.responseXML
|
|
||||||
.getElementsByTagName('docId')[0].textContent;
|
|
||||||
gotoUrl='http://www.gigablast.com/index.php'
|
|
||||||
+'?page=get&ih=1&ibh=1&cas=0&d='
|
|
||||||
+docId;
|
|
||||||
} catch (e) {
|
|
||||||
gotoUrl='http://www.gigablast.com/index.php?q=url:'+encUrl;
|
|
||||||
}
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 'webcitation':
|
case 'webcitation':
|
||||||
gotoUrl='http://webcitation.org/query.php?url='+encUrl;
|
gotoUrl='http://webcitation.org/query.php?url='+encUrl;
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google Cache">
|
<!ENTITY resurrect.google "Google Cache">
|
||||||
<!ENTITY resurrect.textonly "(només text)">
|
<!ENTITY resurrect.textonly "(només text)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "En la pestanya/finestra actual">
|
<!ENTITY resurrect.inCurrTab "En la pestanya/finestra actual">
|
||||||
<!ENTITY resurrect.inNewTab "En una nova pestanya">
|
<!ENTITY resurrect.inNewTab "En una nova pestanya">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(prostý text)">
|
<!ENTITY resurrect.textonly "(prostý text)">
|
||||||
<!ENTITY resurrect.archive "Internet Archive">
|
<!ENTITY resurrect.archive "Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "V současném panelu/okně">
|
<!ENTITY resurrect.inCurrTab "V současném panelu/okně">
|
||||||
<!ENTITY resurrect.inNewTab "V novém panelu">
|
<!ENTITY resurrect.inNewTab "V novém panelu">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google Cache">
|
<!ENTITY resurrect.google "Google Cache">
|
||||||
<!ENTITY resurrect.textonly "(kun tekst)">
|
<!ENTITY resurrect.textonly "(kun tekst)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "I nuværende faneblad/vindue">
|
<!ENTITY resurrect.inCurrTab "I nuværende faneblad/vindue">
|
||||||
<!ENTITY resurrect.inNewTab "I et nyt faneblad">
|
<!ENTITY resurrect.inNewTab "I et nyt faneblad">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(kun tekst)">
|
<!ENTITY resurrect.textonly "(kun tekst)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "I nuværende faneblad/vindue">
|
<!ENTITY resurrect.inCurrTab "I nuværende faneblad/vindue">
|
||||||
<!ENTITY resurrect.inNewTab "I et nyt faneblad">
|
<!ENTITY resurrect.inNewTab "I et nyt faneblad">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(Nur Text)">
|
<!ENTITY resurrect.textonly "(Nur Text)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "In aktuellem Tab/Fenster">
|
<!ENTITY resurrect.inCurrTab "In aktuellem Tab/Fenster">
|
||||||
<!ENTITY resurrect.inNewTab "In neuem Tab">
|
<!ENTITY resurrect.inNewTab "In neuem Tab">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(Nur Text)">
|
<!ENTITY resurrect.textonly "(Nur Text)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "In aktuellem Tab/Fenster">
|
<!ENTITY resurrect.inCurrTab "In aktuellem Tab/Fenster">
|
||||||
<!ENTITY resurrect.inNewTab "In neuem Tab">
|
<!ENTITY resurrect.inNewTab "In neuem Tab">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google Cache">
|
<!ENTITY resurrect.google "Google Cache">
|
||||||
<!ENTITY resurrect.textonly "(μόνο κείμενο)">
|
<!ENTITY resurrect.textonly "(μόνο κείμενο)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "Στην τρέχουσα καρτέλα/παράθυρο">
|
<!ENTITY resurrect.inCurrTab "Στην τρέχουσα καρτέλα/παράθυρο">
|
||||||
<!ENTITY resurrect.inNewTab "Σε νέα καρτέλα">
|
<!ENTITY resurrect.inNewTab "Σε νέα καρτέλα">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google Cache">
|
<!ENTITY resurrect.google "Google Cache">
|
||||||
<!ENTITY resurrect.textonly "(μόνο κείμενο)">
|
<!ENTITY resurrect.textonly "(μόνο κείμενο)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "Στην τρέχουσα καρτέλα/παράθυρο">
|
<!ENTITY resurrect.inCurrTab "Στην τρέχουσα καρτέλα/παράθυρο">
|
||||||
<!ENTITY resurrect.inNewTab "Σε νέα καρτέλα">
|
<!ENTITY resurrect.inNewTab "Σε νέα καρτέλα">
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
<!ENTITY resurrect.textonly " (text only)">
|
<!ENTITY resurrect.textonly " (text only)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.archiveis "archive.is">
|
<!ENTITY resurrect.archiveis "archive.is">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "In the current tab/window">
|
<!ENTITY resurrect.inCurrTab "In the current tab/window">
|
||||||
<!ENTITY resurrect.inNewTab "In a new tab">
|
<!ENTITY resurrect.inNewTab "In a new tab">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Cache de Google">
|
<!ENTITY resurrect.google "Cache de Google">
|
||||||
<!ENTITY resurrect.textonly "(solo texto)">
|
<!ENTITY resurrect.textonly "(solo texto)">
|
||||||
<!ENTITY resurrect.archive "El Archivo de Internet">
|
<!ENTITY resurrect.archive "El Archivo de Internet">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "En la actual ventana/pestaña">
|
<!ENTITY resurrect.inCurrTab "En la actual ventana/pestaña">
|
||||||
<!ENTITY resurrect.inNewTab "En una nueva pestaña">
|
<!ENTITY resurrect.inNewTab "En una nueva pestaña">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Cache de Google">
|
<!ENTITY resurrect.google "Cache de Google">
|
||||||
<!ENTITY resurrect.textonly "(solo texto)">
|
<!ENTITY resurrect.textonly "(solo texto)">
|
||||||
<!ENTITY resurrect.archive "El Archivo de Internet">
|
<!ENTITY resurrect.archive "El Archivo de Internet">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "En la actual ventana/pestaña">
|
<!ENTITY resurrect.inCurrTab "En la actual ventana/pestaña">
|
||||||
<!ENTITY resurrect.inNewTab "En una nueva pestaña">
|
<!ENTITY resurrect.inNewTab "En una nueva pestaña">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Caché de Google">
|
<!ENTITY resurrect.google "Caché de Google">
|
||||||
<!ENTITY resurrect.textonly "(sólo texto)">
|
<!ENTITY resurrect.textonly "(sólo texto)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "En la pestaña/ventana actual">
|
<!ENTITY resurrect.inCurrTab "En la pestaña/ventana actual">
|
||||||
<!ENTITY resurrect.inNewTab "En una nueva pestaña">
|
<!ENTITY resurrect.inNewTab "En una nueva pestaña">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google välimuisti">
|
<!ENTITY resurrect.google "Google välimuisti">
|
||||||
<!ENTITY resurrect.textonly "(vain teksti)">
|
<!ENTITY resurrect.textonly "(vain teksti)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "Nykyiseen välilehteen/ikkunaan">
|
<!ENTITY resurrect.inCurrTab "Nykyiseen välilehteen/ikkunaan">
|
||||||
<!ENTITY resurrect.inNewTab "Uuteen välilehteen">
|
<!ENTITY resurrect.inNewTab "Uuteen välilehteen">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Cache Google">
|
<!ENTITY resurrect.google "Cache Google">
|
||||||
<!ENTITY resurrect.textonly "(texte seulement)">
|
<!ENTITY resurrect.textonly "(texte seulement)">
|
||||||
<!ENTITY resurrect.archive "Archive internet">
|
<!ENTITY resurrect.archive "Archive internet">
|
||||||
<!ENTITY resurrect.gigablast "Gogablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "dans l'onglet/la fenêtre courant(e)">
|
<!ENTITY resurrect.inCurrTab "dans l'onglet/la fenêtre courant(e)">
|
||||||
<!ENTITY resurrect.inNewTab "dans un nouvel onglet">
|
<!ENTITY resurrect.inNewTab "dans un nouvel onglet">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Cache Google">
|
<!ENTITY resurrect.google "Cache Google">
|
||||||
<!ENTITY resurrect.textonly "(texte seulement)">
|
<!ENTITY resurrect.textonly "(texte seulement)">
|
||||||
<!ENTITY resurrect.archive "Archive internet">
|
<!ENTITY resurrect.archive "Archive internet">
|
||||||
<!ENTITY resurrect.gigablast "Gogablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "dans l'onglet/la fenêtre courant(e)">
|
<!ENTITY resurrect.inCurrTab "dans l'onglet/la fenêtre courant(e)">
|
||||||
<!ENTITY resurrect.inNewTab "dans un nouvel onglet">
|
<!ENTITY resurrect.inNewTab "dans un nouvel onglet">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google privremeni spremnik">
|
<!ENTITY resurrect.google "Google privremeni spremnik">
|
||||||
<!ENTITY resurrect.textonly "(samo tekst)">
|
<!ENTITY resurrect.textonly "(samo tekst)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "U trenutnoj kartici/prozoru">
|
<!ENTITY resurrect.inCurrTab "U trenutnoj kartici/prozoru">
|
||||||
<!ENTITY resurrect.inNewTab "U novoj kartici">
|
<!ENTITY resurrect.inNewTab "U novoj kartici">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google Cache">
|
<!ENTITY resurrect.google "Google Cache">
|
||||||
<!ENTITY resurrect.textonly " (solo testo)">
|
<!ENTITY resurrect.textonly " (solo testo)">
|
||||||
<!ENTITY resurrect.archive "Internet Archive">
|
<!ENTITY resurrect.archive "Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "nella scheda/finestra attuale">
|
<!ENTITY resurrect.inCurrTab "nella scheda/finestra attuale">
|
||||||
<!ENTITY resurrect.inNewTab "in una nuova scheda">
|
<!ENTITY resurrect.inNewTab "in una nuova scheda">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google Cache">
|
<!ENTITY resurrect.google "Google Cache">
|
||||||
<!ENTITY resurrect.textonly " (solo testo)">
|
<!ENTITY resurrect.textonly " (solo testo)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive ">
|
<!ENTITY resurrect.archive "The Internet Archive ">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "Riattiva nella scheda/finestra attuale">
|
<!ENTITY resurrect.inCurrTab "Riattiva nella scheda/finestra attuale">
|
||||||
<!ENTITY resurrect.inNewTab "Riattiva in una nuova scheda">
|
<!ENTITY resurrect.inNewTab "Riattiva in una nuova scheda">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(テキストのみ)">
|
<!ENTITY resurrect.textonly "(テキストのみ)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "現在のタブ・ウィンドウ">
|
<!ENTITY resurrect.inCurrTab "現在のタブ・ウィンドウ">
|
||||||
<!ENTITY resurrect.inNewTab "新しいタブ">
|
<!ENTITY resurrect.inNewTab "新しいタブ">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google 캐쉬">
|
<!ENTITY resurrect.google "Google 캐쉬">
|
||||||
<!ENTITY resurrect.textonly "(본문 만)">
|
<!ENTITY resurrect.textonly "(본문 만)">
|
||||||
<!ENTITY resurrect.archive "인터넷 아카이브">
|
<!ENTITY resurrect.archive "인터넷 아카이브">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "현재 탭/창으로">
|
<!ENTITY resurrect.inCurrTab "현재 탭/창으로">
|
||||||
<!ENTITY resurrect.inNewTab "새 탭으로">
|
<!ENTITY resurrect.inNewTab "새 탭으로">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(alleen tekst)">
|
<!ENTITY resurrect.textonly "(alleen tekst)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "In het huidige tabblad/het huidige venster">
|
<!ENTITY resurrect.inCurrTab "In het huidige tabblad/het huidige venster">
|
||||||
<!ENTITY resurrect.inNewTab "In een nieuw tabblad">
|
<!ENTITY resurrect.inNewTab "In een nieuw tabblad">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(alleen tekst)">
|
<!ENTITY resurrect.textonly "(alleen tekst)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "In het huidige tabblad/het huidige venster">
|
<!ENTITY resurrect.inCurrTab "In het huidige tabblad/het huidige venster">
|
||||||
<!ENTITY resurrect.inNewTab "In een nieuw tabblad">
|
<!ENTITY resurrect.inNewTab "In een nieuw tabblad">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google Cache">
|
<!ENTITY resurrect.google "Google Cache">
|
||||||
<!ENTITY resurrect.textonly "(tylko tekst)">
|
<!ENTITY resurrect.textonly "(tylko tekst)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "W aktywnej karcie/oknie">
|
<!ENTITY resurrect.inCurrTab "W aktywnej karcie/oknie">
|
||||||
<!ENTITY resurrect.inNewTab "W nowej karcie">
|
<!ENTITY resurrect.inNewTab "W nowej karcie">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google Cache">
|
<!ENTITY resurrect.google "Google Cache">
|
||||||
<!ENTITY resurrect.textonly "(tylko tekst)">
|
<!ENTITY resurrect.textonly "(tylko tekst)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "W aktywnej karcie/oknie">
|
<!ENTITY resurrect.inCurrTab "W aktywnej karcie/oknie">
|
||||||
<!ENTITY resurrect.inNewTab "W nowej karcie">
|
<!ENTITY resurrect.inNewTab "W nowej karcie">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Cache do Google">
|
<!ENTITY resurrect.google "Cache do Google">
|
||||||
<!ENTITY resurrect.textonly "(somente texto)">
|
<!ENTITY resurrect.textonly "(somente texto)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "Na aba/janela atual">
|
<!ENTITY resurrect.inCurrTab "Na aba/janela atual">
|
||||||
<!ENTITY resurrect.inNewTab "Em uma nova aba">
|
<!ENTITY resurrect.inNewTab "Em uma nova aba">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Cache do Google">
|
<!ENTITY resurrect.google "Cache do Google">
|
||||||
<!ENTITY resurrect.textonly "(só texto)">
|
<!ENTITY resurrect.textonly "(só texto)">
|
||||||
<!ENTITY resurrect.archive "Arquivo de internet">
|
<!ENTITY resurrect.archive "Arquivo de internet">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "Na aba/janela actual">
|
<!ENTITY resurrect.inCurrTab "Na aba/janela actual">
|
||||||
<!ENTITY resurrect.inNewTab "Numa nova aba">
|
<!ENTITY resurrect.inNewTab "Numa nova aba">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(только текст)">
|
<!ENTITY resurrect.textonly "(только текст)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "В текущей вкладке/окне">
|
<!ENTITY resurrect.inCurrTab "В текущей вкладке/окне">
|
||||||
<!ENTITY resurrect.inNewTab "В новой вкладке">
|
<!ENTITY resurrect.inNewTab "В новой вкладке">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google posnetek">
|
<!ENTITY resurrect.google "Google posnetek">
|
||||||
<!ENTITY resurrect.textonly "(samo besedilo)">
|
<!ENTITY resurrect.textonly "(samo besedilo)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "V obstoječem zavihku/oknu">
|
<!ENTITY resurrect.inCurrTab "V obstoječem zavihku/oknu">
|
||||||
<!ENTITY resurrect.inNewTab "V novem zavihku">
|
<!ENTITY resurrect.inNewTab "V novem zavihku">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(само текст)">
|
<!ENTITY resurrect.textonly "(само текст)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "у тренутном језичку/прозору">
|
<!ENTITY resurrect.inCurrTab "у тренутном језичку/прозору">
|
||||||
<!ENTITY resurrect.inNewTab "у новом језичку">
|
<!ENTITY resurrect.inNewTab "у новом језичку">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(endast text)">
|
<!ENTITY resurrect.textonly "(endast text)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "Nuvarande flik/fönster">
|
<!ENTITY resurrect.inCurrTab "Nuvarande flik/fönster">
|
||||||
<!ENTITY resurrect.inNewTab "En ny flik">
|
<!ENTITY resurrect.inNewTab "En ny flik">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(salt metin)">
|
<!ENTITY resurrect.textonly "(salt metin)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "Seçili sekmede/pencerede">
|
<!ENTITY resurrect.inCurrTab "Seçili sekmede/pencerede">
|
||||||
<!ENTITY resurrect.inNewTab "Yeni sekmede">
|
<!ENTITY resurrect.inNewTab "Yeni sekmede">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google Cache">
|
<!ENTITY resurrect.google "Google Cache">
|
||||||
<!ENTITY resurrect.textonly " (text only)">
|
<!ENTITY resurrect.textonly " (text only)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "In the current tab/window">
|
<!ENTITY resurrect.inCurrTab "In the current tab/window">
|
||||||
<!ENTITY resurrect.inNewTab "In a new tab">
|
<!ENTITY resurrect.inNewTab "In a new tab">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(纯文字版)">
|
<!ENTITY resurrect.textonly "(纯文字版)">
|
||||||
<!ENTITY resurrect.archive "The Internet Archive">
|
<!ENTITY resurrect.archive "The Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "在当前标签页或窗口">
|
<!ENTITY resurrect.inCurrTab "在当前标签页或窗口">
|
||||||
<!ENTITY resurrect.inNewTab "在新标签页">
|
<!ENTITY resurrect.inNewTab "在新标签页">
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
<!ENTITY resurrect.google "Google">
|
<!ENTITY resurrect.google "Google">
|
||||||
<!ENTITY resurrect.textonly "(限文字)">
|
<!ENTITY resurrect.textonly "(限文字)">
|
||||||
<!ENTITY resurrect.archive "Internet Archive">
|
<!ENTITY resurrect.archive "Internet Archive">
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "目前分頁/視窗">
|
<!ENTITY resurrect.inCurrTab "目前分頁/視窗">
|
||||||
<!ENTITY resurrect.inNewTab "新分頁">
|
<!ENTITY resurrect.inNewTab "新分頁">
|
||||||
|
|
Fichier binaire non affiché.
Avant Largeur: | Hauteur: | Taille: 755 o |
Chargement…
Référencer dans un nouveau ticket