Changeset 119904 in spip-zone
- Timestamp:
- Jan 22, 2020, 5:42:08 PM (13 months ago)
- Location:
- _galaxie_/trad.spip.net/trunk/plugins/tradlang_skel
- Files:
-
- 1 added
- 2 edited
- 3 copied
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/trad.spip.net/trunk/plugins/tradlang_skel/images/spip_lang-xx.svg
r119903 r119904 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>2 <!-- Created with Inkscape (http://www.inkscape.org/) -->3 1 <svg:svg 4 2 xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" … … 10 8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 11 9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" 12 width=" 64px"13 height=" 64px"14 id="svg9991"10 width="512" 11 height="512" 12 viewBox="0 0 64 64" 15 13 sodipodi:version="0.32" 16 14 inkscape:version="0.44.1" -
_galaxie_/trad.spip.net/trunk/plugins/tradlang_skel/lang/tradlang_skel_en.php
r119903 r119904 8 8 9 9 // T 10 ' tradlang_skel_description' => 'Le squelette utilisé par [le Tradlang officiel->https://trad.spip.net].',11 ' tradlang_skel_slogan' => 'Squelette pour Tradlang'10 'lien_menu_distributions' => 'Distributions', 11 'lien_menu_tickets' => 'Bug reports', 12 12 ); -
_galaxie_/trad.spip.net/trunk/plugins/tradlang_skel/lang/tradlang_skel_es.php
r119903 r119904 7 7 $GLOBALS[$GLOBALS['idx_lang']] = array( 8 8 9 // T 10 'tradlang_skel_description' => 'Le squelette utilisé par [le Tradlang officiel->https://trad.spip.net].', 11 'tradlang_skel_slogan' => 'Squelette pour Tradlang' 9 'lien_menu_distributions' => 'Distribuciones', 10 'lien_menu_tickets' => 'Los tickets', 12 11 ); -
_galaxie_/trad.spip.net/trunk/plugins/tradlang_skel/lang/tradlang_skel_fr.php
r119903 r119904 8 8 9 9 // T 10 ' tradlang_skel_description' => 'Le squelette utilisé par [le Tradlang officiel->https://trad.spip.net].',11 ' tradlang_skel_slogan' => 'Squelette pour Tradlang'10 'lien_menu_distributions' => 'Distributions', 11 'lien_menu_tickets' => 'Les tickets', 12 12 ); -
_galaxie_/trad.spip.net/trunk/plugins/tradlang_skel/paquet.xml
r119903 r119904 2 2 prefix="tradlang_skel" 3 3 categorie="squelette" 4 version=" 2.2.1"5 etat=" stable"6 compatibilite="[3. 0.0;3.1.*]"7 logo="images/spip_lang .png"4 version="3.0.0" 5 etat="dev" 6 compatibilite="[3.2.0;3.3.*]" 7 logo="images/spip_lang-64.png" 8 8 > 9 9 … … 11 11 12 12 <auteur lien="http://www.kent1.info">kent1</auteur> 13 <auteur lien="https://contrib.spip.net/Cerdic">Cerdic</auteur> 13 14 14 15 <pipeline nom="insert_head" inclure="tradlang_skel_pipelines.php" /> … … 16 17 <pipeline nom="jqueryui_plugins" inclure="tradlang_skel_pipelines.php" /> 17 18 18 <necessite nom="tradlang" compatibilite="[ 2.3.0;[" />19 <necessite nom="tradlang" compatibilite="[3.0.0;[" /> 19 20 <necessite nom="revisions" compatibilite="[1.4.1;[" /> 20 21 <necessite nom="saisies" compatibilite="[1.9.1;[" /> 21 <necessite nom=" Zpip" compatibilite="[2.0.3;[" />22 <necessite nom=" Zcore" compatibilite="[2.0.0-dev;[" />22 <necessite nom="zcore" compatibilite="[2.8.4;[" /> 23 <necessite nom="bootstrap4" compatibilite="[4.1.7;[" /> 23 24 <necessite nom="suivant_precedent" compatibilite="[1.3.1;[" /> 24 25 <!-- Pour le critère compteur --> -
_galaxie_/trad.spip.net/trunk/plugins/tradlang_skel/tradlang_skel_options.php
r119903 r119904 23 23 } 24 24 } 25 26 // Définition des blocs Z utilisés par le squelette 27 $GLOBALS['z_blocs'] = array('content','aside','extra','head','head_js','header','footer', 'top');
Note: See TracChangeset
for help on using the changeset viewer.