Changeset 107781 in spip-zone
- Timestamp:
- Nov 28, 2017, 4:35:42 AM (3 years ago)
- Location:
- _plugins_/palette/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/palette/trunk/lang/palette.xml
r106272 r107781 7 7 <langue code="de" url="https://trad.spip.net/tradlang_module/palette?lang_cible=de" total="12" traduits="5" relire="0" modifs="2" nouveaux="5" pourcent="41.67"> 8 8 </langue> 9 <langue code="en" url="https://trad.spip.net/tradlang_module/palette?lang_cible=en" total="12" traduits="5" relire="0" modifs="2" nouveaux="5" pourcent="41.67"> 9 <langue code="en" url="https://trad.spip.net/tradlang_module/palette?lang_cible=en" total="12" traduits="12" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 10 <traducteur nom="jack31" lien="https://trad.spip.net/auteur/jack31" /> 10 11 <traducteur nom="Mark" lien="https://trad.spip.net/auteur/mark" /> 11 12 </langue> -
_plugins_/palette/trunk/lang/palette_en.php
r105889 r107781 13 13 'config_desc' => '<strong>Palette</strong> automatically adds a colour picker wheel to an input field, 14 14 by simply applying the CSS class "palette" to it', 15 'config_exemple' => 'Example:', # MODIF 16 'config_lien_doc' => '<a href="http://contrib.spip.net/Palette" class="spip_out">Cf. documentation</a>', # MODIF 15 'config_exemple' => 'Palette call examples:', 16 'config_exemple_code_source' => 'Examples code source', 17 'config_exemple_couleur' => 'Normal color', 18 'config_exemple_couleur_alpha' => 'Color with transparency', 19 'config_exemples_couleurs_vides' => 'No default value on the field', 20 'config_lien_doc' => '<a href="https://contrib.spip.net/Palette" class="spip_out">Cf. documentation</a>', 21 'config_titre' => 'Configure the Palette color picker.', 17 22 18 23 // F
Note: See TracChangeset
for help on using the changeset viewer.