gist/app/locales/en.yml

47 lines
987 B
YAML
Raw Normal View History

2015-05-05 20:33:05 +02:00
app:
2015-05-06 00:36:59 +02:00
title: '#!GIST'
2015-05-05 20:33:05 +02:00
title_prefix: '#!GIST - '
menu:
home:
title: 'Home'
about:
title: 'About'
2015-05-05 22:04:04 +02:00
2015-05-06 20:35:30 +02:00
gist:
untitled: 'Untitled'
404:
title: 'Oops!'
message: 'The gist was not found...'
2015-05-06 22:24:42 +02:00
date:
format: 'Y-m-d h:i:s'
2015-05-05 22:04:04 +02:00
form:
2015-05-05 23:24:37 +02:00
error:
not_blank: 'This value should not be blank bro!'
2015-05-05 22:04:04 +02:00
title:
placeholder: 'Title'
cipher:
2015-05-05 23:24:37 +02:00
alert: 'By enabling cipher, fork will be not possible.'
label: 'Cipher: %value%'
2015-05-05 22:04:04 +02:00
choice:
yes: 'Yes'
no: 'No'
type:
2015-05-05 23:24:37 +02:00
label: 'Language: %value%'
2015-05-05 22:04:04 +02:00
choice:
xml: 'HTML/XML'
css: 'CSS'
2015-05-06 22:24:42 +02:00
javascript: 'JAVASCRIPT'
2015-05-05 22:04:04 +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-05 22:04:04 +02:00
text: 'TEXT'