[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/News/lang/ext/ -> tr_TR.php (source)

   1  <?php
   2  $lang['author'] = 'Yazar';
   3  $lang['sysdefaults'] = 'Varsayılanlara d&ouml;n';
   4  $lang['restoretodefaultsmsg'] = 'Bu işlem şablon i&ccedil;eriğini sistem varsayılanlarına &ccedil;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&uuml;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&uuml;ncellendi.';
  12  $lang['categorydeleted'] = 'Kategori başarılı olarak silindi.';
  13  $lang['addnewsitem'] = 'Haber &Ouml;ÄŸesi Ekle';
  14  $lang['allcategories'] = 'T&uuml;m Kategoriler';
  15  $lang['allentries'] = 'T&uuml;m Girdiler';
  16  $lang['areyousure'] = 'Silmek istediÄŸinizden emin misiniz?';
  17  $lang['articles'] = 'Makaleler';
  18  $lang['cancel'] = 'Vazge&ccedil;';
  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&#039;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&#039;s Ted&#039;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 &quot;start&quot; parameter to specify a start offset for news items</p>
  57  <p>- The template tabs now have a &quot;reset to default&quot; 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 &quot;Modify News&quot; permission is only for articles and categories. &quot;Modify Templates&quot; permission is required to edit the templates, and &quot;Modify Site Preferences&quot; 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'] = 'İ&ccedil;erik';
  69  $lang['dateformat'] = '%s ge&ccedil;erli bir yyyy-mm-dd hh:mm:ss bi&ccedil;imi deÄŸil';
  70  $lang['delete'] = 'Sil';
  71  $lang['description'] = 'Haber girdileri ekle, d&uuml;zenle ve sil';
  72  $lang['detailtemplate'] = 'Ayrıntı Şablonu';
  73  $lang['detailtemplateupdated'] = 'D&uuml;zenlenen Ayrıntı Şablonu başarılı olarak veritabanına kaydedildi.';
  74  $lang['displaytemplate'] = 'Åžablonu G&ouml;ster';
  75  $lang['edit'] = 'D&uuml;zenle';
  76  $lang['enddate'] = 'BitiÅŸ Tarihi';
  77  $lang['endrequiresstart'] = 'Bitiş tarihihi girmek başlangı&ccedil; tarihini girmeyi de gerektirir';
  78  $lang['entries'] = '%s Girdi';
  79  $lang['status'] = 'Durum';
  80  $lang['expiry'] = 'S&uuml;resi';
  81  $lang['filter'] = 'S&uuml;z';
  82  $lang['more'] = 'Devamı';
  83  $lang['category_label'] = 'Kategori:';
  84  $lang['author_label'] = 'G&ouml;nderen:';
  85  $lang['moretext'] = 'Fazla yazı';
  86  $lang['name'] = 'İsim';
  87  $lang['news'] = 'Haberler';
  88  $lang['news_return'] = 'Geri d&ouml;n';
  89  $lang['newcategory'] = 'Yeni Kategori';
  90  $lang['needpermission'] = 'Bu işlemi yapmak i&ccedil;in &#039;%s&#039; yetkinizin olması gerekir.';
  91  $lang['nocategorygiven'] = 'Kategori girilmemiÅŸ';
  92  $lang['nocontentgiven'] = 'İ&ccedil;erik girilmemiş';
  93  $lang['noitemsfound'] = 'Kategori i&ccedil;in <strong>hi&ccedil;</strong> &ouml;ğe bulunamadı: %s';
  94  $lang['nopostdategiven'] = 'G&ouml;nderme Tarihi girilmemiÅŸ';
  95  $lang['note'] = '<em>Not:</em> Tarihler &#039;yyyy-mm-dd hh:mm:ss&#039; bi&ccedil;iminde olmalıdır.';
  96  $lang['notitlegiven'] = 'Başlık girilmemiş';
  97  $lang['nonamegiven'] = 'İsim girilmemiş';
  98  $lang['numbertodisplay'] = 'G&ouml;sterilecek adet (boş bırakılırsa t&uuml;m kayıtlar g&ouml;sterilir)';
  99  $lang['print'] = 'Yazdır';
 100  $lang['postdate'] = 'G&ouml;nderme Tarihi';
 101  $lang['postinstall'] = 'Make sure to set the &quot;Modify News&quot; 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&ccedil;in';
 105  $lang['showchildcategories'] = 'Alt kategorileri g&ouml;ster';
 106  $lang['sortascending'] = 'B&uuml;y&uuml;kten k&uuml;&ccedil;&uuml;ğe sırala';
 107  $lang['startdate'] = 'Başlangı&ccedil; Tarihi';
 108  $lang['startoffset'] = 'n&#039;inci &ouml;ÄŸeden baÅŸlayarak g&ouml;ster';
 109  $lang['startrequiresend'] = 'Başlangı&ccedil; tarihini girmek bitiş tarihini de girmeyi gerektirir';
 110  $lang['submit'] = 'G&ouml;nder';
 111  $lang['summary'] = '&Ouml;zet';
 112  $lang['summarytemplate'] = '&Ouml;zet Åžablonu';
 113  $lang['summarytemplateupdated'] = 'Haber &Ouml;zet Şablonu başarılı olarak g&uuml;ncellendi.';
 114  $lang['title'] = 'Başlık';
 115  $lang['options'] = 'Se&ccedil;enekler';
 116  $lang['optionsupdated'] = 'Se&ccedil;enekler başarılı olarak g&uuml;ncellendi.';
 117  $lang['useexpiration'] = 'S&uuml;resi ge&ccedil;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&ouml;nderildi.';
 121  $lang['eventhelp-NewsArticleAdded'] = '<p>Sent when an article is added.</p>
 122  <h4>Parameters</h4>
 123  <ul>
 124  <li>\&quot;news_id\&quot; - Id of the news article</li>
 125  <li>\&quot;category_id\&quot; - Id of the category for this article</li>
 126  <li>\&quot;title\&quot; - Title of the article</li>
 127  <li>\&quot;content\&quot; - Content of the article</li>
 128  <li>\&quot;summary\&quot; - Summary of the article</li>
 129  <li>\&quot;status\&quot; - Status of the article (&quot;draft&quot; or &quot;publish&quot;)</li>
 130  <li>\&quot;start_time\&quot; - Date the article should start being displayed</li>
 131  <li>\&quot;end_time\&quot; - Date the article should stop being displayed</li>
 132  <li>\&quot;useexp\&quot; - Whether the expiration date should be ignored or not</li>
 133  </ul>
 134  ';
 135  $lang['eventdesc-NewsArticleEdited'] = 'Makale d&uuml;zenlendiÄŸinde g&ouml;nderildi.';
 136  $lang['eventhelp-NewsArticleEdited'] = '<p>Sent when an article is edited.</p>
 137  <h4>Parameters</h4>
 138  <ul>
 139  <li>\&quot;news_id\&quot; - Id of the news article</li>
 140  <li>\&quot;category_id\&quot; - Id of the category for this article</li>
 141  <li>\&quot;title\&quot; - Title of the article</li>
 142  <li>\&quot;content\&quot; - Content of the article</li>
 143  <li>\&quot;summary\&quot; - Summary of the article</li>
 144  <li>\&quot;status\&quot; - Status of the article (&quot;draft&quot; or &quot;publish&quot;)</li>
 145  <li>\&quot;start_time\&quot; - Date the article should start being displayed</li>
 146  <li>\&quot;end_time\&quot; - Date the article should stop being displayed</li>
 147  <li>\&quot;useexp\&quot; - Whether the expiration date should be ignored or not</li>
 148  </ul>
 149  ';
 150  $lang['eventdesc-NewsArticleDeleted'] = 'Makale silindiÄŸinde g&ouml;nderildi.';
 151  $lang['eventhelp-NewsArticleDeleted'] = '<p>Sent when an article is deleted.</p>
 152  <h4>Parameters</h4>
 153  <ul>
 154  <li>\&quot;news_id\&quot; - Id of the news article</li>
 155  </ul>
 156  ';
 157  $lang['eventdesc-NewsCategoryAdded'] = 'Kategori eklendiÄŸinde g&ouml;nderildi.';
 158  $lang['eventhelp-NewsCategoryAdded'] = '<p>Sent when a category is added.</p>
 159  <h4>Parameters</h4>
 160  <ul>
 161  <li>\&quot;category_id\&quot; - Id of the news category</li>
 162  <li>\&quot;name\&quot; - Name of the news category</li>
 163  </ul>
 164  ';
 165  $lang['eventdesc-NewsCategoryEdited'] = 'Kategori d&uuml;zenlendiÄŸinde g&ouml;nderildi.';
 166  $lang['eventhelp-NewsCategoryEdited'] = '<p>Sent when a category is edited.</p>
 167  <h4>Parameters</h4>
 168  <ul>
 169  <li>\&quot;category_id\&quot; - Id of the news category</li>
 170  <li>\&quot;name\&quot; - Name of the news category</li>
 171  <li>\&quot;origname\&quot; - The original name of the news category</li>
 172  </ul>
 173  ';
 174  $lang['eventdesc-NewsCategoryDeleted'] = 'Kategori silindiÄŸinde g&ouml;nderildi.';
 175  $lang['eventhelp-NewsCategoryDeleted'] = '<p>Sent when a category is deleted.</p>
 176  <h4>Parameters</h4>
 177  <ul>
 178  <li>\&quot;category_id\&quot; - Id of the deleted category </li>
 179  <li>\&quot;name\&quot; - Name of the deleted category</li>
 180  </ul>
 181  ';
 182  $lang['helpnumber'] = 'G&ouml;sterilecek &ouml;ğe sayısı =- boş bırakılırsa t&uuml;m &ouml;ğeler g&ouml;sterilir.';
 183  $lang['helpstart'] = 'Başlangı&ccedil; &ouml;ğe sayısı -- boş bırakılırsa ilk &ouml;ğ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 &quot;more...&quot;';
 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: &quot;news_date&quot;, &quot;summary&quot;, &quot;news_data&quot;, &quot;news_category&quot;, &quot;news_title&quot;.  Defaults to &quot;news_date&quot;.';
 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&#039;s post date with.  This is based on the <a href=&quot;http://php.net/strftime&quot; target=&quot;_blank&quot;>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&#039;s locale.';
 193  $lang['helpshowarchive'] = 'Sadece s&uuml;resi ge&ccedil;miÅŸ haber makalelerini g&ouml;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 &#039;Modify News&#039; 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 &#039;Modify Templates&#039; permission.</p>
 204      <p>In order to edit the global news preferences, the user must belong to a group with the &#039;Modify Site Preferences&#039; 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=&#039;5&#039;}</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  ?>


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7