[ 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/ -> hu_HU.php (source)

   1  <?php
   2  $lang['author'] = 'Szerző';
   3  $lang['sysdefaults'] = 'Alap&eacute;rtelmezett &eacute;rt&eacute;kek vissza&aacute;ll&iacute;t&aacute;sa';
   4  $lang['restoretodefaultsmsg'] = 'Ez a művelet vissza&aacute;ll&iacute;tja a sablon tartalm&aacute;t az alap&eacute;rtelmezett &eacute;rt&eacute;kekre. Biztosan folytatni akarja?';
   5  $lang['addarticle'] = 'Cikk hozz&aacute;ad&aacute;sa';
   6  $lang['articleadded'] = 'A cikket sikeresen hozz&aacute;adtuk.';
   7  $lang['articleupdated'] = 'A cikket sikeresen friss&iacute;tett&uuml;k.';
   8  $lang['articledeleted'] = 'A cikket sikeresen t&ouml;r&ouml;lt&uuml;k.';
   9  $lang['addcategory'] = 'Kateg&oacute;ria hozz&aacute;ad&aacute;sa';
  10  $lang['categoryadded'] = 'A kateg&oacute;ri&aacute;t sikeresen hozz&aacute;adtuk.';
  11  $lang['categoryupdated'] = 'A kateg&oacute;ri&aacute;t sikeresen friss&iacute;tet&uuml;k.';
  12  $lang['categorydeleted'] = 'A kateg&oacute;ri&aacute;t sikeresen t&ouml;r&ouml;lt&uuml;k.';
  13  $lang['addnewsitem'] = 'H&iacute;r hozz&aacute;ad&aacute;sa';
  14  $lang['allcategories'] = 'Minden kateg&oacute;ria';
  15  $lang['allentries'] = 'Minden bejegyz&eacute;s';
  16  $lang['areyousure'] = 'Biztosan t&ouml;r&ouml;lni akarja?';
  17  $lang['articles'] = 'Cikkek';
  18  $lang['cancel'] = 'M&eacute;gsem';
  19  $lang['category'] = 'Kateg&oacute;ria';
  20  $lang['categories'] = 'Kateg&oacute;ri&aacute;k';
  21  $lang['default_category'] = 'Alap&eacute;rtelmezett kateg&oacute;ria';
  22  $lang['changelog'] = '<ul>
  23  <li>
  24  <p>Version: 1.0</p>
  25  <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>
  26  </li> 
  27  <li> 
  28  <p>Version: 1.1</p> 
  29  <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> 
  30  </li> 
  31  <li> 
  32  <p>Version: 1.2</p> 
  33  <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> 
  34  </li> 
  35  <li> 
  36  <p>Version: 1.3</p> 
  37  <p>Minor cosmetic changes</p> 
  38  </li> 
  39  <li> 
  40  <p>Version 1.5</p> 
  41  <p>Merged into the trunk News module</p> 
  42  </li> 
  43  <li> 
  44  <p>Version 1.6</p> 
  45  <p>Added pagination, and moved the add button to the top (calguy)</p>
  46  </li>
  47  <li>
  48  <p>Version 2.0</p>
  49  <p>Re-written to use smarty templates, and several other significant improvements</p>
  50  </li>
  51  <li>
  52  <p>Version 2.0.1</p>
  53  <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> 
  54  </li> 
  55  <li>
  56  <p>Version 2.0.2</p>
  57  <p>- Add a &quot;start&quot; parameter to specify a start offset for news items</p>
  58  <p>- The template tabs now have a &quot;reset to default&quot; button on them</p>
  59  <p>- Start menu item is now required, but end date is optional when useexpirydate is on, 
  60  <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> 
  61  <p>- Put the rss feed titile into the lang entries</p>
  62  </li> 
  63  <p>Version 2.0.3</p>
  64  <p>- Added the ability to track the original author of an article</p>
  65  <li>
  66  </ul>
  67  </ul> 
  68  ';
  69  $lang['content'] = 'Tartalom';
  70  $lang['dateformat'] = '%s nem felel meg az &eacute;&eacute;&eacute;&eacute;-hh-nn &oacute;&oacute;:pp:mm form&aacute;tum le&iacute;r&aacute;snak';
  71  $lang['delete'] = 'T&ouml;rl&eacute;s';
  72  $lang['description'] = 'H&iacute;rek hozz&aacute;ad&aacute;sa, szerkeszt&eacute;se &eacute;s t&ouml;rl&eacute;se';
  73  $lang['detailtemplate'] = 'Sablon r&eacute;szletei';
  74  $lang['detailtemplateupdated'] = 'A friss&iacute;tett r&eacute;szletes sablont sikeresen kimentett&uuml;k az adatb&aacute;zisba.';
  75  $lang['displaytemplate'] = 'Megjelen&iacute;t&eacute;si sablon';
  76  $lang['edit'] = 'Szerkeszt&eacute;s';
  77  $lang['enddate'] = 'Lej&aacute;rat d&aacute;tuma';
  78  $lang['endrequiresstart'] = 'Lej&aacute;rati d&aacute;tum megad&aacute;s&aacute;nak csak &uacute;gy van &eacute;rtelme, ha kezdőd&aacute;tumot is megad';
  79  $lang['entries'] = '%s bejegyz&eacute;sek';
  80  $lang['status'] = 'St&aacute;tusz';
  81  $lang['expiry'] = 'Lej&aacute;rat';
  82  $lang['filter'] = 'Szűrő';
  83  $lang['more'] = 'Tov&aacute;bb';
  84  $lang['category_label'] = 'Kateg&oacute;ria:';
  85  $lang['author_label'] = 'Bek&uuml;ldte:';
  86  $lang['moretext'] = 'Tov&aacute;bbi sz&ouml;veg';
  87  $lang['name'] = 'N&eacute;v';
  88  $lang['news'] = 'H&iacute;rek';
  89  $lang['news_return'] = 'Vissza';
  90  $lang['newcategory'] = '&Uacute;j kateg&oacute;ria';
  91  $lang['needpermission'] = 'Sz&uuml;ks&eacute;g van a(z) &#039;%s&#039; jogosults&aacute;gra ezen művelet elv&eacute;gz&eacute;s&eacute;hez';
  92  $lang['nocategorygiven'] = 'A kateg&oacute;ria nincs megadva';
  93  $lang['nocontentgiven'] = 'A tartalom nincs kit&ouml;ltve';
  94  $lang['noitemsfound'] = '<strong>Nincsenek</strong> elemek ebben a kateg&oacute;ri&aacute;ban: %s';
  95  $lang['nopostdategiven'] = 'A publik&aacute;l&aacute;s d&aacute;tuma nincs megadva';
  96  $lang['note'] = '<em>Megjegyz&eacute;s:</em> A d&aacute;tumokat &#039;&eacute;&eacute;&eacute;&eacute;-hh-nn &oacute;&oacute;:pp:mm&#039; form&aacute;ban kell megadni.';
  97  $lang['notitlegiven'] = 'Nincs megadva a c&iacute;m';
  98  $lang['nonamegiven'] = 'Nincs megadva a n&eacute;v';
  99  $lang['numbertodisplay'] = 'Megmutathat&oacute; elemek sz&aacute;ma (ha nincs megadva, akkor minden rekord meg lesz adva)';
 100  $lang['print'] = 'Nyomtat&aacute;s';
 101  $lang['postdate'] = 'Publik&aacute;l&aacute;s d&aacute;tuma';
 102  $lang['postinstall'] = 'Győződj&ouml;n meg r&oacute;la, hogy a &quot;Modify News&quot; jogosults&aacute;ggal rendelkezik az &ouml;sszes olyan felhaszn&aacute;l&oacute;, aki cikkeket fog adminisztr&aacute;lni.';
 103  $lang['rssfeedtitle'] = 'CMS Made Simple RSS h&iacute;rforr&aacute;s';
 104  $lang['rsstemplate'] = 'RSS sablon';
 105  $lang['selectcategory'] = 'V&aacute;lasszon kateg&oacute;ri&aacute;t';
 106  $lang['showchildcategories'] = 'Gyermekkateg&oacute;ri&aacute;k mutat&aacute;sa';
 107  $lang['sortascending'] = 'N&ouml;vekvő rendez&eacute;s';
 108  $lang['startdate'] = 'Kezdet d&aacute;tuma';
 109  $lang['startoffset'] = 'Az n. elemn&eacute;l kezdj&uuml;k a megjelen&iacute;t&eacute;st';
 110  $lang['startrequiresend'] = 'Kezdőd&aacute;tum megad&aacute;s&aacute;nak csak &uacute;gy van &eacute;rtelme, ha lej&aacute;rati d&aacute;tumot is megad';
 111  $lang['submit'] = 'Elk&uuml;ld';
 112  $lang['summary'] = '&Ouml;sszefoglal&oacute;';
 113  $lang['summarytemplate'] = '&Ouml;sszefoglal&oacute; sablon';
 114  $lang['summarytemplateupdated'] = 'A h&iacute;r &ouml;sszefoglal&oacute; sablont sikeresen friss&iacute;tett&uuml;k.';
 115  $lang['title'] = 'C&iacute;m';
 116  $lang['options'] = 'Opci&oacute;k';
 117  $lang['optionsupdated'] = 'Az opci&oacute;kat sikeresen friss&iacute;tett&uuml;k.';
 118  $lang['useexpiration'] = 'Lej&aacute;rati d&aacute;tum haszn&aacute;lata';
 119  $lang['showautodiscovery'] = 'Feed Auto-Discovery Link mutat&aacute;sa';
 120  $lang['autodiscoverylink'] = 'Feed Auto-Discovery URL (&uuml;resen hagyva az alap&eacute;rtelmezett lesz)';
 121  $lang['eventdesc-NewsArticleAdded'] = 'Akkor k&uuml;ldj&uuml;k, amikor &uacute;j cikk j&ouml;n l&eacute;tre.';
 122  $lang['eventhelp-NewsArticleAdded'] = '<p>Sent when an article is added.</p>
 123  <h4>Parameters</h4>
 124  <ul>
 125  <li>\&quot;news_id\&quot; - Id of the news article</li>
 126  <li>\&quot;category_id\&quot; - Id of the category for this article</li>
 127  <li>\&quot;title\&quot; - Title of the article</li>
 128  <li>\&quot;content\&quot; - Content of the article</li>
 129  <li>\&quot;summary\&quot; - Summary of the article</li>
 130  <li>\&quot;status\&quot; - Status of the article (&quot;draft&quot; or &quot;publish&quot;)</li>
 131  <li>\&quot;start_time\&quot; - Date the article should start being displayed</li>
 132  <li>\&quot;end_time\&quot; - Date the article should stop being displayed</li>
 133  </ul>
 134  ';
 135  $lang['eventdesc-NewsArticleEdited'] = 'Akkor k&uuml;ldj&uuml;k, amikor egy cikk megv&aacute;ltozik.';
 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  </ul>
 148  ';
 149  $lang['eventdesc-NewsArticleDeleted'] = 'Akkor k&uuml;ldj&uuml;k, amikor egy cikket t&ouml;r&ouml;lnek.';
 150  $lang['eventhelp-NewsArticleDeleted'] = '<p>Sent when an article is deleted.</p>
 151  <h4>Parameters</h4>
 152  <ul>
 153  <li>\&quot;news_id\&quot; - Id of the news article</li>
 154  </ul>
 155  ';
 156  $lang['eventdesc-NewsCategoryAdded'] = 'Akkor k&uuml;ldj&uuml;k, amikor egy kateg&oacute;ri&aacute;t felvesznek.';
 157  $lang['eventhelp-NewsCategoryAdded'] = '<p>Sent when a category is added.</p>
 158  <h4>Parameters</h4>
 159  <ul>
 160  <li>\&quot;category_id\&quot; - Id of the news categpry</li>
 161  <li>\&quot;name\&quot; - Name of the news category</li>
 162  </ul>
 163  ';
 164  $lang['eventdesc-NewsCategoryEdited'] = 'Akkor k&uuml;ldj&uuml;k, amikor egy kateg&oacute;ri&aacute;t m&oacute;dos&iacute;tanak.';
 165  $lang['eventhelp-NewsCategoryEdited'] = '<p>Sent when a category is edited.</p>
 166  <h4>Parameters</h4>
 167  <ul>
 168  <li>\&quot;category_id\&quot; - Id of the news categpry</li>
 169  <li>\&quot;name\&quot; - Name of the news category</li>
 170  </ul>
 171  ';
 172  $lang['eventdesc-NewsCategoryDeleted'] = 'Akkor k&uuml;ldj&uuml;k, amikor egy kateg&oacute;ri&aacute;t t&ouml;r&ouml;lnek.';
 173  $lang['eventhelp-NewsCategoryDeleted'] = '<p>Sent when a category is deleted.</p>
 174  <h4>Parameters</h4>
 175  <ul>
 176  <li>\&quot;category_id\&quot; - Id of the news categpry</li>
 177  </ul>
 178  ';
 179  $lang['helpnumber'] = 'A maxim&aacute;lisan megjelen&iacute;thető elemek sz&aacute;ma -- ha nem adja meg, minden elem meg lesz mutatva';
 180  $lang['helpstart'] = 'Az n. elemn&eacute;l kezdj&uuml;k a megjelen&iacute;t&eacute;st -- &uuml;resen hagyva az első elemn&eacute;l kezdődik  ';
 181  $lang['helpmakerssbutton'] = 'Link l&eacute;trehoz&aacute;sa a h&iacute;r elemek RSS h&iacute;rforr&aacute;s&aacute;hoz.';
 182  $lang['helpcategory'] = 'Csak az adott kateg&oacute;ria h&iacute;reit jelen&iacute;ts&uuml;k meg. A n&eacute;v ut&aacute;n a * karaktert alkalmazva a gyermekkateg&oacute;ri&aacute;k is megmutathat&oacute;k. T&ouml;bb kateg&oacute;ria is megadhat&oacute;, vesszővel elv&aacute;lasztva. &Uuml;resen hagyva minden kateg&oacute;ria meg lesz mutatva.';
 183  $lang['helpmoretext'] = 'A sz&ouml;veg, amit akkor jelen&iacute;t&uuml;nk meg, ha a h&iacute;r hosszabb, mint az &ouml;sszefoglal&oacute; hossza. Alap&eacute;rtelmez&eacute;sben ez &quot;tov&aacute;bb...&quot;';
 184  $lang['helpsummarytemplate'] = 'K&uuml;l&ouml;n sablon haszn&aacute;lata az &ouml;sszefoglal&oacute; megjelen&iacute;t&eacute;s&eacute;hez. L&eacute;teznie kell a modules/News/templates alatt.';
 185  $lang['helpdetailtemplate'] = 'K&uuml;l&ouml;n sablon haszn&aacute;lata a cikk megjelen&iacute;t&eacute;s&eacute;hez. L&eacute;teznie kell a modules/News/templates alatt.';
 186  $lang['helpsortby'] = 'A rendez&eacute;s alapja.  V&aacute;laszt&aacute;si lehetős&eacute;gek: &quot;news_date&quot;, &quot;summary&quot;, &quot;news_data&quot;, &quot;news_category&quot;, &quot;news_title&quot;.  Alap&eacute;rtelmez&eacute;sben ez a &quot;news_date&quot;.';
 187  $lang['helpsortasc'] = 'Az elemek n&ouml;vekvő sorrendben val&oacute; megmutat&aacute;sa.';
 188  $lang['helpdetailpage'] = 'Az oldal, ahol a h&iacute;reknek meg kell jelenni&uuml;k. Ez lehet oldal alias vagy egy azonos&iacute;t&oacute;. Arra haszn&aacute;lhat&oacute;, hogy a h&iacute;r sz&ouml;vege az &ouml;sszefoglal&oacute;t&oacute;l elt&eacute;rő sablon szerint lehessen megjelen&iacute;tve.';
 189  $lang['helpdateformat'] = 'A cikkek d&aacute;tum&aacute;nak megjelen&iacute;t&eacute;s&eacute;&eacute;rt felelős form&aacute;tum.  Ennek alapja a  <a href=&quot;http://php.net/strftime&quot; target=&quot;_blank&quot;>strftime</a> f&uuml;ggv&eacute;ny, &eacute;s haszn&aacute;lhat&oacute; az oldalsablonban a $entry->formatpostdate seg&iacute;ts&eacute;g&eacute;vel.  Alap&eacute;rtelmez&eacute;sben ez %x, ami a szerver locale be&aacute;ll&iacute;t&aacute;sa szerinti d&aacute;tumform&aacute;tumot adja.';
 190  $lang['helpshowarchive'] = 'Csak lej&aacute;rt cikkek mutat&aacute;sa.';
 191  $lang['helpbrowsecat'] = 'Kateg&oacute;ri&aacute;k b&ouml;ng&eacute;sz&eacute;se.';
 192  $lang['help'] = '    <h3>What does this do?</h3>
 193      <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>
 194      <h3>Security</h3>
 195      <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>
 196      <p>In order to edit the layout templates, the user must belong to a group with the &#039;Modify Templates&#039; permission.</p>
 197      <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>
 198      <h3>How do I use it?</h3>
 199      <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=&quot;news&quot; number=&quot;5&quot; category=&quot;beer&quot;}</code></p>';
 200  $lang['utmz'] = '156861353.1166283932.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)';
 201  $lang['utma'] = '156861353.137419957.1166283932.1166283932.1166283932.1';
 202  ?>


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