gist/app/locales/en.yml
2015-11-23 11:53:24 +01:00

87 lines
2.1 KiB
YAML

app:
title: '#!GIST'
title_prefix: '#!GIST - '
menu:
home:
title: 'Home'
about:
title: 'About'
my:
login:
title: 'Login'
logout:
title: 'Logout'
register:
title: 'Register'
my:
title: 'Account'
gist:
untitled: 'Untitled'
404:
title: 'Oops!'
message: 'The gist was not found...'
action:
view: 'View'
history: 'Commit(s)'
raw: 'RAW'
download: 'Download'
clone: 'Clone'
embed: 'Embed:'
date:
format: 'Y-m-d h:i:s'
footer:
text: '<p>Powered by <a href="https://gitlab.deblan.org/deblan/gist">GIST</a>, it''s open source :) - <a href="https://gitlab.deblan.org/deblan/gist#api">API</a></p>'
login:
login:
title: 'Login'
invalid: 'Invalid username or password.'
form:
username:
placeholder: 'Username'
password:
placeholder: 'Password'
register:
title: 'New account'
already_exists: 'This username is already registred!'
registred: 'Congratulations, your account is created!'
form:
username:
placeholder: 'Username'
password:
placeholder: 'Password'
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'
submit: 'Send'
type:
label: 'Language: %value%'
choice:
html: 'HTML'
xml: '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'