From a8c067b42ffdf84eacbcdc58e5036b9d73ddf309 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 14 Apr 2013 13:52:27 +0200 Subject: [PATCH] translations --- .../language/english/stikked_lang.php | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/htdocs/application/language/english/stikked_lang.php b/htdocs/application/language/english/stikked_lang.php index 33b3c70..044c97c 100644 --- a/htdocs/application/language/english/stikked_lang.php +++ b/htdocs/application/language/english/stikked_lang.php @@ -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';