A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
427 B

<?php
return array(
'login' => array(
'error' => 'L’identifiant est invalide',
'success' => 'Vous êtes désormais connecté',
),
'logout' => array(
'success' => 'Vous avez été déconnecté',
),
'sub' => array(
'error_occurred' => 'Le flux n’a pas pu être modifié',
'feed_updated' => 'Le flux a été mis à jour',
),
'user_profile' => array(
'updated' => 'Votre profil a été mis à jour',
),
);