Remove Bing support.
As far as I can tell their new API ( http://datamarket.azure.com/dataset/bing/search ) doesn't reveal the cache URL anymore. Refs #9
Cette révision appartient à :
Parent
3b3d2f27fc
révision
8fedb1fe7c
38 fichiers modifiés avec 0 ajouts et 60 suppressions
|
@ -36,10 +36,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='bing' label=' &resurrect.bing;'
|
|
||||||
image='chrome://resurrect/skin/cacheicons/bing.png'
|
|
||||||
/>
|
|
||||||
<xul:button
|
<xul:button
|
||||||
value='gigablast' label=' &resurrect.gigablast;'
|
value='gigablast' label=' &resurrect.gigablast;'
|
||||||
image='chrome://resurrect/skin/cacheicons/gigablast.png'
|
image='chrome://resurrect/skin/cacheicons/gigablast.png'
|
||||||
|
|
|
@ -52,10 +52,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='bing' label=' &resurrect.bing;'
|
|
||||||
image='chrome://resurrect/skin/cacheicons/bing.png'
|
|
||||||
/>
|
|
||||||
<xul:button
|
<xul:button
|
||||||
value='gigablast' label=' &resurrect.gigablast;'
|
value='gigablast' label=' &resurrect.gigablast;'
|
||||||
image='chrome://resurrect/skin/cacheicons/gigablast.png'
|
image='chrome://resurrect/skin/cacheicons/gigablast.png'
|
||||||
|
|
|
@ -174,24 +174,6 @@ var resurrect={
|
||||||
break;
|
break;
|
||||||
case 'archiveis':
|
case 'archiveis':
|
||||||
gotoUrl='https://archive.is/'+rawUrl;
|
gotoUrl='https://archive.is/'+rawUrl;
|
||||||
break;
|
|
||||||
case 'bing':
|
|
||||||
var xhr=new XMLHttpRequest();
|
|
||||||
xhr.open('GET',
|
|
||||||
'http://api.search.live.net/xml.aspx'+
|
|
||||||
'?AppId=FD382E93B5ABC456C5E34C238A906CAB1E6F9875'+
|
|
||||||
'&Query=url:'+encUrl+
|
|
||||||
'&Sources=web&Web.Count=1',
|
|
||||||
false);
|
|
||||||
xhr.send(null);
|
|
||||||
|
|
||||||
try {
|
|
||||||
var c=xhr.responseXML.getElementsByTagName('web:CacheUrl');
|
|
||||||
gotoUrl=c[0].textContent;
|
|
||||||
} catch (e) {
|
|
||||||
gotoUrl='http://www.bing.com/search?q=url:'+encUrl;
|
|
||||||
}
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 'gigablast':
|
case 'gigablast':
|
||||||
var siteRegex = new RegExp('://([^/]+)');
|
var siteRegex = new RegExp('://([^/]+)');
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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ě">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!ENTITY resurrect.gigablast "Gigablast">
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "Στην τρέχουσα καρτέλα/παράθυρο">
|
<!ENTITY resurrect.inCurrTab "Στην τρέχουσα καρτέλα/παράθυρο">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!ENTITY resurrect.gigablast "Gigablast">
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "Στην τρέχουσα καρτέλα/παράθυρο">
|
<!ENTITY resurrect.inCurrTab "Στην τρέχουσα καρτέλα/παράθυρο">
|
||||||
|
|
|
@ -9,7 +9,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gogablast">
|
<!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)">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gogablast">
|
<!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)">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!ENTITY resurrect.gigablast "Gigablast">
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "現在のタブ・ウィンドウ">
|
<!ENTITY resurrect.inCurrTab "現在のタブ・ウィンドウ">
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
<!ENTITY resurrect.google "Google 캐쉬">
|
<!ENTITY resurrect.google "Google 캐쉬">
|
||||||
<!ENTITY resurrect.textonly "(본문 만)">
|
<!ENTITY resurrect.textonly "(본문 만)">
|
||||||
<!ENTITY resurrect.archive "인터넷 아카이브">
|
<!ENTITY resurrect.archive "인터넷 아카이브">
|
||||||
<!ENTITY resurrect.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!ENTITY resurrect.gigablast "Gigablast">
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "현재 탭/창으로">
|
<!ENTITY resurrect.inCurrTab "현재 탭/창으로">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!ENTITY resurrect.gigablast "Gigablast">
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "В текущей вкладке/окне">
|
<!ENTITY resurrect.inCurrTab "В текущей вкладке/окне">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!ENTITY resurrect.gigablast "Gigablast">
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "у тренутном језичку/прозору">
|
<!ENTITY resurrect.inCurrTab "у тренутном језичку/прозору">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!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">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!ENTITY resurrect.gigablast "Gigablast">
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "在当前标签页或窗口">
|
<!ENTITY resurrect.inCurrTab "在当前标签页或窗口">
|
||||||
|
|
|
@ -8,7 +8,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.bing "Bing">
|
|
||||||
<!ENTITY resurrect.gigablast "Gigablast">
|
<!ENTITY resurrect.gigablast "Gigablast">
|
||||||
<!ENTITY resurrect.webcitation "WebCite">
|
<!ENTITY resurrect.webcitation "WebCite">
|
||||||
<!ENTITY resurrect.inCurrTab "目前分頁/視窗">
|
<!ENTITY resurrect.inCurrTab "目前分頁/視窗">
|
||||||
|
|
Fichier binaire non affiché.
Avant Largeur: | Hauteur: | Taille: 506 o |
Chargement…
Référencer dans un nouveau ticket