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_prv
|
||
// ** 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' => 'Ges de signatura correspònd a aqueu còde...', # MODIF
|
||
'form_pet_confirmation' => 'Vougatz confirmar vòstra signatura:',
|
||
'form_pet_deja_signe' => 'Avètz ja signat aqueu tèxt.',
|
||
'form_pet_envoi_mail_confirmation' => 'Ara recebretz un e-mail de confirmacion. Per validar vòstra signatura, cau vesitar l’adreiça web mençonada per aquest corrier.', # MODIF
|
||
'form_pet_mail_confirmation' => 'Bonjorn,
|
||
|
||
avètz demandat de signar la peticion:
|
||
@titre@.
|
||
|
||
Avètz fornidas leis informacions seguentas :
|
||
Nom: @nom_email@
|
||
Sit: @nom_site@ - @url_site@
|
||
|
||
|
||
IMPORTANT...
|
||
Per validar vòstra signatura, basta de vos connectar a
|
||
l’adreiça çai sota (senon s’escamparà
|
||
vòstra demanda):
|
||
@url@
|
||
|
||
|
||
Grandmercé per vòstra participacion
|
||
',
|
||
'form_pet_nom_site2' => 'Nom de vòstre sit Web', # MODIF
|
||
'form_pet_probleme_technique' => 'Problèma tecnic, lei signaturas son temporàriament arrestadas.',
|
||
'form_pet_signature_validee' => 'Vòstra signatura es validada. Grandmercé!',
|
||
'form_pet_site_deja_enregistre' => 'Ja aqueu 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 sota',
|
||
|
||
// I
|
||
'info_adresse_email' => 'ADREIÇA E-MAIL:',
|
||
'info_site_web' => 'SIT WEB:',
|
||
|
||
// L
|
||
'lien_reponse_article' => 'Respònsa a l’article'
|
||
);
|
||
|
||
?>
|