Résolution du bug #2930921 : le titre de la page n'était pas mis à jour avec l'AJAX

Ajout de la fonctionnalité #2930930 : l'url permanente du strip est maintenant indiquée
This commit is contained in:
Leblanc Simon 2010-01-20 02:30:45 +00:00
commit e7d737af1b
9 changed files with 31 additions and 0 deletions

View file

@ -26,6 +26,7 @@ class Lang extends AbstractLang
$this->contact = "Contact";
$this->rss = "RSS";
$this->licence = "License";
$this->permanent_link = "Permanent link";
$this->boutique = "Shop";
$this->teeshirt = "(t-shirts & gifts)";
$this->propulse = "Powered by";

View file

@ -26,6 +26,7 @@ class Lang extends AbstractLang
$this->contact = "Contact";
$this->rss = "RSS";
$this->licence = "Licence";
$this->permanent_link = "Lien permanent";
$this->boutique = "Boutique";
$this->teeshirt = "(t-shirts & cadeaux)";
$this->propulse = "Propulsé par";