forked from spip/squelettes_par_rubrique

4 changed files with 38 additions and 0 deletions
@ -1,4 +1,6 @@
|
||||
* text=auto !eol |
||||
lang/paquet-squelettes_par_rubrique.xml -text |
||||
lang/paquet-squelettes_par_rubrique_en.php -text |
||||
lang/paquet-squelettes_par_rubrique_sk.php -text |
||||
/squelettes_par_rubrique-32.png -text |
||||
/squelettes_par_rubrique_options.php -text |
||||
|
@ -1,3 +1,9 @@
|
||||
<traduction module="paquet-squelettes_par_rubrique" gestionnaire="salvatore" url="http://trad.spip.org" source="svn://zone.spip.org/spip-zone/_core_/plugins/squelettes_par_rubrique/lang/" reference="fr"> |
||||
<langue code="en"> |
||||
<traducteur nom="kent1" lien="http://trad.spip.org/auteur/kent1" /> |
||||
</langue> |
||||
<langue code="fr" /> |
||||
<langue code="sk"> |
||||
<traducteur nom="jaro" lien="http://trad.spip.org/auteur/jaro" /> |
||||
</langue> |
||||
</traduction> |
||||
|
@ -0,0 +1,15 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de http://trad.spip.org |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// S |
||||
'squelettes_par_rubrique_description' => 'Support of suffixed templates by section number and/or by language code : (-23.html, =23.html, and .en.html)', |
||||
'squelettes_par_rubrique_slogan' => 'Support of suffixed templates in SPIP' |
||||
); |
||||
|
||||
?> |
@ -0,0 +1,15 @@
|
||||
<?php |
||||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP |
||||
// extrait automatiquement de http://trad.spip.org |
||||
// ** ne pas modifier le fichier ** |
||||
|
||||
if (!defined('_ECRIRE_INC_VERSION')) return; |
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array( |
||||
|
||||
// S |
||||
'squelettes_par_rubrique_description' => 'Podpora šablón vo forme prípony podľa čísla rubriky a/lebo kódu jazyka: (-23.html, =23.html a .en.html)', |
||||
'squelettes_par_rubrique_slogan' => 'Podpora šablón vo forme prípony v SPIPe' |
||||
); |
||||
|
||||
?> |
Loading…
Reference in new issue