[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['author'] = '作者'; 3 $lang['sysdefaults'] = '恢復到預設值'; 4 $lang['restoretodefaultsmsg'] = '該操作將把模板內容恢復到系統預設值.是否繼續?'; 5 $lang['addarticle'] = '新增文章'; 6 $lang['addcategory'] = '新增類別'; 7 $lang['addnewsitem'] = '新增項目'; 8 $lang['allcategories'] = '所有類別'; 9 $lang['allentries'] = '所有記錄'; 10 $lang['areyousure'] = '確定刪除?'; 11 $lang['articles'] = '文章'; 12 $lang['cancel'] = '取消'; 13 $lang['category'] = '類別'; 14 $lang['categories'] = '類別'; 15 $lang['changelog'] = '<ul> 16 <li> 17 <p>Version: 1.0</p> 18 <p>This module is a hacked and extended version of <em>Ted Kulp\'s</em> News module. I simply added another field to the database, and some more code to make that field worl.... I also re-cleaned the code a bit, so it was a little easier to read, other than that, it\'s Ted\'s code.</p> 19 </li> 20 <li> 21 <p>Version: 1.1</p> 22 <p>Added the ability to set an automatic expiry date from a pulldown, moved the category selection, and on the main page you now filter the entries you want to see.</p> 23 </li> 24 <li> 25 <p>Version: 1.2</p> 26 <p>Added summary, no_anchor and length parameters. In summary mode links are made to the real articles, tags are stripped, and links are insreted to the news page and the specific news item.</p> 27 </li> 28 <li> 29 <p>Version: 1.3</p> 30 <p>Minor cosmetic changes</p> 31 </li> 32 <li> 33 <p>Version 1.5</p> 34 <p>Merged into the trunk News module</p> 35 </li> 36 <li> 37 <p>Version 1.6</p> 38 <p>Added pagination, and moved the add button to the top (calguy)</p> 39 </li> 40 <li> 41 <p>Version 2.0</p> 42 <p>Re-written to use smarty templates, and several other significant improvements</p> 43 </li> 44 <li> 45 <p>Version 2.0.1</p> 46 <p>Minor tweaks to the RSS output to allow it to work correctly on different browsers, and to support non alpha numeric characters in the description.</p> 47 </li> 48 <li> 49 <p>Version 2.0.2</p> 50 <p>- Add a "start" parameter to specify a start offset for news items</p> 51 <p>- The template tabs now have a "reset to default" button on them</p> 52 <p>- Start menu item is now required, but end date is optional when useexpirydate is on, 53 <p>- Change the permissions model significantly, The "Modify News" permission is only for articles and categories. "Modify Templates" permission is required to edit the templates, and "Modify Site Preferences" is required to edit the options.</p> 54 <p>- Put the rss feed titile into the lang entries</p> 55 </li> 56 <p>Version 2.0.3</p> 57 <p>- Added the ability to track the original author of an article</p> 58 <li> 59 </ul> 60 </ul> 61 '; 62 $lang['content'] = '內容'; 63 $lang['dateformat'] = '%s 不是有效的 yyyy-mm-dd hh:mm:ss 格式'; 64 $lang['delete'] = '刪除'; 65 $lang['description'] = '新增, 編輯和刪除新聞項目'; 66 $lang['detailtemplate'] = '詳細模板'; 67 $lang['displaytemplate'] = '顯示模板'; 68 $lang['edit'] = '編輯'; 69 $lang['enddate'] = '結束日期'; 70 $lang['endrequiresstart'] = '輸入結束日期同時需要開始日期'; 71 $lang['entries'] = '%s 項目'; 72 $lang['status'] = '狀態'; 73 $lang['expiry'] = '過期'; 74 $lang['filter'] = '過濾'; 75 $lang['more'] = '更多'; 76 $lang['moretext'] = '更多文字'; 77 $lang['name'] = '名稱'; 78 $lang['news'] = '新聞'; 79 $lang['news_return'] = '返回'; 80 $lang['newcategory'] = '新類別'; 81 $lang['needpermission'] = '你需要 \'%s\' 權限來執行這項操作。'; 82 $lang['nocategorygiven'] = '沒有指定類別'; 83 $lang['nocontentgiven'] = '沒有指定內容'; 84 $lang['noitemsfound'] = '<strong>沒有</strong> 找到該類別的項目:%s'; 85 $lang['nopostdategiven'] = '沒有指定發佈日期'; 86 $lang['note'] = '<em>注意:</em> 日期必須是 \'yyyy-mm-dd hh:mm:ss\' 格式。'; 87 $lang['notitlegiven'] = '沒有指定標題'; 88 $lang['numbertodisplay'] = '顯示數目(不填顯示所有內容)'; 89 $lang['print'] = '列印'; 90 $lang['postdate'] = '發佈日期'; 91 $lang['postinstall'] = '確認賦予管理新聞項目的用戶"修改新聞"的權限。'; 92 $lang['rssfeedtitle'] = 'CMS Made Simple RSS Feed'; 93 $lang['rsstemplate'] = 'RSS 模板'; 94 $lang['selectcategory'] = '選擇類別'; 95 $lang['showchildcategories'] = '顯示子類別'; 96 $lang['sortascending'] = '遞增排列'; 97 $lang['startdate'] = '開始日期'; 98 $lang['startoffset'] = '從 nth 項目開始顯示'; 99 $lang['startrequiresend'] = '輸入開始日期同時需要結束日期'; 100 $lang['submit'] = 'Submit'; 101 $lang['summary'] = '摘要'; 102 $lang['summarytemplate'] = '摘要模板'; 103 $lang['title'] = '標題'; 104 $lang['options'] = '選項'; 105 $lang['useexpiration'] = '使用過期日期'; 106 $lang['showautodiscovery'] = '顯示自動發現連結'; 107 $lang['autodiscoverylink'] = '自動發現URL(不填使用預設值)'; 108 $lang['helpnumber'] = '最大顯示項目數(不填顯示所有項目)。'; 109 $lang['helpstart'] = '從 nth 條開始顯示(不填從第一條顯示)。'; 110 $lang['helpmakerssbutton'] = '為新聞項目的RSS種子連結新增按鈕。'; 111 $lang['helpcategory'] = '只顯示該類別的項目。名稱前加*顯示子類別。多類別請用逗號分隔.不填將顯示所有類別。'; 112 $lang['helpmoretext'] = '項目超過摘要長度時顯示的文字。 預設 "more..."'; 113 $lang['helpsummarytemplate'] = '用獨立的模板顯示文章摘要. 模板必須位於 modules/News/templates.'; 114 $lang['helpdetailtemplate'] = '用獨立的模板顯示文章內容. 模板必須位於 modules/News/templates.'; 115 $lang['helpsortby'] = '排序欄位. 選項: "新聞日期","摘要","新聞內容","新聞類別","新聞標題". 預設為 "新聞日期"。'; 116 $lang['helpsortasc'] = '使用遞增列新聞項目。'; 117 $lang['helpdetailpage'] = '顯示新聞內容的詳細內容的頁面。 可以是頁面別名,也可以是id。 用來使詳細內容能夠以不同模板顯示。'; 118 $lang['helpdateformat'] = '文章發佈日期的發佈格式。基於<a href="http://php.net/strftime" target="_blank">strftime</a>函數,並且能夠通過$entry->formatpostdate 在您的模板中使用。預設是伺服器的日期格式 : %x'; 119 $lang['help'] = ' <h3>What does this do?</h3> 120 <p>News is a module for displaying news events on your page, similar to a blog style, except with more features!. When the module is installed, a News admin page is added to administration menu that will allow you to select or add a news category. Once a news category is created or selected, a list of news items for that category will be displayed. From here, you can add, edit or delete news items for that category.</p> 121 <h3>Security</h3> 122 <p>The user must belong to a group with the \'Modify News\' permission in order to add, edit, or delete News entries.</p> 123 <p>In order to edit the layout templates, the user must belong to a group with the \'Modify Templates\' permission.</p> 124 <p>In order to edit the global news preferences, the user must belong to a group with the \'Modify Site Preferences\' permission.</p> 125 <h3>How do I use it?</h3> 126 <p>The easiest way to use it is in conjunction with the cms_module tag. This will insert the module into your template or page anywhere you wish, and display news items. The code would look something like: <code>{cms_module module="news" number="5" category="beer"}</code></p>'; 127 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Gnr le : Tue Apr 3 18:50:37 2007 | par Balluche grce PHPXref 0.7 |