mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
52 lines
1.8 KiB
PHP
52 lines
1.8 KiB
PHP
<?php
|
||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||
// extrait automatiquement de http://trad.spip.net/tradlang_module/petitions?lang_cible=oc_auv
|
||
// ** ne pas modifier le fichier **
|
||
|
||
if (!defined('_ECRIRE_INC_VERSION')) return;
|
||
|
||
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
||
// F
|
||
'form_pet_adresse_site' => 'Adreiça de vòstre sit', # MODIF
|
||
'form_pet_aucune_signature' => 'Gran de signatura correspond pas a aquel còde...', # MODIF
|
||
'form_pet_confirmation' => 'Volhatz confirmar vòstra signatura:',
|
||
'form_pet_deja_signe' => 'Avètz ja signat aquel tèxt.',
|
||
'form_pet_envoi_mail_confirmation' => 'Ara recebretz un e-mail de confirmacion. Per validar vòstra signatura, chau vesitar l’adreiça web mençonada per aqueste corrèir.', # MODIF
|
||
'form_pet_mail_confirmation' => 'Bonjorn,
|
||
|
||
avètz demandat de signar la peticion:
|
||
@titre@.
|
||
|
||
Avètz fornidas las informacions seguentas:
|
||
Nom: @nom_email@
|
||
Sit: @nom_site@ - @url_site@
|
||
|
||
|
||
IMPORTANT...
|
||
Per validar vòstra signatura, sufís de vos connectar a
|
||
l’adreiça çai sos (senon se rebofará
|
||
vòstra demanda):
|
||
@url@
|
||
|
||
|
||
Mercés per vòstra participacion
|
||
',
|
||
'form_pet_nom_site2' => 'Nom de vòstre sit web', # MODIF
|
||
'form_pet_probleme_technique' => 'Problèma tecnic, las signaturas son temporàriament ’restadas.',
|
||
'form_pet_signature_validee' => 'Vòstra signatura es validada. Mercés!',
|
||
'form_pet_site_deja_enregistre' => 'Ja aquel sit es registrat',
|
||
'form_pet_url_invalide' => 'L’URL qu’avètz indicada es pas valida.',
|
||
'form_pet_votre_email' => 'Vòstra adreiça e-mail',
|
||
'form_pet_votre_nom' => 'Vòstre nom o pseudonim', # MODIF
|
||
'form_pet_votre_site' => 'Se tenètz un sit, o podètz marcar çai sos',
|
||
|
||
// I
|
||
'info_adresse_email' => 'ADREIÇA E-MAIL:',
|
||
'info_site_web' => 'SIT WEB:',
|
||
|
||
// L
|
||
'lien_reponse_article' => 'Responsa a l’article'
|
||
);
|
||
|
||
?>
|