mirror of
https://gitnet.fr/deblan/gist.git
synced 2021-08-14 08:30:49 +02:00
59 lines
1.3 KiB
YAML
59 lines
1.3 KiB
YAML
app:
|
|
title: '#!GIST'
|
|
title_prefix: '#!GIST - '
|
|
|
|
menu:
|
|
home:
|
|
title: 'Home'
|
|
about:
|
|
title: 'About'
|
|
|
|
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>'
|
|
|
|
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'
|