mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
110 lines
2.6 KiB
YAML
110 lines
2.6 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'
|
|
|
|
my:
|
|
title: 'My gists'
|
|
nothing: 'Nothing yet!'
|
|
api:
|
|
title: 'API'
|
|
warning: 'Keep it <strong>secret!</strong>'
|
|
form:
|
|
generate: 'Regenerate'
|
|
|
|
|
|
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'
|
|
add: 'New'
|
|
|
|
date:
|
|
format: 'Y-m-d h:i:s'
|
|
|
|
footer:
|
|
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>'
|
|
|
|
login:
|
|
login:
|
|
title: 'Login'
|
|
invalid: 'Invalid username or password.'
|
|
form:
|
|
username:
|
|
placeholder: 'Username'
|
|
password:
|
|
placeholder: 'Password'
|
|
remember_me:
|
|
label: 'Remember me'
|
|
register:
|
|
title: 'New account'
|
|
already_exists: 'This username is already registred!'
|
|
registred: 'Congratulations, your account is created!'
|
|
form:
|
|
username:
|
|
placeholder: 'Username'
|
|
current_password:
|
|
placeholder: 'Current password'
|
|
password:
|
|
placeholder: 'Password'
|
|
|
|
form:
|
|
error:
|
|
password: 'Invalid password.'
|
|
not_blank: 'This value should not be blank bro!'
|
|
title:
|
|
placeholder: 'Title'
|
|
cipher:
|
|
label: 'Cipher: %value%'
|
|
choice:
|
|
anyway: 'Anyway'
|
|
yes: 'Yes'
|
|
no: 'No'
|
|
submit: 'Send'
|
|
filter: 'Filter'
|
|
confirm: 'Do you confirm?'
|
|
success:
|
|
password: 'Password updated.'
|
|
gist: 'Gist removed.'
|
|
type:
|
|
label: 'Language: %value%'
|
|
choice:
|
|
all: 'All'
|
|
html: 'HTML'
|
|
xml: 'XML'
|
|
css: 'CSS'
|
|
javascript: 'JAVASCRIPT'
|
|
php: 'PHP'
|
|
sql: 'SQL'
|
|
yaml: 'YAML'
|
|
markdown: 'MARKDOWN'
|
|
perl: 'PERL'
|
|
c: 'C/C++'
|
|
asp: 'ASP'
|
|
python: 'PYTHON'
|
|
bash: 'BASH'
|
|
actionscript3: 'ACTION SCRIPT'
|
|
text: 'TEXT'
|