73 lines
2.9 KiB
PHP
73 lines
2.9 KiB
PHP
<?php
|
|
|
|
$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_enablesynhl'] = 'Enable realtime syntax highlighting';
|
|
$lang['paste_disablesynhl'] = 'Disable realtime syntax highlighting';
|
|
$lang['paste_create_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['paste_recent'] = 'Recent Pastes';
|
|
$lang['paste_trending'] = 'Trending Pastes';
|
|
$lang['paste_search'] = 'Search';
|
|
$lang['paste_from'] = 'From';
|
|
$lang['paste_ago'] = '%s ago';
|
|
$lang['paste_expire'] = 'This paste will %s in';
|
|
$lang['paste_writtenin'] = 'written in';
|
|
$lang['paste_viewed'] = 'viewed';
|
|
$lang['paste_times'] = 'times';
|
|
$lang['paste_isareply'] = 'This paste is a reply to';
|
|
$lang['paste_viewdiff'] = 'view diff';
|
|
$lang['paste_viewdiffs'] = 'Viewing differences between';
|
|
$lang['paste_goback'] = 'go back';
|
|
$lang['paste_url'] = 'URL';
|
|
$lang['paste_shorturl'] = 'Shorturl';
|
|
$lang['paste_embed'] = 'Embed';
|
|
$lang['paste_showcode'] = 'Show code';
|
|
$lang['paste_download'] = 'Download Paste';
|
|
$lang['paste_or'] = 'or';
|
|
$lang['paste_and'] = 'and';
|
|
$lang['paste_viewraw'] = 'View Raw';
|
|
$lang['paste_expand'] = 'Expand Paste';
|
|
$lang['paste_fullwidth'] = 'to full width of browser';
|
|
$lang['paste_replies'] = 'Replies to';
|
|
$lang['paste_replyto'] = 'Reply to';
|
|
$lang['paste_replyto_desc'] = 'Here you can reply to the paste above';
|
|
$lang['paste_missing'] = 'There have been no Pastes';
|
|
$lang['paste_spam'] = 'Spam protection';
|
|
$lang['paste_spam_desc'] = 'Type in the letters';
|
|
$lang['exp_forever'] = 'Keep Forever';
|
|
$lang['exp_burn'] = 'Burn on reading';
|
|
$lang['exp_5min'] = '5 Minutes';
|
|
$lang['exp_1h'] = '1 Hour';
|
|
$lang['exp_1d'] = '1 Day';
|
|
$lang['exp_1w'] = '1 Week';
|
|
$lang['exp_1m'] = '1 Month';
|
|
$lang['exp_1y'] = '1 Year';
|
|
$lang['paste_create'] = 'Create';
|
|
$lang['menu_create'] = 'Create';
|
|
$lang['menu_create_title'] = 'Create A New Paste';
|
|
$lang['menu_recent'] = 'Recent';
|
|
$lang['menu_recent_title'] = 'Recent Pastes';
|
|
$lang['menu_trending'] = 'Trending';
|
|
$lang['menu_trending_title'] = 'Trending Pastes';
|
|
$lang['menu_api'] = 'API';
|
|
$lang['menu_about'] = 'About';
|
|
$lang['table_title'] = 'Title';
|
|
$lang['table_name'] = 'Name';
|
|
$lang['table_lang'] = 'Language';
|
|
$lang['table_hits'] = 'Hits';
|
|
$lang['table_time'] = 'When';
|
|
$lang['powered_by'] = 'Powered by';
|
|
|