1070 lines
97 KiB
PHP
1070 lines
97 KiB
PHP
<?php # $Id:$
|
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
|
|
# All rights reserved. See LICENSE file for licensing details
|
|
/* vim: set sts=4 ts=4 expandtab : */
|
|
|
|
@define('LANG_CHARSET', 'UTF-8');
|
|
@define('SQL_CHARSET', 'utf8');
|
|
@define('DATE_LOCALES', 'ta_IN.UTF-8, en.UTF-8, en_US.UTF-8, english, en, en_US');
|
|
@define('DATE_FORMAT_ENTRY', '%A, %B %e. %Y');
|
|
@define('DATE_FORMAT_SHORT', '%Y-%m-%d %H:%M');
|
|
@define('WYSIWYG_LANG', 'en');
|
|
@define('NUMBER_FORMAT_DECIMALS', '2');
|
|
@define('NUMBER_FORMAT_DECPOINT', '.');
|
|
@define('NUMBER_FORMAT_THOUSANDS', ',');
|
|
@define('LANG_DIRECTION', 'ltr');
|
|
|
|
@define('SERENDIPITY_ADMIN_SUITE', 'செரண்டிபிட்டி வலைக்குறிப்பு நிர்வாகம்');
|
|
@define('HAVE_TO_BE_LOGGED_ON', 'இப்பக்கத்தைப் பார்க்க நீங்கள் வலைக்குறிப்பினுள் இருக்க வேண்டும்');
|
|
@define('WRONG_USERNAME_OR_PASSWORD', 'வலைக்குறிப்பினுள் நுழைய இயலாது. நீங்கள் தவறான பெயர்/மறைசொல் பயன்படுத்தினீர்கள்.');
|
|
@define('APPEARANCE', 'தோற்றம்');
|
|
@define('MANAGE_STYLES', 'வலைமுகம்');
|
|
@define('CONFIGURE_PLUGINS', 'சிறுசெயலிகள் நிர்வாகம்');
|
|
@define('CONFIGURATION', 'வலைக்குறிப்பு நிலை');
|
|
@define('BACK_TO_BLOG', 'வலைக்குறிப்பின் முதற்பக்கம்');
|
|
@define('LOGIN', 'வலைக்குறிப்பு நிர்வாகத்திற்கு நல்வரவு');
|
|
@define('LOGOUT', 'விடைபெறுங்கள்');
|
|
@define('LOGGEDOUT', 'நன்றி');
|
|
@define('CREATE', 'உருவாக்குக');
|
|
@define('SAVE', 'சேமிக்க');
|
|
@define('NAME', 'பெயர்');
|
|
@define('CREATE_NEW_CAT', 'புதிய பிரிவு ஒன்றை உருவாக்குக');
|
|
@define('I_WANT_THUMB', 'சிறிதாக்கப்பட்ட சித்திரத்தைப் பயன்படுத்துக.');
|
|
@define('I_WANT_BIG_IMAGE', 'சிறிதாக்கப்படாத சித்திரத்தைப் பயன்படுத்துக.');
|
|
@define('I_WANT_NO_LINK', 'வலைப்பக்கத்தில் சித்திரத்தை காண்பிக்க');
|
|
@define('I_WANT_IT_TO_LINK', 'சித்திரத்தை வலைமுகவரியாக காண்பிக்க');
|
|
@define('BACK', 'பின்செல்க');
|
|
@define('FORWARD', 'முன்செல்க');
|
|
@define('ANONYMOUS', 'அன்பர்');
|
|
@define('NEW_TRACKBACK_TO', 'புதிய மேற்கோள்:');
|
|
@define('NEW_COMMENT_TO', 'புதிய கருத்து:');
|
|
@define('RECENT', 'சமீபத்தில்...');
|
|
@define('OLDER', 'பழைய...');
|
|
@define('DONE', 'செயலாக்கப்பட்டது');
|
|
@define('WELCOME_BACK', 'நல்வரவு,');
|
|
@define('TITLE', 'தலைப்பு');
|
|
@define('DESCRIPTION', 'விளக்கம்');
|
|
@define('PLACEMENT', 'தெரியுமிடம்');
|
|
@define('DELETE', 'அகற்றுக');
|
|
@define('SAVE', 'சேமிக்க');
|
|
@define('UP', 'மேல்செல்க');
|
|
@define('DOWN', 'கீழ்செல்க');
|
|
@define('ENTRIES', 'குறிப்புகள்');
|
|
@define('NEW_ENTRY', 'புதிய குறிப்பு');
|
|
@define('EDIT_ENTRIES', 'குறிப்பு மாற்றங்கள்');
|
|
@define('CATEGORIES', 'பிரிவுகள்');
|
|
@define('WARNING_THIS_BLAHBLAH', "கவனிக்க: வலைபொருள் சித்திரங்கள் எண்ணிக்கையைப் பொருத்து இச்செயலாக்கம் சில அல்லது பல நிமிடங்கள் ஆகலாம்.");
|
|
@define('CREATE_THUMBS', 'வலைபொருள் சித்திரங்களை சிறிதாக்குக');
|
|
@define('MANAGE_IMAGES', 'வலைபொருள் சித்திரங்கள் நிர்வாகம்');
|
|
@define('NAME', 'பெயர்');
|
|
@define('EMAIL', 'மின்னஞ்சல்');
|
|
@define('HOMEPAGE', 'வலைபதிவின் முதற்பக்கம்');
|
|
@define('COMMENT', 'கருத்து');
|
|
@define('REMEMBER_INFO', 'மேல் உள்ள பெயர், மின்னஞ்சல் ஆகியன நினைவில் இருத்துக? ');
|
|
@define('SUBMIT_COMMENT', 'கருத்தை வெளியிடுக');
|
|
@define('NO_ENTRIES_TO_PRINT', 'வலைகுறிப்புகள் ஏதுமில்லை');
|
|
@define('COMMENTS', 'அன்பர் கருத்து');
|
|
@define('ADD_COMMENT', 'உங்கள் கருத்தை பதிக்க');
|
|
@define('NO_COMMENTS', 'அன்பர் கருத்துகள் எதுமில்லை');
|
|
@define('POSTED_BY', 'குறிப்பாளர்');
|
|
@define('ON', 'on');
|
|
@define('A_NEW_COMMENT_BLAHBLAH', 'வலைக்குறிப்பு: "%s" தலைப்பு: "%s" புதிய அன்பர் குறிப்பு!');
|
|
@define('A_NEW_TRACKBACK_BLAHBLAH', 'தலைப்பு: "%s" புதிய மேற்கோள்!');
|
|
@define('NO_CATEGORY', 'பிரிவுகள் இல்லை');
|
|
@define('ENTRY_BODY', 'குறிப்பு');
|
|
@define('EXTENDED_BODY', 'கூடுதல் குறிப்பு');
|
|
@define('CATEGORY', 'பிரிவு');
|
|
@define('EDIT', 'மாற்றுக');
|
|
@define('NO_ENTRIES_BLAHBLAH', 'No Entries Found for Query %s' . "\n");
|
|
@define('YOUR_SEARCH_RETURNED_BLAHBLAH', 'Your search for %s returned %s results:');
|
|
@define('SEARCH_TOO_SHORT', 'Your search-query must be longer than 3 characters. You can try to append * to shorter words, like: s9y* to trick the search into using shorter words.');
|
|
@define('IMAGE', 'சித்திரம்');
|
|
@define('ERROR_FILE_NOT_EXISTS', 'Error: Old filename does not exist!');
|
|
@define('ERROR_FILE_EXISTS', 'Error: New filename already used, pick another!');
|
|
@define('ERROR_SOMETHING', 'Error: Something is wrong.');
|
|
@define('ADDING_IMAGE', 'Adding image...');
|
|
@define('THUMB_CREATED_DONE', 'Thumbnail created.<br/>Done.');
|
|
@define('ERROR_FILE_EXISTS_ALREADY', 'Error: File already exists on your machine!');
|
|
@define('ERROR_UNKNOWN_NOUPLOAD', 'Unknown error occurred, file not uploaded. Maybe your filesize is larger than the maximum size allowed by your server installation. Check with your ISP or edit your php.ini file to allow larger file size uploads.');
|
|
@define('GO','செயல்படுத்துக!');
|
|
@define('NEWSIZE', 'New size: ');
|
|
@define('RESIZE_BLAHBLAH', '<b>Resize %s</b>');
|
|
@define('ORIGINAL_SIZE', 'Original size: <i>%sx%s</i> pixel');
|
|
@define('HERE_YOU_CAN_ENTER_BLAHBLAH', '<p>Here, you can adjust the image size. If you want to resize the image proportionally, just enter a value in one of the two boxes and press the TAB key -- I will automatically calculate the new size so the image proportions do not get messed up</p>');
|
|
@define('QUICKJUMP_CALENDAR', 'QuickJump Calendar');
|
|
@define('QUICKSEARCH', 'குறுந்தேடல்');
|
|
@define('SEARCH_FOR_ENTRY', 'குறிப்பைத் தேடுக');
|
|
@define('ARCHIVES', 'பழங்குறிப்புகள்');
|
|
@define('BROWSE_ARCHIVES', 'பழங்குறிப்புகளை மாதவாரியாகத் தேடுக');
|
|
@define('TOP_REFERRER', 'மேற்குறிப்பாளர்கள்');
|
|
@define('SHOWS_TOP_SITES', 'உங்கள் வலைகுறிப்பை அதிக எண்ணிக்கையில் சுட்டிக்காட்டும் இணையங்கள்');
|
|
@define('TOP_EXITS', 'வேற்று இணையங்கள்');
|
|
@define('SHOWS_TOP_EXIT', 'உங்கள் வலைகுறிப்பில் அன்பர்கள் அதிக எண்ணிக்கையில் பார்க்கும் வேற்று இணையங்கள்');
|
|
@define('SYNDICATION', 'Syndication');
|
|
@define('SHOWS_RSS_BLAHBLAH', 'Shows RSS syndication links');
|
|
@define('ADVERTISES_BLAHBLAH', 'உங்கள் வலைக்குறிப்பின் மென்பொருள் பற்றி');
|
|
@define('HTML_NUGGET', 'HTML Nugget');
|
|
@define('HOLDS_A_BLAHBLAH', 'Holds a nugget of HTML in your sidebar');
|
|
@define('TITLE_FOR_NUGGET', 'Title for the nugget');
|
|
@define('THE_NUGGET', 'The Nugget of HTML!');
|
|
@define('SYNDICATE_THIS_BLOG', 'Syndicate This Blog');
|
|
@define('YOU_CHOSE', 'You chose %s');
|
|
@define('IMAGE_ROTATE_LEFT', 'Rotate image 90 degrees counter-clockwise');
|
|
@define('IMAGE_ROTATE_RIGHT', 'Rotate image 90 degrees clockwise');
|
|
@define('IMAGE_SIZE', 'Image size');
|
|
@define('IMAGE_AS_A_LINK', 'Image insertion');
|
|
@define('POWERED_BY', 'இயக்க மென்பொருள்:');
|
|
@define('TRACKBACKS', 'மேற்கோள்கள்');
|
|
@define('TRACKBACK', 'மேற்கோள்');
|
|
@define('NO_TRACKBACKS', 'மேற்கோள்கள் ஏதுமில்லை');
|
|
@define('TOPICS_OF', 'தலைப்புகள் தேர்வு');
|
|
@define('VIEW_FULL', 'அனைத்தும் பார்க்க');
|
|
@define('VIEW_TOPICS', 'தலைப்புகளைப் பார்க்க');
|
|
@define('AT', 'at');
|
|
@define('SET_AS_TEMPLATE', 'வலைமுகப்பாய் இருத்துக');
|
|
@define('IN', 'in');
|
|
@define('EXCERPT', 'குறிப்பிலிருந்து');
|
|
@define('TRACKED', 'மேற்கோளிடப்பட்டது');
|
|
@define('LINK_TO_ENTRY', 'குறிப்பின் வலைமுகவரியைச் சுட்டிக்காட்டுக');
|
|
@define('LINK_TO_REMOTE_ENTRY', 'வேற்று குறிப்பின் வலைமுகவரியைச் சுட்டிக்காட்டுக');
|
|
@define('IP_ADDRESS', 'IP-address');
|
|
@define('USER', 'பயனாளர்');
|
|
@define('THUMBNAIL_USING_OWN', 'Using %s as its own thumbnail because it is so small already.');
|
|
@define('THUMBNAIL_FAILED_COPY', 'Wanted to use %s as its own thumbnail, but failed to copy!');
|
|
@define('AUTHOR', 'குறிப்பாளர்');
|
|
@define('LAST_UPDATED', 'அண்மையில் மாற்றியவை');
|
|
@define('TRACKBACK_SPECIFIC', 'மேற்கோளிடக்கூடிய வலைமுகவரி');
|
|
@define('DIRECT_LINK', 'நேரடி வலைமுகவரி');
|
|
@define('COMMENT_ADDED', 'உங்கள் கருத்து சேர்க்கப்பட்டது. ');
|
|
@define('COMMENT_ADDED_CLICK', 'கருத்துகளுக்குச் செல்ல %sஇங்கு சுட்டுக%s. இப்பக்கத்தை மூட %sஇங்கு சுட்டுக%s.');
|
|
@define('COMMENT_NOT_ADDED_CLICK', 'கருத்துகளுக்குச் செல்ல %sஇங்கு சுட்டுக%s. இப்பக்கத்தை மூட %sஇங்கு சுட்டுக%s.');
|
|
@define('COMMENTS_DISABLE', 'இக்குறிப்பு பற்றி உரையாடலை நிறுத்துக');
|
|
@define('COMMENTS_ENABLE', 'இக்குறிப்பு பற்றி உரையாடலாம்');
|
|
@define('COMMENTS_CLOSED', 'இக்குறிப்பு பற்றி உரையாட இயலாது');
|
|
@define('EMPTY_COMMENT', 'நீங்கள் சேர்த்த கருத்தில் சொற்கள் ஏதுமில்லை போல்? %sமீண்டும் முயன்று பாருங்கள்%s');
|
|
@define('ENTRIES_FOR', 'Entries from %s');
|
|
@define('DOCUMENT_NOT_FOUND', 'The document %s was not found.');
|
|
@define('USERNAME', 'நுழைபெயர்');
|
|
@define('PASSWORD', 'நுழைசொல்');
|
|
@define('AUTOMATIC_LOGIN', 'சேமிக்க');
|
|
@define('SERENDIPITY_INSTALLATION', 'செரண்டிபிட்டி மென்பொருள் நிலையிருப்பு');
|
|
@define('LEFT', 'இடது');
|
|
@define('RIGHT', 'வலது');
|
|
@define('HIDDEN', 'மறைத்து வைக்க');
|
|
@define('REMOVE_TICKED_PLUGINS', 'சுட்டப்பட்ட சிறுசெயலிகளை நீக்குக');
|
|
@define('SAVE_CHANGES_TO_LAYOUT', 'நிலைகளை சேமிக்க');
|
|
@define('COMMENTS_FROM', 'கருத்துகள்');
|
|
@define('ERROR', 'தவறு');
|
|
@define('ENTRY_SAVED', 'உங்கள் குறிப்பு சேமிக்கப்பட்டது');
|
|
@define('DELETE_SURE', '#%s இதை நீக்கிவிடலாமா? மீட்கவே முடியாது.');
|
|
@define('NOT_REALLY', 'வேண்டாம்');
|
|
@define('DUMP_IT', 'ஆம்');
|
|
@define('RIP_ENTRY', 'குறிப்பு #%s நீக்கப்பட்டது.');
|
|
@define('CATEGORY_DELETED_ARTICLES_MOVED', 'பிரிவு #%s நீக்கப்பட்டது. பழங்குறிப்புகள் #%s பிரிவுக்கு மாற்றப்பட்டன.');
|
|
@define('CATEGORY_DELETED', 'பிரிவு #%s நீக்கப்பட்டது.');
|
|
@define('INVALID_CATEGORY', 'நீக்குவதற்க்கு பிரிவுகள் தரப்படவில்லை');
|
|
@define('CATEGORY_SAVED', 'பிரிவு சேமிக்கப்பட்டது');
|
|
@define('SELECT_TEMPLATE', 'உங்கள் வலைமுகத்தை தேர்ந்தெடுங்கள்');
|
|
@define('ENTRIES_NOT_SUCCESSFULLY_INSERTED', 'குறிப்புகள் சேர்க்கப்படவில்லை!');
|
|
@define('MT_DATA_FILE', 'Movable Type data file');
|
|
@define('FORCE', 'Force');
|
|
@define('CREATE_AUTHOR', 'புதிய குறிப்பாளர் உருவாக்குக \'%s\'.');
|
|
@define('CREATE_CATEGORY', 'புதிய பிரிவு உருவாக்குக \'%s\'.');
|
|
@define('MYSQL_REQUIRED', 'You must have the MySQL extension in order to perform this action.');
|
|
@define('COULDNT_CONNECT', 'Could not connect to MySQL database: %s.');
|
|
@define('COULDNT_SELECT_DB', 'Could not select database: %s.');
|
|
@define('COULDNT_SELECT_USER_INFO', 'Could not select user information: %s.');
|
|
@define('COULDNT_SELECT_CATEGORY_INFO', 'Could not select category information: %s.');
|
|
@define('COULDNT_SELECT_ENTRY_INFO', 'Could not select entry information: %s.');
|
|
@define('COULDNT_SELECT_COMMENT_INFO', 'Could not select comment information: %s.');
|
|
@define('YES', 'ஆம்');
|
|
@define('NO', 'இல்லை');
|
|
@define('USE_DEFAULT', 'Default');
|
|
@define('CHECK_N_SAVE', 'சரிபார்த்து சேமிக்க');
|
|
@define('DIRECTORY_WRITE_ERROR', 'Cannot write to directory %s. Please check the permissions.');
|
|
@define('DIRECTORY_CREATE_ERROR', 'Directory %s does not exist and could not be created. Please create the directory manually');
|
|
@define('DIRECTORY_RUN_CMD', ' -> run <i>%s %s</i>');
|
|
@define('CANT_EXECUTE_BINARY', 'Cannot execute the %s binary');
|
|
@define('FILE_WRITE_ERROR', 'Cannot write to file %s.');
|
|
@define('FILE_CREATE_YOURSELF', 'Please create the file yourself or check permissions');
|
|
@define('COPY_CODE_BELOW', '<br />* Just copy the code below and place it in %s in your %s folder:<b><pre>%s</pre></b>' . "\n");
|
|
@define('WWW_USER', 'Change www to the user apache runs as (e.g. nobody).');
|
|
@define('BROWSER_RELOAD', 'Once you have done this, hit your browser\'s "reload" button.');
|
|
@define('DIAGNOSTIC_ERROR', 'We detected some errors while running some diagnostics on your entered information:');
|
|
@define('SERENDIPITY_NOT_INSTALLED', 'Serendipity is not yet installed. Please <a href="%s">install</a> it now.');
|
|
@define('INCLUDE_ERROR', 'serendipity error: could not include %s - exiting.');
|
|
@define('DATABASE_ERROR', 'serendipity error: unable to connect to database - exiting.');
|
|
@define('CREATE_DATABASE', 'Creating default database setup...');
|
|
@define('ATTEMPT_WRITE_FILE', 'Attempting to write %s file...');
|
|
@define('WRITTEN_N_SAVED', 'Configuration written & saved');
|
|
@define('IMAGE_ALIGNMENT', 'Image alignment');
|
|
@define('ENTER_NEW_NAME', 'Enter the new name for: ');
|
|
@define('RESIZING', 'வலைபொருள்கள் சிறிதாக்கப்படுகின்றன');
|
|
@define('RESIZE_DONE', '%s வலைபொருள்கள் சிறிதாக்கப்பட்டுவிட்டன.');
|
|
@define('SYNCING', 'வலைபொருள் இருப்பிடங்கள் உறுதிப்படுத்தப்படுகின்றன...');
|
|
@define('SYNC_OPTION_LEGEND', 'Thumbnail Synchronization Options');
|
|
@define('SYNC_OPTION_KEEPTHUMBS', 'Keep all existing thumbnails');
|
|
@define('SYNC_OPTION_SIZECHECKTHUMBS', 'Keep existing thumbnails only if they are the correct size');
|
|
@define('SYNC_OPTION_DELETETHUMBS', 'Regenerate all thumbnails');
|
|
@define('SYNC_DONE', '%s வலைபொருள் இருப்பிடங்கள் உறுதிப்படுத்தப்படுத்தப்பட்டுவிட்டன.');
|
|
@define('FILE_NOT_FOUND', 'நீங்கள் தேடிய கணிபொறிக்ககோப்பு <b>%s</b> காணவில்லை. ஒருவேளை அது முன்பே நீக்கப்பட்டுவிட்டதோ?');
|
|
@define('ABORT_NOW', 'இக்கணமே நிறுத்து!');
|
|
@define('REMOTE_FILE_NOT_FOUND', 'கணிபொறிக்ககோப்பு இவ்வலை முகவரியில் காணவில்லை. முகவரி <b>%s</b> சரிதானா?');
|
|
@define('FILE_FETCHED', '%s பெறப்பட்டது %s');
|
|
@define('FILE_UPLOADED', 'கணிபொறிக்ககோப்பு %s சேர்க்கப்பட்டது %s');
|
|
@define('WORD_OR', 'அல்லது');
|
|
@define('SCALING_IMAGE', 'Scaling %s to %s x %s px');
|
|
@define('KEEP_PROPORTIONS', 'Keep proportions');
|
|
@define('REALLY_SCALE_IMAGE', 'Really scale the image? This operation cannot be undone!');
|
|
@define('TOGGLE_ALL', 'புலப்பாட்டை மாற்றுக');
|
|
@define('TOGGLE_OPTION', 'புலப்பாடு');
|
|
@define('SUBSCRIBE_TO_THIS_ENTRY', 'இக்குறிப்பு மீதான கருத்துக்களை மின்னஞ்சலில் பெறுக');
|
|
@define('UNSUBSCRIBE_OK', "%s மின்னஞ்சல் நீக்கப்பட்டது");
|
|
@define('NEW_COMMENT_TO_SUBSCRIBED_ENTRY', 'புதிய கருத்து! குறிப்பு: "%s"');
|
|
@define('SUBSCRIPTION_MAIL', "Hello %s,\n\nபுதிய கருத்து! \"%s\", தலைப்பு \"%s\"\n அன்பர்: %s\n\nஅன்பரின் கருத்து இங்கே: %s\n\nஇம்மின்னஞ்சலை நிறுத்த இம்முகவரிக்குச் செல்லுங்கள்: %s\n");
|
|
@define('SUBSCRIPTION_TRACKBACK_MAIL', "Hello %s,\n\nபுதிய மேற்குறிப்பு! \"%s\", தலைப்பு \"%s\"\n அன்பர்: %s\n\nஅன்பரின் கருத்து இங்கே: %s\n\nஇம்மின்னஞ்சலை நிறுத்த இம்முகவரிக்குச் செல்லுங்கள்: %s\n");
|
|
@define('SIGNATURE', "\n-- \n%s is powered by Serendipity.\nThe best blog around, you can use it too.\nCheck out <http://s9y.org> to find out how.");
|
|
@define('SYNDICATION_PLUGIN_091', 'RSS 0.91 feed');
|
|
@define('SYNDICATION_PLUGIN_10', 'RSS 1.0 feed');
|
|
@define('SYNDICATION_PLUGIN_20', 'RSS 2.0 feed');
|
|
@define('SYNDICATION_PLUGIN_20c', 'RSS 2.0 comments');
|
|
@define('SYNDICATION_PLUGIN_ATOM03', 'ATOM 0.3 feed');
|
|
@define('SYNDICATION_PLUGIN_MANAGINGEDITOR', 'Field "managingEditor"');
|
|
@define('SYNDICATION_PLUGIN_WEBMASTER', 'Field "webMaster"');
|
|
@define('SYNDICATION_PLUGIN_BANNERURL', 'Image for the RSS feed');
|
|
@define('SYNDICATION_PLUGIN_BANNERWIDTH', 'Image width');
|
|
@define('SYNDICATION_PLUGIN_BANNERHEIGHT', 'Image height');
|
|
@define('SYNDICATION_PLUGIN_WEBMASTER_DESC', 'E-Mail address of the webmaster, if available. (empty: hidden) [RSS 2.0]');
|
|
@define('SYNDICATION_PLUGIN_MANAGINGEDITOR_DESC', 'E-Mail address of the managing editor, if available. (empty: hidden) [RSS 2.0]');
|
|
@define('SYNDICATION_PLUGIN_BANNERURL_DESC', 'URL of an image in GIF/JPEG/PNG format, if available. (empty: serendipity-logo)');
|
|
@define('SYNDICATION_PLUGIN_BANNERWIDTH_DESC', 'in pixels, max. 144');
|
|
@define('SYNDICATION_PLUGIN_BANNERHEIGHT_DESC', 'in pixels, max. 400');
|
|
@define('SYNDICATION_PLUGIN_TTL', 'Field "ttl" (time-to-live)');
|
|
@define('SYNDICATION_PLUGIN_TTL_DESC', 'Amount of minutes after which your blog should not be cached any more by foreign sites/applications (empty: hidden) [RSS 2.0]');
|
|
@define('SYNDICATION_PLUGIN_PUBDATE', 'Field "pubDate"');
|
|
@define('SYNDICATION_PLUGIN_PUBDATE_DESC', 'Should the "pubDate"-field be embedded for a RSS-channel, to show the date of the latest entry?');
|
|
@define('CONTENT', 'குறிப்படக்கம்');
|
|
@define('TYPE', 'வகை');
|
|
@define('DRAFT', 'நகல்');
|
|
@define('PUBLISH', 'வெளியிடுக');
|
|
@define('PREVIEW', 'முன்காட்சி');
|
|
@define('DATE', 'தேதி');
|
|
@define('DATE_FORMAT_2', 'Y-m-d H:i'); // Needs to be ISO 8601 compliant for date conversion!
|
|
@define('DATE_INVALID', 'அறிவிப்பு: நீங்கள் குறிப்பிட்ட தேதி தவறு. இம்முறையில் குறிப்பிடுங்கள் YYYY-MM-DD HH:MM');
|
|
@define('CATEGORY_PLUGIN_DESC', 'பிரிவுகளைக் காண்பிக்க.');
|
|
@define('ALL_AUTHORS', 'அனைத்து குறிப்பாளர்');
|
|
@define('CATEGORIES_TO_FETCH', 'வேண்டிய பிரிவுகள்');
|
|
@define('CATEGORIES_TO_FETCH_DESC', 'Fetch categories from which author?');
|
|
@define('PAGE_BROWSE_ENTRIES', 'பக்கம் %s. மொத்த பக்கங்கள் %s. மொத்த குறிப்புகள் %s');
|
|
@define('PREVIOUS_PAGE', 'முன்பக்கம்');
|
|
@define('NEXT_PAGE', 'அடுத்தபக்கம்');
|
|
@define('ALL_CATEGORIES', 'அனைத்து பிரிவுகள்');
|
|
@define('DO_MARKUP', 'Perform Markup Transformations');
|
|
@define('GENERAL_PLUGIN_DATEFORMAT', 'Dateformatting');
|
|
@define('GENERAL_PLUGIN_DATEFORMAT_BLAHBLAH', 'The format of the entry\'s actual date, using PHPs strftime() variables. (Default: "%s")');
|
|
@define('ERROR_TEMPLATE_FILE', 'Unable to open template file, please update serendipity!');
|
|
@define('ADVANCED_OPTIONS', 'மேலான தேர்வுகள்');
|
|
@define('EDIT_ENTRY', 'குறிப்பை மாற்றுக');
|
|
@define('HTACCESS_ERROR', 'To check your local webserver installation, serendipity needs to be able to write the file ".htaccess". This was not possible because of permission errors. Please adjust the permissions like this: <br /> %s<br />and reload this page.');
|
|
@define('SIDEBAR_PLUGINS', 'வலைபக்க செயல்பொருள்கள் (வலைப்பக்கத்தில் தெரிபவை)');
|
|
@define('EVENT_PLUGINS', 'உள்ளார்ந்த செயல்பொருள்கள் (வலைப்பக்க தோற்றத்தை மாற்றுபவை. பக்கத்தில் தெரியாது.)');
|
|
@define('SORT_ORDER', 'வகைப்பாடு');
|
|
@define('SORT_ORDER_NAME', 'வலைபொருள் பெயர்');
|
|
@define('SORT_ORDER_EXTENSION', 'வலைபொருள் வகை');
|
|
@define('SORT_ORDER_SIZE', 'வலைபொருள் பருமன்');
|
|
@define('SORT_ORDER_WIDTH', 'வலைபொருள் சித்திர அகலம்');
|
|
@define('SORT_ORDER_HEIGHT', 'வலைபொருள் சித்திர உயரம்');
|
|
@define('SORT_ORDER_DATE', 'பெட்டகத்தில் சேர்த்த நாள்');
|
|
@define('SORT_ORDER_ASC', 'ஏறுமுகம்');
|
|
@define('SORT_ORDER_DESC', 'இறங்குமுகம்');
|
|
@define('THUMBNAIL_SHORT', 'Thumb');
|
|
@define('ORIGINAL_SHORT', 'Orig.');
|
|
@define('APPLY_MARKUP_TO', 'Apply markup to %s');
|
|
@define('CALENDAR_BEGINNING_OF_WEEK', 'வாரத் துவக்கம்');
|
|
@define('SERENDIPITY_NEEDS_UPGRADE', 'Serendipity has detected that your currently installed Serendipity version is %s. It seems you are attempting to upgrade to version %s, so you need to <a href="%s">click here</a> to continue the upgrade process.');
|
|
@define('SERENDIPITY_UPGRADER_WELCOME', 'Hi, and welcome to the Serendipity upgrade agent.');
|
|
@define('SERENDIPITY_UPGRADER_PURPOSE', 'I am here to help you upgrade your Serendipity %s installation.');
|
|
@define('SERENDIPITY_UPGRADER_WHY', 'You are seeing this message because you have just installed Serendipity %s, but have not yet upgraded your database installation to fit this version');
|
|
@define('SERENDIPITY_UPGRADER_DATABASE_UPDATES', 'Database updates (%s)');
|
|
@define('SERENDIPITY_UPGRADER_FOUND_SQL_FILES', 'I have found the following .sql files which needs to be run before you can continue normal operation of Serendipity');
|
|
@define('SERENDIPITY_UPGRADER_VERSION_SPECIFIC', 'Version specific tasks');
|
|
@define('SERENDIPITY_UPGRADER_NO_VERSION_SPECIFIC', 'No version specific tasks found');
|
|
@define('SERENDIPITY_UPGRADER_PROCEED_QUESTION', 'Do you wish me to perform the above tasks?');
|
|
@define('SERENDIPITY_UPGRADER_PROCEED_ABORT', 'No, I will run them manually');
|
|
@define('SERENDIPITY_UPGRADER_PROCEED_DOIT', 'Yes, please do so');
|
|
@define('SERENDIPITY_UPGRADER_NO_UPGRADES', 'It appears you do not need any upgrades run');
|
|
@define('SERENDIPITY_UPGRADER_CONSIDER_DONE', 'Consider Serendipity upgraded');
|
|
@define('SERENDIPITY_UPGRADER_YOU_HAVE_IGNORED', 'You have ignored the upgrade stage of Serendipity, please make sure your database is correctly installed, and scheduled functions are run');
|
|
@define('SERENDIPITY_UPGRADER_NOW_UPGRADED', 'Your Serendipity installation is now upgraded to version %s');
|
|
@define('SERENDIPITY_UPGRADER_RETURN_HERE', 'You can return to your blog by clicking %shere%s');
|
|
@define('MANAGE_USERS', 'குறிப்பாளர்கள்');
|
|
@define('CREATE_NEW_USER', 'புதிய குறிப்பாளர்களை உருவாக்குக');
|
|
@define('CREATE_NOT_AUTHORIZED', 'You cannot modify users with the same userlevel as yourself');
|
|
@define('CREATE_NOT_AUTHORIZED_USERLEVEL', 'You cannot create users with a higher userlevel than yourself');
|
|
@define('CREATED_USER', 'புதிய குறிப்பாளர் %s உருவாக்கப்பட்டது');
|
|
@define('MODIFIED_USER', '%s , இக்குறிப்பாளர் நிலைகள் மாற்றப்பட்டுவிட்டன.');
|
|
@define('USER_LEVEL', 'Userlevel');
|
|
@define('DELETE_USER', 'You are about to delete user #%d %s. Are you serious? This will disallow showing any entries written by him on the frontend.');
|
|
@define('DELETED_USER', 'User #%d %s deleted.');
|
|
@define('LIMIT_TO_NUMBER', 'எத்தனை குறிப்புகளை காட்டவேண்டும்?');
|
|
@define('ENTRIES_PER_PAGE', 'குறிப்புகள்/தாள்');
|
|
@define('XML_IMAGE_TO_DISPLAY', 'XML Button');
|
|
@define('XML_IMAGE_TO_DISPLAY_DESC','Links to XML Feeds will be displayed by this image. Leave empty for default, enter \'none\' to disable.');
|
|
|
|
@define('DIRECTORIES_AVAILABLE', 'In the list of available subdirectories you can click on any directory name to create a new directory within that structure.');
|
|
@define('ALL_DIRECTORIES', 'பெட்டகம் அனைத்தும்');
|
|
@define('MANAGE_DIRECTORIES', 'பெட்டக நிர்வாகம்');
|
|
@define('DIRECTORY_CREATED', 'Directory <strong>%s</strong> has been created.');
|
|
@define('PARENT_DIRECTORY', 'Parent directory');
|
|
@define('CONFIRM_DELETE_DIRECTORY', 'Are you sure you want to remove all the contents of directory %s?');
|
|
@define('ERROR_NO_DIRECTORY', 'Error: Directory %s does not exist');
|
|
@define('CHECKING_DIRECTORY', 'Checking files in directory %s');
|
|
@define('DELETING_FILE', 'Deleting file %s...');
|
|
@define('ERROR_DIRECTORY_NOT_EMPTY', 'Could not remove non-empty directory. Check the "force deletion" checkbox if you want to remove those files as well, and then submit again. Existing files are:');
|
|
@define('DIRECTORY_DELETE_FAILED', 'Deletion of directory %s failed. Check permissions or messages above.');
|
|
@define('DIRECTORY_DELETE_SUCCESS', 'Directory %s successfully deleted.');
|
|
@define('SKIPPING_FILE_EXTENSION', 'Skipping file: Missing extension on %s.');
|
|
@define('SKIPPING_FILE_UNREADABLE', 'Skipping file: %s not readable.');
|
|
@define('FOUND_FILE', 'Found new/modified file: %s.');
|
|
@define('ALREADY_SUBCATEGORY', '%s is a already a subcategory of %s.');
|
|
@define('PARENT_CATEGORY', 'மேல் பிரிவு');
|
|
@define('IN_REPLY_TO', 'இக்கருத்தைப் பற்றி');
|
|
@define('TOP_LEVEL', 'குறிப்பு பற்றி');
|
|
@define('INTEGRITY', 'Verify Installation Integrity');
|
|
@define('CHECKSUMS_NOT_FOUND', 'Unable to compare checksums! (No checksums.inc.php in main directory)');
|
|
@define('CHECKSUMS_PASS', 'All required files verified.');
|
|
@define('CHECKSUM_FAILED', '%s corrupt or modified: failed verification');
|
|
@define('SYNDICATION_PLUGIN_GENERIC_FEED', '%s feed');
|
|
@define('PERMISSIONS', 'அனுமதிகள்');
|
|
@define('SETTINGS_SAVED_AT', 'The new settings have been saved at %s');
|
|
|
|
/* DATABASE SETTINGS */
|
|
@define('INSTALL_CAT_DB', 'டேட்டாபேஸ் நிலைகள்');
|
|
@define('INSTALL_CAT_DB_DESC', 'செரண்டிபிட்டி செயல்படத் தேவையான டேட்டாபேஸ் நிலைகள் (Database)');
|
|
@define('INSTALL_DBTYPE', 'டேட்டாபேஸ்');
|
|
@define('INSTALL_DBTYPE_DESC', 'எந்த டேட்டாபேஸ்');
|
|
@define('INSTALL_DBHOST', 'டேட்டாபேஸ் கணிப்பொறி');
|
|
@define('INSTALL_DBHOST_DESC', 'டேட்டாபேஸ் இயங்கும் கணிப்பொறியின் வலை முகவரி (IP Address). செரண்டிபிட்டியும் டேட்டாபேஸும் ஒரே கணிப்பொறியில் இயங்கினால் இங்கு localhost எனத் தரவும்');
|
|
@define('INSTALL_DBUSER', 'டேட்டாபேஸ் பயன்பெயர் (username)');
|
|
@define('INSTALL_DBUSER_DESC', 'இந்த டேட்டாபேஸை பயன்படுத்தத் தேவையான பயன்பெயர்');
|
|
@define('INSTALL_DBPASS', 'டேட்டாபேஸ் மறைசொல்');
|
|
@define('INSTALL_DBPASS_DESC', 'மேலுள்ள டேட்டாபேஸ் பயன்பெயரின் மறைசொல்');
|
|
@define('INSTALL_DBNAME', 'டேட்டாபேஸ் பெயர்');
|
|
@define('INSTALL_DBNAME_DESC', 'செரண்டிபிட்டி செயல்படத் தேவையான டேட்டாபேஸின் பெயர். இந்த டேட்டாபேஸ் முன்னமே உருவாக்கப்பட்டிருக்கவேண்டும்.');
|
|
@define('INSTALL_DBPREFIX', 'டேட்டாபேஸ் டேபிள் முற்சேர்க்கை-சொல் (prefix)');
|
|
@define('INSTALL_DBPREFIX_DESC', 'புதிதாய் உருவாக்கப்படும் டேட்டாபேஸ் டேபிள்களின் முற்சேர்க்கை-சொல் (எடுத்துக்காட்டு: serendipity_ )');
|
|
|
|
/* PATHS */
|
|
@define('INSTALL_CAT_PATHS', 'பாதைகள்');
|
|
@define('INSTALL_CAT_PATHS_DESC', 'செரண்டிபிட்டிக்குத் தேவையான பல்வேறு பாதைகள். இதுபற்றி தெரியவில்லையெனில் எதையும் மாற்றாதீர்கள்! பாதைகளுக்குப்பின் / எழுத்து இருக்கவேண்டும்.');
|
|
@define('INSTALL_FULLPATH', 'முழுப்பாதை');
|
|
@define('INSTALL_FULLPATH_DESC', 'செரண்டிபிட்டி இருக்குமிடத்தின் முழுப்பாதை');
|
|
@define('INSTALL_UPLOADPATH', 'வலைபொருள் பெட்டகப்பாதை');
|
|
@define('INSTALL_UPLOADPATH_DESC', 'நீங்கள் பெட்டகத்தினுள் புகுத்தும் வலைபொருட்கள் இப்பெட்டகப்பாதையில் இருத்தப்படும்.');
|
|
@define('INSTALL_RELPATH', 'சிறுபாதை');
|
|
@define('INSTALL_RELPATH_DESC', 'செரண்டிபிட்டியின் வலையுந்துப் பாதை (Browser Relative path). எடுத்துக்காட்டு: \'/serendipity/\'');
|
|
@define('INSTALL_RELTEMPLPATH', 'செரண்டிபிட்டி முகப்பு சிறுபாதை');
|
|
@define('INSTALL_RELTEMPLPATH_DESC', 'செரண்டிபிட்டி முகப்புகளின் சிறுபாதை (Relative template path)');
|
|
@define('INSTALL_RELUPLOADPATH', 'வலைபொருள் பெட்டகச் சிறுபாதை');
|
|
@define('INSTALL_RELUPLOADPATH_DESC', 'வலைபொருள் பெட்டகச் சிறுபாதை (media uploads relative path)');
|
|
@define('INSTALL_URL', 'வலைக்குறிப்பு முகவரி');
|
|
@define('INSTALL_URL_DESC', 'இந்த வலைக்குறிப்பின் வலைமுகவரி');
|
|
@define('INSTALL_INDEXFILE', 'வலைக்குறிப்பின் முதற்பக்க மென்பொருள்');
|
|
@define('INSTALL_INDEXFILE_DESC', 'வலைக்குறிப்பின் முதற்பக்க மென்பொருளின் பெயர்');
|
|
|
|
/* GENERAL SETTINGS */
|
|
@define('INSTALL_CAT_SETTINGS', 'பொது நிலைகள்');
|
|
@define('INSTALL_CAT_SETTINGS_DESC', 'செரண்டிபிட்டியின் செயல்பாட்டை மாற்றுக');
|
|
@define('INSTALL_USERNAME', 'மேற்பார்வையாளர் பெயர்');
|
|
@define('INSTALL_USERNAME_DESC', 'மேற்பார்வையாளரின் வலைக்குறிப்பு-பெயர்');
|
|
@define('INSTALL_PASSWORD', 'மேற்பார்வையாளரின் மறைசொல்');
|
|
@define('INSTALL_PASSWORD_DESC', 'மேற்பார்வையாளரின் மறைசொல்');
|
|
@define('INSTALL_EMAIL', 'மேற்பார்வையாளரின் மின்னஞ்சல்');
|
|
@define('INSTALL_EMAIL_DESC', 'மேற்பார்வையாளரின் மின்னஞ்சல்');
|
|
@define('INSTALL_SENDMAIL', 'மேற்பார்வையாளருக்கு மின்னஞ்சல் அனுப்புக?');
|
|
@define('INSTALL_SENDMAIL_DESC', 'அன்பர் கருத்துப் பதிவுகளை மின்னஞ்சலில் அனுப்புக?');
|
|
@define('INSTALL_SUBSCRIBE', 'அன்பர்கள் மற்றவர் கருத்துக்களை மின்னஞ்சலில் பெறலாம்?');
|
|
@define('INSTALL_SUBSCRIBE_DESC', 'மற்றவர் இக்குறிப்பு பற்றி கருத்துக்கள் பதித்தால், அன்பர்கள் மின்னஞ்சலில் அறிவிப்பு பெறலாம்.');
|
|
@define('INSTALL_BLOGNAME', 'வலைக்குறிப்பின் தலைப்பு');
|
|
@define('INSTALL_BLOGNAME_DESC', 'உங்கள் வலைக்குறிப்பின் தலைப்பு');
|
|
@define('INSTALL_BLOGDESC', 'வலைக்குறிப்பு பற்றி');
|
|
@define('INSTALL_BLOGDESC_DESC', 'உங்கள் வலைக்குறிப்பு பற்றி வரைவு');
|
|
@define('INSTALL_LANG', 'மொழி (Language)');
|
|
@define('INSTALL_LANG_DESC', 'இவ்வலைக்குறிப்பின் மொழி');
|
|
|
|
/* APPEARANCE AND OPTIONS */
|
|
@define('INSTALL_CAT_DISPLAY', 'தோற்றம் மற்றும் தேர்வுகள்');
|
|
@define('INSTALL_CAT_DISPLAY_DESC', 'செரண்டிபிட்டியின் தேற்றம்');
|
|
@define('INSTALL_WYSIWYG', 'விசிவிகு எடிட்டரைப் பயன்படுத்துக (WYSIWYG=What You See Is What You Get)');
|
|
@define('INSTALL_WYSIWYG_DESC', 'Works on IE5+, partially in Mozilla 1.3+');
|
|
@define('INSTALL_XHTML11', 'Force XHTML 1.1 compliance');
|
|
@define('INSTALL_XHTML11_DESC', 'Do you want to force XHTML 1.1 compliance (may cause problems for back-/frontend on older 4th generation browsers)');
|
|
@define('INSTALL_POPUP', 'Enable use of popup windows');
|
|
@define('INSTALL_POPUP_DESC', 'Do you want to use popup windows for comments, trackbacks et al?');
|
|
@define('INSTALL_EMBED', 'Is serendipity embedded?');
|
|
@define('INSTALL_EMBED_DESC', 'If you want to embed serendipity within a regular page, set to true to discard any headers and just print the contents. You can make use of the indexFile option to use a wrapper class where you put your normal webpage headers. See the README file for more information!');
|
|
@define('INSTALL_TOP_AS_LINKS', 'Show Top Exits/Referrers as links?');
|
|
@define('INSTALL_TOP_AS_LINKS_DESC', '"no": Exits and Referrers are shown as plain text to prevent google spam. "yes": Exits and Referrers are shown as hyperlinks. "default": Use setting from global configuration (recommended).');
|
|
@define('INSTALL_BLOCKREF', 'Blocked Referers');
|
|
@define('INSTALL_BLOCKREF_DESC', 'Are there any special hosts you want not to show up in the referers list? Separate the list of hostnames with \';\' and note that the host is blocked by substring matches!');
|
|
@define('INSTALL_REWRITE', 'URL Rewriting');
|
|
@define('INSTALL_REWRITE_DESC', 'Select which rules you wish to use when generating URLs. Enabling rewrite rules will make pretty URLs for your blog and make it better indexable for spiders like google. The webserver needs to support either mod_rewrite or "AllowOverride All" for your serendipity dir. The default setting is auto-detected');
|
|
|
|
/* IMAGECONVERSION SETTINGS */
|
|
@define('INSTALL_CAT_IMAGECONV', 'Image Conversion Settings');
|
|
@define('INSTALL_CAT_IMAGECONV_DESC', 'Enter general information about how serendipity should handle Images');
|
|
@define('INSTALL_IMAGEMAGICK', 'Use ImageMagick');
|
|
@define('INSTALL_IMAGEMAGICK_DESC', 'Do you have ImageMagick installed and want to use it to resize images?');
|
|
@define('INSTALL_IMAGEMAGICKPATH', 'Path to convert binary');
|
|
@define('INSTALL_IMAGEMAGICKPATH_DESC', 'Full path & name of your ImageMagick convert binary');
|
|
@define('INSTALL_THUMBSUFFIX', 'Thumbnail suffix');
|
|
@define('INSTALL_THUMBSUFFIX_DESC', 'Thumbnails will be named with the following format: original.[suffix].ext');
|
|
@define('INSTALL_THUMBWIDTH', 'Thumbnail dimensions');
|
|
@define('INSTALL_THUMBWIDTH_DESC', 'Static maximum width of auto-generated thumbnails');
|
|
@define('INSTALL_THUMBDIM', 'Thumbnail constrained dimension');
|
|
@define('INSTALL_THUMBDIM_LARGEST', 'Largest');
|
|
@define('INSTALL_THUMBDIM_WIDTH', 'Width');
|
|
@define('INSTALL_THUMBDIM_HEIGHT', 'Height');
|
|
@define('INSTALL_THUMBDIM_DESC', 'Dimension to be constrained to the thumbnail max size. The default "' .
|
|
INSTALL_THUMBDIM_LARGEST . '" limits both dimensions, so neither can be greater than the max size; "' .
|
|
INSTALL_THUMBDIM_WIDTH . '" and "' . INSTALL_THUMBDIM_HEIGHT .
|
|
'" only limit the chosen dimension, so the other could be larger than the max size.');
|
|
|
|
/* Personal details */
|
|
@define('USERCONF_CAT_PERSONAL', 'உங்கள் நிலைகள்');
|
|
@define('USERCONF_CAT_PERSONAL_DESC', 'கீழ் உள்ள உங்கள் நிலைகளை மாற்றலாம்');
|
|
@define('USERCONF_USERNAME', 'உங்கள் வலைக்குறிப்பு-பெயர்');
|
|
@define('USERCONF_USERNAME_DESC', 'வலைக்குறிப்பினுள் நுழைய நீங்கள் பயன்படுத்தும் வலைக்குறிப்பு-பெயர்');
|
|
@define('USERCONF_PASSWORD', 'மறைசொல்');
|
|
@define('USERCONF_PASSWORD_DESC', 'வலைக்குறிப்பினுள் நுழைய நீங்கள் பயன்படுத்தும் வலைக்குறிப்பு-மறைசொல்');
|
|
@define('USERCONF_EMAIL', 'உங்கள் மின்னஞ்சல் முகவரி');
|
|
@define('USERCONF_EMAIL_DESC', 'வலைக்குறிப்பு தகவல்கள் இம்மின்னஞ்சல் முகவரிக்கு அனுப்பப்படும்');
|
|
@define('USERCONF_SENDCOMMENTS', 'மின்னஞ்சலில் அன்பர் கருத்துகள் அறிவிப்பு');
|
|
@define('USERCONF_SENDCOMMENTS_DESC', 'உங்கள் வலைக்குறிப்பின் மீதான அன்பர்கள் அன்பர் கருத்து பற்றிய அறிவிப்பை மின்னஞ்சலில் பெருக');
|
|
@define('USERCONF_SENDTRACKBACKS', 'மேற்கோள்(trackback) அறிவிப்பு');
|
|
@define('USERCONF_SENDTRACKBACKS_DESC', 'உங்கள் வலைக்குறிப்பின் மீதான மேற்கோள்கள் பற்றிய அறிவிப்பை மின்னஞ்சலில் பெருக');
|
|
@define('USERCONF_ALLOWPUBLISH', 'இக்குறிப்பாளர் வலைக்குறிப்பு வெளியீடு');
|
|
@define('USERCONF_ALLOWPUBLISH_DESC', 'இக்குறிப்பாளர் வலைக்குறிப்புகளை வெளியிடலாம்');
|
|
@define('SUCCESS', 'Success');
|
|
@define('POWERED_BY_SHOW_TEXT', 'Show "Serendipity" as text');
|
|
@define('POWERED_BY_SHOW_TEXT_DESC', 'Will display "Serendipity Weblog" as text');
|
|
@define('POWERED_BY_SHOW_IMAGE', 'Show "Serendipity" with a logo');
|
|
@define('POWERED_BY_SHOW_IMAGE_DESC', 'Displays the Serendipity logo');
|
|
@define('PLUGIN_ITEM_DISPLAY', 'Where should the item be displayed?');
|
|
@define('PLUGIN_ITEM_DISPLAY_EXTENDED', 'Extended entry only');
|
|
@define('PLUGIN_ITEM_DISPLAY_OVERVIEW', 'Overview page only');
|
|
@define('PLUGIN_ITEM_DISPLAY_BOTH', 'All times');
|
|
@define('RSS_IMPORT_CATEGORY', 'Use this category for non-matching imported entries');
|
|
|
|
@define('COMMENTS_WILL_BE_MODERATED', 'அன்பர் கருத்துகள் வலைக்குறிப்பில் தெரிவதற்க்குமுன் குறிப்பாளர் பார்வைக்குட்படும்.');
|
|
@define('YOU_HAVE_THESE_OPTIONS', 'You have the following options available:');
|
|
@define('THIS_COMMENT_NEEDS_REVIEW', 'Warning: This comment needs approval before it will be displayed');
|
|
@define('DELETE_COMMENT', 'கருத்தை நீக்குக');
|
|
@define('APPROVE_COMMENT', 'கருத்தை அனுமதிக்க');
|
|
@define('REQUIRES_REVIEW', 'Requires review');
|
|
@define('COMMENT_APPROVED', 'Comment #%s has successfully been approved');
|
|
@define('COMMENT_DELETED', 'Comment #%s has successfully been deleted');
|
|
@define('COMMENTS_MODERATE', 'அன்பர் கருத்துகள் மற்றும் மேற்கோள்களை உங்களின் மேற்பார்வைக்கு உட்படுத்துக');
|
|
@define('THIS_TRACKBACK_NEEDS_REVIEW', 'Warning: This trackback needs approval before it will be displayed');
|
|
@define('DELETE_TRACKBACK', 'Delete trackback');
|
|
@define('APPROVE_TRACKBACK', 'Approve trackback');
|
|
@define('TRACKBACK_APPROVED', 'Trackback #%s has successfully been approved');
|
|
@define('TRACKBACK_DELETED', 'Trackback #%s has successfully been deleted');
|
|
@define('VIEW', 'பார்க்க');
|
|
@define('COMMENT_ALREADY_APPROVED', 'Comment #%s appears to already have been approved');
|
|
@define('COMMENT_EDITED', 'The selected comment has been edited');
|
|
@define('HIDE', 'Hide');
|
|
@define('VIEW_EXTENDED_ENTRY', 'தொடர்ந்து படியுங்கள் "%s"');
|
|
@define('TRACKBACK_SPECIFIC_ON_CLICK', 'This link is not meant to be clicked. It contains the trackback URI for this entry. You can use this URI to send ping- & trackbacks from your own blog to this entry. To copy the link, right click and select "Copy Shortcut" in Internet Explorer or "Copy Link Location" in Mozilla.');
|
|
@define('PLUGIN_SUPERUSER_HTTPS', 'Use https for login');
|
|
@define('PLUGIN_SUPERUSER_HTTPS_DESC', 'Lets the login-link point to a https-location. Your webserver needs to support this!');
|
|
@define('INSTALL_SHOW_EXTERNAL_LINKS', 'Make external links clickable?');
|
|
@define('INSTALL_SHOW_EXTERNAL_LINKS_DESC', '"no": Unchecked external links (Top Exits, Top Referrers, User comments) are not shown/shown as plain text where applicable to prevent google spam (recommended). "yes": Unchecked external links are shown as hyperlinks. Can be overridden within sidebar plugin configuration!');
|
|
@define('PAGE_BROWSE_COMMENTS', 'பக்கம் %s. மொத்த பக்கங்கள் %s. அன்பர் கருத்துக்கள் %s');
|
|
@define('FILTERS', 'தேர்வுகள்');
|
|
@define('FIND_ENTRIES', 'குறிப்புகளை தேர்வு செய்க');
|
|
@define('FIND_COMMENTS', 'அன்பர் கருத்துகளை தேர்வு செய்க');
|
|
@define('FIND_MEDIA', 'வலைபொருளை தேர்வு செய்க');
|
|
@define('FILTER_DIRECTORY', 'பெட்டகம்');
|
|
@define('SORT_BY', 'வகைப்படுத்துக');
|
|
@define('TRACKBACK_COULD_NOT_CONNECT', 'No Trackback sent: Could not open connection to %s on port %d');
|
|
@define('MEDIA', 'வலைபொருள்');
|
|
@define('MEDIA_LIBRARY', 'வலைபொருள் பெட்டகம்');
|
|
@define('ADD_MEDIA', 'புதிய வலைபொருள்');
|
|
@define('ENTER_MEDIA_URL', 'Enter an URL of a file to fetch:');
|
|
@define('ENTER_MEDIA_UPLOAD', 'Select a file you wish to upload:');
|
|
@define('SAVE_FILE_AS', 'Save the file as:');
|
|
@define('STORE_IN_DIRECTORY', 'Store inside the following directory: ');
|
|
@define('ADD_MEDIA_BLAHBLAH', '<b>ஒர் வலைபொருளை உங்கள் வலைபொருள் பெட்டகத்தில் சேர்க்க:</b><br /><b>சேர்ப்பு முறை:</b></p><br/>');
|
|
@define('MEDIA_RENAME', 'Rename this file');
|
|
@define('IMAGE_RESIZE', 'Resize this image');
|
|
@define('MEDIA_DELETE', 'Delete this file');
|
|
@define('FILES_PER_PAGE', 'வலைபொருள்/பக்கம்');
|
|
@define('CLICK_FILE_TO_INSERT', 'Click the file you want to insert:');
|
|
@define('SELECT_FILE', 'Select file to insert');
|
|
@define('MEDIA_FULLSIZE', 'Fullsize');
|
|
@define('CALENDAR_BOW_DESC', 'The day of the week that should be considered the beginning of the week. Default is Monday');
|
|
@define('SUPERUSER', 'வலைக்குறிப்பு நிர்வாகம்');
|
|
@define('ALLOWS_YOU_BLAHBLAH', 'Provides a link in the sidebar to your blog administration');
|
|
@define('CALENDAR', 'தேதிக்குறிப்பு');
|
|
@define('SUPERUSER_OPEN_ADMIN', 'நிர்வாகப் பக்கம்');
|
|
@define('SUPERUSER_OPEN_LOGIN', 'நுழைவுப் பக்கம்');
|
|
@define('INVERT_SELECTIONS', 'Invert Selections');
|
|
@define('COMMENTS_DELETE_CONFIRM', 'தேர்ந்தெடுக்கப்பட்ட கருத்துகளை நீக்குக?');
|
|
@define('COMMENT_DELETE_CONFIRM', 'நீக்குக ? கருத்து #%d, அன்பர் %s?');
|
|
@define('DELETE_SELECTED_COMMENTS', 'தேர்ந்தெடுக்கப்பட்ட கருத்துகளை நீக்குக');
|
|
@define('VIEW_COMMENT', 'அன்பர் கருத்தை காண்க');
|
|
@define('VIEW_ENTRY', 'குறிப்பைக் காண்க');
|
|
@define('DELETE_FILE_FAIL' , 'Unable to delete file <b>%s</b>');
|
|
@define('DELETE_THUMBNAIL', 'Deleted the image thumbnail entitled <b>%s</b>');
|
|
@define('DELETE_FILE', 'Deleted the file entitled <b>%s</b>');
|
|
@define('ABOUT_TO_DELETE_FILE', 'You are about to delete <b>%s</b><br />If you are using this file in some of your entries, it will cause dead links or images<br />Are you sure you wish to proceed?<br /><br />');
|
|
@define('TRACKBACK_SENDING', 'Sending trackback to URI %s...');
|
|
@define('TRACKBACK_SENT', 'Trackback successful');
|
|
@define('TRACKBACK_FAILED', 'Trackback failed: %s');
|
|
@define('TRACKBACK_NOT_FOUND', 'No trackback-URI found.');
|
|
@define('TRACKBACK_URI_MISMATCH', 'The auto-discovered trackback URI does not match our target URI.');
|
|
@define('TRACKBACK_CHECKING', 'Checking <u>%s</u> for possible trackbacks...');
|
|
@define('TRACKBACK_NO_DATA', 'Target contained no data');
|
|
@define('TRACKBACK_SIZE', 'Target URI exceeded maximum filesize of %s bytes.');
|
|
@define('COMMENTS_VIEWMODE_THREADED', 'Threaded');
|
|
@define('COMMENTS_VIEWMODE_LINEAR', 'Linear');
|
|
@define('DISPLAY_COMMENTS_AS', 'அன்பர் கருத்து தெரியும் முறை');
|
|
@define('COMMENTS_FILTER_SHOW', 'காண்க');
|
|
@define('COMMENTS_FILTER_ALL', 'எல்லாம்');
|
|
@define('COMMENTS_FILTER_APPROVED_ONLY', 'அங்கீகரித்தவை');
|
|
@define('COMMENTS_FILTER_NEED_APPROVAL', 'மேற்பார்வையில் உள்ளவை');
|
|
@define('RSS_IMPORT_BODYONLY', 'Put all imported text in the "body" section and do not split up into "extended entry" section.');
|
|
@define('SYNDICATION_PLUGIN_FULLFEED', 'Show full articles with extended body inside RSS feed');
|
|
@define('WEEK', 'Week');
|
|
@define('WEEKS', 'Weeks');
|
|
@define('MONTHS', 'Months');
|
|
@define('DAYS', 'Days');
|
|
@define('ARCHIVE_FREQUENCY', 'Calendar item frequency');
|
|
@define('ARCHIVE_FREQUENCY_DESC', 'The calendar interval to use between each item in the list');
|
|
@define('ARCHIVE_COUNT', 'Number of items in the list');
|
|
@define('ARCHIVE_COUNT_DESC', 'The total number of months, weeks or days to display');
|
|
@define('BELOW_IS_A_LIST_OF_INSTALLED_PLUGINS', 'செரண்டிபிட்டியில் பொருத்தப்பட்டுள்ள செயல்பொருள்கள்');
|
|
@define('SIDEBAR_PLUGIN', 'sidebar plugin');
|
|
@define('EVENT_PLUGIN', 'event plugin');
|
|
@define('CLICK_HERE_TO_INSTALL_PLUGIN', 'Click here to install a new %s');
|
|
@define('VERSION', 'version');
|
|
@define('INSTALL', 'Install');
|
|
@define('ALREADY_INSTALLED', 'Already installed');
|
|
@define('SELECT_A_PLUGIN_TO_ADD', 'Select the plugin which you wish to install');
|
|
@define('INSTALL_OFFSET', 'Server time Offset');
|
|
@define('STICKY_POSTINGS', 'Sticky Postings');
|
|
@define('INSTALL_FETCHLIMIT', 'முதற்பக்கத்தில் காண்பிக்கவேண்டிய குறிப்புகள்');
|
|
@define('INSTALL_FETCHLIMIT_DESC', 'எத்தனை குறிப்புகளை முதற்பக்கத்தில் காண்பிக்க');
|
|
@define('IMPORT_ENTRIES', 'வேற்று வலைக்குறிப்புகளை பெருக');
|
|
@define('EXPORT_ENTRIES', 'வேற்று வலைக்குறிப்புகளாக சேமிக்க');
|
|
@define('IMPORT_WELCOME', 'Welcome to the Serendipity import utility');
|
|
@define('IMPORT_WHAT_CAN', 'Here you can import entries from other weblog software applications');
|
|
@define('IMPORT_SELECT', 'Please select the software you wish to import from');
|
|
@define('IMPORT_PLEASE_ENTER', 'Please enter the data as requested below');
|
|
@define('IMPORT_NOW', 'Import now!');
|
|
@define('IMPORT_STARTING', 'Starting import procedure...');
|
|
@define('IMPORT_FAILED', 'Import failed');
|
|
@define('IMPORT_DONE', 'Import successfully completed');
|
|
@define('IMPORT_WEBLOG_APP', 'Weblog application');
|
|
@define('IMPORT_NOTES', 'Note:');
|
|
@define('EXPORT_FEED', 'Export full RSS feed');
|
|
@define('STATUS', 'Status after import');
|
|
@define('IMPORT_GENERIC_RSS', 'Generic RSS import');
|
|
@define('ACTIVATE_AUTODISCOVERY', 'Send Trackbacks to links found in the entry');
|
|
@define('WELCOME_TO_ADMIN', 'செரண்டிபிட்டி வலைக்குறிப்பு நிர்வாகத்திற்கு நல்வரவு.');
|
|
@define('PLEASE_ENTER_CREDENTIALS', 'உங்கள் நுழைவு சொற்களை தருக.');
|
|
@define('ADMIN_FOOTER_POWERED_BY', 'இயக்க மென்பொருள் செரண்டிபிட்டி %s மற்றும் PHP %s');
|
|
@define('INSTALL_USEGZIP', 'Use gzip compressed pages');
|
|
@define('INSTALL_USEGZIP_DESC', 'To speed up delivery of pages, we can compress the pages we send to the visitor, given that his browser supports this. This is recommended');
|
|
@define('INSTALL_SHOWFUTURE', 'Show future entries');
|
|
@define('INSTALL_SHOWFUTURE_DESC', 'If enabled, this will show all entries in the future on your blog. Default is to hide those entries and only show them if the publish date has arrived.');
|
|
@define('INSTALL_DBPERSISTENT', 'Use persistent connections');
|
|
@define('INSTALL_DBPERSISTENT_DESC', 'Enable the usage of persistent database connections, read more <a href="http://php.net/manual/features.persistent-connections.php" target="_blank">here</a>. This is normally not recommended');
|
|
@define('NO_IMAGES_FOUND', 'வலைபொருள் ஏதுமில்லை');
|
|
@define('PERSONAL_SETTINGS', 'உங்கள் நிலைகள்');
|
|
@define('REFERER', 'மேற்கோள்');
|
|
@define('NOT_FOUND', 'Not found');
|
|
@define('WRITABLE', 'Writable');
|
|
@define('NOT_WRITABLE', 'Not writable');
|
|
@define('PROBLEM_DIAGNOSTIC', 'Due to a problematic diagnostic, you cannot continue with the installation until the above errors are fixed');
|
|
@define('SELECT_INSTALLATION_TYPE', 'Select which installation type you wish to use');
|
|
@define('WELCOME_TO_INSTALLATION', 'Welcome to the Serendipity Installation');
|
|
@define('FIRST_WE_TAKE_A_LOOK', 'First we will take a look at your current setup and attempt to diagnose any compatibility problems');
|
|
@define('ERRORS_ARE_DISPLAYED_IN', 'Errors are displayed in %s, recommendations in %s and success in %s');
|
|
@define('RED', 'red');
|
|
@define('YELLOW', 'yellow');
|
|
@define('GREEN', 'green');
|
|
@define('PRE_INSTALLATION_REPORT', 'Serendipity v%s pre-installation report');
|
|
@define('RECOMMENDED', 'Recommended');
|
|
@define('ACTUAL', 'Actual');
|
|
@define('PHPINI_CONFIGURATION', 'php.ini configuration');
|
|
@define('PHP_INSTALLATION', 'PHP installation');
|
|
@define('THEY_DO', 'they do');
|
|
@define('THEY_DONT', 'they do not');
|
|
@define('SIMPLE_INSTALLATION', 'Simple installation');
|
|
@define('EXPERT_INSTALLATION', 'Expert installation');
|
|
@define('COMPLETE_INSTALLATION', 'Complete installation');
|
|
@define('WONT_INSTALL_DB_AGAIN', 'will not install the database again');
|
|
@define('CHECK_DATABASE_EXISTS', 'Checking to see if the database and tables already exists');
|
|
@define('CREATING_PRIMARY_AUTHOR', 'Creating primary author \'%s\'');
|
|
@define('SETTING_DEFAULT_TEMPLATE', 'Setting default template');
|
|
@define('INSTALLING_DEFAULT_PLUGINS', 'Installing default plugins');
|
|
@define('SERENDIPITY_INSTALLED', 'Serendipity has been successfully installed');
|
|
@define('VISIT_BLOG_HERE', 'உங்கள் புதிய வலைக்குறிப்பு தயார்! இங்கே செல்லுங்கள்');
|
|
@define('THANK_YOU_FOR_CHOOSING', 'Thank you for choosing Serendipity');
|
|
@define('ERROR_DETECTED_IN_INSTALL', 'An error was detected in the installation');
|
|
@define('OPERATING_SYSTEM', 'Operating system');
|
|
@define('WEBSERVER_SAPI', 'Webserver SAPI');
|
|
@define('TEMPLATE_SET', '\'%s\' has been set as your active template');
|
|
@define('SEARCH_ERROR', 'The search function did not work as expected. Notice for the administrator of this blog: This may happen because of missing index keys in your database. On MySQL systems your database user account needs to be privileged to execute this query: <pre>CREATE FULLTEXT INDEX entry_idx on %sentries (title,body,extended)</pre> The specific error returned by the database was: <pre>%s</pre>');
|
|
@define('EDIT_THIS_CAT', 'Editing "%s"');
|
|
@define('CATEGORY_REMAINING', 'Delete this category and move its entries to this category');
|
|
@define('CATEGORY_INDEX', 'Below is a list of categories available to your entries');
|
|
@define('NO_CATEGORIES', 'பிரிவுகள் எதுமில்லை');
|
|
@define('RESET_DATE', 'Reset date');
|
|
@define('RESET_DATE_DESC', 'Click here to reset the date to the current time');
|
|
@define('PROBLEM_PERMISSIONS_HOWTO', 'Permissions can be set by running shell command: `<em>%s</em>` on the failed directory, or by setting this using an FTP program');
|
|
@define('WARNING_TEMPLATE_DEPRECATED', 'Warning: Your current template is using a deprecated template method, you are advised to update if possible');
|
|
@define('ENTRY_PUBLISHED_FUTURE', 'This entry is not yet published.');
|
|
@define('ENTRIES_BY', 'Entries by %s');
|
|
@define('PREVIOUS', 'Previous');
|
|
@define('NEXT', 'Next');
|
|
@define('APPROVE', 'Approve');
|
|
@define('DO_MARKUP_DESCRIPTION', 'Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.');
|
|
@define('CATEGORY_ALREADY_EXIST', 'A category with the name "%s" already exist');
|
|
@define('ERROR_FILE_FORBIDDEN', 'You are not allowed to upload files with active content');
|
|
@define('ADMIN', 'பொது நிர்வாகம்');
|
|
@define('ADMIN_FRONTPAGE', 'நிர்வாக முதற்பக்கம்');
|
|
@define('QUOTE', 'Quote');
|
|
@define('IFRAME_SAVE', 'Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while..');
|
|
@define('IFRAME_SAVE_DRAFT', 'A draft of this entry has been saved');
|
|
@define('IFRAME_PREVIEW', 'Serendipity is now creating the preview of your entry...');
|
|
@define('IFRAME_WARNING', 'Your browser does not support the concept of iframes. Please open your serendipity_config.inc.php file and set $serendipity[\'use_iframe\'] variable to FALSE.');
|
|
@define('NONE', 'none');
|
|
@define('USERCONF_CAT_DEFAULT_NEW_ENTRY', 'புதிய குறிப்புகளின் ஆதிநிலை');
|
|
@define('UPGRADE', 'Upgrade');
|
|
@define('UPGRADE_TO_VERSION', 'Upgrade to version %s');
|
|
@define('DELETE_DIRECTORY', 'Delete directory');
|
|
@define('DELETE_DIRECTORY_DESC', 'You are about to delete the contents of a directory that contains media files, possibly files used in some of your entries.');
|
|
@define('FORCE_DELETE', 'Delete ALL files in this directory, including those not known by Serendipity');
|
|
@define('CREATE_DIRECTORY', 'Create directory');
|
|
@define('CREATE_NEW_DIRECTORY', 'Create new directory');
|
|
@define('CREATE_DIRECTORY_DESC', 'Here you can create a new directory to place media files in. Choose the name for your new directory and select an optional parent directory to place it in.');
|
|
@define('BASE_DIRECTORY', 'Base directory');
|
|
@define('USERLEVEL_EDITOR_DESC', 'குறிப்பாளர்');
|
|
@define('USERLEVEL_CHIEF_DESC', 'தலைமை குறிப்பாளர்');
|
|
@define('USERLEVEL_ADMIN_DESC', 'மேற்பார்வையாளர்');
|
|
@define('USERCONF_USERLEVEL', 'வலைக்குறிப்பாளர் நிலை');
|
|
@define('USERCONF_USERLEVEL_DESC', 'இது பயன்பாட்டில் இல்லை. இதற்கு பதில் குறிப்பாளர் குழுக்களைப் பயன்படுத்துங்கள்.');
|
|
@define('USER_SELF_INFO', 'உங்கள் வலைக்குறிப்பு-பெயர்: %s (%s)');
|
|
@define('ADMIN_ENTRIES', 'குறிப்புகள்');
|
|
@define('RECHECK_INSTALLATION', 'Recheck installation');
|
|
@define('IMAGICK_EXEC_ERROR', 'Unable to execute: "%s", error: %s, return var: %d');
|
|
@define('INSTALL_OFFSET_DESC', 'Enter the amount of hours between the date of your webserver (current: %clock%) and your desired time zone');
|
|
@define('UNMET_REQUIREMENTS', 'Requirements failed: %s');
|
|
@define('CHARSET', 'Charset');
|
|
@define('AUTOLANG', 'Use visitor\'s browser language as default');
|
|
@define('AUTOLANG_DESC', 'If enabled, this will use the visitor\'s browser language setting to determine the default language of your entry and interface language.');
|
|
@define('INSTALL_AUTODETECT_URL', 'Autodetect used HTTP-Host');
|
|
@define('INSTALL_AUTODETECT_URL_DESC', 'If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.');
|
|
@define('CONVERT_HTMLENTITIES', 'Try to auto-convert HTML entities?');
|
|
@define('EMPTY_SETTING', 'You did not specify a valid value for "%s"!');
|
|
@define('USERCONF_REALNAME', 'முழுப்பெயர்'); // Translate
|
|
@define('USERCONF_REALNAME_DESC', 'வலைக்குறிப்பு அன்பர்கள் இப்பெயரைக் காண்பார்கள்'); // Translate
|
|
@define('HOTLINK_DONE', 'File hotlinked.<br />Done.'); // Translate
|
|
@define('ENTER_MEDIA_URL_METHOD', 'Fetch method:'); // Translate
|
|
@define('ADD_MEDIA_BLAHBLAH_NOTE', 'Note: If you choose to hotlink to server, make sure you have permission to hotlink to the designated website, or the website is yours. Hotlink allows you to use off-site images without storing them locally.'); // Translate
|
|
@define('MEDIA_HOTLINKED', 'hotlinked'); // Translate
|
|
@define('FETCH_METHOD_IMAGE', 'Download image to your server'); // Translate
|
|
@define('FETCH_METHOD_HOTLINK', 'Hotlink to server'); // Translate
|
|
@define('DELETE_HOTLINK_FILE', 'Deleted the hotlinked file entitled <b>%s</b>'); // Translate
|
|
@define('SYNDICATION_PLUGIN_SHOW_MAIL', 'Show E-Mail addresses?');
|
|
@define('IMAGE_MORE_INPUT', 'Add more images');
|
|
@define('BACKEND_TITLE', 'Additional information in Plugin Configuration screen'); // Translate
|
|
@define('BACKEND_TITLE_FOR_NUGGET', 'Here you can define a custom string which is displayed in the Plugin Configuration screen together with the description of the HTML Nugget plugin. If you have multiple HTML nuggets with an empty title, this helps to distinct the plugins from another.'); // Translate
|
|
@define('CATEGORIES_ALLOW_SELECT', 'Allow visitors to display multiple categories at once?'); // Translate
|
|
@define('CATEGORIES_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each category in this sidebar plugin. Users can check those boxes and then see entries belonging to their selection.'); // Translate
|
|
@define('PAGE_BROWSE_PLUGINS', 'Page %s of %s, totaling %s plugins.');
|
|
@define('INSTALL_CAT_PERMALINKS', 'Permalinks');
|
|
@define('INSTALL_CAT_PERMALINKS_DESC', 'Defines various URL patterns to define permanent links in your blog. It is suggested that you use the defaults; if not, you should try to use the %id% value where possible to prevent Serendipity from querying the database to lookup the target URL.');
|
|
@define('INSTALL_PERMALINK', 'Permalink Entry URL structure');
|
|
@define('INSTALL_PERMALINK_DESC', 'Here you can define the relative URL structure beginning from your base URL to where entries may become available. You can use the variables %id%, %title%, %day%, %month%, %year% and any other characters.');
|
|
@define('INSTALL_PERMALINK_AUTHOR', 'Permalink Author URL structure');
|
|
@define('INSTALL_PERMALINK_AUTHOR_DESC', 'Here you can define the relative URL structure beginning from your base URL to where entries from certain authors may become available. You can use the variables %id%, %realname%, %username%, %email% and any other characters.');
|
|
@define('INSTALL_PERMALINK_CATEGORY', 'Permalink Category URL structure');
|
|
@define('INSTALL_PERMALINK_CATEGORY_DESC', 'Here you can define the relative URL structure beginning from your base URL to where entries from certain categories may become available. You can use the variables %id%, %name%, %parentname%, %description% and any other characters.');
|
|
@define('INSTALL_PERMALINK_FEEDCATEGORY', 'Permalink RSS-Feed Category URL structure');
|
|
@define('INSTALL_PERMALINK_FEEDCATEGORY_DESC', 'Here you can define the relative URL structure beginning from your base URL to where RSS-feeds from certain categories may become available. You can use the variables %id%, %name%, %description% and any other characters.');
|
|
@define('INSTALL_PERMALINK_FEEDAUTHOR', 'Permalink RSS-Feed Author URL structure');
|
|
@define('INSTALL_PERMALINK_FEEDAUTHOR_DESC', 'Here you can define the relative URL structure beginning from your base URL to where RSS-feeds from specific users may be viewed. You can use the variables %id%, %realname%, %username%, %email% and any other characters.');
|
|
@define('INSTALL_PERMALINK_ARCHIVESPATH', 'Path to archives');
|
|
@define('INSTALL_PERMALINK_ARCHIVEPATH', 'Path to archive');
|
|
@define('INSTALL_PERMALINK_CATEGORIESPATH', 'Path to categories');
|
|
@define('INSTALL_PERMALINK_AUTHORSPATH', 'Path to authors');
|
|
@define('INSTALL_PERMALINK_UNSUBSCRIBEPATH', 'Path to unsubscribe comments');
|
|
@define('INSTALL_PERMALINK_DELETEPATH', 'Path to delete comments');
|
|
@define('INSTALL_PERMALINK_APPROVEPATH', 'Path to approve comments');
|
|
@define('INSTALL_PERMALINK_FEEDSPATH', 'Path to RSS Feeds');
|
|
@define('INSTALL_PERMALINK_PLUGINPATH', 'Path to single plugin');
|
|
@define('INSTALL_PERMALINK_ADMINPATH', 'Path to admin');
|
|
@define('INSTALL_PERMALINK_SEARCHPATH', 'Path to search');
|
|
@define('INSTALL_CAL', 'Calendar Type');
|
|
@define('INSTALL_CAL_DESC', 'Choose your desired Calendar format');
|
|
@define('REPLY', 'Reply');
|
|
@define('USERCONF_GROUPS', 'குறிப்பாளர் குழு');
|
|
@define('USERCONF_GROUPS_DESC', 'இக்குறிப்பாளர் இந்த குழுக்களில் உறுப்பினர்.');
|
|
@define('MANAGE_GROUPS', 'குறிப்பாளர் குழுக்கள்');
|
|
@define('DELETED_GROUP', 'Group #%d %s deleted.');
|
|
@define('CREATED_GROUP', 'A new group %s has been created');
|
|
@define('MODIFIED_GROUP', 'The properties of group %s have been changed');
|
|
@define('GROUP', 'Group');
|
|
@define('CREATE_NEW_GROUP', 'Create new group');
|
|
@define('DELETE_GROUP', 'You are about to delete group #%d %s. Are you serious?');
|
|
@define('USERLEVEL_OBSOLETE', 'NOTICE: The userlevel attribute is now only used for backward compatibility to plugins and fallback authorisation. User privileges are now handled by group memberships!');
|
|
@define('SYNDICATION_PLUGIN_FEEDBURNERID', 'FeedBurner ID');
|
|
@define('SYNDICATION_PLUGIN_FEEDBURNERID_DESC', 'The ID of the feed you wish to publish');
|
|
@define('SYNDICATION_PLUGIN_FEEDBURNERIMG', 'FeedBurner image');
|
|
@define('SYNDICATION_PLUGIN_FEEDBURNERIMG_DESC', 'Name of image to display (or leave blank for counter), located on feedburner.com, ex: fbapix.gif');
|
|
@define('SYNDICATION_PLUGIN_FEEDBURNERTITLE', 'FeedBurner title');
|
|
@define('SYNDICATION_PLUGIN_FEEDBURNERTITLE_DESC', 'Title (if any) to display alongside the image');
|
|
@define('SYNDICATION_PLUGIN_FEEDBURNERALT', 'FeedBurner image text');
|
|
@define('SYNDICATION_PLUGIN_FEEDBURNERALT_DESC', 'Text (if any) to display when hovering the image');
|
|
@define('INSTALL_DBPORT', 'Database port');
|
|
@define('INSTALL_DBPORT_DESC', 'The port used to connect to your database server');
|
|
@define('PLUGIN_GROUP_FRONTEND_EXTERNAL_SERVICES', 'Frontend: External Services');
|
|
@define('PLUGIN_GROUP_FRONTEND_FEATURES', 'Frontend: Features');
|
|
@define('PLUGIN_GROUP_FRONTEND_FULL_MODS', 'Frontend: Full Mods');
|
|
@define('PLUGIN_GROUP_FRONTEND_VIEWS', 'Frontend: Views');
|
|
@define('PLUGIN_GROUP_FRONTEND_ENTRY_RELATED', 'Frontend: Entry Related');
|
|
@define('PLUGIN_GROUP_BACKEND_EDITOR', 'Backend: Editor');
|
|
@define('PLUGIN_GROUP_BACKEND_USERMANAGEMENT', 'Backend: Usermanagement');
|
|
@define('PLUGIN_GROUP_BACKEND_METAINFORMATION', 'Backend: Meta information');
|
|
@define('PLUGIN_GROUP_BACKEND_TEMPLATES', 'Backend: Templates');
|
|
@define('PLUGIN_GROUP_BACKEND_FEATURES', 'Backend: Features');
|
|
@define('PLUGIN_GROUP_IMAGES', 'Images');
|
|
@define('PLUGIN_GROUP_ANTISPAM', 'Antispam');
|
|
@define('PLUGIN_GROUP_MARKUP', 'Markup');
|
|
@define('PLUGIN_GROUP_STATISTICS', 'புள்ளிவிபரங்கள்');
|
|
@define('PERMISSION_PERSONALCONFIGURATION', 'personalConfiguration: Access personal configuration');
|
|
@define('PERMISSION_PERSONALCONFIGURATIONUSERLEVEL', 'personalConfigurationUserlevel: Change userlevels');
|
|
@define('PERMISSION_PERSONALCONFIGURATIONNOCREATE', 'personalConfigurationNoCreate: Change "forbid creating entries"');
|
|
@define('PERMISSION_PERSONALCONFIGURATIONRIGHTPUBLISH', 'personalConfigurationRightPublish: Change right to publish entries');
|
|
@define('PERMISSION_SITECONFIGURATION', 'siteConfiguration: Access system configuration');
|
|
@define('PERMISSION_BLOGCONFIGURATION', 'blogConfiguration: Access blog-centric configuration');
|
|
@define('PERMISSION_ADMINENTRIES', 'adminEntries: Administrate entries');
|
|
@define('PERMISSION_ADMINENTRIESMAINTAINOTHERS', 'adminEntriesMaintainOthers: Administrate other user\'s entries');
|
|
@define('PERMISSION_ADMINIMPORT', 'adminImport: Import entries');
|
|
@define('PERMISSION_ADMINCATEGORIES', 'adminCategories: Administrate categories');
|
|
@define('PERMISSION_ADMINCATEGORIESMAINTAINOTHERS', 'adminCategoriesMaintainOthers: Administrate other user\'s categories');
|
|
@define('PERMISSION_ADMINCATEGORIESDELETE', 'adminCategoriesDelete: Delete categories');
|
|
@define('PERMISSION_ADMINUSERS', 'adminUsers: Administrate users');
|
|
@define('PERMISSION_ADMINUSERSDELETE', 'adminUsersDelete: Delete users');
|
|
@define('PERMISSION_ADMINUSERSEDITUSERLEVEL', 'adminUsersEditUserlevel: Change userlevel');
|
|
@define('PERMISSION_ADMINUSERSMAINTAINSAME', 'adminUsersMaintainSame: Administrate users that are in your group(s)');
|
|
@define('PERMISSION_ADMINUSERSMAINTAINOTHERS', 'adminUsersMaintainOthers: Administrate users that are not in your group(s)');
|
|
@define('PERMISSION_ADMINUSERSCREATENEW', 'adminUsersCreateNew: Create new users');
|
|
@define('PERMISSION_ADMINUSERSGROUPS', 'adminUsersGroups: Administrate usergroups');
|
|
@define('PERMISSION_ADMINPLUGINS', 'adminPlugins: Administrate plugins');
|
|
@define('PERMISSION_ADMINPLUGINSMAINTAINOTHERS', 'adminPluginsMaintainOthers: Administrate other user\'s plugins');
|
|
@define('PERMISSION_ADMINIMAGES', 'adminImages: Administrate media files');
|
|
@define('PERMISSION_ADMINIMAGESDIRECTORIES', 'adminImagesDirectories: Administrate media directories');
|
|
@define('PERMISSION_ADMINIMAGESADD', 'adminImagesAdd: Add new media files');
|
|
@define('PERMISSION_ADMINIMAGESDELETE', 'adminImagesDelete: Delete media files');
|
|
@define('PERMISSION_ADMINIMAGESMAINTAINOTHERS', 'adminImagesMaintainOthers: Administrate other user\'s media files');
|
|
@define('PERMISSION_ADMINIMAGESVIEW', 'adminImagesView: View media files');
|
|
@define('PERMISSION_ADMINIMAGESSYNC', 'adminImagesSync: Sync thumbnails');
|
|
@define('PERMISSION_ADMINCOMMENTS', 'adminComments: Administrate comments');
|
|
@define('PERMISSION_ADMINTEMPLATES', 'adminTemplates: Administrate templates');
|
|
@define('INSTALL_BLOG_EMAIL', 'Blog\'s E-Mail address');
|
|
@define('INSTALL_BLOG_EMAIL_DESC', 'This configures the E-Mail address that is used as the "From"-Part of outgoing mails. Be sure to set this to an address that is recognized by the mailserver used on your host - many mailservers reject messages that have unknown From-addresses.');
|
|
@define('CATEGORIES_PARENT_BASE', 'Only show categories below...');
|
|
@define('CATEGORIES_PARENT_BASE_DESC', 'You can choose a parent category so that only the child categories are shown.');
|
|
@define('CATEGORIES_HIDE_PARALLEL', 'Hide categories that are not part of the category tree');
|
|
@define('CATEGORIES_HIDE_PARALLEL_DESC', 'If you want to hide categories that are part of a different category tree, you need to enable this. This feature makes most sense if used in conjunction with a multi-blog using the "Properties/Templates of categories" plugin.');
|
|
@define('PERMISSION_ADMINIMAGESVIEWOTHERS', 'adminImagesViewOthers: View other user\'s media files');
|
|
@define('CHARSET_NATIVE', 'Native');
|
|
@define('INSTALL_CHARSET', 'Charset selection');
|
|
@define('INSTALL_CHARSET_DESC', 'Here you can toggle UTF-8 or native (ISO, EUC, ...) charactersets. Some languages only have UTF-8 translations so that setting the charset to "Native" will have no effects. UTF-8 is suggested for new installations. Do not change this setting if you have already made entries with special characters - this may lead to corrupt characters. Be sure to read more on http://www.s9y.org/index.php?node=46 about this issue.');
|
|
@define('CALENDAR_ENABLE_EXTERNAL_EVENTS', 'Enable Plugin API hook');
|
|
@define('CALENDAR_EXTEVENT_DESC', 'If enabled, plugins can hook into the calendar to display their own events highlighted. Only enable if you have installed plugins that need this, otherwise it just decreases performance.');
|
|
@define('XMLRPC_NO_LONGER_BUNDLED', 'The XML-RPC API Interface to Serendipity is no longer bundled because of ongoing security issues with this API and not many people using it. Thus you need to install the XML-RPC Plugin to use the XML-RPC API. The URL to use in your applications will NOT change - as soon as you have installed the plugin, you will again be able to use the API.');
|
|
@define('PERM_READ', 'படிக்க அனுமதியுள்ளவர்');
|
|
@define('PERM_WRITE', 'எழுத அனுமதியுள்ளவர்');
|
|
|
|
@define('PERM_DENIED', 'Permission denied.');
|
|
@define('INSTALL_ACL', 'Apply read-permissions for categories');
|
|
@define('INSTALL_ACL_DESC', 'If enabled, the usergroup permission settings you setup for categories will be applied when logged-in users view your blog. If disabled, the read-permissions of the categories are NOT applied, but the positive effect is a little speedup on your blog. So if you don\'t need multi-user read permissions for your blog, disable this setting.');
|
|
@define('PLUGIN_API_VALIDATE_ERROR', 'Configuration syntax wrong for option "%s". Needs content of type "%s".');
|
|
@define('USERCONF_CHECK_PASSWORD', 'பழைய மறைசொல்');
|
|
@define('USERCONF_CHECK_PASSWORD_DESC', 'மேலுள்ள மறைசொல்லை மாற்றினால், இந்த இடத்தில் நீங்கள் பழைய மறைசொல்லை தரவேண்டும்.');
|
|
@define('USERCONF_CHECK_PASSWORD_ERROR', 'You did not specify the right old password, and are not authorized to change the new password. Your settings were not saved.');
|
|
@define('ERROR_XSRF', 'Your browser did not sent a valid HTTP-Referrer string. This may have either been caused by a misconfigured browser/proxy or by a Cross Site Request Forgery (XSRF) aimed at you. The action you requested could not be completed.');
|
|
@define('AUTHORS', 'Authors');
|
|
@define('AUTHORS_ALLOW_SELECT', 'Allow visitors to display multiple authors at once?');
|
|
@define('AUTHORS_ALLOW_SELECT_DESC', 'If this option is enabled, a checkbox will be put next to each author in this sidebar plugin. Users can check those boxes and see entries matching their selection.');
|
|
@define('AUTHOR_PLUGIN_DESC', 'Shows a list of authors');
|
|
@define('CATEGORY_PLUGIN_TEMPLATE', 'Enable Smarty-Templates?');
|
|
@define('CATEGORY_PLUGIN_TEMPLATE_DESC', 'If this option is enabled, the plugin will utilize Smarty-Templating features to output the category listing. If you enable this, you can change the layout via the "plugin_categories.tpl" template file. Enabling this option will impact performance, so if you do not need to make customizations, leave it disabled.');
|
|
@define('CATEGORY_PLUGIN_SHOWCOUNT', 'Show number of entries per category?');
|
|
@define('AUTHORS_SHOW_ARTICLE_COUNT', 'Show number of articles next to author name?');
|
|
@define('AUTHORS_SHOW_ARTICLE_COUNT_DESC', 'If this option is enabled, the number of articles by this author is shown next to the authors name in parentheses.');
|
|
@define('CUSTOM_ADMIN_INTERFACE', 'Custom admin interface available');
|
|
|
|
@define('COMMENT_NOT_ADDED', 'Your comment could not be added, because comments for this entry have either been disabled, you entered invalid data, or your comment was caught by anti-spam measurements.');
|
|
@define('INSTALL_TRACKREF', 'Enable referrer tracking?');
|
|
@define('INSTALL_TRACKREF_DESC', 'Enabling the referrer tracking will show you which sites refer to your articles. Today this is often abused for spamming, so you can disable it if you want.');
|
|
@define('CATEGORIES_HIDE_PARENT', 'Hide the selected parent category?');
|
|
@define('CATEGORIES_HIDE_PARENT_DESC', 'If you restrict the listing of categories to a specific category, by default you will see that parent category within the output listing. If you disable this option, the parent category name will not be displayed.');
|
|
@define('WARNING_NO_GROUPS_SELECTED', 'Warning: You did not select any group memberships. This would effectively log you out of the usergroup management, and thus your group memberships were not changed.');
|
|
@define('INSTALL_RSSFETCHLIMIT', 'Entries to display in Feeds');
|
|
@define('INSTALL_RSSFETCHLIMIT_DESC', 'Number of entries to display for each page on the RSS Feed.');
|
|
@define('INSTAL_DB_UTF8', 'Enable DB-charset conversion');
|
|
@define('INSTAL_DB_UTF8_DESC', 'Issues a MySQL "SET NAMES" query to indicate the required charset for the database. Turn this on or off, if you see weird characters in your blog.');
|
|
@define('ONTHEFLYSYNCH', 'Enable on-the-fly media synchronization');
|
|
@define('ONTHEFLYSYNCH_DESC', 'If enabled, Serendipity will compare the media database with the files stored on your server and synchronize the database and directory contents.');
|
|
@define('USERCONF_CHECK_USERNAME_ERROR', 'The username cannot be left blank.');
|
|
@define('FURTHER_LINKS', 'Further Links');
|
|
@define('FURTHER_LINKS_S9Y', 'Serendipity Homepage');
|
|
@define('FURTHER_LINKS_S9Y_DOCS', 'Serendipity Documentation');
|
|
@define('FURTHER_LINKS_S9Y_BLOG', 'Official Blog');
|
|
@define('FURTHER_LINKS_S9Y_FORUMS', 'Forums');
|
|
@define('FURTHER_LINKS_S9Y_SPARTACUS', 'Spartacus');
|
|
@define('COMMENT_IS_DELETED', '(Comment removed)');
|
|
|
|
@define('CURRENT_AUTHOR', 'Current author');
|
|
|
|
@define('WORD_NEW', 'New');
|
|
@define('SHOW_MEDIA_TOOLBAR', 'Show toolbar within media selector popup?');
|
|
@define('MEDIA_KEYWORDS', 'Media keywords');
|
|
@define('MEDIA_KEYWORDS_DESC', 'Enter a list of ";" separated words that you want to use as pre-defined keywords for media items.');
|
|
@define('MEDIA_EXIF', 'Import EXIF/JPEG image data');
|
|
@define('MEDIA_EXIF_DESC', 'If enabled, existing EXIF/JPEG metadata of images will be parsed and stored in the database for display in the media gallery.');
|
|
@define('MEDIA_PROP', 'Media properties');
|
|
|
|
|
|
@define('GO_ADD_PROPERTIES', 'Go & enter properties');
|
|
@define('MEDIA_PROPERTY_DPI', 'DPI');
|
|
@define('MEDIA_PROPERTY_COPYRIGHT', 'Copyright');
|
|
@define('MEDIA_PROPERTY_COMMENT1', 'Short Comment');
|
|
@define('MEDIA_PROPERTY_COMMENT2', 'Long Comment');
|
|
@define('MEDIA_PROPERTY_TITLE', 'Title');
|
|
@define('MEDIA_PROP_DESC', 'Enter a list of ";" separated property fields you want to define for each media file');
|
|
@define('MEDIA_PROP_MULTIDESC', '(You can append ":MULTI" after any item to indicate that this item will contain long text instead of just some characters)');
|
|
|
|
@define('STYLE_OPTIONS_NONE', 'This theme/style has no specific options. To see how your template can specify options, read the Technical Documentation on www.s9y.org about "Configuration of Theme options".');
|
|
@define('STYLE_OPTIONS', 'Theme/Style options');
|
|
|
|
@define('PLUGIN_AVAILABLE_COUNT', 'Total: %d plugins.');
|
|
|
|
@define('SYNDICATION_RFC2616', 'Activate strict RFC2616 RSS-Feed compliance');
|
|
@define('SYNDICATION_RFC2616_DESC', 'NOT Enforcing RFC2616 means that all Conditional GETs to Serendipity will return entries last modified since the time of the last request. With that setting to "false", your visitors will get all articles since their last request, which is considered a good thing. However, some Agents like Planet act weird, if that happens, at it also violates RFC2616. So if you set this option to "TRUE" you will comply with that RFC, but readers of your RSS feed might miss items in their holidays. So either way, either it hearts Aggregators like Planet, or it hurts actual readers of your blog. If you are facing complaints from either side, you can toggle this option. Reference: <a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1461728&group_id=75065&atid=542822" target="_blank" rel="nofollow">SourceForge</a>');
|
|
@define('MEDIA_PROPERTY_DATE', 'Associated Date');
|
|
@define('MEDIA_PROPERTY_RUN_LENGTH', 'Run-Length');
|
|
@define('FILENAME_REASSIGNED', 'Automagically assigned new file name: %s');
|
|
@define('MEDIA_UPLOAD_SIZE', 'Max. file upload size');
|
|
@define('MEDIA_UPLOAD_SIZE_DESC', 'Enter the maximum filesize for uploaded files in bytes. This setting can be overruled by server-side settings in PHP.ini: upload_max_filesize, post_max_size, max_input_time all take precedence over this option. An empty string means to only use the server-side limits.');
|
|
@define('MEDIA_UPLOAD_SIZEERROR', 'Error: You cannot upload files larger than %s bytes!');
|
|
@define('MEDIA_UPLOAD_MAXWIDTH', 'Max. width of image files for upload');
|
|
@define('MEDIA_UPLOAD_MAXWIDTH_DESC', 'Enter the maximum image width in pixels for uploaded images.');
|
|
@define('MEDIA_UPLOAD_MAXHEIGHT', 'Max. height of image files for upload');
|
|
@define('MEDIA_UPLOAD_MAXHEIGHT_DESC', 'Enter the maximum image height in pixels for uploaded images.');
|
|
@define('MEDIA_UPLOAD_DIMERROR', 'Error: You cannot upload image files larger than %s x %s pixels!');
|
|
|
|
@define('MEDIA_TARGET', 'Target for this link');
|
|
@define('MEDIA_TARGET_JS', 'Popup window (via JavaScript, adaptive size)');
|
|
@define('MEDIA_ENTRY', 'Isolated Entry');
|
|
@define('MEDIA_TARGET_BLANK', 'Popup window (via target=_blank)');
|
|
|
|
@define('MEDIA_DYN_RESIZE', 'Allow dynamic image resizing?');
|
|
@define('MEDIA_DYN_RESIZE_DESC', 'If enabled, the media selector can return images in any requested size via a GET variable. The results are cached, and thus can create a large filebase if you make intensive use of it.');
|
|
|
|
@define('MEDIA_DIRECTORY_MOVED', 'Directory and files were successfully moved to %s');
|
|
@define('MEDIA_DIRECTORY_MOVE_ERROR', 'Directory and files could not be moved to %s!');
|
|
@define('MEDIA_DIRECTORY_MOVE_ENTRY', 'On Non-MySQL databases, iterating through every article to replace the old directory URLs with new directory URLs is not possible. You will need to manually edit your entries to fix new URLs. You can still move your old directory back to where it was, if that is too cumbersome for you.');
|
|
@define('MEDIA_DIRECTORY_MOVE_ENTRIES', 'Moved the URL of the moved directory in %s entries.');
|
|
@define('PLUGIN_ACTIVE', 'Active');
|
|
@define('PLUGIN_INACTIVE', 'Inactive');
|
|
@define('PREFERENCE_USE_JS', 'Enable advanced JS usage?');
|
|
@define('PREFERENCE_USE_JS_DESC', 'If enabled, advanced JavaScript sections will be enabled for better usability, like in the Plugin Configuration section you can use drag and drop for re-ordering plugins.');
|
|
|
|
@define('PREFERENCE_USE_JS_WARNING', '(This page uses advanced JavaScripting. If you are having functionality issues, please disable the use of advanced JS usage in your personal preferences or disable your browser\'s JavaScript)');
|
|
|
|
|
|
@define('INSTALL_PERMALINK_COMMENTSPATH', 'Path to comments');
|
|
@define('PERM_SET_CHILD', 'Set the same permissions on all child directories');
|
|
@define('PERMISSION_FORBIDDEN_PLUGINS', 'Forbidden plugins');
|
|
@define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events');
|
|
@define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?');
|
|
@define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.');
|
|
@define('DELETE_SELECTED_ENTRIES', 'Delete selected entries');
|
|
@define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles');
|
|
@define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet');
|
|
@define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.');
|
|
@define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');
|
|
@define('USERCONF_CREATE', 'Disable user / forbid activity?');
|
|
@define('USERCONF_CREATE_DESC', 'If selected, the user will not have any editing or creation possibilities on the blog anymore. When logging in to the backend, he cannot do anything else apart from logging out and viewing his personal configuration.');
|
|
@define('CATEGORY_HIDE_SUB', 'Hide postings made to sub-categories?');
|
|
@define('CATEGORY_HIDE_SUB_DESC', 'By default, when you browse a category also entries of any subcategory are displayed. If this option is turned on, only postings of the currently selected category are displayed.');
|
|
@define('PINGBACK_SENDING', 'Sending pingback to URI %s...');
|
|
@define('PINGBACK_SENT', 'Pingback successful');
|
|
@define('PINGBACK_FAILED', 'Pingback failed: %s');
|
|
@define('PINGBACK_NOT_FOUND', 'No pingback-URI found.');
|
|
@define('CATEGORY_PLUGIN_HIDEZEROCOUNT', 'Hide archives link when no entries were made in that timespan (requires counting entries)');
|
|
@define('RSS_IMPORT_WPXRSS', 'WordPress eXtended RSS import, requires PHP5 and might take up much memory');
|
|
@define('SET_TO_MODERATED', 'Moderate');
|
|
@define('COMMENT_MODERATED', 'Comment #%s has successfully been set as moderated');
|
|
@define('CENTER', 'center');
|
|
@define('FULL_COMMENT_TEXT', 'Yes, with full comment text');
|
|
|
|
@define('COMMENT_TOKENS', 'Use Tokens for Comment Moderation?');
|
|
@define('COMMENT_TOKENS_DESC', 'If tokens are used, comments can be approved and deleted by clicking the email links without requiring login access to the blog. Note that this is a convenience feature, and if your mails get hijacked, those people can approve/delete the referenced comment without further authentication.');
|
|
@define('COMMENT_NOTOKENMATCH', 'Moderation link has expired or comment #%s has already been approved or deleted');
|
|
@define('TRACKBACK_NOTOKENMATCH', 'Moderation link has expired or trackback #%s has already been approved or deleted');
|
|
@define('BADTOKEN', 'Invalid Moderation Link');
|
|
|
|
@define('CONFIRMATION_MAIL_ALWAYS', "Hello %s,\n\nYou have sent a new comment to \"%s\". Your comment was:\n\n%s\n\nThe owner of the blog has enabled mail verification, so you need to click on the following link to authenticate your comment:\n<%s>\n");
|
|
@define('CONFIRMATION_MAIL_ONCE', "Hello %s,\n\nYou have sent a new comment to \"%s\". Your comment was:\n\n%s\n\nThe owner of the blog has enabled one-time mail verification, so you need to click on the following link to authenticate your comment:\n<%s>\n\nAfter you have done that, you can always post comments on that blog with your username and e-mail address without receiving such notifications.");
|
|
@define('INSTALL_SUBSCRIBE_OPTIN', 'Use Double-Opt In for comment subscriptions?');
|
|
@define('INSTALL_SUBSCRIBE_OPTIN_DESC', 'If enabled, when a comment is made where the person wants to be notified via e-mail about new comments to the same entry, he must confirm his subscription to the entry. This Double-Opt In is required by german law, for example.');
|
|
@define('CONFIRMATION_MAIL_SUBSCRIPTION', "Hello %s,\n\nYou have requested to be notified for comments to \"%s\" (<%s>). To approve this subscription (\"Double Opt In\") please click this link:\n<%s>\n.");
|
|
@define('NOTIFICATION_CONFIRM_SUBMAIL', 'Your confirmation of your comment subscription has been successfully entered.');
|
|
@define('NOTIFICATION_CONFIRM_MAIL', 'Your confirmation of the comment has been successfully entered.');
|
|
@define('NOTIFICATION_CONFIRM_SUBMAIL_FAIL', 'Your comment subscription could not be confirmed. Please check the link you clicked on for completion. If the link was sent more than 3 weeks ago, you must request a new confirmation mail.');
|
|
@define('NOTIFICATION_CONFIRM_MAIL_FAIL', 'Your comment confirmation could not be confirmed. Please check the link you clicked on for completion. If the link was sent more than 3 weeks ago, you must send your comment again.');
|
|
@define('PLUGIN_DOCUMENTATION', 'Documentation');
|
|
@define('PLUGIN_DOCUMENTATION_LOCAL', 'Local Documentation');
|
|
@define('PLUGIN_DOCUMENTATION_CHANGELOG', 'Version history');
|
|
@define('SYNDICATION_PLUGIN_BIGIMG', 'Big Image');
|
|
@define('SYNDICATION_PLUGIN_BIGIMG_DESC', 'Display a (big) image at the top of the feeds in sidebar, enter full or absolute URL to image file.');
|
|
@define('SYNDICATION_PLUGIN_FEEDNAME', 'Displayed name for "feed"');
|
|
@define('SYNDICATION_PLUGIN_FEEDNAME_DESC', 'Enter an optional custom name for the feeds (defaults to "feed" when empty)');
|
|
@define('SYNDICATION_PLUGIN_COMMENTNAME', 'Displayed name for "comment" feed');
|
|
@define('SYNDICATION_PLUGIN_COMMENTNAME_DESC', 'Enter an optional custom name for the comment feed');
|
|
@define('SYNDICATION_PLUGIN_FEEDBURNERID_FORWARD', '(If you enter an absolute URL with http://... here, this URL will be used as the redirection target in case you have enabled the "Force" option for FeedBurner. Note that this can also be a URL independent to FeedBurner. For new Google FeedBurner feeds, you need to enter http://feeds2.feedburner.com/yourfeedname here)');
|
|
|
|
@define('SYNDICATION_PLUGIN_FEEDBURNERID_FORWARD2', 'If you set this option to "Force" you can forward the RSS feed to any webservice, not only FeedBurner. Look at the option "Feedburner ID" below to enter an absolute URL)');
|
|
@define('COMMENTS_FILTER_NEED_CONFIRM', 'Pending user confirmation');
|
|
@define('NOT_WRITABLE_SPARTACUS', ' (Only required when you plan to use Spartacus plugin for remote plugin download)');
|
|
@define('MEDIA_ALT', 'ALT-Attribute (depiction or short description)');
|
|
@define('MEDIA_PROPERTY_ALT', 'Depiction (summary for ALT-Attribute)');
|
|
|
|
@define('MEDIA_TITLE', 'TITLE-Attribute (will be displayed on mouse over)');
|
|
|
|
@define('QUICKSEARCH_SORT', 'How should search-results be sorted?');
|
|
|
|
@define('QUICKSEARCH_SORT_RELEVANCE', 'Relevance');
|
|
|
|
@define('PERMISSION_HIDDENGROUP', 'Hidden group / Non-Author');
|
|
|
|
@define('SEARCH_FULLENTRY', 'Show full entry');
|
|
@define('NAVLINK_AMOUNT', 'Enter number of links in the navbar (needs reload of the Manage Styles page)');
|
|
@define('NAV_LINK_TEXT', 'Enter the navbar link text');
|
|
@define('NAV_LINK_URL', 'Enter the full URL of your link');
|
|
@define('MODERATE_SELECTED_COMMENTS', 'Accept selected comments');
|
|
@define('WEBLOG', 'Weblog');
|
|
@define('ACTIVE_COMMENT_SUBSCRIPTION', 'Subscribed');
|
|
@define('PENDING_COMMENT_SUBSCRIPTION', 'Pending confirmation');
|
|
@define('NO_COMMENT_SUBSCRIPTION', 'Not subscribed');
|
|
@define('SUMMARY', 'Summary');
|
|
|
|
// Next lines were added on 2012/05/29
|
|
@define('ABOUT_TO_DELETE_FILES', 'You are about to delete a bunch of files at once.<br />If you are using these in some of your entries, it will cause dead links or images<br />Are you sure you wish to proceed?<br /><br />');
|
|
@define('ARCHIVE_SORT_STABLE', 'Stable Archives');
|
|
@define('ARCHIVE_SORT_STABLE_DESC', 'Sort the archive-pages descending, so they are stable and search-crawler do not have to reindex them.');
|
|
@define('PLAIN_ASCII_NAMES', '(no special characters, umlauts)');
|
|
// New 2.0 constants
|
|
@define('SIMPLE_FILTERS', 'Simplified filters');
|
|
@define('SIMPLE_FILTERS_DESC', 'When enabled, search forms and filter functions are reduced to essential options. When disabled, you will see every possible filter option, i.e. in the media library or the entry editor.');
|
|
@define('TOGGLE_SELECT', 'Mark for selection');
|
|
@define('MORE', 'More');
|
|
@define('ENTRY_STATUS', 'Entry status');
|
|
@define('SCHEDULED', 'Scheduled');
|
|
@define('PUBLISHED', 'Published');
|
|
@define('ENTRY_METADATA', 'Entry metadata');
|
|
@define('NAVIGATION', 'Navigation');
|
|
@define('MAIN_MENU', 'Main menu');
|
|
@define('MENU_PERSONAL', 'Personal menu');
|
|
@define('MENU_DASHBOARD', 'Dashboard');
|
|
@define('MENU_ACTIVITY', 'Activity');
|
|
@define('MENU_SETTINGS', 'Settings');
|
|
@define('MENU_TEMPLATES', 'Templates');
|
|
@define('MENU_PLUGINS', 'Plugins');
|
|
@define('MENU_USERS', 'Users');
|
|
@define('MENU_GROUPS', 'Groups');
|
|
@define('MENU_MAINTENANCE', 'Maintenance');
|
|
@define('ALIGN_TOP', 'Top');
|
|
@define('ALIGN_LEFT', 'Left');
|
|
@define('ALIGN_RIGHT', 'Right');
|
|
@define('SHOW_METADATA', 'Show metadata');
|
|
@define('RANGE_FROM', 'From');
|
|
@define('RANGE_TO', 'To');
|
|
@define('UPLOAD', 'Upload');
|
|
@define('DOWNLOAD', 'Download');
|
|
@define('ENTRY_PUBLISHED', 'Entry #%s published');
|
|
@define('PUBLISH_ERROR', 'Error publishing entry:');
|
|
@define('UPDATE_NOTIFICATION', 'Update notification');
|
|
@define('NEW_VERSION_AVAILABLE', 'New stable Serendipity version available: ');
|
|
@define('MOVE', 'Move');
|
|
@define('MOVE_UP', 'Move up');
|
|
@define('MOVE_DOWN', 'Move down');
|
|
@define('INSTALL_NEW_SIDEBAR_PLUGIN', 'Install a new sidebar plugin');
|
|
@define('INSTALL_NEW_EVENT_PLUGIN', 'Install a new event plugin');
|
|
@define('TEMPLATE_OPTIONS', 'Template options');
|
|
@define('CURRENT_TEMPLATE', 'Current Template');
|
|
@define('TEMPLATE_INFO', 'Show template info');
|
|
@define('AVAILABLE_TEMPLATES', 'Available Templates');
|
|
@define('TIMESTAMP_RESET', 'The timestamp has been reset to the current time.');
|
|
|
|
@define('CLEANCOMPILE_PASS', '[smarty clearCompiledTemplate(%s)]');
|
|
@define('CLEANCOMPILE_FAIL', 'No files available for clearing.');
|
|
@define('CLEANCOMPILE_TITLE', 'Clear template cache');
|
|
@define('CLEANCOMPILE_INFO', 'This will purge all compiled template files of the currently active template. Compiled templates will be automatically re-created on demand by the Smarty framework.');
|
|
@define('INSTALLER_KEY', 'Key');
|
|
@define('INSTALLER_VALUE', 'Value');
|
|
@define('CURRENT_TAB', 'Current tab: ');
|
|
@define('PINGBACKS', 'Pingbacks');
|
|
@define('NO_PINGBACKS', 'No Pingbacks');
|
|
@define('GROUP_NAME_DESC', "Use as uppercased eg. 'EXAMPLE_GROUP' name, but not as a constant 'USERLEVEL_XYZ' group name.");@define('INSTALLER_CLI_TOOLS', 'Server-side command line tools');
|
|
@define('INSTALLER_CLI_TOOLNAME', 'CLI tool');
|
|
@define('INSTALLER_CLI_TOOLSTATUS', 'Executable?');
|
|
@define('VIDEO', 'Video');
|
|
@define('RESET_FILTERS', 'Reset filters');
|
|
@define('UPDATE_FAILMSG', 'Check for new Serendipity version failed. This can happen because either the URL https://raw.github.com/s9y/Serendipity/master/docs/RELEASE is down, your server blocks outgoing connections or there are other connection issues.');
|
|
@define('UPDATE_FAILACTION', 'Disable automatic update check');
|
|
@define('UPDATE_NOTIFICATION_DESC', 'Show the update notification in the Dashboard, and for which channel?');
|
|
@define('FRONTEND', 'Frontend');
|
|
@define('BACKEND', 'Backend');
|
|
@define('MEDIA_UPLOAD_RESIZE', 'Resize before Upload');
|
|
@define('MEDIA_UPLOAD_RESIZE_DESC', 'Resize images before the upload using Javascript. This will also change the uploader to use Ajax and thus remove the Property-Button');
|
|
@define('LOG_LEVEL', 'Log Level');
|
|
@define('LOG_LEVEL_DESC', 'At certain places in the Serendipity code we have placed debugging breakpoints. If this option is set to "Debug", it will write this debug output to templates_c/logs/. You should only enable this option if you are experiencing bugs in those areas, or if you are a developer. Setting this option to "Error" will enable logging PHP errors, overwriting the PHP error_log setting.');
|
|
@define('DEBUG', 'Debug');
|
|
@define('CUSTOM_CONFIG', 'Custom configuration file');
|
|
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
|
|
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');
|
|
@define('SYNDICATION_PLUGIN_SUBTOME', 'subToMe');
|
|
@define('SYNDICATION_PLUGIN_SUBTOME_DESC', 'Show the subToMe button, a layer to make feed subscription easier');
|
|
@define('SYNDICATE_THIS_BLOG', 'Subscribe');@define('SYNDICATION_PLUGIN_BIGIMG_DESC', 'Display a (big) image at the top of the feeds in sidebar, enter full or absolute URL to image file. Set to "none" to show a textlink (the old default)');
|
|
@define('INSTALL_BACKENDPOPUP', 'Enable use of popup windows for the backend');
|
|
@define('INSTALL_BACKENDPOPUP_DESC', 'Do you want to use popup windows for some backend functionality? When disabled (default), inline modal dialogs will be used for e.g. the category selector and media library.');
|
|
@define('UPDATE_STABLE', 'stable');
|
|
@define('UPDATE_BETA', 'beta');
|
|
@define('SYNDICATION_PLUGIN_FEEDFORMAT', 'Feed format');
|
|
@define('SYNDICATION_PLUGIN_FEEDFORMAT_DESC', 'Which format shall be used for all feeds. Both are supported in all common readers');
|
|
@define('SYNDICATION_PLUGIN_COMMENTFEED', 'Comment feed');
|
|
@define('SYNDICATION_PLUGIN_COMMENTFEED_DESC', 'Show an additional link to a comment feed. This should be interesting only to the blogauthor itself');
|
|
@define('SYNDICATION_PLUGIN_FEEDICON', 'Feed icon');
|
|
@define('SYNDICATION_PLUGIN_FEEDICON_DESC', 'Show a (big) icon insteaf of a textlink to the feed. Set to "none" to deactivate, or to "feedburner" to show a feedburner counter if an id is given below');
|
|
@define('SYNDICATION_PLUGIN_CUSTOMURL', 'Custom URL');
|
|
@define('SYNDICATION_PLUGIN_CUSTOMURL_DESC', 'If you want to link to the custom feed specified in the blog configuration, enable this option.');
|
|
@define('FEED_CUSTOM', 'Custom feed URL');
|
|
@define('FEED_CUSTOM_DESC', 'If set, a custom feed URL can be set to forward Feedreaders to a specific URL. Useful for statistical analyzers like Feedburner, in which case you would enter your Feedburner-URL here.');
|
|
@define('FEED_FORCE', 'Force custom feed URL?');
|
|
@define('FEED_FORCE_DESC', 'If enabled, the URL entered above will be mandatory for Feedreaders, and your usual feed cannot be accessed from clients.');
|
|
@define('NO_UPDATES', 'No plugin updates are available');
|
|
@define('PLUGIN_GROUP_ALL', 'All categories');
|
|
|
|
@define('CONF_USE_AUTOSAVE', 'Enable autosave-feature');
|
|
@define('CONF_USE_AUTOSAVE_DESC', 'When enabled, the text you enter into blog entries will be periodically saved in your browser\'s session storage. If your browser crashes during writing, the next time you create a new entry, the text will be restored from this autosave.');
|