mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
translations
This commit is contained in:
parent
3c3a003ca1
commit
a8c067b42f
@ -4,4 +4,26 @@ $lang['paste_create_new'] = 'Create a new paste';
|
||||
$lang['paste_create_new_desc'] = 'Here you can create a new paste';
|
||||
$lang['paste_author'] = 'Author';
|
||||
$lang['paste_author_desc'] = 'What\'s your name?';
|
||||
$lang['paste_title'] = 'Title';
|
||||
$lang['paste_title_desc'] = 'Give your paste a title.';
|
||||
$lang['paste_lang'] = 'Language';
|
||||
$lang['paste_lang_desc'] = 'What language is your paste written in?';
|
||||
$lang['paste_yourpaste'] = 'Your paste';
|
||||
$lang['paste_yourpaste_desc'] = 'Paste your paste here';
|
||||
$lang['paste_syntaxhl'] = 'Enable syntax highlighting';
|
||||
$lang['paste_shorturl'] = 'Create Shorturl';
|
||||
$lang['paste_shorturl_desc'] = 'Create a shorter url that redirects to your paste?';
|
||||
$lang['paste_private'] = 'Private';
|
||||
$lang['paste_private_desc'] = 'Private paste aren\'t shown in recent listings.';
|
||||
$lang['paste_delete'] = 'Delete After';
|
||||
$lang['paste_delete_desc'] = 'When should we delete your paste?';
|
||||
$lang['exp_forever'] = 'Keep Forever';
|
||||
$lang['exp_30min'] = '30 Minutes';
|
||||
$lang['exp_1h'] = '1 Hour';
|
||||
$lang['exp_6h'] = '5 Hours';
|
||||
$lang['exp_12h'] = '12 Hours';
|
||||
$lang['exp_1d'] = '1 Day';
|
||||
$lang['exp_1w'] = '1 Week';
|
||||
$lang['exp_4w'] = '4 Weeks';
|
||||
$lang['paste_create'] = 'Create';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user