Changeset 107564 in spip-zone
- Timestamp:
- Nov 14, 2017, 5:44:47 PM (3 years ago)
- Location:
- _plugins_/verifier/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/verifier/lang/verifier.xml
r106351 r107564 33 33 <traducteur nom="Cap" lien="https://trad.spip.net/auteur/cap" /> 34 34 </langue> 35 <langue code="nl" url="https://trad.spip.net/tradlang_module/verifier?lang_cible=nl" total="153" traduits="1 48" relire="0" modifs="0" nouveaux="5" pourcent="96.73">35 <langue code="nl" url="https://trad.spip.net/tradlang_module/verifier?lang_cible=nl" total="153" traduits="153" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 36 36 <traducteur nom="Hanjo" lien="https://trad.spip.net/auteur/hanjo" /> 37 37 </langue> -
_plugins_/verifier/lang/verifier_nl.php
r102364 r107564 9 9 10 10 $GLOBALS[$GLOBALS['idx_lang']] = array( 11 12 // D 13 'data_choix' => 'Mogelijke keuzes:', 11 14 12 15 // E … … 130 133 'option_url_type_protocole_webcal' => 'Webcal protocols: webcal, http of https', 131 134 135 // P 136 'par_defaut' => 'Standaard:', 137 'plugin_yaml_inactif' => 'Plugin YAML is niet aanwezig en/of actief. Deze is benodigd om deze bladzijde van de documentatie te tonen.', 138 132 139 // T 140 'titre_page_verifier_doc' => 'Documentatie van de verificatie-API', 133 141 'type_code_postal' => 'Postcode', 134 142 'type_code_postal_description' => 'Controleer of de waarde een geldige postcode is.', … … 164 172 'type_telephone_description' => 'Controleer of het telefoonnummer met een herkend formaat overeen komt.', 165 173 'type_url' => 'URL', 166 'type_url_description' => 'Controleer of de URL een herkend formaat heeft.' 174 'type_url_description' => 'Controleer of de URL een herkend formaat heeft.', 175 176 // V 177 'verification_a_faire' => 'Uit te voeren verificatie:' 167 178 );
Note: See TracChangeset
for help on using the changeset viewer.