mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
38 lines
826 B
YAML
38 lines
826 B
YAML
app:
|
|
title: '#!GIST'
|
|
title_prefix: '#!GIST - '
|
|
|
|
menu:
|
|
home:
|
|
title: 'Home'
|
|
about:
|
|
title: 'About'
|
|
|
|
form:
|
|
error:
|
|
not_blank: 'This value should not be blank bro!'
|
|
title:
|
|
placeholder: 'Title'
|
|
cipher:
|
|
alert: 'By enabling cipher, fork will be not possible.'
|
|
label: 'Cipher: %value%'
|
|
choice:
|
|
yes: 'Yes'
|
|
no: 'No'
|
|
type:
|
|
label: 'Language: %value%'
|
|
choice:
|
|
xml: 'HTML/XML'
|
|
css: 'CSS'
|
|
js: 'JAVASCRIPT'
|
|
php: 'PHP'
|
|
sql: 'SQL'
|
|
yaml: 'YAML'
|
|
perl: 'PERL'
|
|
c: 'C/C++'
|
|
asp: 'ASP'
|
|
python: 'PYTHON'
|
|
bash: 'BASH'
|
|
as: 'ACTION SCRIPT'
|
|
text: 'TEXT'
|