gist/app/locales/en.yml
2015-05-06 22:24:42 +02:00

47 lines
987 B
YAML

app:
title: '#!GIST'
title_prefix: '#!GIST - '
menu:
home:
title: 'Home'
about:
title: 'About'
gist:
untitled: 'Untitled'
404:
title: 'Oops!'
message: 'The gist was not found...'
date:
format: 'Y-m-d h:i:s'
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'
javascript: 'JAVASCRIPT'
php: 'PHP'
sql: 'SQL'
yaml: 'YAML'
perl: 'PERL'
c: 'C/C++'
asp: 'ASP'
python: 'PYTHON'
bash: 'BASH'
actionscript3: 'ACTION SCRIPT'
text: 'TEXT'