[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['author'] = 'Yazar'; 3 $lang['sysdefaults'] = 'Varsayılanlara dön'; 4 $lang['restoretodefaultsmsg'] = 'Bu iÅŸlem ÅŸablon içeriÄŸini sistem varsayılanlarına çevirecektir. Devam etmek istediÄŸinizden emin misiniz?'; 5 $lang['addarticle'] = 'Makale Ekle'; 6 $lang['articleadded'] = 'Makale baÅŸarılı olarak eklendi.'; 7 $lang['articleupdated'] = 'Makale baÅŸarılı olarak güncellendi.'; 8 $lang['articledeleted'] = 'Makale baÅŸarılı olarak silindi.'; 9 $lang['addcategory'] = 'Kategori Ekle'; 10 $lang['categoryadded'] = 'Kategori baÅŸarılı olarak eklendi.'; 11 $lang['categoryupdated'] = 'Kategori baÅŸarılı olarak güncellendi.'; 12 $lang['categorydeleted'] = 'Kategori baÅŸarılı olarak silindi.'; 13 $lang['addnewsitem'] = 'Haber ÖÄŸesi Ekle'; 14 $lang['allcategories'] = 'Tüm Kategoriler'; 15 $lang['allentries'] = 'Tüm Girdiler'; 16 $lang['areyousure'] = 'Silmek istediÄŸinizden emin misiniz?'; 17 $lang['articles'] = 'Makaleler'; 18 $lang['cancel'] = 'Vazgeç'; 19 $lang['category'] = 'Kategori'; 20 $lang['categories'] = 'Kategoriler'; 21 $lang['changelog'] = '<ul> 22 <li> 23 <p>Version: 1.0</p> 24 <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> 25 </li> 26 <li> 27 <p>Version: 1.1</p> 28 <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> 29 </li> 30 <li> 31 <p>Version: 1.2</p> 32 <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> 33 </li> 34 <li> 35 <p>Version: 1.3</p> 36 <p>Minor cosmetic changes</p> 37 </li> 38 <li> 39 <p>Version 1.5</p> 40 <p>Merged into the trunk News module</p> 41 </li> 42 <li> 43 <p>Version 1.6</p> 44 <p>Added pagination, and moved the add button to the top (calguy)</p> 45 </li> 46 <li> 47 <p>Version 2.0</p> 48 <p>Re-written to use smarty templates, and several other significant improvements</p> 49 </li> 50 <li> 51 <p>Version 2.0.1</p> 52 <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> 53 </li> 54 <li> 55 <p>Version 2.0.2</p> 56 <p>- Add a "start" parameter to specify a start offset for news items</p> 57 <p>- The template tabs now have a "reset to default" button on them</p> 58 <p>- Start menu item is now required, but end date is optional when useexpirydate is on, 59 <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> 60 <p>- Put the rss feed titile into the lang entries</p> 61 </li> 62 <p>Version 2.0.3</p> 63 <p>- Added the ability to track the original author of an article</p> 64 <li> 65 </ul> 66 </ul> 67 '; 68 $lang['content'] = 'İçerik'; 69 $lang['dateformat'] = '%s geçerli bir yyyy-mm-dd hh:mm:ss biçimi deÄŸil'; 70 $lang['delete'] = 'Sil'; 71 $lang['description'] = 'Haber girdileri ekle, düzenle ve sil'; 72 $lang['detailtemplate'] = 'Ayrıntı Åžablonu'; 73 $lang['detailtemplateupdated'] = 'Düzenlenen Ayrıntı Åžablonu baÅŸarılı olarak veritabanına kaydedildi.'; 74 $lang['displaytemplate'] = 'Åžablonu Göster'; 75 $lang['edit'] = 'Düzenle'; 76 $lang['enddate'] = 'BitiÅŸ Tarihi'; 77 $lang['endrequiresstart'] = 'BitiÅŸ tarihihi girmek baÅŸlangıç tarihini girmeyi de gerektirir'; 78 $lang['entries'] = '%s Girdi'; 79 $lang['status'] = 'Durum'; 80 $lang['expiry'] = 'Süresi'; 81 $lang['filter'] = 'Süz'; 82 $lang['more'] = 'Devamı'; 83 $lang['category_label'] = 'Kategori:'; 84 $lang['author_label'] = 'Gönderen:'; 85 $lang['moretext'] = 'Fazla yazı'; 86 $lang['name'] = 'İsim'; 87 $lang['news'] = 'Haberler'; 88 $lang['news_return'] = 'Geri dön'; 89 $lang['newcategory'] = 'Yeni Kategori'; 90 $lang['needpermission'] = 'Bu iÅŸlemi yapmak için '%s' yetkinizin olması gerekir.'; 91 $lang['nocategorygiven'] = 'Kategori girilmemiÅŸ'; 92 $lang['nocontentgiven'] = 'İçerik girilmemiÅŸ'; 93 $lang['noitemsfound'] = 'Kategori için <strong>hiç</strong> öÄŸe bulunamadı: %s'; 94 $lang['nopostdategiven'] = 'Gönderme Tarihi girilmemiÅŸ'; 95 $lang['note'] = '<em>Not:</em> Tarihler 'yyyy-mm-dd hh:mm:ss' biçiminde olmalıdır.'; 96 $lang['notitlegiven'] = 'BaÅŸlık girilmemiÅŸ'; 97 $lang['nonamegiven'] = 'İsim girilmemiÅŸ'; 98 $lang['numbertodisplay'] = 'Gösterilecek adet (boÅŸ bırakılırsa tüm kayıtlar gösterilir)'; 99 $lang['print'] = 'Yazdır'; 100 $lang['postdate'] = 'Gönderme Tarihi'; 101 $lang['postinstall'] = 'Make sure to set the "Modify News" permission on users who will be administering News items.'; 102 $lang['rssfeedtitle'] = 'CMS Made Simple RSS Feed'; 103 $lang['rsstemplate'] = 'RSS Template'; 104 $lang['selectcategory'] = 'Kategori Seçin'; 105 $lang['showchildcategories'] = 'Alt kategorileri göster'; 106 $lang['sortascending'] = 'Büyükten küçüÄŸe sırala'; 107 $lang['startdate'] = 'BaÅŸlangıç Tarihi'; 108 $lang['startoffset'] = 'n'inci öÄŸeden baÅŸlayarak göster'; 109 $lang['startrequiresend'] = 'BaÅŸlangıç tarihini girmek bitiÅŸ tarihini de girmeyi gerektirir'; 110 $lang['submit'] = 'Gönder'; 111 $lang['summary'] = 'Özet'; 112 $lang['summarytemplate'] = 'Özet Åžablonu'; 113 $lang['summarytemplateupdated'] = 'Haber Özet Åžablonu baÅŸarılı olarak güncellendi.'; 114 $lang['title'] = 'BaÅŸlık'; 115 $lang['options'] = 'Seçenekler'; 116 $lang['optionsupdated'] = 'Seçenekler baÅŸarılı olarak güncellendi.'; 117 $lang['useexpiration'] = 'Süresi geçme tarihini kullan'; 118 $lang['showautodiscovery'] = 'Show Feed Auto-Discovery Link'; 119 $lang['autodiscoverylink'] = 'Feed Auto-Discovery URL (blank for default)'; 120 $lang['eventdesc-NewsArticleAdded'] = 'Makale eklendiÄŸinde gönderildi.'; 121 $lang['eventhelp-NewsArticleAdded'] = '<p>Sent when an article is added.</p> 122 <h4>Parameters</h4> 123 <ul> 124 <li>\"news_id\" - Id of the news article</li> 125 <li>\"category_id\" - Id of the category for this article</li> 126 <li>\"title\" - Title of the article</li> 127 <li>\"content\" - Content of the article</li> 128 <li>\"summary\" - Summary of the article</li> 129 <li>\"status\" - Status of the article ("draft" or "publish")</li> 130 <li>\"start_time\" - Date the article should start being displayed</li> 131 <li>\"end_time\" - Date the article should stop being displayed</li> 132 <li>\"useexp\" - Whether the expiration date should be ignored or not</li> 133 </ul> 134 '; 135 $lang['eventdesc-NewsArticleEdited'] = 'Makale düzenlendiÄŸinde gönderildi.'; 136 $lang['eventhelp-NewsArticleEdited'] = '<p>Sent when an article is edited.</p> 137 <h4>Parameters</h4> 138 <ul> 139 <li>\"news_id\" - Id of the news article</li> 140 <li>\"category_id\" - Id of the category for this article</li> 141 <li>\"title\" - Title of the article</li> 142 <li>\"content\" - Content of the article</li> 143 <li>\"summary\" - Summary of the article</li> 144 <li>\"status\" - Status of the article ("draft" or "publish")</li> 145 <li>\"start_time\" - Date the article should start being displayed</li> 146 <li>\"end_time\" - Date the article should stop being displayed</li> 147 <li>\"useexp\" - Whether the expiration date should be ignored or not</li> 148 </ul> 149 '; 150 $lang['eventdesc-NewsArticleDeleted'] = 'Makale silindiÄŸinde gönderildi.'; 151 $lang['eventhelp-NewsArticleDeleted'] = '<p>Sent when an article is deleted.</p> 152 <h4>Parameters</h4> 153 <ul> 154 <li>\"news_id\" - Id of the news article</li> 155 </ul> 156 '; 157 $lang['eventdesc-NewsCategoryAdded'] = 'Kategori eklendiÄŸinde gönderildi.'; 158 $lang['eventhelp-NewsCategoryAdded'] = '<p>Sent when a category is added.</p> 159 <h4>Parameters</h4> 160 <ul> 161 <li>\"category_id\" - Id of the news category</li> 162 <li>\"name\" - Name of the news category</li> 163 </ul> 164 '; 165 $lang['eventdesc-NewsCategoryEdited'] = 'Kategori düzenlendiÄŸinde gönderildi.'; 166 $lang['eventhelp-NewsCategoryEdited'] = '<p>Sent when a category is edited.</p> 167 <h4>Parameters</h4> 168 <ul> 169 <li>\"category_id\" - Id of the news category</li> 170 <li>\"name\" - Name of the news category</li> 171 <li>\"origname\" - The original name of the news category</li> 172 </ul> 173 '; 174 $lang['eventdesc-NewsCategoryDeleted'] = 'Kategori silindiÄŸinde gönderildi.'; 175 $lang['eventhelp-NewsCategoryDeleted'] = '<p>Sent when a category is deleted.</p> 176 <h4>Parameters</h4> 177 <ul> 178 <li>\"category_id\" - Id of the deleted category </li> 179 <li>\"name\" - Name of the deleted category</li> 180 </ul> 181 '; 182 $lang['helpnumber'] = 'Gösterilecek öÄŸe sayısı =- boÅŸ bırakılırsa tüm öÄŸeler gösterilir.'; 183 $lang['helpstart'] = 'BaÅŸlangıç öÄŸe sayısı -- boÅŸ bırakılırsa ilk öÄŸeden baÅŸlanır.'; 184 $lang['helpmakerssbutton'] = 'Make a button to link to an RSS feed of the News items.'; 185 $lang['helpcategory'] = 'Only display items for that category. <b>Use * after the name to show children.</b> Multiple categories can be used if separated with a comma. Leaving empty, will show all categories.'; 186 $lang['helpmoretext'] = 'Text to display at the end of a news item if it goes over the summary length. Defaults to "more..."'; 187 $lang['helpsummarytemplate'] = 'Use a separate template for displaying the article summary. It have to live in modules/News/templates.'; 188 $lang['helpdetailtemplate'] = 'Use a separate template for displaying the article detail. It have to live in modules/News/templates.'; 189 $lang['helpsortby'] = 'Field to sort by. Options are: "news_date", "summary", "news_data", "news_category", "news_title". Defaults to "news_date".'; 190 $lang['helpsortasc'] = 'Sort news items in ascending date order rather than descending.'; 191 $lang['helpdetailpage'] = 'Page to display News details in. This can either be a page alias or an id. Used to allow details to be displayed in a different template from the summary.'; 192 $lang['helpdateformat'] = 'Format to display the article's post date with. This is based on the <a href="http://php.net/strftime" target="_blank">strftime</a> function and can be used in your template with $entry->formatpostdate. It defaults to %x, which is the default date format for the server's locale.'; 193 $lang['helpshowarchive'] = 'Sadece süresi geçmiÅŸ haber makalelerini göster.'; 194 $lang['help'] = ' <h3>What does this do?</h3> 195 <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> 196 <h3>Template variables</h3> 197 <ul> 198 <li><b>itemcount</b> - The number of news articles to be shown.</li> 199 <li><b>entry->authorname</b> - The full name of the the author including First and Last name.</li> 200 </ul> 201 <h3>Security</h3> 202 <p>The user must belong to a group with the 'Modify News' permission in order to add, edit, or delete News entries.</p> 203 <p>In order to edit the layout templates, the user must belong to a group with the 'Modify Templates' permission.</p> 204 <p>In order to edit the global news preferences, the user must belong to a group with the 'Modify Site Preferences' permission.</p> 205 <h3>How do I use it?</h3> 206 <p>The easiest way to use it is with the {news} wrapper tag (wraps the module in a tag, to simplify the syntax). This will insert the module into your template or page anywhere you wish, and display news items. The code would look something like: <code>{news number='5'}</code></p>'; 207 $lang['utma'] = '156861353.18536493.1161083204.1164705628.1164707762.70'; 208 $lang['utmz'] = '156861353.1164704587.68.17.utmccn=(referral)|utmcsr=forum.cmsmadesimple.org|utmcct=/index.php/topic,8267.0/topicseen.html|utmcmd=referral'; 209 $lang['utmb'] = '156861353'; 210 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |