[ Index ]
 

Code source de CMS made simple 1.0.5

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

title

Body

[fermer]

/modules/Search/lang/ext/ -> da_DK.php (source)

   1  <?php
   2  $lang['searchsubmit'] = 'Indsend';
   3  $lang['search'] = 'S&oslash;gning';
   4  $lang['param_submit'] = 'Tekst der skal vises i submit-knappen';
   5  $lang['param_searchtext'] = 'Tekst til s&aelig;tte i s&oslash;geboksen';
   6  $lang['prompt_searchtext'] = 'Standard s&oslash;getekst';
   7  $lang['param_resultpage'] = 'Side som resultatet af s&oslash;gningen skal vises i. Der kan enten angives et side-alias eller et side-it. Giver mulighed for at resultatet vises i en anden skabelong end s&oslash;ge-formularen';
   8  $lang['description'] = 'Module for search site and other module&#039;s contents.';
   9  $lang['reindexallcontent'] = 'Reindekser alt indhold';
  10  $lang['reindexcomplete'] = 'Reindeksering f&aelig;rdig!';
  11  $lang['stopwords'] = 'Stop ord';
  12  $lang['searchresultsfor'] = 'S&oslash;geresultater for';
  13  $lang['noresultsfound'] = 'ingen resultater fundet!';
  14  $lang['timetaken'] = 'Tid';
  15  $lang['usestemming'] = 'Brug &#039;Word Stemming&#039; (Kun p&aring; engelsk)';
  16  $lang['searchtemplate'] = 'S&oslash;gning skabelon';
  17  $lang['resulttemplate'] = 'Resultat skabelon';
  18  $lang['submit'] = 'Indsend';
  19  $lang['sysdefaults'] = 'Genskab standardv&aelig;rdier';
  20  $lang['searchtemplateupdated'] = 'S&oslash;gnings skabelon enopdateret';
  21  $lang['resulttemplateupdated'] = 'Resultat skabelonen opdateret';
  22  $lang['restoretodefaultsmsg'] = 'Dette vil genskabe skabelonens standardv&aelig;rdi. Er du sikker p&aring; du vil forts&aelig;tte?';
  23  $lang['options'] = 'Indstillinger';
  24  $lang['eventdesc-SearchInitiated'] = 'Sendes n&aring;r en s&oslash;gning startes.';
  25  $lang['eventdesc-SearchCompleted'] = 'Sendes n&aring;r en s&oslash;gning er f&aelig;rdig.';
  26  $lang['eventdesc-SearchItemAdded'] = 'Sendes n&aring;r en ny ting er indekseret.';
  27  $lang['eventdesc-SearchItemDeleted'] = 'Sendes n&aring;r en ting er fjernet fra indekset.';
  28  $lang['eventdesc-SearchAllItemsDeleted'] = 'Sendes n&aring;r alle ting er fjernet fra indekset.';
  29  $lang['eventhelp-SearchInitiated'] = '<p>Sent when a search is started.</p>
  30  <h4>Parameters</h4>
  31  <ol>
  32  <li>Text that was searched for.</li>
  33  </ol>
  34  ';
  35  $lang['eventhelp-SearchCompleted'] = '<p>Sent when a search is completed.</p>
  36  <h4>Parameters</h4>
  37  <ol>
  38  <li>Text that was searched for.</li>
  39  <li>Array of the completed results.</li>
  40  </ol>
  41  ';
  42  $lang['eventhelp-SearchItemAdded'] = '<p>Sent when a new item is indexed.</p>
  43  <h4>Parameters</h4>
  44  <ol>
  45  <li>Module name.</li>
  46  <li>Id of the item.</li>
  47  <li>Additional Attribute.</li>
  48  <li>Content to index and add.</li>
  49  </ol>
  50  ';
  51  $lang['eventhelp-SearchItemDeleted'] = '<p>Sent when an item is deleted from the index.</p>
  52  <h4>Parameters</h4>
  53  <ol>
  54  <li>Module name.</li>
  55  <li>Id of the item.</li>
  56  <li>Additional Attribute.</li>
  57  </ol>
  58  ';
  59  $lang['eventhelp-SearchAllItemsDeleted'] = '<p>Sent when all items are deleted from the index.</p>
  60  <h4>Parameters</h4>
  61  <ul>
  62  <li>None</li>
  63  </ul>
  64  ';
  65  $lang['help'] = '<h3>What does this do?</h3>
  66  <p>Search is a module for searching &quot;core&quot; content along with certain registered modules.  You put in a word or two and it gives you back matching, relevent results.</p>
  67  <h3>How do I use it?</h3>
  68  <p>The easiest way to use it is with the {search} 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 the search form.  The code would look something like: <code>{search}</code></p>
  69  <h4>How do i prevent certain content from being indexed</h4>
  70  <p>The search module will not search any &quot;inactive&quot; pages. However on occasion, when you are using the CustomContent module, or other smarty logic to show different content to different groups of users, it may be advisiable to prevent the entire page from being indexed even when it is live.  To do this include the following tag anywhere on the page NON_INDEXABLE_CONTENT.  When the search module sees this tag in the page it will not index any content for that page.</p>
  71  ';
  72  $lang['utma'] = '156861353.425260485.1153391933.1165761566.1165772924.59';
  73  $lang['utmz'] = '156861353.1165244341.56.9.utmccn=(referral)|utmcsr=testsite3.dk|utmcct=/index.php|utmcmd=referral';
  74  ?>


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