diff options
author | plegall <plg@piwigo.org> | 2009-03-13 23:43:50 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-03-13 23:43:50 +0000 |
commit | 87a7b60bed82775a58c2706e9441cbe428cbc393 (patch) | |
tree | 5874f9b424cfab205ae810baa7a4fe85735bdfc3 /language | |
parent | f94ff8b8e180526899e17db9f4732ff82a4a876b (diff) |
merge r3196 from branch 2.0 to trunk
bug 926 fixed: change links to piwigo.org so that they go to existing URLs.
new: if the current language is french, the links go to fr.piwigo.org instead.
git-svn-id: http://piwigo.org/svn/trunk@3197 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/about.html | 2 | ||||
-rw-r--r-- | language/fr_FR/help.html | 9 | ||||
-rw-r--r-- | language/pl_PL/help.html | 5 |
3 files changed, 5 insertions, 11 deletions
diff --git a/language/fr_FR/about.html b/language/fr_FR/about.html index 15cf5e8bd..5f2036a75 100644 --- a/language/fr_FR/about.html +++ b/language/fr_FR/about.html @@ -5,4 +5,4 @@ une galerie d'images en ligne.</li> données MySQL.</li> <li>Si vous avez des suggestions ou des commentaires, visitez le <a - href="http://piwigo.org">site officiel</a>.</li> + href="http://fr.piwigo.org">site officiel</a> et <a href="http://fr.piwigo.org/forum">son forum</a>.</li> diff --git a/language/fr_FR/help.html b/language/fr_FR/help.html index d43c20272..940aba6ab 100644 --- a/language/fr_FR/help.html +++ b/language/fr_FR/help.html @@ -241,12 +241,7 @@ défaut tel que désiré dans <span class="pwgScreen">Administation, Configuration, Affichage par défaut</span>. En effet, chaque nouvel utilisateur héritera de ces propriétés d'affichage.</li> - <li>Pour tout question, n'hésitez pas à visiter le forum ou à y poser une -question si votre recherche est infructueuse. Le -<a href="http://forum.phpwebgallery.net">forum</a> est disponible sur le site - de Piwigo. Consulter également la -<a href="http://phpwebgallery.net/doc">documentation officielle de -Piwigo</a> pour obtenir plus de détails.</li> + <li>Pour tout question, la communauté francophone Piwigo est à l'écoute sur le <a href="http://fr.piwigo.org/forum">forum</a>.</li> </ul> -</div>
\ No newline at end of file +</div> diff --git a/language/pl_PL/help.html b/language/pl_PL/help.html index cd216f62e..52f3dd853 100644 --- a/language/pl_PL/help.html +++ b/language/pl_PL/help.html @@ -286,11 +286,10 @@ liter cyfr, znaków "-", "_" lub ".". Nie mogą zawierać spacji oraz pozostały <li>ak tylko utworzysz galerię, zmień domyślne wyświetlanie w <span class="pwgScreen">Administracja » Konfigracja » Domyślne</span>. Jeżeli tak zrobisz każdy nowy użytkownik będzie miał taki sam domyślny wygląd stron galerii.</li> - <li>Jeżeli masz pytania, społeczność Piwigo zaprasza Cię na forum <a - href="http://forum.phpwebgallery.net"></a>.</li> + <li>Jeżeli masz pytania, społeczność Piwigo zaprasza Cię na <a href="http://piwigo.org/forum">forum</a>.</li> </ul> </div> <!-- misc_content --> </div> <!-- instructionMisc --> -</div>
\ No newline at end of file +</div> |