gist/app/locales/fr.yml

47 lines
1,009 B
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'
2015-05-06 20:35:30 +02:00
gist:
untitled: 'Sans titre'
404:
title: 'Arf...'
message: "Ce gist n'existe pas."
2015-05-06 22:24:42 +02:00
date:
format: 'd/m/Y H\hi s\s'
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-06 00:18:16 +02:00
type:
label: 'Langage : %value%'
choice:
xml: 'HTML/XML'
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'