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:
parent
67a61874f1
commit
e7d737af1b
9 changed files with 31 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue