gist/app/locales/en.yml

110 lines
2.6 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-11-23 21:09:32 +01:00
my:
title: 'My gists'
2015-11-23 22:04:48 +01:00
nothing: 'Nothing yet!'
api:
title: 'API'
warning: 'Keep it <strong>secret!</strong>'
form:
generate: 'Regenerate'
2015-11-23 21:09:32 +01: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'
2017-10-15 02:58:10 +02:00
embed: 'Embed'
add: 'New'
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:
2018-09-05 11:08:44 +02:00
text: '<p>Powered by <a href="https://gitnet.fr/deblan/gist">GIST</a>, it''s open source :) - <a href="https://gitnet.fr/deblan/gist/wiki/1.4+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'
2016-05-31 22:20:17 +02:00
remember_me:
label: 'Remember me'
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'
2016-12-23 10:28:09 +01:00
current_password:
placeholder: 'Current password'
2015-11-21 15:04:41 +01:00
password:
placeholder: 'Password'
2015-05-05 22:04:04 +02:00
form:
2015-05-05 23:24:37 +02:00
error:
2016-12-23 10:28:09 +01:00
password: 'Invalid password.'
2015-05-05 23:24:37 +02:00
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
label: 'Cipher: %value%'
2015-05-05 22:04:04 +02:00
choice:
anyway: 'Anyway'
2015-05-05 22:04:04 +02:00
yes: 'Yes'
no: 'No'
2015-05-07 14:10:23 +02:00
submit: 'Send'
filter: 'Filter'
2016-12-23 10:28:09 +01:00
confirm: 'Do you confirm?'
success:
2016-12-23 10:28:09 +01:00
password: 'Password updated.'
gist: 'Gist removed.'
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:
all: 'All'
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'
2018-09-20 10:31:32 +02:00
markdown: 'MARKDOWN'
2015-05-05 22:04:04 +02:00
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'