[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['author'] = 'Autorius'; 3 $lang['sysdefaults'] = 'Atstayti įprastus nustatymus'; 4 $lang['restoretodefaultsmsg'] = 'Šis veiksmas atstatys turinio šablonÄ… į sitemos įprasta. Ar tikrai norite tÄ™sti?A'; 5 $lang['addarticle'] = 'Ä®dÄ—ti Straipsnį'; 6 $lang['articleadded'] = 'Naujas staripsnis sÄ—kmingai įdÄ—tas.'; 7 $lang['articleupdated'] = 'Straipsnis sÄ—kmingai atnaujintas.'; 8 $lang['articledeleted'] = 'Straipsnis sÄ—kmingai ištrintas.'; 9 $lang['addcategory'] = 'Ä®dÄ—ti KategorijÄ…'; 10 $lang['categoryadded'] = 'Kategorija sÄ—kmingai sukurta.'; 11 $lang['categoryupdated'] = 'Kategorija sÄ—kmingai atnaujinta.'; 12 $lang['categorydeleted'] = 'Kategorija sÄ—kmingai ištrinta..'; 13 $lang['addnewsitem'] = 'Ä®dÄ—ti Naujienų ElementÄ…'; 14 $lang['allcategories'] = 'Visos Kategorijos'; 15 $lang['allentries'] = 'Visi Ä®rašai'; 16 $lang['areyousure'] = 'Ar tikrai norite ištrinti?'; 17 $lang['articles'] = 'Straipsniai'; 18 $lang['cancel'] = 'Atšaukti'; 19 $lang['category'] = 'Kategorija'; 20 $lang['categories'] = 'Kategorijos'; 21 $lang['default_category'] = 'Ä®prasta kategorija'; 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'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> 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 "start" parameter to specify a start offset for news items</p> 58 <p>- The template tabs now have a "reset to default" 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 "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> 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'] = 'Turinys'; 70 $lang['dateformat'] = '%s negalimas yyyy-mm-dd hh:mm:ss formatas'; 71 $lang['delete'] = 'Trinti'; 72 $lang['description'] = 'Ä®dÄ—ti, redaguoti ir trinti Naujienų įrašus'; 73 $lang['detailtemplate'] = 'Detalus Šablonas'; 74 $lang['detailtemplateupdated'] = 'Detalaus šablono atnaujinimas išsaugotas.'; 75 $lang['displaytemplate'] = 'Rodyti ŠablonÄ…'; 76 $lang['edit'] = 'Redaguoti'; 77 $lang['enddate'] = 'Baigimosi Data'; 78 $lang['endrequiresstart'] = 'Ä®vedant baigimosi datÄ…, reikia taip pat įvesti ir pradžios datÄ…'; 79 $lang['entries'] = '%s Ä®rašai'; 80 $lang['status'] = 'BÅ«klÄ—'; 81 $lang['expiry'] = 'Galiojimas'; 82 $lang['filter'] = 'Filtruoti'; 83 $lang['more'] = 'Daugiau'; 84 $lang['category_label'] = 'Kategorija:'; 85 $lang['author_label'] = 'Ä®rašÄ—:'; 86 $lang['moretext'] = 'Daugiau teksto'; 87 $lang['name'] = 'Vardas'; 88 $lang['news'] = 'Naujienos'; 89 $lang['news_return'] = 'grįžti'; 90 $lang['newcategory'] = 'Nauja Kategorija'; 91 $lang['needpermission'] = 'Jums reikia prieigos '%s' tam, kad atlikti šiÄ… funkcijÄ….'; 92 $lang['nocategorygiven'] = 'Neužpildyta Kategorija'; 93 $lang['nocontentgiven'] = 'Neužpildytas Turinys'; 94 $lang['noitemsfound'] = '<strong>Nerasta</strong> įrašÅ³ šioje kategorijoje: %s'; 95 $lang['nopostdategiven'] = 'Neužpildyta įrašo pateikimo data'; 96 $lang['note'] = '<em>Žyma:</em> Datos turi bÅ«ti 'yyyy-mm-dd hh:mm:ss' formato.'; 97 $lang['notitlegiven'] = 'Neužpildytas Pavadinimas'; 98 $lang['nonamegiven'] = 'Neužpildytas vardas'; 99 $lang['numbertodisplay'] = 'Rodomas SkaiÄius (palikus tušÄiÄ…, rodomi visi įrašai)'; 100 $lang['print'] = 'Spausdinti'; 101 $lang['postdate'] = 'Ä®rašo data'; 102 $lang['postinstall'] = 'Nustatykite "Redaguoti Naujienas (Modify News)" prieigÄ… tiems vartotojams, kurie administruos naujienas.'; 103 $lang['rssfeedtitle'] = 'RSS Feedas'; 104 $lang['rsstemplate'] = 'RSS Šablonas'; 105 $lang['selectcategory'] = 'Pasirinkite KategorijÄ…'; 106 $lang['showchildcategories'] = 'Rodyti subkategorijas'; 107 $lang['sortascending'] = 'RÅ«šiuoti DidÄ—janÄiai'; 108 $lang['startdate'] = 'Pradžios Data'; 109 $lang['startoffset'] = 'PradÄ—ti rodyti nth elemtÄ…'; 110 $lang['startrequiresend'] = 'Ä®vedant pradžios datÄ…, reikia įvesti ir pabaigos datÄ…'; 111 $lang['submit'] = 'Pateikti'; 112 $lang['summary'] = 'Santrauka'; 113 $lang['summarytemplate'] = 'Santraukos Šablonas'; 114 $lang['summarytemplateupdated'] = 'Naujienų santraukos šablonas atnaujintas sÄ—kmingai.'; 115 $lang['title'] = 'Pavadinimas'; 116 $lang['options'] = 'Nustatymai'; 117 $lang['optionsupdated'] = 'Nustaymai atnaujinti.'; 118 $lang['useexpiration'] = 'Naudoti galiojimo datÄ…'; 119 $lang['showautodiscovery'] = 'Rodyti Feed Auto-Discovery nuorodÄ…'; 120 $lang['autodiscoverylink'] = 'Feed Auto-Discovery URL (tušÄias įprasta reikšmÄ—)'; 121 $lang['eventdesc-NewsArticleAdded'] = 'Nusiųsti kai straipsnis įdÄ—tas.'; 122 $lang['eventhelp-NewsArticleAdded'] = '<p>Sent when an article is added.</p> 123 <h4>Parameters</h4> 124 <ul> 125 <li>\"news_id\" - Id of the news article</li> 126 <li>\"category_id\" - Id of the category for this article</li> 127 <li>\"title\" - Title of the article</li> 128 <li>\"content\" - Content of the article</li> 129 <li>\"summary\" - Summary of the article</li> 130 <li>\"status\" - Status of the article ("draft" or "publish")</li> 131 <li>\"start_time\" - Date the article should start being displayed</li> 132 <li>\"end_time\" - Date the article should stop being displayed</li> 133 <li>\"useexp\" - Wether the expiration date should be ignored or not</li> 134 </ul> 135 '; 136 $lang['eventdesc-NewsArticleEdited'] = 'Nusiųsti kai straipsnis redaguotas.'; 137 $lang['eventhelp-NewsArticleEdited'] = '<p>Sent when an article is edited.</p> 138 <h4>Parameters</h4> 139 <ul> 140 <li>\"news_id\" - Id of the news article</li> 141 <li>\"category_id\" - Id of the category for this article</li> 142 <li>\"title\" - Title of the article</li> 143 <li>\"content\" - Content of the article</li> 144 <li>\"summary\" - Summary of the article</li> 145 <li>\"status\" - Status of the article ("draft" or "publish")</li> 146 <li>\"start_time\" - Date the article should start being displayed</li> 147 <li>\"end_time\" - Date the article should stop being displayed</li> 148 <li>\"useexp\" - Wether the expiration date should be ignored or not</li> 149 </ul> 150 '; 151 $lang['eventdesc-NewsArticleDeleted'] = 'Nusiųsti kai straipsnis ištrintas.'; 152 $lang['eventhelp-NewsArticleDeleted'] = '<p>Sent when an article is deleted.</p> 153 <h4>Parameters</h4> 154 <ul> 155 <li>\"news_id\" - Id of the news article</li> 156 </ul> 157 '; 158 $lang['eventdesc-NewsCategoryAdded'] = 'Nusiųsti kai kategorija pridÄ—ta.'; 159 $lang['eventhelp-NewsCategoryAdded'] = '<p>Sent when a category is added.</p> 160 <h4>Parameters</h4> 161 <ul> 162 <li>\"category_id\" - Id of the news category</li> 163 <li>\"name\" - Name of the news category</li> 164 </ul> 165 '; 166 $lang['eventdesc-NewsCategoryEdited'] = 'Nusiųsti kai kategorija redaguota.'; 167 $lang['eventhelp-NewsCategoryEdited'] = '<p>Sent when a category is edited.</p> 168 <h4>Parameters</h4> 169 <ul> 170 <li>\"category_id\" - Id of the news category</li> 171 <li>\"name\" - Name of the news category</li> 172 <li>\"origname\" - The original name of the news category</li> 173 </ul> 174 '; 175 $lang['eventdesc-NewsCategoryDeleted'] = 'Nusiųsti kai kategorija ištrinta.'; 176 $lang['eventhelp-NewsCategoryDeleted'] = '<p>Sent when a category is deleted.</p> 177 <h4>Parameters</h4> 178 <ul> 179 <li>\"category_id\" - Id of the deleted category </li> 180 <li>\"name\" - Name of the deleted category</li> 181 </ul> 182 '; 183 $lang['helpnumber'] = 'Maximalus rodomų elementų skaiÄius =- palikite tušÄia, rodys visus.'; 184 $lang['helpstart'] = 'PradÄ—ti nth elementu -- palikite tušÄia, pradÄ—s nuo pirmos.'; 185 $lang['helpmakerssbutton'] = 'Padaryti mygtukÄ… nurodantį į RSS naujienų tiekimÄ….'; 186 $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.'; 187 $lang['helpmoretext'] = 'Text to display at the end of a news item if it goes over the summary length. Defaults to "more..."'; 188 $lang['helpsummarytemplate'] = 'Use a separate template for displaying the article summary. It have to live in modules/News/templates.'; 189 $lang['helpdetailtemplate'] = 'Use a separate template for displaying the article detail. It have to live in modules/News/templates.'; 190 $lang['helpsortby'] = 'Field to sort by. Options are: "news_date", "summary", "news_data", "news_category", "news_title". Defaults to "news_date".'; 191 $lang['helpsortasc'] = 'Sort news items in ascending date order rather than descending.'; 192 $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.'; 193 $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.'; 194 $lang['helpshowarchive'] = 'Show only expired news articles.'; 195 $lang['helpbrowsecat'] = 'Shows a browseable category list.'; 196 $lang['help'] = ' <h3>KÄ… jis daro?</h3> 197 <p>Naujienų modulis rodo naujienas jÅ«sų puslapyje, panašiu kaip 'blog' stiliumi, tik su daugiau galimybių. Kai meniu modulis įdiegtas, Naujienų administravimo puslapis yra įdedamas į meniu apaÄiÄ…, kuris jums leis parinkti ar pridÄ—ti naujienų kategorijÄ….</p> 198 <h3>Saugumas</h3> 199 <p>Vartotojas turi priklausyti grupei su prieiga 'Redaguoti Naujienas' ('Modify News'), tam kad galÄ—tu pridÄ—ti, redaguoti ar trinti naujienų įrašus.</p> 200 <h3>Kaip jį naudoti?</h3> 201 <p>Lengviausias bÅ«das naudojant cms_module žymÄ™. Bus įterptas modulis į jÅ«sų šablonÄ… ar puslapį ir rodys naujienų įrašus. Kodas turÄ—tų bÅ«ti panašus kaip: <code>{cms_module module="news" number="5" category="beer"}</code></p> 202 <h3>Kokie parametrai egzistuoja?</h3> 203 <p> 204 <ul> 205 <li><em>(optional)</em> number="5" - Maksimalus rodomų įrašÅ³ skaiÄius =- palikus tušÄiÄ…, bus rodomi visi įrašai</li> 206 <li><em>(optional)</em> makerssbutton="true" - Sukuriamas naujienų įrašÅ³ RSSui mygtukas.</li> 207 <li><em>(optional)</em> category="category" - Rodyti tik tos kategorijos įrašus ir jos vaikus. Palikus tušÄiÄ…, rodomos visos kategorijos.</li> 208 <li><em>(optional)</em> moretext="more..." - Tekstas, kuris rodomas kai naujiena viršijÄ… santraukÄ…. Nustatytas "more...".</li> 209 <li><em>(optional}</em> summarytemplate="sometemplate.tpl" - Naudokite atskirÄ… šablonÄ… rodyti naujienų santraukÄ…. Jį reikia sukurti modules/News/templates. 210 <li><em>(optional}</em> detailtemplate="sometemplate.tpl" - Naudokite atskirÄ… šablonÄ… rodyti visas naujienas. Jį reikia sukurti modules/News/templates. 211 <li><em>(optional)</em> sortby="news_date" - RÅ«šiavimo laukas. Pasirinkimai: "news_date", "summary", "news_data", "news_category", "news_title". Nustatyta: "news_date".</li> 212 <li><em>(optional)</em> sortasc="true" - RÅ«šiuoti naujienas didÄ—janÄia tvarka.</li> 213 </ul> 214 </p>'; 215 $lang['utmz'] = '156861353.1172587693.4.4.utmccn=(referral)|utmcsr=wiki.cmsmadesimple.org|utmcct=/index.php/User_Handbook/Tips_And_Tricks|utmcmd=referral'; 216 $lang['utma'] = '156861353.1791508096.1171567936.1172242972.1172587693.4'; 217 ?>
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 |