home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 May / INTERNET103.ISO / pc / software / windows / building / php_nuke / html / modules / search / language / lang-german.php < prev    next >
Encoding:
PHP Script  |  2002-09-16  |  3.0 KB  |  65 lines

  1. <?php
  2.  
  3. /**************************************************************************/
  4. /* PHP-NUKE: Advanced Content Management System                           */
  5. /* ============================================                           */
  6. /*                                                                        */
  7. /* This is the language module with all the system messages               */
  8. /*                                                                        */
  9. /* If you made a translation, please go to the site and send to me        */
  10. /* the translated file. Please keep the original text order by modules,   */
  11. /* and just one message per line, also double check your translation!     */
  12. /*                                                                        */
  13. /* You need to change the second quoted phrase, not the capital one!      */
  14. /*                                                                        */
  15. /* If you need to use double quotes (") remember to add a backslash (\),  */
  16. /* so your entry will look like: This is \"double quoted\" text.          */
  17. /* And, if you use HTML code, please double check it.                     */
  18. /**************************************************************************/
  19.  
  20. define("_ALLTOPICS","Alle Überschriften");
  21. define("_NOCOMMENTS","kein Kommentar");
  22. define("_UCOMMENT","Kommentar");
  23. define("_REVIEWS","Testberichte");
  24. define("_SEARCHUSERS","Suchen in Benutzerdatenbank");
  25. define("_SEARCHSECTIONS","Suchen in Themenbereichen");
  26. define("_SEARCHREVIEWS","Suchen in den Testberichten");
  27. define("_SEARCHIN","Suchen in");
  28. define("_ARTICLES","Artikel");
  29. define("_ALLAUTHORS","Alle Autoren");
  30. define("_ALL","Alle");
  31. define("_WEEK","Woche");
  32. define("_WEEKS","Wochen");
  33. define("_MONTH","Monat");
  34. define("_MONTHS","Monate");
  35. define("_SEARCHON","Suchen nach:");
  36. define("_SSTORIES","Artikel");
  37. define("_SSECTIONS","Bereiche");
  38. define("_SUSERS","Benutzer");
  39. define("_NOMATCHES","Keine Treffer für diese Anfrage gefunden");
  40. define("_PREVMATCHES","Vorige Treffer");
  41. define("_NEXTMATCHES","Nächste Treffer");
  42. define("_INSECTION","in dem Bereich");
  43. define("_NONAME","Kein Name angegeben");
  44. define("_SCOMMENTS","Kommentare");
  45. define("_SEARCHRESULTS","Suchergebnisse");
  46. define("_CONTRIBUTEDBY","Erstellt von");
  47. define("_UCOMMENTS","Kommentare");
  48. define("_MATCHTITLE","Übereinstimmungen in der Überschrift");
  49. define("_MATCHTEXT","Übereinstimmungen in Artikeltexten");
  50. define("_MATCHBOTH","Übereinstimmungen in Überschrift und Artikeltexten");
  51. define("_SREPLY","Antworten");
  52. define("_SREPLIES","Antworten");
  53. define("_ATTACHART","zugehörig zum Artikel");
  54. define("_PAGES","Seiten");
  55. define("_REVIEWSCORE","Bewertung für diesen Testbericht");
  56. define("_PAGE","Seite");
  57. define("_DOWNLOADS","Downloads");
  58. define("_WEBLINKS","Web Links");
  59. define("_FINDMORE","... mehr");
  60. define("_DIDNOTFIND","haben Sie nicht das gefunden, was Sie wollten?");
  61. define("_ENCYCLOPEDIA","Enzyklopädie");
  62. define("_SEARCHINSTORY","Alle Kommentare in dem Artikel durchsuchen:");
  63.  
  64.  
  65. ?>