Changeset 4046


Ignore:
Timestamp:
Oct 15, 2009, 5:15:55 PM (15 years ago)
Author:
ddtddt
Message:

[branche 2] new: de.piwigo.org/forum / es.piwigo.org/forum are online, PHPWG_DOMAIN updated inside Piwigo.

Location:
branches/2.0
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/include/common.inc.php

    r4005 r4046  
    133133  define('PHPWG_DOMAIN', 'it.piwigo.org');
    134134}
     135else if ('de_DE' == $user['language']) {
     136  define('PHPWG_DOMAIN', 'de.piwigo.org');
     137}
     138else if ('es_ES' == $user['language']) {
     139  define('PHPWG_DOMAIN', 'es.piwigo.org');
     140}
    135141else {
    136142  define('PHPWG_DOMAIN', 'piwigo.org');
  • branches/2.0/install.php

    r4005 r4046  
    212212  define('PHPWG_DOMAIN', 'it.piwigo.org');
    213213}
     214else if ('de_DE' == $language) {
     215  define('PHPWG_DOMAIN', 'de.piwigo.org');
     216}
     217else if ('es_ES' == $language) {
     218  define('PHPWG_DOMAIN', 'es.piwigo.org');
     219}
    214220else {
    215221  define('PHPWG_DOMAIN', 'piwigo.org');
  • branches/2.0/language/de_DE/help.html

    r3638 r4046  
    327327
    328328   <li>Falls du eine Frage hast, die Piwigo community heisst dich herzlich Willkommen in ihrem<a
    329   href="http://piwigo.org/forum">ihrem Forum.</a>.</li>
     329  href="http://de.piwigo.org/forum">ihrem Forum.</a>.</li>
    330330
    331331</ul>
  • branches/2.0/language/es_ES/help.html

    r3200 r4046  
    287287  <span class="pwgScreen">Administración &raquo; Configuración &raquo; Fijación por defecto</span>. En efecto, cada nuevo utilizador heredará de estas propiedades de fijación.</li>
    288288
    289   <li>Totalmente para cuestión, la comunidad Piwigo está en la escucha sobre el <a href="http://piwigo.org/forum">foro</a>.</li>
     289  <li>Totalmente para cuestión, la comunidad Piwigo está en la escucha sobre el <a href="http://es.piwigo.org/forum">foro</a>.</li>
    290290
    291291</ul>
Note: See TracChangeset for help on using the changeset viewer.