lang_xs_news OPGELOST
Geplaatst: 03 jun 2005, 11:36
Heeft iemand een vertaling voor de file lang_xs_news?
Code: Selecteer alles
<?php
/***************************************************************************
* lang_xs_news.php [English]
* -------------------
* begin : Sat Jan 15 2005
* copyright : (C) 2005 UseLess
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// CONTRIBUTORS:
// Add your details here if wanted,
//
// e.g. Date, Name, username, email address, website
//
// <date> <Name> <Username> <email> <website>
// 09-01-2005 UseLess
//
$lang['n_title'] = 'XS News Administration';
$lang['n_main_title'] = 'XS News Items.';
$lang['n_main_title_explain'] = 'From here you can manage the news items.<br /><br />If you wish to change the display status of any particular news item then you will need to edit it.';
//
// Config
//
$lang['n_config_title'] = 'XS News Configuration';
$lang['n_config_title_explain'] = 'From here you can alter the settings for XS News.';
$lang['n_config_updated'] = 'XS News Configuration updated.';
//
// Add menu item
//
$lang['n_add_page_title'] = 'Add News Item';
$lang['n_add_page_title_explain'] = 'Use the form below to create a new news item.';
$lang['n_add_header'] = 'Add new News item';
$lang['n_news_item_added'] = 'News Item added.';
//
// edit menu item
//
$lang['n_edit_page_title'] = 'Edit News Item';
$lang['n_edit_page_title_explain'] = 'Using the form below you can edit the news item.';
$lang['n_edit_header'] = 'Edit existing news item';
//
// Delete
//
$lang['n_news_delete'] = 'Delete News Item.';
$lang['n_news_delete_explain'] = 'Using the form below you can delete a news item.';
$lang['n_confirm_delete_news'] = 'Are you sure you wish to delete this news item?';
//
// General Settings used by Add/Edit Menu item
//
$lang['n_news_item'] = 'News Item';
$lang['n_news_item_display'] = 'Display This Item?';
$lang['n_news_date'] = 'News Date';
$lang['n_create_item'] = 'Create New Item';
$lang['n_create_item_null'] = 'Can\'t create a news item with no news text.';
$lang['n_news_smilies'] = 'Enable smilies in this message?';
$lang['n_smilies_button'] = 'Smilies';
$lang['xs_no_news'] = 'There are no news items.';
$lang['xs_news_invalid_date'] = 'You have entered an Invalid Date, the format is: dd/mm/yyyy';
$lang['n_news_updated'] = 'The News item has been updated';
$lang['n_click_return_newslist'] = 'Click %sHere%s to return to the News List';
//
// XS News XML Settings
//
$lang['n_xml_title'] = 'XS News Ticker Administration';
$lang['n_xml_title_explain'] = 'From here you can manage the News Tickers.';
$lang['n_xml_title_explain_0'] = 'If the ticker master switch (status shown above) is set to \'Off\' then altering the display status of any ticker is pointless as it will not be shown as the master setting overrides those settings shown below.<br /><br />However, if the switch is on and you wish to alter the display status of any ticker then you will need to edit it.';
$lang['n_xml_sub_title'] = 'XS News Tickers.';
$lang['n_xml_master_switch'] = 'The Ticker Master Switch is: <b>%s</b> which means News Tickers <b>%s</b> be displayed.';
$lang['n_xml_ms_will'] = 'will';
$lang['n_xml_ms_not'] = 'will not';
$lang['xs_news_ticker_settings'] = 'Settings for this News Ticker';
$lang['xs_news_ticker_title'] = 'Title for this news ticker:';
$lang['xs_news_ticker_title_explain'] = 'Used in the XML News Feed list to identify each news feed.';
$lang['xs_news_ticker_show'] = 'Show this News Ticker?';
$lang['xs_news_ticker_feed'] = 'XML News Feed';
$lang['xs_news_ticker_feed_explain'] = 'The URL of where the ticker should get the news items to scroll, or the text you wish to scroll.';
$lang['xs_news_ticker_is_feed'] = 'Is this an XML News Feed?';
$lang['xs_news_ticker_is_feed_explain'] = 'If set to \'Yes\' then a valid URL for the feed must be supplied, if set to \'No\' then any text entered into the textarea above will be scrolled.';
$lang['xs_news_ticker_wh'] = 'The Width x Height of the News Ticker.';
$lang['xs_news_ticker_wh_explain'] = 'You may specify the width x height of the news ticker, the defaults are 98% x 20, the width is based on a percentage of the table width while the height is in pixels.';
$lang['xs_news_ticker_fontsize'] = 'Font size for the News Ticker.';
$lang['xs_news_ticker_fontsize_explain'] = 'You may over ride the font size specified in the stylesheet, a setting of 0 (zero) disables this feature.';
$lang['xs_news_ticker_ss'] = 'Scroll Speed';
$lang['xs_news_ticker_ss_explain'] = 'The higher the value the faster the scroll';
$lang['xs_news_ticker_sd'] = 'Scroll Direction';
$lang['xs_news_left'] = 'Left';
$lang['xs_news_right'] = 'Right';
//
// Add menu item
//
$lang['n_xml_add_page_title'] = 'Add XML News Feed';
$lang['n_xml_add_page_title_explain'] = 'Use the form below to create a new XML News Feed.';
$lang['n_xml_add_header'] = 'Add new XML News Feed';
$lang['n_xml_news_item_added'] = 'News Feed added.';
//
// edit menu item
//
$lang['n_xml_edit_page_title'] = 'Edit XML News Feed';
$lang['n_xml_edit_page_title_explain'] = 'Using the form below you can edit the XML News Feed.';
$lang['n_xml_edit_header'] = 'Edit existing XML News Feed';
//
// Delete
//
$lang['n_xml_news_delete'] = 'Delete XML News Feed.';
$lang['n_xml_news_delete_explain'] = 'Using the form below you can delete an XML News Feed.';
$lang['n_xml_confirm_delete_news'] = 'Are you sure you wish to delete this news feed?';
//
// General Settings used by Add/Edit Menu item
//
$lang['n_xml_news_item'] = 'News Item';
$lang['n_xml_news_item_display'] = 'Display This Item?';
$lang['n_xml_create_item'] = 'Create New Item';
$lang['n_xml_create_item_null'] = 'Can\'t create a News Ticker with no XML Feed URL or text to scroll.';
$lang['n_xml_no_feeds'] = 'There are no XML News Feeds.';
$lang['n_xml_news_updated'] = 'The ticker has been updated';
$lang['n_xml_click_return_newslist'] = 'Click %sHere%s to return to the News Ticker list';
$lang['n_xml_show'] = 'Show';
$lang['n_xml_title'] = 'Ticker Title';
//
// That's all, Folks!
// -------------------------------------------------
?>