1<?php 2 3/* 4 * Nibbleblog - 5 * http://www.nibbleblog.com 6 * 7 * English translation by Facundo Vives 8 * 9 * Compatible version: 3.0 | 3.0.1 10 * Last update: 22 / 11 / 2010 (dd/mm/yyyy) 11 * 12 * Get more information: http://forum.nibbleblog.com/viewforum.php?id=17 13*/ 14 15$_LANG['WELCOME_TO_NIBBLEBLOG'] = 'Welcome to Nibbleblog'; 16$_LANG['CHOOSE_YOUR_LANGUAGE'] = 'Choose your language'; 17$_LANG['STATUS'] = 'Status'; 18$_LANG['PHP_VERSION_GREATER'] = 'PHP version >'; 19$_LANG['MODULE'] = 'Module'; 20$_LANG['CONTENT_DIRECTORY_WRITABLE'] = 'Content directory writable'; 21$_LANG['WRITING_TEST'] = 'Writing test'; 22$_LANG['PASS'] = 'Pass'; 23$_LANG['FAIL'] = 'Fail'; 24$_LANG['CONFIGURATION'] = 'Configuration'; 25$_LANG['INSTALL_NOW'] = 'Install now'; 26$_LANG['EXPERT_MODE'] = 'Expert mode'; 27$_LANG['SIMPLE_MODE'] = 'Simple mode'; 28$_LANG['INSTALLATION_COMPLETE'] = 'Installation complete'; 29$_LANG['INSTALLATION_FAILED'] = 'Installation failed'; 30$_LANG['BLOG_ADDRESS'] = 'Blog address'; 31$_LANG['MANAGE_YOUR_BLOG'] = 'Manage Your Blog'; 32$_LANG['FOR_SECURITY_REASONS_DELETE_THE_FILE'] = 'For security reasons delete the file'; 33$_LANG['WELCOME_POST'] = '<p><b>Congratulations</b>, you have your Blog installed and working.</p><p>To modify any settings you should go into administrator\'s control panel. You can <b><a href="./admin">click here</a></b> or by going to your Blog\'s URL followed by "/admin"</p><p>If you need any help you can enter the support forum. <b><a href="http://forum.nibbleblog.com">http://forum.nibbleblog.com</a></b></p>'; 34$_LANG['FILE_COULDNT_BE_OPENED'] = 'File couldn\'t be opened'; 35$_LANG['FILE_COULDNT_BE_SAVED'] = 'File couldn\'t be saved'; 36$_LANG['FILE_COULDNT_BE_DELETED'] = 'File couldn\'t be deleted'; 37$_LANG['THE_CHANGES_SAVED_SUCCESS'] = 'Changes has been saved successfully'; 38$_LANG['CATEGORY_NOT_FOUND'] = 'Category not found'; 39$_LANG['AT_LEAST_ONE_CATEGORY'] = 'You need at least one category'; 40$_LANG['CATEGORY_HAS_ONE_OR_MORE_POST'] = 'The category has one or more posts. It can\'be deleted until it\'s empty'; 41$_LANG['LINK_NOT_FOUND'] = 'Link not found'; 42$_LANG['POST_NOT_FOUND'] = 'Post not found'; 43$_LANG['POST_PUBLISHED_SUCCESS'] = 'Post has been published successfully'; 44$_LANG['USERNAME_PASSWORD_CORRECT'] = 'Username and password correct'; 45$_LANG['WRONG_USERNAME_PASSWORD'] = 'Wrong username or password'; 46$_LANG['PLEASE_WAIT_WHILE_YOU_ARE_BEING_REDIRECTED'] = 'Please wait while you are being redirected'; 47$_LANG['NEW_SIMPLE_POST'] = 'New simple post'; 48$_LANG['NEW_VIDEO_POST'] = 'New video post'; 49$_LANG['TITLE_HERE'] = 'Title Here!'; 50$_LANG['VIDEO_LINK'] = 'Video Link'; 51$_LANG['VIEW_POST'] = 'View post'; 52$_LANG['EDIT_POST'] = 'Edit post'; 53$_LANG['TAGS_AND_KEYWORDS'] = 'Tags & Keywords'; 54$_LANG['TAGS_SEPARATED_BY_COMMA'] = 'Tags separated by comma'; 55$_LANG['ALLOW_COMMENTS'] = 'Allow comments'; 56$_LANG['STICKY_POST'] = 'Sticky Post'; 57$_LANG['PUBLISH_POST'] = 'Publish post'; 58$_LANG['INVALID_URL'] = 'Invalid URL'; 59$_LANG['POST_LIST'] = 'Post list'; 60$_LANG['ARE_YOU_SURE'] = 'Are you sure ?'; 61$_LANG['EDIT_SIMPLE_POST'] = 'Edit simple post'; 62$_LANG['CROP_IMAGE'] = 'Crop image'; 63$_LANG['PROFILE_PICTURE'] = 'Profile Picture'; 64$_LANG['SELECT_JPG_IMAGE_CLICKING_OVER'] = 'Select a JPG image by clicking over the Browser button'; 65$_LANG['THEN_CLICK_OVER_THE_UPLOAD_IMAGE_BUTTON'] = 'Then click over the "Upload Image" button'; 66$_LANG['ONLY_SUPPORT_JPG_IMAGES'] = 'Only support JPG images'; 67$_LANG['FILE_ERROR_CODE'] = 'File error code'; 68$_LANG['NOW_SELECT_WITH_YOUR_MOUSE_A_REGION'] = 'Now select with your mouse a region of the image which you would like to use for your profile'; 69$_LANG['ERROR_WHEN_UPLOAD_THE_IMAGE'] = 'Error when upload the image'; 70$_LANG['MANAGE_PLUGINS'] = 'Manage Plugins'; 71$_LANG['ENABLED_PLUGINS'] = 'Enabled plugins'; 72$_LANG['DISABLED_PLUGINS'] = 'Disabled plugins'; 73$_LANG['CONTACT_INFO'] = 'Contact Info'; 74$_LANG['IM'] = 'IM'; 75$_LANG['WEBSITE'] = 'Website'; 76$_LANG['SOCIAL_NETWORKS'] = 'Social Networks'; 77$_LANG['USER_AND_PASSWORD'] = 'User & Password'; 78$_LANG['POSTED_IN'] = 'Posted in'; 79$_LANG['BLOCK_IP_AND_DELETE'] = 'Block IP and delete'; 80$_LANG['SETTINGS'] = 'Settings'; 81$_LANG['GENERAL_SETTINGS'] = 'General Settings'; 82$_LANG['BLOG_NAME'] = 'Blog name'; 83$_LANG['BLOG_DESCRIPTION'] = 'Blog description'; 84$_LANG['ABOUT_YOUR_BLOG'] = 'About your blog'; 85$_LANG['FOOTER_TEXT'] = 'Footer text'; 86$_LANG['TECHNICAL_SETTINGS'] = 'Technical Settings'; 87$_LANG['BLOG_BASE_PATH'] = 'Blog base path'; 88$_LANG['POSTS_PER_PAGE'] = 'Posts per page'; 89$_LANG['RSS_ITEMS'] = 'RSS items'; 90$_LANG['PERMALINK'] = 'Permalink'; 91$_LANG['EMAIL_NOTIFICATION_COMMENTS'] = 'E-mail notification for comments'; 92$_LANG['SIMPLE_POST'] = 'Simple post'; 93$_LANG['VIDEO_POST'] = 'Video post'; 94$_LANG['QUICK_POST'] = 'Quick post'; 95$_LANG['MANAGE_POSTS'] = 'Manage posts'; 96$_LANG['MANAGE_COMMENTS'] = 'Manage comments'; 97$_LANG['MANAGE_CATEGORIES'] = 'Manage categories'; 98$_LANG['MANAGE_LINKS'] = 'Manage links'; 99$_LANG['EDIT_PROFILE'] = 'Edit profile'; 100$_LANG['CHANGE_PICTURE'] = 'Change picture'; 101$_LANG['CHANGE_SETTINGS'] = 'Change settings'; 102$_LANG['PLUGINS_POSITION'] = 'Plugins position'; 103$_LANG['SYSLOG'] = 'Syslog'; 104$_LANG['LAST_COMMENTS'] = 'Last comments'; 105$_LANG['CREATE_NEW_CONTENT_FOR_YOUR_BLOG'] = 'Create new content for your blog'; 106$_LANG['MANAGE_POST_AND_COMMENTS_FROM_YOUR_BLOG'] = 'Manage post and comments from your blog'; 107$_LANG['MANAGE_CATEGORIES_AND_LINKS_FROM_YOUR_BLOG'] = 'Manage categories and links from your blog'; 108$_LANG['MODIFY_YOUR_USER_PROFILE'] = 'Modify your user profile'; 109$_LANG['CONFIGURE_THE_TECHNICAL_ASPECTS_OF_YOUR_BLOG'] = 'Configure the technical aspects of your blog'; 110$_LANG['USERNAME'] = 'Username'; 111$_LANG['PASSWORD'] = 'Password'; 112$_LANG['CONFIRM_PASSWORD'] = 'Confirm password'; 113$_LANG['ADMINISTRATOR'] = 'Administrator'; 114$_LANG['EMAIL'] = 'E-Mail'; 115$_LANG['BACK'] = 'Back'; 116$_LANG['NEXT'] = 'Next'; 117$_LANG['LOGIN'] = 'Login'; 118$_LANG['LOGOUT'] = 'Logout'; 119$_LANG['CATEGORY'] = 'Category'; 120$_LANG['CATEGORIES'] = 'Categories'; 121$_LANG['OPTIONS'] = 'Options'; 122$_LANG['CANCEL'] = 'Cancel'; 123$_LANG['EXAMPLE'] = 'Example'; 124$_LANG['EDIT'] = 'Edit'; 125$_LANG['TITLE'] = 'Title'; 126$_LANG['DESCRIPTION'] = 'Description'; 127$_LANG['NAME'] = 'Name'; 128$_LANG['DELETE'] = 'Delete'; 129$_LANG['SAVE'] = 'Save'; 130$_LANG['ADD'] = 'Add'; 131$_LANG['SURE'] = 'Sure ?'; 132$_LANG['URL'] = 'Url'; 133$_LANG['TYPE'] = 'Type'; 134$_LANG['DRAG_AND_DROP'] = 'Drag and Drop'; 135$_LANG['AUTHOR'] = 'Author'; 136$_LANG['LICENSE'] = 'License'; 137$_LANG['VERSION'] = 'Version'; 138$_LANG['GET_INFO'] = 'Get info'; 139$_LANG['LAST_NAME'] = 'Last name'; 140$_LANG['FIRST_NAME'] = 'First name'; 141$_LANG['LANGUAGE'] = 'Language'; 142$_LANG['TIMEZONE'] = 'Timezone'; 143$_LANG['DEFAULT'] = 'Default'; 144$_LANG['OLDER_POSTS'] = 'Older posts'; 145$_LANG['NEWER_POSTS'] = 'Newer posts'; 146$_LANG['NOTIFICATIONS'] = 'Notifications'; 147$_LANG['APPEARANCE'] = 'Appearance'; 148$_LANG['TEMPLATE'] = 'Template'; 149$_LANG['COMMENTS'] = 'Comments'; 150$_LANG['COMMENT'] = 'Comment'; 151$_LANG['UPLOAD_IMAGE'] = 'Upload image'; 152$_LANG['PHP_ERROR'] = 'PHP error'; 153$_LANG['DASHBOARD'] = 'Dashboard'; 154$_LANG['BACK_TO_DASHBOARD'] = 'Back to dashboard'; 155$_LANG['VIEW_BLOG'] = 'View blog'; 156$_LANG['VIEW'] = 'View'; 157$_LANG['TEST'] = 'Test'; 158$_LANG['LEAVE_A_COMMENT'] = 'Leave a comment'; 159$_LANG['REQUIRED'] = 'Required'; 160$_LANG['PUBLISH_COMMENT'] = 'Publish comment'; 161$_LANG['RELOAD_CAPTCHA'] = 'Reload captcha'; 162$_LANG['COMMENT/S'] = 'comment/s'; 163$_LANG['READ_MORE'] = 'read more'; 164$_LANG['IF_YOU_DONT_KNOW_WHAT_YOU_ARE_DOING_LEAVE_THIS_FIELD'] = 'If you don\'t know what you are doing leave this field untouched'; 165$_LANG['WILL_NOT_BE_PUBLISHED'] = 'will not be published'; 166$_LANG['DONT_LEAVE_THIS_EMPTY'] = 'don\'t leave this empty'; 167$_LANG['BLOGS_NAME'] = 'Blog\'s name'; 168$_LANG['SHORT_DESCRIPTION_OF_THE_BLOG'] = 'Short description of the Blog (it will show below the name)'; 169$_LANG['DESCRIPTION_OF_THE_BLOG_OR_USER_INFORMATION'] = 'Description of the Blog or user information'; 170$_LANG['FOOT_PAGE_YOU_CAN_TYPE_THE_COPYRIGHT_INFORMATION'] = 'Foot page, you can type the copyright information or some contact information'; 171$_LANG['CHANGE_BLOGS_LANGUAGE_TO_ADAPT_TO_YOUR_VISITORS'] = 'Change Blog\'s language to adapt to your visitors'; 172$_LANG['SELECT_A_TIME_ZONE_FOR_A_CORRECT_DATE_VISUALIZATION'] = 'Select a time zone for a correct date visualization'; 173$_LANG['ABSOLUT_URL_ADDRESS_OF_YOUR_BLOG'] = 'Absolut URL address of your blog. For example http://www.domain.com/blog'; 174$_LANG['ABSOLUT_ADDRESS_THAT_CONTAINS_THE_BLOGS_FILE_SYSTEM'] = 'Absolut address that contains the blog\'s file system, if you uploaded the content of NibbleBlog to your root you should only put "/", and if you uploaded into another directory then it should be "/directory'; 175$_LANG['AMOUNT_OF_POSTS_THAT_YOU_WISH_TO_SEE_PER_PAGE'] = 'Amount of posts that you wish to see per page'; 176$_LANG['AMOUNT_OF_POSTS_THAT_YOU_WISH_TO_SEE_ON_RSS'] = 'Amount of posts that you wish to see on RSS'; 177$_LANG['COPY_THIS_CONTENT_ON_THE_FILE'] = 'Copy this content on the file'; 178$_LANG['THE_FILE_MUST_BE_ON_THE_ROOT_OF_YOUR_DOMAIN'] = 'The file must be on the root of your domain. The server must have the modules loaded and configured correctly for using this option'; 179$_LANG['SELECT_THIS_OPTION_IF_YOU_WISH_TO_RECEIVE_AN_EMAIL'] = 'Select this option if you wish to receive an e-mail every time a user adds a comment. The server must have the necessary modules enabled for e-mail sending'; 180$_LANG['CHANGE_YOUR_BLOGS_STYLE_AND_COLORS'] = 'Change your blog\'s style and colors'; 181$_LANG['ADMINISTRATORS_SURNAMES'] = 'Administrator\'s surname/s'; 182$_LANG['ADMINISTRATORS_NAMES'] = 'Administrator\'s name/s'; 183$_LANG['ADMINISTRATORS_USERNAME'] = 'Administrator\'s username'; 184$_LANG['URL_ADDRESS_OF_YOUR_PROFILE_ON'] = 'URL address of your profile on'; 185$_LANG['YOUR_EMAIL'] = 'Your e-mail'; 186$_LANG['TYPE_YOUR_NEW_PASSWORD'] = 'Type your new password'; 187$_LANG['TYPE_YOUR_NEW_PASSWORD_AGAIN'] = 'Type your new password again'; 188$_LANG['INSTANT_MESSAGING'] = 'Instant Messaging'; 189$_LANG['PLEASE_TRY_AGAIN'] = 'Please try again, first delete any content which has the directory "content"'; 190$_LANG['IF_THE_PROBLEM_PERSIST'] = 'If the problem persists, please go to Support forum'; 191$_LANG['MANAGE_SPAM'] = 'Manage spam'; 192$_LANG['IP_BLOCKED'] = 'IP Blocked'; 193$_LANG['PLASE_WAIT'] = 'Please wait'; 194$_LANG['THE_EMAIL_HAS_BEEN_SENT_SUCCESSFULLY'] = 'The email has been sent successfully'; 195$_LANG['EMAIL_COULD_NOT_BE_SENT'] = 'E-mail could not be sent'; 196$_LANG['TESTING_MAIL_SERVER'] = 'Testing mail server'; 197$_LANG['NEW_COMMENT_AT_YOUR_BLOG'] = 'New comment at your Blog'; 198$_LANG['SECOND/S'] = 'second/s'; 199$_LANG['MINUTE/S'] = 'minute/s'; 200$_LANG['HOUR/S'] = 'hour/s'; 201$_LANG['DAY/S'] = 'day/s'; 202$_LANG['WEEK/S'] = 'week/s'; 203$_LANG['MONTH/S'] = 'month/s'; 204$_LANG['YEAR/S'] = 'year/s'; 205$_LANG['DECADE/S'] = 'decade/s'; 206$_LANG['AGO'] = 'ago'; 207$_LANG['ENABLE_FRIENDLY_URLS'] = 'Enable friendly URLs'; 208$_LANG['ARRAY_MONTHS'] = array( 1=> "January", "Febraury", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ); 209$_LANG['ARRAY_DAYS'] = array( 1=> "Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday" ); 210 211?> 212