Removed list of web browers (#3626)
This commit is contained in:
parent
a75ce8aab5
commit
23f933595b
@ -15,7 +15,7 @@
|
||||
"Framadate was initially based on ": "DateChaprilOrg is a Framadate initially based on ",
|
||||
"It is governed by the": "It is licensed under the",
|
||||
"The software": "The software",
|
||||
"This software needs javascript and cookies enabled. It is compatible with the following web browsers:": "This software needs JavaScript and cookies enabled. It is compatible with the following web browsers:",
|
||||
"This software needs javascript and cookies enabled. It is compatible with the following web browsers:": "This software needs JavaScript and cookies enabled. It is compatible with the usuals web browsers",
|
||||
"a software developed by the University of Strasbourg. Today, it is devevoped by the association Framasoft.": "software developed by the University of Strasbourg. These days, it is developed by the Framasoft association."
|
||||
},
|
||||
"3rd section": {
|
||||
|
@ -15,7 +15,7 @@
|
||||
"Framadate was initially based on ": "DateChaprilOrg est un Framadate initialement basé sur ",
|
||||
"It is governed by the": "Il est régi par la",
|
||||
"The software": "Le logiciel",
|
||||
"This software needs javascript and cookies enabled. It is compatible with the following web browsers:": "Ce logiciel requiert l’activation du JavaScript et des cookies. Il est compatible avec les navigateurs web suivants :",
|
||||
"This software needs javascript and cookies enabled. It is compatible with the following web browsers:": "Ce logiciel requiert l’activation du JavaScript et des cookies. Il est compatible avec les navigateurs web usuels",
|
||||
"a software developed by the University of Strasbourg. Today, it is devevoped by the association Framasoft.": "un logiciel développé par l'Université de Strasbourg. Aujourd'hui, son développement est assuré par l’association Framasoft."
|
||||
},
|
||||
"3rd section": {
|
||||
|
@ -15,7 +15,7 @@
|
||||
"Framadate was initially based on ": "DateChaprilOrg est un Framadate initialement basé sur ",
|
||||
"It is governed by the": "Il est régi par la",
|
||||
"The software": "Le logiciel",
|
||||
"This software needs javascript and cookies enabled. It is compatible with the following web browsers:": "Ce logiciel requiert l’activation du JavaScript et des cookies. Il est compatible avec les navigateurs web suivants :",
|
||||
"This software needs javascript and cookies enabled. It is compatible with the following web browsers:": "Ce logiciel requiert l’activation du JavaScript et des cookies. Il est compatible avec les navigateurs web usuels.",
|
||||
"a software developed by the University of Strasbourg. Today, it is devevoped by the association Framasoft.": "un logiciel développé par l'Université de Strasbourg. Aujourd'hui, son développement est assuré par l’association Framasoft."
|
||||
},
|
||||
"3rd section": {
|
||||
|
@ -56,8 +56,7 @@ generateReport()
|
||||
trueHttpRequestCount=$(zgrep "$monthEnglish" /var/log/apache2/date.chapril.org/date.chapril.org-acces.log*|grep "$year"|grep -vi bot|grep -c -v check)
|
||||
echo "Nombre de vraies requêtes http = $trueHttpRequestCount"
|
||||
|
||||
botRequestCount=$(zgrep "$monthEnglish" /var/log/apache2/date.chapril.org/date.chapril.org-acces.log*|grep "$year"|grep -i bo\
|
||||
t|grep -c -v check)
|
||||
botRequestCount=$(zgrep "$monthEnglish" /var/log/apache2/date.chapril.org/date.chapril.org-acces.log*|grep "$year"|grep -i bot|grep -c -v check)
|
||||
echo "Nombre de requêtes bot = $botRequestCount"
|
||||
|
||||
errorRequestCount=$(zgrep "$monthEnglish" /var/log/apache2/date.chapril.org/date.chapril.org-error.log*|grep -c "$year")
|
||||
|
@ -80,13 +80,14 @@
|
||||
</p>
|
||||
|
||||
<p>{__('2nd section', 'This software needs javascript and cookies enabled. It is compatible with the following web browsers:')}</p>
|
||||
<ul>
|
||||
<!-- <ul>
|
||||
<li>Microsoft Internet Explorer 9+</li>
|
||||
<li>Google Chrome 19+</li>
|
||||
<li>Firefox 12+</li>
|
||||
<li>Safari 5+</li>
|
||||
<li>Opera 11+</li>
|
||||
</ul>
|
||||
-->
|
||||
<p>
|
||||
{__('2nd section', 'It is governed by the')}
|
||||
<a href="http://www.cecill.info">{__('2nd section', 'CeCILL-B license')}</a>.
|
||||
|
Loading…
Reference in New Issue
Block a user