gist/app/locales/fr.yml

88 lines
2.2 KiB
YAML
Raw Normal View History

2015-05-06 00:18:16 +02:00
app:
2015-05-06 00:36:59 +02:00
title: '#!GIST'
2015-05-06 00:18:16 +02:00
title_prefix: '#!GIST - '
menu:
home:
title: 'Accueil'
about:
title: 'À propos'
my:
login:
title: 'Connexion'
logout:
title: 'Déconnexion'
register:
title: 'S''inscrire'
my:
title: 'Mon compte'
2015-05-06 00:18:16 +02:00
2015-05-06 20:35:30 +02:00
gist:
untitled: 'Sans titre'
404:
title: 'Arf...'
message: "Ce gist n'existe pas."
2015-05-07 13:38:24 +02:00
action:
view: 'Afficher'
history: 'Révision(s)'
raw: 'RAW'
download: 'Télécharger'
2015-05-09 12:30:33 +02:00
clone: 'Clôner'
2015-05-09 17:42:33 +02:00
embed: 'Insérer : '
2015-05-06 20:35:30 +02:00
2015-05-06 22:24:42 +02:00
date:
format: 'd/m/Y H\hi s\s'
2015-05-09 17:42:33 +02:00
footer:
2015-09-17 11:43:48 +02:00
text: '<p>Propulsé par <a href="https://gitlab.deblan.org/deblan/gist">GIST</a>, c''est libre :) - <a href="https://gitlab.deblan.org/deblan/gist#api">API</a></p>'
2015-05-09 17:42:33 +02:00
2015-11-21 15:04:41 +01:00
login:
2015-11-21 18:28:48 +01:00
login:
title: 'Identification'
invalid: 'Nom d''utilisateur ou mot de passe incorrect.'
form:
username:
placeholder: 'Username'
password:
placeholder: 'Password'
2015-11-21 15:04:41 +01:00
register:
title: 'Nouveau compte'
already_exists: 'Ce nom d''utilisateur est déjà enregistré'
registred: 'Félicitation, votre compte a bien été créé !'
form:
username:
placeholder: 'Nom d''utilisateur'
password:
placeholder: 'Mot de passe'
2015-05-06 00:18:16 +02:00
form:
error:
not_blank: 'Vous devez saisir cette donnée.'
title:
placeholder: 'Titre'
cipher:
alert: 'En activant le chiffrement, le fork deviendra impossible.'
label: 'Chiffrer : %value%'
choice:
yes: 'Oui'
2015-05-06 10:45:47 +02:00
no: 'Non'
2015-05-08 16:44:59 +02:00
submit: 'Envoyer'
2015-05-06 00:18:16 +02:00
type:
label: 'Langage : %value%'
choice:
2015-05-09 12:30:33 +02:00
html: 'HTML'
xml: 'XML'
2015-05-06 00:18:16 +02:00
css: 'CSS'
2015-05-06 22:24:42 +02:00
javascript: 'JAVASCRIPT'
2015-05-06 00:18:16 +02:00
php: 'PHP'
sql: 'SQL'
yaml: 'YAML'
perl: 'PERL'
c: 'C/C++'
asp: 'ASP'
python: 'PYTHON'
bash: 'BASH'
2015-05-06 22:24:42 +02:00
actionscript3: 'ACTION SCRIPT'
2015-05-06 00:18:16 +02:00
text: 'TEXTE'