Changeset 93581 in spip-zone
- Timestamp:
- Dec 12, 2015, 4:32:51 AM (5 years ago)
- Location:
- _plugins_/cookiebar/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/cookiebar/trunk/lang/cookiebar.xml
r91334 r93581 2 2 <langue code="ar" url="http://trad.spip.net/tradlang_module/cookiebar?lang_cible=ar" total="38" traduits="4" relire="0" modifs="0" nouveaux="34" pourcent="10.53"> 3 3 <traducteur nom="kent1" lien="http://trad.spip.net/auteur/kent1" /> 4 </langue> 5 <langue code="de" url="http://trad.spip.net/tradlang_module/cookiebar?lang_cible=de" total="38" traduits="4" relire="0" modifs="0" nouveaux="34" pourcent="10.53"> 4 6 </langue> 5 7 <langue code="en" url="http://trad.spip.net/tradlang_module/cookiebar?lang_cible=en" total="38" traduits="19" relire="0" modifs="0" nouveaux="19" pourcent="50.00"> -
_plugins_/cookiebar/trunk/lang/cookiebar_de.php
r93535 r93581 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/cookiebar/trunk/lang/ 3 // extrait automatiquement de http://trad.spip.net/tradlang_module/cookiebar?lang_cible=de 4 // ** ne pas modifier le fichier ** 5 4 6 if (!defined('_ECRIRE_INC_VERSION')) return; 5 7 6 8 $GLOBALS[$GLOBALS['idx_lang']] = array( 7 9 8 10 // M 9 11 'message_accepttext' => 'Ja, ich akzeptiere es', … … 11 13 'message_message' => 'Mit Ihrem Besuch auf dieser Website akzeptieren Sie den Einsatz von Cookies, mit deren Hilfe wir Statistiken über die Nutzung der Website erstellen können', 12 14 'message_policytext' => 'Datenschutzerklärung ' 13 14 15 15 ); 16 16
Note: See TracChangeset
for help on using the changeset viewer.