diff --git a/drivers/firefox/chrome.manifest b/drivers/firefox/chrome.manifest index 2c74ed59d..780c17c3e 100644 --- a/drivers/firefox/chrome.manifest +++ b/drivers/firefox/chrome.manifest @@ -1,5 +1,7 @@ content wappalyzer content/ locale wappalyzer en-US locale/en-US/ +locale wappalyzer de-DE locale/de-DE/ +locale wappalyzer fr-FR locale/fr-FR/ skin wappalyzer classic/1.0 skin/ overlay chrome://browser/content/browser.xul chrome://wappalyzer/content/xul/wappalyzer.xul diff --git a/drivers/firefox/locale/fr-FR/wappalyzer.dtd b/drivers/firefox/locale/fr-FR/wappalyzer.dtd new file mode 100644 index 000000000..fb9b4bf92 --- /dev/null +++ b/drivers/firefox/locale/fr-FR/wappalyzer.dtd @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/drivers/firefox/locale/fr-FR/wappalyzer.properties b/drivers/firefox/locale/fr-FR/wappalyzer.properties new file mode 100644 index 000000000..c7e46e1ba --- /dev/null +++ b/drivers/firefox/locale/fr-FR/wappalyzer.properties @@ -0,0 +1,2 @@ +wappalyzer.name = Wappalyzer +wappalyzer.noAppsDetected = Pas d'applications détectées diff --git a/share/images/icons/gentoo.ico b/share/images/icons/gentoo.ico new file mode 100644 index 000000000..5d3bec636 Binary files /dev/null and b/share/images/icons/gentoo.ico differ diff --git a/share/js/apps.js b/share/js/apps.js index 88ad273b5..40b0cc744 100644 --- a/share/js/apps.js +++ b/share/js/apps.js @@ -133,6 +133,7 @@ 'Gallery': { cats: { 1: 7 }, env: /galleryAuthToken/, html: /
/ }, 'Gambio': { cats: { 1: 6 }, html: /brought to you by XT-Commerce|[Gg]ambio|content\.php\?coID=\d/}, 'Gauges': { cats: { 1: 10 }, html: /t\.src = '\/\/secure\.gaug\.es\/track\.js/, env: /^_gauges$/ }, + 'Gentoo' : { cats: { 1: 28}, headers: { 'X-Powered-By': /-?gentoo/} }, 'Get Satisfaction': { cats: { 1: 13 }, html: /var feedback_widget = new GSFN\.feedback_widget\(feedback_widget_options\)/ }, 'Google Analytics': { cats: { 1: 10 }, script: /(\.google\-analytics\.com\/ga\.js|google-analytics\.com\/urchin\.js)/, env: /^gaGlobal$/ }, 'Google App Engine': { cats: { 1: 22 }, headers: { 'Server': /Google Frontend/i } },