gist/app/locales/en.yml

87 lines
2.1 KiB
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'
my:
login:
title: 'Login'
logout:
title: 'Logout'
register:
title: 'Register'
my:
title: 'Account'
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-07 13:38:24 +02:00
action:
view: 'View'
history: 'Commit(s)'
raw: 'RAW'
download: 'Download'
2015-05-07 14:10:23 +02:00
clone: 'Clone'
2015-05-09 17:42:33 +02:00
embed: 'Embed:'
2015-05-06 20:35:30 +02:00
2015-05-06 22:24:42 +02:00
date:
format: 'Y-m-d h:i:s'
2015-05-09 17:42:33 +02:00
footer:
2015-09-17 11:43:48 +02:00
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>'
2015-05-09 17:42:33 +02:00
2015-11-21 15:04:41 +01:00
login:
2015-11-21 18:28:48 +01:00
login:
title: 'Login'
invalid: 'Invalid username or password.'
form:
username:
placeholder: 'Username'
password:
placeholder: 'Password'
2015-11-21 15:04:41 +01:00
register:
title: 'New account'
already_exists: 'This username is already registred!'
registred: 'Congratulations, your account is created!'
form:
username:
placeholder: 'Username'
password:
placeholder: 'Password'
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'
2015-05-07 14:10:23 +02:00
submit: 'Send'
2015-05-05 22:04:04 +02:00
type:
2015-05-05 23:24:37 +02:00
label: 'Language: %value%'
2015-05-05 22:04:04 +02:00
choice:
2015-05-09 12:30:33 +02:00
html: 'HTML'
xml: 'XML'
2015-05-05 22:04:04 +02:00
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'