Feel free to change the language-file as you like! Please send your NEW files to rob@x-gfx.de - i'll put them to the download package! ;) HTML is possible! Language: [en-EN] [english] */ // login/logout stuff define(LOGIN_ENTER_USERNAME_AND_PASSWORD , "Please enter username and password:"); define(LOGIN_COOKIE_INFO , "From this point cookie's are required"); define(LOGIN_COOKIES_CHECK , "Check browser"); define(LOGIN , "Login"); define(LOGIN_SORRY , "Sorry, couldn't log in - please check your user-data and try again!"); define(LOGIN_THX_LOGGED_IN , "Thanks, you are now logged in"); define(LOGOUT_THX_LOGGED_OUT , "Thanks, you are now logged out"); // msgbox stuff define(MSG_BACK , "go back"); // redirecting stuff define(REFERER_REDIRECTING, "Redirecting ..."); // menu-stuff (after logon) define(MENU_LOGGED_IN_AS , "Logged in as:"); define(MENU_ADMIN_ONLY , "admin-only option"); define(MENU_CHOOSE_AN_ACTION , "Please choose one of the following actions:"); define(MENU_ADD_NEWS , "Add news"); define(MENU_EDIT_NEWS_DESC , "Here you can edit/delete already published news!
Please note that non-administrators only can change news-items published by themselves!"); define(MENU_EDIT_NEWS , "Edit/delete news"); define(MENU_ADD_NEWS_DESC , "Here you can add new headlines & news to the database"); define(MENU_CHANGE_PREFERENCES , "Change news-preferences"); define(MENU_CHANGE_PREFERENCES_DESC , "Change settings like News-Template, mySQL-DB-Settings and other things"); define(MENU_EDIT_TEMPLATE , "Edit news-template"); define(MENU_EDIT_TEMPLATE_DESC , "Here you can edit the news-template and change the style of your news-output"); define(MENU_GENERATE_NEWS_CSV , "Generate news"); define(MENU_GENERATE_NEWS_CSV_DESC , "Writes the newsdata from the mySQL-db to the newsfile for inclusion!
Only needed if settings were changed ..."); define(MENU_USER_ADMIN , "User-administration"); define(MENU_USER_ADMIN_DESC , "Add/view/delete users"); define(EMAILLIST_VIEW_EDIT_DESC , "Here you can view/delete the mailinglist-addresses and add your own mail-footer!
Please note that this can load a little while!"); // mailinglist stuff define(EMAILLIST_VIEW_EDIT , "Mailinglist setup"); define(EMAILLIST_CLICK_MAIL_TO_DEL , "Click on an eMail to delete it from list"); define(EMAILLIST_TOTAL_MAILS , "eMails in list"); define(EMAILLIST_REALLY_DELETE_MAIL , "Really delete this eMail from list?"); define(EMAILLIST_EMAIL_DELETED , "Thanks, eMail deleted"); define(EMAILLIST_EMAIL_ADDED , "Thanks, eMail added to the list"); define(EMAILLIST_MAIL_FOOTER_DESC , "Below you can change the mailinglist-footer!
This text will be added as footer to all mailinglist-automails!"); define(EMAILLIST_FORM_ADD , "Add eMail"); define(EMAILLIST_FORM_DEL , "Delete eMail"); define(EMAILLIST_FORM_INFO , "Please enter your eMail:"); define(NEWS_POSTED_BY , "News written by"); // add-news stuff define(ADDNEWS_SEND_NEWS_MAILINGLIST , "Send this news to all mailinglist-subscribers"); define(ADDNEWS_SUCCESS , "News added to database & newsfile generated ..."); define(ADDNEWS_URLS_AUTO_PARSED , "http://www.url.com will be automatically converted to http://www.url.com"); define(ADDNEWS_CHECK_LEN , "Check length"); // user-admin stuff define(USER_ADD_NEW , "Add new user"); define(USER_CREATED , "Thanks, user created"); define(USER_NORMAL_DESC , "Normal-Users may add news & delete there own news as well"); define(USER_ADMINS_DO_ALL , "Administrators may do everything (like you at the moment"); define(USER_DEL , "Delete User"); define(USER_DEL_OK , "Thanks, user deleted"); // edit-news stuff define(EDIT_EDIT_NEWS , "Edit news"); define(EDIT_SELECT_A_HEADLINE , "Please select a headline to edit/delete"); define(EDIT_SAVE_EDITED_NEWS , "Save edited news"); define(EDIT_ITEM_SUCCESSFULLY_EDITED , "Thanks, newsitem edited"); define(DELETE_NEWS_BUTTON_VALUE , "Delete this newsitem"); define(DELETE_REALLY_DELETE_ITEM , "Really delete this newsitem from database?"); define(DELETE_ITEM_DELETED , "Thanks, newsitem deleted"); // change-preferences stuff (NOTE: this as an array!!!) $prefs['mysql_host'] = "mySQL-Host (IP or name)"; $prefs['mysql_user'] = "mySQL-Username"; $prefs['mysql_pass'] = "mySQL-Password"; $prefs['mysql_db'] = "mySQL-Database"; $prefs['mysql_prefix'] = "mySQL Table-Pefix (default: xnews_)"; $prefs['lang'] = "Language-File (upload new to directory 'lang')"; $prefs['pagename'] = "The name of your page"; $prefs['news_email'] = "Reply eMail-address for newsletter"; $prefs['url'] = "The URL of your page (http://...)"; $prefs['show_chars'] = "Show 'more-link' after xx chars? (0 = show whole newstext)"; $prefs['popup_size'] = "Format of popup's, when clicking on [read more], [archive] or [login] - links?!
Format: width,height,left padding,top padding in pixel"; $prefs['max_headlinelen'] = "Headline-Maxlength (chars)"; $prefs['max_newslen'] = "Newstext-Maxlength (chars)"; $prefs['html'] = "Allow HTML? (tyes/no)"; $prefs['bb_codes'] = "Allow BB-Codes? (yes/no)"; $prefs['date_format'] = "Date-Format
(uses the same syntax as the php date()-function)"; $prefs['show_days'] = "Print news from the last xx Entries"; $prefs['url_to_script'] = "The full URL to xNews (http://www.server.com/xNews.php)"; // template-stuff define(TEMP_THE_VARS , "Within the template you can use normal HTML/CSS-Tags and the following special-var's to change the news-style."); define(TEMP_HEADLINE , "Current news-headline"); define(TEMP_NEWSTEXT , "The newstext"); define(TEMP_TIME , "Time/Date when news were posted"); define(TEMP_NEWS_ID , "Internal news-id"); define(TEMP_POSTER_NAME , "News author-name"); define(TEMP_POSTER_EMAIL , "News author-eMail"); // error stuff define(ERROR_INVALID_EMAIL , "Invalid eMail-format"); define(ERROR_EMAIL_NOT_IN_LIST , "Sorry, eMail not found in list"); define(ERROR_EMAIL_ALREADY_IN_LIST , "Sorry, eMail is already in list"); define(ERROR_NEWSTEXT_TO_LONG , "The newstext is to long"); define(ERROR_HEADLINE_TO_LONG , "The headline is to long"); define(ERROR_EMPTY_FIELDS , "Empty field(s)"); define(ERROR_NOTHING_CHANGED , "No need to save because you've nothing changed"); define(ERROR_INVALID_CHAR , "Please do not use ' in your preferences, thanks"); define(NO_PHP_TAGS , "Please do not use <? or ?> (php-tags) in your input"); define(ERROR_SEARCH_NO_QUERY , "Please enter a query first"); define(ERROR_SEARCH_NO_RESULTS , "Sorry, nothing found"); // misc stuff define(SAVE , "Save"); define(SUCCESS_SAVED , "Data saved ..."); define(MORE_LINK_TEXT , "read more"); define(NEWS_GENERATED , "News generated from database ..."); define(NO_PERMISSION , "Sorry, but you have no permission here!"); define(DELETE , "Delete"); define(CLOSE_WINDOW , "close window"); define(OUTPUT_ARCHIVE_LINK_TXT , "News-Archive"); // month-names (array) $lang_month = array('January','February','March','April','May','June','July','August','September','October','November','December'); ?> xNews