From: <vo...@us...> - 2011-12-26 07:16:57
|
Revision: 8559 http://xoops.svn.sourceforge.net/xoops/?rev=8559&view=rev Author: voltan1 Date: 2011-12-26 07:16:50 +0000 (Mon, 26 Dec 2011) Log Message: ----------- improve language Modified Paths: -------------- XoopsModules/fmcontent/branches/news/admin/article.php XoopsModules/fmcontent/branches/news/admin/menu.php XoopsModules/fmcontent/branches/news/language/english/admin.php XoopsModules/fmcontent/branches/news/language/english/blocks.php XoopsModules/fmcontent/branches/news/language/english/main.php XoopsModules/fmcontent/branches/news/language/english/modinfo.php XoopsModules/fmcontent/branches/news/language/persian/admin.php XoopsModules/fmcontent/branches/news/language/persian/modinfo.php Modified: XoopsModules/fmcontent/branches/news/admin/article.php =================================================================== --- XoopsModules/fmcontent/branches/news/admin/article.php 2011-12-26 06:41:56 UTC (rev 8558) +++ XoopsModules/fmcontent/branches/news/admin/article.php 2011-12-26 07:16:50 UTC (rev 8559) @@ -232,7 +232,7 @@ } $xoopsTpl->assign('navigation', 'content'); - $xoopsTpl->assign('navtitle', _NEWS_MI_CONTENT); + $xoopsTpl->assign('navtitle', _NEWS_MI_ARTICLE); $xoopsTpl->assign('topic_title', $topic_title); $xoopsTpl->assign('contents', $contents); $xoopsTpl->assign('story_pagenav', $story_pagenav); Modified: XoopsModules/fmcontent/branches/news/admin/menu.php =================================================================== --- XoopsModules/fmcontent/branches/news/admin/menu.php 2011-12-26 06:41:56 UTC (rev 8558) +++ XoopsModules/fmcontent/branches/news/admin/menu.php 2011-12-26 07:16:50 UTC (rev 8559) @@ -27,7 +27,7 @@ 'icon' => 'images/admin/category.png'); $i++; $adminmenu[$i] = array( - 'title' => _NEWS_MI_CONTENT, + 'title' => _NEWS_MI_ARTICLE, 'link' => 'admin/article.php', 'icon' => 'images/admin/content.png'); $i++; Modified: XoopsModules/fmcontent/branches/news/language/english/admin.php =================================================================== --- XoopsModules/fmcontent/branches/news/language/english/admin.php 2011-12-26 06:41:56 UTC (rev 8558) +++ XoopsModules/fmcontent/branches/news/language/english/admin.php 2011-12-26 07:16:50 UTC (rev 8559) @@ -20,16 +20,16 @@ if (!defined('_NEWS_AM_PREFERENCES')) { // Global page - define('_NEWS_AM_GLOBAL_ADD_CONTENT', 'Add Content'); + define('_NEWS_AM_GLOBAL_ADD_CONTENT', 'Add Article'); define('_NEWS_AM_GLOBAL_ADD_TOPIC', 'Add Topic'); define('_NEWS_AM_GLOBAL_ADD_FILE', 'Add File'); define('_NEWS_AM_GLOBAL_IMG', 'Image'); define('_NEWS_AM_GLOBAL_FORMUPLOAD', 'Select Image'); // Index page define("_NEWS_AM_INDEX_ADMENU1", "Topics"); - define("_NEWS_AM_INDEX_ADMENU2", "Contents"); + define("_NEWS_AM_INDEX_ADMENU2", "Articles"); define("_NEWS_AM_INDEX_TOPICS", "There are <span class='green'>%s</span> Topics in our database"); - define("_NEWS_AM_INDEX_CONTENTS", "There are <span class='green'>%s</span> Contents in our database"); + define("_NEWS_AM_INDEX_CONTENTS", "There are <span class='green'>%s</span> Articles in our database"); define("_NEWS_AM_INDEX_CONTENTS_OFFLINE", "There are <span class='red'>%s</span> Offline news in our database"); define("_NEWS_AM_INDEX_CONTENTS_EXPIRE", "There are <span class='red'>%s</span> Expire news in our database"); // Topic page @@ -42,7 +42,7 @@ define('_NEWS_AM_TOPIC_IMG', 'Image'); define('_NEWS_AM_TOPIC_WEIGHT', 'Weight'); define('_NEWS_AM_TOPIC_SHOWTYPE', 'Display mode'); - define('_NEWS_AM_TOPIC_SHOWTYPE_DESC', 'Contents display template for this topic<br />"Module based" will use display options defined in module preferences.'); + define('_NEWS_AM_TOPIC_SHOWTYPE_DESC', 'Articles display template for this topic<br />"Module based" will use display options defined in module preferences.'); define('_NEWS_AM_TOPIC_PERPAGE', 'Per page'); define('_NEWS_AM_TOPIC_COLUMNS', 'Columns'); define('_NEWS_AM_TOPIC_ONLINE', 'Active'); @@ -62,11 +62,11 @@ define('_NEWS_AM_TOPIC_SHOWHITS', 'Display Hits'); define('_NEWS_AM_TOPIC_SHOWCOMS', 'Display Comments count'); define('_NEWS_AM_TOPIC_HOMEPAGE', 'Topic homepage seting'); - define('_NEWS_AM_TOPIC_HOMEPAGE_DESC', 'Seting content show type in topic pages'); - define('_NEWS_AM_TOPIC_HOMEPAGE_1', 'List all contents from this topic and subtopics'); + define('_NEWS_AM_TOPIC_HOMEPAGE_DESC', 'Seting article show type in topic pages'); + define('_NEWS_AM_TOPIC_HOMEPAGE_1', 'List all articles from this topic and subtopics'); define('_NEWS_AM_TOPIC_HOMEPAGE_2', 'List all subtopics'); - define('_NEWS_AM_TOPIC_HOMEPAGE_3', 'List all contents from just this topic'); - define('_NEWS_AM_TOPIC_HOMEPAGE_4', 'Show selected content from this topic'); + define('_NEWS_AM_TOPIC_HOMEPAGE_3', 'List all articles from just this topic'); + define('_NEWS_AM_TOPIC_HOMEPAGE_4', 'Show selected article from this topic'); define('_NEWS_AM_TOPIC_OPTIONS', 'Sellect topic show options'); define('_NEWS_AM_TOPIC_OPTIONS_DESC', 'Sellect topic show options'); define('_NEWS_AM_TOPIC_ALIAS', 'Alias (for url)'); @@ -77,7 +77,7 @@ define('_NEWS_AM_TOPIC_SHOWTYPE_4', 'List type'); define('_NEWS_AM_TOPIC_SHOWTYPE_5', 'Spotlight'); // Content page - define('_NEWS_AM_CONTENT_FORM', 'Manage Content'); + define('_NEWS_AM_CONTENT_FORM', 'Manage Article'); define('_NEWS_AM_CONTENT_FORMTITLE', 'Title'); define('_NEWS_AM_CONTENT_FORMTITLE_DISP', 'Display page title?'); define('_NEWS_AM_CONTENT_FORMAUTHOR', 'Source (Name)'); @@ -93,12 +93,12 @@ define('_NEWS_AM_CONTENT_FORMNEXT', 'Next link'); define('_NEWS_AM_CONTENT_DOHTML', 'Allow HTML code'); define('_NEWS_AM_CONTENT_BREAKS', 'Convert line breaks'); - define('_NEWS_AM_CONTENT_DOIMAGE', 'Allow XOOPS Images'); - define('_NEWS_AM_CONTENT_DOXCODE', 'Allow XOOPS BBcode'); - define('_NEWS_AM_CONTENT_DOSMILEY', 'Allow XOOPS Smilies'); + define('_NEWS_AM_CONTENT_DOIMAGE', 'Allow Images'); + define('_NEWS_AM_CONTENT_DOXCODE', 'Allow BBcode'); + define('_NEWS_AM_CONTENT_DOSMILEY', 'Allow Smilies'); define('_NEWS_AM_CONTENT_SHORT', 'Short text'); define('_NEWS_AM_CONTENT_TITLE', 'Title'); - define('_NEWS_AM_CONTENT_MANAGER', 'Content manager'); + define('_NEWS_AM_CONTENT_MANAGER', 'Article manager'); define('_NEWS_AM_CONTENT_FILE', 'File'); define('_NEWS_AM_CONTENT_ID', 'ID'); define('_NEWS_AM_CONTENT_NUM', 'Weight'); @@ -114,10 +114,10 @@ define('_NEWS_AM_CONTENT_DELETE', 'Delete'); define('_NEWS_AM_CONTENT_SHORTDESC', 'Short Desc'); define('_NEWS_AM_CONTENT_TOPIC', 'Topic'); - define('_NEWS_AM_CONTENT_TOPIC_DESC', 'Empty selection will set the content as a Static Page'); + define('_NEWS_AM_CONTENT_TOPIC_DESC', 'Empty selection will set the article as a Static Page'); define('_NEWS_AM_CONTENT_STATIC', 'Static page'); define('_NEWS_AM_CONTENT_STATICS', 'Static pages'); - define('_NEWS_AM_CONTENT_ALL_ITEMS', 'All content/item list'); + define('_NEWS_AM_CONTENT_ALL_ITEMS', 'All article/item list'); define('_NEWS_AM_CONTENT_ALL_ITEMS_FROM', 'Item list filtered by: '); define('_NEWS_AM_CONTENT_FILE_DESC', 'For add more files you must use admin file system in admin side'); define('_NEWS_AM_CONTENT_SUBTITLE', 'Subtitle'); @@ -133,7 +133,7 @@ define('_NEWS_AM_TOOLS_LOG_TITLE', 'Clone module log'); define('_NEWS_AM_TOOLS_FORMPURGE_TITLE', 'Purge page of deleted clone'); define('_NEWS_AM_TOOLS_ALIAS_TITLE', 'Rebuild Alias'); - define('_NEWS_AM_TOOLS_ALIAS_CONTENT', 'Rebuild content alias'); + define('_NEWS_AM_TOOLS_ALIAS_CONTENT', 'Rebuild article alias'); define('_NEWS_AM_TOOLS_ALIAS_TOPIC', 'Rebuild topic alias'); define('_NEWS_AM_TOOLS_META_TITLE', 'Rebuild Metas'); define('_NEWS_AM_TOOLS_META_KEYWORD', 'Rebuild Meta keywords'); @@ -152,18 +152,18 @@ define('_NEWS_AM_FILE_ACTION', 'Action'); define('_NEWS_AM_FILE_FORM', 'Attach file'); define('_NEWS_AM_FILE_TITLE', 'Title'); - define('_NEWS_AM_FILE_CONTENT', 'File Content'); + define('_NEWS_AM_FILE_CONTENT', 'File Article'); define('_NEWS_AM_FILE_STATUS', 'Active'); define('_NEWS_AM_FILE_SELECT', 'Select your file'); define('_NEWS_AM_FILE_TYPE', 'Type'); // Admin message define('_NEWS_AM_MSG_DBUPDATE', 'Database updated successfully!'); - define('_NEWS_AM_MSG_ERRORDELETE', 'You cannot delete this content! <br />Please move or delete all child of this content'); + define('_NEWS_AM_MSG_ERRORDELETE', 'You cannot delete this article! <br />Please move or delete all child of this article'); define('_NEWS_AM_MSG_WAIT', 'Please wait...'); define('_NEWS_AM_MSG_DELETE', 'Are you sure you would like to delete: %s ?'); define('_NEWS_AM_MSG_EDIT_ERROR', 'Could not find page or invalid page id!'); - define('_NEWS_AM_MSG_UPDATE_ERROR', 'Could not update database! Update content error'); - define('_NEWS_AM_MSG_INSERT_ERROR', 'Could not update database! Insert content error '); + define('_NEWS_AM_MSG_UPDATE_ERROR', 'Could not update database! Update article error'); + define('_NEWS_AM_MSG_INSERT_ERROR', 'Could not update database! Insert article error '); define('_NEWS_AM_MSG_CLONE_ERROR', 'This folder already exists !'); define('_NEWS_AM_MSG_NOPERMSSET', 'Permission cannot be set: No Topics created yet! Please create a Topic first.'); define('_NEWS_AM_MSG_ALIASERROR', 'Your selected Alias is already taken. Please change it and try again'); @@ -190,15 +190,15 @@ define('_NEWS_AM_TOPIC_TIPS', '<ul> <li>Reorder, view, edit or delete any topic</li> - <li>Display topic contents as a menu in block</li> + <li>Display topic articles as a menu in block</li> <li>Show/hide topics in index and parent pages</li> - <li>Click on a topic title to see all contents for that topic</li> + <li>Click on a topic title to see all articles for that topic</li> </ul>'); define('_NEWS_AM_CONTENT_TIPS', '<ul> - <li>Reorder, view, edit or delete any content page</li> - <li>Create content, link, section header or separator</li> - <li>To change order of contents (which will be reflected in the Menu), simply drag and drop the contents into the desired position.</li> + <li>Reorder, view, edit or delete any article page</li> + <li>Create article, link, section header or separator</li> + <li>To change order of articles (which will be reflected in the Menu), simply drag and drop the articles into the desired position.</li> </ul>'); define('_NEWS_AM_TOOLS_TIPS', '<ul> Modified: XoopsModules/fmcontent/branches/news/language/english/blocks.php =================================================================== --- XoopsModules/fmcontent/branches/news/language/english/blocks.php 2011-12-26 06:41:56 UTC (rev 8558) +++ XoopsModules/fmcontent/branches/news/language/english/blocks.php 2011-12-26 07:16:50 UTC (rev 8559) @@ -19,11 +19,11 @@ define('_NEWS_MB_SELECTPAGE', 'Select the page to display: '); define('_NEWS_MB_ALLMENUS', 'All Topics'); define('_NEWS_MB_TOPICDISPLAY', 'Select Topics to display'); - define('_NEWS_MB_NUMBER', 'Number of listed contents'); + define('_NEWS_MB_NUMBER', 'Number of listed articles'); define('_NEWS_MB_CHARS', 'Title lenght (characters)'); define('_NEWS_MB_IMG', 'Display image'); define('_NEWS_MB_WIDTH', 'Max image width (pixel)'); - define('_NEWS_MB_DESCRIPTION', 'Display content text'); + define('_NEWS_MB_DESCRIPTION', 'Display article text'); define('_NEWS_MB_DATE', 'Display publish date'); define('_NEWS_MB_MORE', 'Read more'); define('_NEWS_MB_SHOE_MORELINK', 'Show more link'); Modified: XoopsModules/fmcontent/branches/news/language/english/main.php =================================================================== --- XoopsModules/fmcontent/branches/news/language/english/main.php 2011-12-26 06:41:56 UTC (rev 8558) +++ XoopsModules/fmcontent/branches/news/language/english/main.php 2011-12-26 07:16:50 UTC (rev 8559) @@ -30,7 +30,7 @@ define("_NEWS_MD_AUTHOR_ALL", "Read all"); define("_NEWS_MD_AUTHOR_ALL_DESC", "View all contributions by "); define('_NEWS_MD_COM', 'Comment'); - define('_NEWS_MD_RELATED', 'Related contents'); + define('_NEWS_MD_RELATED', 'Related articles'); define("_NEWS_MD_HOME", "Home"); // Link define('_NEWS_MD_NEXT', 'Next page'); @@ -51,7 +51,7 @@ define('_NEWS_MD_ERROR_NOPAGE', 'You have not created any page yet'); define('_NEWS_MD_ERROR_STATUS', 'This page is diactive'); define('_NEWS_MD_ERROR_TOPIC', 'Selected topic does not exist'); - define('_NEWS_MD_ERROR_EXIST', 'Selected content does not exist'); + define('_NEWS_MD_ERROR_EXIST', 'Selected article does not exist'); // Light box define('_NEWS_MD_LIGHTBOX_IMAGE', 'Image'); define('_NEWS_MD_LIGHTBOX_OF', 'of'); Modified: XoopsModules/fmcontent/branches/news/language/english/modinfo.php =================================================================== --- XoopsModules/fmcontent/branches/news/language/english/modinfo.php 2011-12-26 06:41:56 UTC (rev 8558) +++ XoopsModules/fmcontent/branches/news/language/english/modinfo.php 2011-12-26 07:16:50 UTC (rev 8559) @@ -21,11 +21,11 @@ if (!defined('_MI_NEWS_NAME')) { // Module info define('_MI_NEWS_NAME', 'News'); - define('_MI_NEWS_DESC', 'Manage page content'); + define('_MI_NEWS_DESC', 'Manage articles'); // Menu define('_NEWS_MI_HOME', 'Home'); - define('_NEWS_MI_TOPIC', 'Topic'); - define('_NEWS_MI_CONTENT', 'Content'); + define('_NEWS_MI_TOPIC', 'Topics'); + define('_NEWS_MI_ARTICLE', 'Articles'); define('_NEWS_MI_PERM', 'Permissions'); define('_NEWS_MI_TOOLS', 'Tools'); define('_NEWS_MI_ABOUT', 'About'); @@ -33,11 +33,11 @@ define('_NEWS_MI_SUBMIT', 'Submit'); define('_NEWS_MI_FILE', 'File'); // Block - define('_NEWS_MI_BLOCK_PAGE', 'Content page'); - define('_NEWS_MI_BLOCK_LIST', 'Content list'); + define('_NEWS_MI_BLOCK_PAGE', 'Article page'); + define('_NEWS_MI_BLOCK_LIST', 'Article list'); // Editor define("_NEWS_MI_FORM_EDITOR", "Form Option"); - define("_NEWS_MI_FORM_EDITOR_DESC", "Select the editor to use for editing your content."); + define("_NEWS_MI_FORM_EDITOR_DESC", "Select the editor to use for editing your article."); // Urls define('_NEWS_MI_FRIENDLYURL', 'URL rewrite method'); define('_NEWS_MI_FRIENDLYURL_DESC', 'Select the URL rewrite mode you want to use.<ul> @@ -50,7 +50,7 @@ define('_NEWS_MI_URL_ID', 'ID Mode'); // Rewrite Mode define('_NEWS_MI_REWRITEBASE', 'Rewrite Mode: .htaccess file position'); - define('_NEWS_MI_REWRITEBASE_DESC', '"Module": .htaccess file must be in the module directory.<br />"Root": .htaccess file must be in your XOOPS root directory.'); + define('_NEWS_MI_REWRITEBASE_DESC', '"Module": .htaccess file must be in the module directory.<br />"Root": .htaccess file must be in your ROOT directory.'); define('_NEWS_MI_REWRITEBASE_MODS', 'Module'); define('_NEWS_MI_REWRITEBASE_ROOT', 'Root'); // Rewrite Name @@ -70,10 +70,10 @@ define('_NEWS_MI_GROUPS_DESC', 'Select general access permission for groups.'); //Advertisement define('_NEWS_MI_ADVERTISEMENT', 'Advertisement'); - define('_NEWS_MI_ADVERTISEMENT_DESC', 'Enter text or html/Javascript code for your contents'); + define('_NEWS_MI_ADVERTISEMENT_DESC', 'Enter text or html/Javascript code for your articles'); // Edit in place define('_NEWS_MI_EDITINPLACE', 'Use edit in place?'); - define('_NEWS_MI_EDITINPLACE_DESC', 'Allow inline edits of your contents'); + define('_NEWS_MI_EDITINPLACE_DESC', 'Allow inline edits of your articles'); // Tell a friend define('_NEWS_MI_TELLAFRIEND', 'Use module Tell a friend?'); define('_NEWS_MI_TELLAFRIEND_DESC', ''); @@ -88,7 +88,7 @@ define('_NEWS_MI_MINWORDOCCUR_DESC', 'Choose the minimum occurrence of single words'); // Show options define('_NEWS_MI_DISP_OPTION', 'General display method'); - define('_NEWS_MI_DISP_OPTION_DESC', 'Select which display options will be used in contents<br />"Topic based" will use display options defined in topic preferences'); + define('_NEWS_MI_DISP_OPTION_DESC', 'Select which display options will be used in articles<br />"Topic based" will use display options defined in topic preferences'); define('_NEWS_MI_DISP_OPTION_MODULE', 'Module based'); define('_NEWS_MI_DISP_OPTION_TOPIC', 'Topic based'); // Title @@ -122,14 +122,14 @@ define('_NEWS_MI_DISPCOMS', 'Display Comments count'); define('_NEWS_MI_DISPCOMS_DESC', ''); // Per page - define('_NEWS_MI_PERPAGE', 'Per page contents'); - define('_NEWS_MI_PERPAGE_DESC', 'Number of contents listed in topic/index page'); + define('_NEWS_MI_PERPAGE', 'Per page articles'); + define('_NEWS_MI_PERPAGE_DESC', 'Number of articles listed in topic/index page'); // Columns define('_NEWS_MI_COLUMNS', 'Columns'); define('_NEWS_MI_COLUMNS_DESC', 'Number of Columns in each page'); // Show type define('_NEWS_MI_SHOWTYPE', 'Display mode'); - define('_NEWS_MI_SHOWTYPE_DESC', 'Display template for contents listed in topic/index page'); + define('_NEWS_MI_SHOWTYPE_DESC', 'Display template for articles listed in topic/index page'); define('_NEWS_MI_SHOWTYPE_0', 'Module based'); define('_NEWS_MI_SHOWTYPE_1', 'News type'); define('_NEWS_MI_SHOWTYPE_2', 'Table type'); @@ -149,23 +149,23 @@ define('_NEWS_MI_ASC', 'ASC'); // Show sort define('_NEWS_MI_SHOWSORT', 'Sort by'); - define('_NEWS_MI_SHOWSORT_DESC', 'Ordering method for contents displayed in the module'); - define('_NEWS_MI_SHOWSORT_1', 'Content id'); - define('_NEWS_MI_SHOWSORT_2', 'Content create'); - define('_NEWS_MI_SHOWSORT_3', 'Content update'); - define('_NEWS_MI_SHOWSORT_4', 'Content title'); - define('_NEWS_MI_SHOWSORT_5', 'Admin Content page order'); + define('_NEWS_MI_SHOWSORT_DESC', 'Ordering method for articles displayed in the module'); + define('_NEWS_MI_SHOWSORT_1', 'article id'); + define('_NEWS_MI_SHOWSORT_2', 'article create'); + define('_NEWS_MI_SHOWSORT_3', 'article update'); + define('_NEWS_MI_SHOWSORT_4', 'article title'); + define('_NEWS_MI_SHOWSORT_5', 'Admin article page order'); define('_NEWS_MI_SHOWSORT_6', 'Random order'); - define('_NEWS_MI_SHOWSORT_7', 'content Hits'); + define('_NEWS_MI_SHOWSORT_7', 'article Hits'); // Admin page - define('_NEWS_MI_ADMIN_PERPAGE', 'Admin Content page items number'); - define('_NEWS_MI_ADMIN_PERPAGE_DESC', 'Number of items listed in admin Content page'); + define('_NEWS_MI_ADMIN_PERPAGE', 'Admin article page items number'); + define('_NEWS_MI_ADMIN_PERPAGE_DESC', 'Number of items listed in admin article page'); // Admin Show order - define('_NEWS_MI_ADMIN_SHOWORDER', 'Admin Content page display order'); - define('_NEWS_MI_ADMIN_SHOWORDER_DESC', 'Select Descendant/Ascendant order for admin Content page'); + define('_NEWS_MI_ADMIN_SHOWORDER', 'Admin article page display order'); + define('_NEWS_MI_ADMIN_SHOWORDER_DESC', 'Select Descendant/Ascendant order for admin article page'); // Admin sort - define('_NEWS_MI_ADMIN_SHOWSORT', 'Admin Content page sort'); - define('_NEWS_MI_ADMIN_SHOWSORT_DESC', 'Ordering method for items listed in admin Content page<br />Any option except "Admin content order" will modify all manual sort of content page at each reload.'); + define('_NEWS_MI_ADMIN_SHOWSORT', 'Admin article page sort'); + define('_NEWS_MI_ADMIN_SHOWSORT_DESC', 'Ordering method for items listed in admin article page<br />Any option except "Admin article order" will modify all manual sort of article page at each reload.'); // Admin topic page define('_NEWS_MI_ADMIN_PERPAGE_TOPIC', 'Admin Topic page items number'); define('_NEWS_MI_ADMIN_PERPAGE_TOPIC_DESC', 'Number of items listed in admin Topic page'); @@ -189,7 +189,7 @@ define('_NEWS_MI_RSS_PERPAGE', 'RSS number'); define('_NEWS_MI_RSS_PERPAGE_DESC', 'Select number of items in RSS page'); define('_NEWS_MI_RSS_LOGO', 'RSS logo URL'); - define('_NEWS_MI_RSS_LOGO_DESC', 'Path for site logo displayed in RSS pages (relative to Xoops root directory)'); + define('_NEWS_MI_RSS_LOGO_DESC', 'Path for site logo displayed in RSS pages (relative to ROOT directory)'); // Print define('_NEWS_MI_PRINT_LOGO', 'Display site title'); define('_NEWS_MI_PRINT_LOGO_DESC', 'Show/hide site title in print page'); @@ -199,7 +199,7 @@ define('_NEWS_MI_PRINT_RIGHT', 'Right'); define('_NEWS_MI_PRINT_CENTER', 'Center'); define('_NEWS_MI_PRINT_LOGOURL', 'Print logo URL'); - define('_NEWS_MI_PRINT_LOGOURL_DESC', 'Path for site logo displayed in print page (relative to Xoops root directory)'); + define('_NEWS_MI_PRINT_LOGOURL_DESC', 'Path for site logo displayed in print page (relative to ROOT directory)'); define('_NEWS_MI_PRINT_TITLE', 'Display Title'); define('_NEWS_MI_PRINT_TITLE_DESC', ''); define('_NEWS_MI_PRINT_IMG', 'Display Image'); @@ -216,7 +216,7 @@ define('_NEWS_MI_PRINT_LINK_DESC', ''); //img define('_NEWS_MI_IMAGE_DIR', 'Image upload path'); - define('_NEWS_MI_IMAGE_DIR_DESC', 'Upload path for images attached to content'); + define('_NEWS_MI_IMAGE_DIR_DESC', 'Upload path for images attached to article'); define('_NEWS_MI_IMAGE_SIZE', 'Image file size (in bytes)'); define('_NEWS_MI_IMAGE_SIZE_DESC', 'Max allowed size for image file (1048576 bytes = 1 MegaByte)'); define('_NEWS_MI_IMAGE_MAXWIDTH', 'Image max width (pixel)'); @@ -233,31 +233,31 @@ define('_NEWS_MI_IMAGE_THUMBHEIGHT_DESC', 'Thumb allowed height for image resize'); define('_NEWS_MI_IMAGE_MIME', 'Image mime types'); define('_NEWS_MI_IMAGE_MIME_DESC', 'Allowed myme-types for image upload'); - define('_NEWS_MI_IMAGE_WIDTH', 'Content list max image width (pixel)'); - define('_NEWS_MI_IMAGE_WIDTH_DESC', 'Max allowed width for images in content listed in index/topic pages<br /> A max width/height for images in content pages is set in /css/style.css'); + define('_NEWS_MI_IMAGE_WIDTH', 'article list max image width (pixel)'); + define('_NEWS_MI_IMAGE_WIDTH_DESC', 'Max allowed width for images in article listed in index/topic pages<br /> A max width/height for images in article pages is set in /css/style.css'); define('_NEWS_MI_IMAGE_FLOAT', 'Image align'); - define('_NEWS_MI_IMAGE_FLOAT_DESC', 'Select left or right position for images attached to content'); + define('_NEWS_MI_IMAGE_FLOAT_DESC', 'Select left or right position for images attached to article'); define('_NEWS_MI_IMAGE_LEFT', 'Left'); define('_NEWS_MI_IMAGE_RIGHT', 'Right'); define('_NEWS_MI_IMAGE_LIGHTBOX', 'Use lightbox'); define('_NEWS_MI_IMAGE_LIGHTBOX_DESC', 'Use lightbox effect to display images at original size'); //social define('_NEWS_MI_SOCIAL', 'Display Bookmark/Social links'); - define('_NEWS_MI_SOCIAL_DESC', 'You can display Social network and bookmark icons in each content'); + define('_NEWS_MI_SOCIAL_DESC', 'You can display Social network and bookmark icons in each article'); define('_NEWS_MI_BOOKMARK', 'Bookmark'); define('_NEWS_MI_SOCIALNETWORM', 'Social Networks'); define('_NEWS_MI_NONE', 'None'); define('_NEWS_MI_BOTH', 'Both'); //Multiple Columns define('_NEWS_MI_MULTIPLE_COLUMNS', 'Multiple Columns'); - define('_NEWS_MI_MULTIPLE_COLUMNS_DESC', 'Select number of columns used for displaying contents<br />This option works only in content page and for content in <b>Text</b> field'); + define('_NEWS_MI_MULTIPLE_COLUMNS_DESC', 'Select number of columns used for displaying articles<br />This option works only in article page and for article in <b>Text</b> field'); define('_NEWS_MI_MULTIPLE_COLUMNS_1', 'One Column'); define('_NEWS_MI_MULTIPLE_COLUMNS_2', 'Two Columns'); define('_NEWS_MI_MULTIPLE_COLUMNS_3', 'Three Columns'); define('_NEWS_MI_MULTIPLE_COLUMNS_4', 'Four Columns'); // All user posts define('_NEWS_MI_ALLUSERPOST', 'Display "All user posts" link'); - define('_NEWS_MI_ALLUSERPOST_DESC', 'Show/Hide all user posts link in each content'); + define('_NEWS_MI_ALLUSERPOST_DESC', 'Show/Hide all user posts link in each article'); // regular expression define('_NEWS_MI_REGULAR_EXPRESSION', 'Auto Alias URL pattern'); define('_NEWS_MI_REGULAR_EXPRESSION_DESC', 'Regular Expression for generating auto Alias URL pattern. <br />If you your language is not supported in Alias URL you can add appopriate regular expression here. Default setting is : <b>`[^a-z0-9]`i</b>'); @@ -268,7 +268,7 @@ define('_NEWS_MI_BREADCRUMB_TOHOME', 'Display Homepage link'); // Files define('_NEWS_MI_FILE_DIR', 'File upload path'); - define('_NEWS_MI_FILE_DIR_DESC', 'Upload path for files attached to content'); + define('_NEWS_MI_FILE_DIR_DESC', 'Upload path for files attached to article'); define('_NEWS_MI_FILE_SIZE', 'file size (in bytes)'); define('_NEWS_MI_FILE_SIZE_DESC', 'Max allowed size for file (1048576 bytes = 1 MegaByte)'); define('_NEWS_MI_FILE_MIME', 'File mime types'); @@ -294,11 +294,11 @@ define('_NEWS_MI_INSERT_DATA', 'Inserting data'); // homepage define('_NEWS_MI_HOMEPAGE', 'Homepage seting'); - define('_NEWS_MI_HOMEPAGE_DESC', 'Seting content show type in module index page'); - define('_NEWS_MI_HOMEPAGE_1', 'List all contents from all topics'); + define('_NEWS_MI_HOMEPAGE_DESC', 'Seting article show type in module index page'); + define('_NEWS_MI_HOMEPAGE_1', 'List all articles from all topics'); define('_NEWS_MI_HOMEPAGE_2', 'List all topics'); define('_NEWS_MI_HOMEPAGE_3', 'List all static pages'); - define('_NEWS_MI_HOMEPAGE_4', 'Show selected static content'); + define('_NEWS_MI_HOMEPAGE_4', 'Show selected static article'); // topic name define('_NEWS_MI_TOPICNAME', 'Topic name'); define('_NEWS_MI_TOPICNAME_DESC', 'Set topic name for URL'); @@ -306,6 +306,6 @@ define('_NEWS_MI_RELATED', 'Related table'); define('_NEWS_MI_RELATED_DESC', 'When you use this option, a summary containing links to all the recent published articles is visible at the bottom of each article'); define('_NEWS_MI_RELATED_LIMIT', 'Related limit'); - define('_NEWS_MI_RELATED_LIMIT_DESC', 'Number of contents for show in Related table'); + define('_NEWS_MI_RELATED_LIMIT_DESC', 'Number of articles for show in Related table'); } ?> \ No newline at end of file Modified: XoopsModules/fmcontent/branches/news/language/persian/admin.php =================================================================== --- XoopsModules/fmcontent/branches/news/language/persian/admin.php 2011-12-26 06:41:56 UTC (rev 8558) +++ XoopsModules/fmcontent/branches/news/language/persian/admin.php 2011-12-26 07:16:50 UTC (rev 8559) @@ -77,7 +77,7 @@ define('_NEWS_AM_TOPIC_SHOWTYPE_4', 'List type'); define('_NEWS_AM_TOPIC_SHOWTYPE_5', 'Spotlight'); // Content page - define('_NEWS_AM_CONTENT_FORM', 'مدیریت محتوا'); + define('_NEWS_AM_CONTENT_FORM', 'مدیریت اخبار'); define('_NEWS_AM_CONTENT_FORMTITLE', 'عنوان'); define('_NEWS_AM_CONTENT_FORMTITLE_DISP', 'نمایش عنوان صفحه؟'); define('_NEWS_AM_CONTENT_FORMAUTHOR', 'سازنده ( نام)'); @@ -93,12 +93,12 @@ define('_NEWS_AM_CONTENT_FORMNEXT', 'صقحه بعدی'); define('_NEWS_AM_CONTENT_DOHTML', 'نمایش به صورت Html'); define('_NEWS_AM_CONTENT_BREAKS', 'تبدیل خط شکسته فعال'); - define('_NEWS_AM_CONTENT_DOIMAGE', 'نمایش تصاویر محتوا'); - define('_NEWS_AM_CONTENT_DOXCODE', 'نمایش کدهای محتوا'); - define('_NEWS_AM_CONTENT_DOSMILEY', 'نمایش لبخند های محتوا'); + define('_NEWS_AM_CONTENT_DOIMAGE', 'نمایش تصاویر'); + define('_NEWS_AM_CONTENT_DOXCODE', 'نمایش کدها'); + define('_NEWS_AM_CONTENT_DOSMILEY', 'نمایش لبخند ها'); define('_NEWS_AM_CONTENT_SHORT', 'متن خلاصه'); define('_NEWS_AM_CONTENT_TITLE', 'عنوان'); - define('_NEWS_AM_CONTENT_MANAGER', 'مدیریت محتوا'); + define('_NEWS_AM_CONTENT_MANAGER', 'مدیریت اخبار'); define('_NEWS_AM_CONTENT_FILE', 'File'); define('_NEWS_AM_CONTENT_ID', 'ID'); define('_NEWS_AM_CONTENT_NUM', 'وزن'); @@ -164,7 +164,7 @@ define('_NEWS_AM_MSG_DELETE', 'آیا اطمینان دارید که میخواهید %s را حذف کنید؟'); define('_NEWS_AM_MSG_EDIT_ERROR', 'این صفحه پیدا نشد یا آی دی صفحه اشتباه است!'); define('_NEWS_AM_MSG_UPDATE_ERROR', 'ناتوان در به روز رسانی پایگاه داده ها! خطا در به روز رسانی صفحه'); - define('_NEWS_AM_MSG_INSERT_ERROR', 'ناتوان در به روز رسانی پایگاه داده ها! خطا در مورد محتوا'); + define('_NEWS_AM_MSG_INSERT_ERROR', 'ناتوان در به روز رسانی پایگاه داده ها! خطا در مورد اخبار'); define('_NEWS_AM_MSG_CLONE_ERROR', 'این شاخه هماکنون موجود است!'); define("_NEWS_AM_MSG_NOPERMSSET", "هیچ دسترسی قابل تنظیم نیست : هنوز هیچ شاخه ای ساخته نشده است! لطفا ابتدا یک شاخه بسازید."); define('_NEWS_AM_MSG_ALIASERROR', 'نام مستعار مورد انتخاب شما گرفته شده است. لطفا یک نام دیگر انتخاب کنید.'); Modified: XoopsModules/fmcontent/branches/news/language/persian/modinfo.php =================================================================== --- XoopsModules/fmcontent/branches/news/language/persian/modinfo.php 2011-12-26 06:41:56 UTC (rev 8558) +++ XoopsModules/fmcontent/branches/news/language/persian/modinfo.php 2011-12-26 07:16:50 UTC (rev 8559) @@ -20,12 +20,12 @@ if (!defined('_MI_NEWS_NAME')) { // Module info - define('_MI_NEWS_NAME', 'محتوا'); + define('_MI_NEWS_NAME', 'اخبار'); define('_MI_NEWS_DESC', 'برای مدییت صفحات ایستا و پویا'); // Menu define("_NEWS_MI_HOME", "صفحه اصلی"); define("_NEWS_MI_TOPIC", "شاخه"); - define("_NEWS_MI_CONTENT", "محتوا"); + define("_NEWS_MI_CONTENT", "اخبار"); define("_NEWS_MI_PERM", "دسترسی ها"); define("_NEWS_MI_TOOLS", "ابزار"); define("_NEWS_MI_ABOUT", "درباره"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |