Valider e58acba3 rédigé par salvatore@rezo.net's avatar salvatore@rezo.net
Parcourir les fichiers

[Salvatore] [source:_plugins_/abonnements/trunk/lang/ abonnement] Export...

[Salvatore] [source:_plugins_/abonnements/trunk/lang/ abonnement] Export depuis http://trad.spip.net

parent 5a40fbe3
Chargement en cours
Chargement en cours
Chargement en cours
Chargement en cours
+1 −0
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
@@ -14,6 +14,7 @@ formulaires/editer_abonnements_offre_notifications.php -text
genie/abonnements_verifier_desactivation.php -text
genie/abonnements_verifier_notifications.php -text
inc/abonnements.php -text
lang/abonnement.xml -text
lang/abonnement_fr.php -text
lang/abonnementsoffre_fr.php -text
lang/paquet-abonnements_fr.php -text

lang/abonnement.xml

0 → 100644
+4 −0
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
<traduction module="abonnement" gestionnaire="salvatore" url="http://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/abonnements/trunk/lang/" reference="fr">
	<langue code="fr" url="http://trad.spip.net/tradlang_module/abonnement?lang_cible=fr" total="39" traduits="39" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
	</langue>
</traduction>
+14 −14
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
<?php
// This is a SPIP language file  --  Ceci est un fichier langue de SPIP

// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/abonnements/trunk/lang/
if (!defined('_ECRIRE_INC_VERSION')) return;

$GLOBALS[$GLOBALS['idx_lang']] = array(
@@ -12,7 +12,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
	'champ_date_debut_label' => 'Début',
	'champ_date_fin_allonger_label' => 'Vous pouvez modifier la date d’échéance',
	'champ_date_fin_label' => 'Échéance',
	'champ_id_abonnements_offre_label' => 'Offre d\'abonnement',
	'champ_id_abonnements_offre_label' => 'Offre dabonnement',
	'champ_id_auteur_label' => 'Utilisateur',

	// E
@@ -39,13 +39,13 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
	'job_desactivation' => 'Désactivation de l’abonnement @id@',

	// N
	'notification_echeance_sujet_jours' => 'Votre abonnement se termine dans @duree@ jour(s) !',
	'notification_echeance_sujet_mois' => 'Votre abonnement se termine dans @duree@ mois !',
	'notification_echeance_corps' => '<p>Bonjour @nom@,</p>
		<p>Vous recevez ce courriel car vous êtes abonné au site @nom_site_spip@ avec l’offre "@offre@".</p>
		<p>Votre abonnement arrive à échéance dans : <strong>@echeance@</strong>.<br/>
		<p>Votre abonnement arrive à échéance dans : <strong>@echeance@</strong>.<br/>
		Nous vous invitons donc à le renouveler avant son expiration.</p>
		<p>Merci de votre confiance, et n’hésitez pas à nous contacter pour toute information complémentaire.</p>',
	'notification_echeance_sujet_jours' => 'Votre abonnement se termine dans @duree@ jour(s) !',
	'notification_echeance_sujet_mois' => 'Votre abonnement se termine dans @duree@ mois !',

	// R
	'retirer_lien_abonnement' => 'Retirer cet abonnement',
@@ -61,10 +61,10 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
	'texte_creer_associer_abonnement' => 'Créer et associer un abonnement',
	'titre_abonnement' => 'Abonnement',
	'titre_abonnements' => 'Abonnements',
	'titre_abonnements_suivre' => 'Suivre les abonnements',
	'titre_abonnements_rubrique' => 'Abonnements de la rubrique',
	'titre_abonnements_suivre' => 'Suivre les abonnements',
	'titre_langue_abonnement' => 'Langue de cet abonnement',
	'titre_logo_abonnement' => 'Logo de cet abonnement',
	'titre_logo_abonnement' => 'Logo de cet abonnement'
);

?>