[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/include/inc_lang/backend/de/ -> lang.ext.inc.php (source)

   1  <?php
   2  /*************************************************************************************
   3     Copyright notice
   4     
   5     (c) 2002-2006 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.
   6   
   7     This script is part of PHPWCMS. The PHPWCMS web content management system is
   8     free software; you can redistribute it and/or modify it under the terms of
   9     the GNU General Public License as published by the Free Software Foundation;
  10     either version 2 of the License, or (at your option) any later version.
  11    
  12     The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
  13     A copy is found in the textfile GPL.txt and important notices to the license 
  14     from the author is found in LICENSE.txt distributed with these scripts.
  15    
  16     This script is distributed in the hope that it will be useful, but WITHOUT ANY 
  17     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  18     PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  19   
  20     This copyright notice MUST APPEAR in all copies of the script!
  21  *************************************************************************************/
  22  
  23  
  24  // Language: German
  25  // Language Code: de
  26  
  27  // please use HTML safe strings ONLY
  28  // this is neccessary to reduce the processing time
  29  
  30  // normal line break:    '&#13'
  31  // JavaScript Linebreak: '\n'
  32  $BL['FOLDER_LIST']       = 'Verzeichnisliste';
  33  $BL['FILES']             = 'Dateien';
  34  $BL['SHOW_FILES']        = 'Zeige Dateiem im Wurzelverzeichnis';
  35  $BL['SHOW_FILES1']       = 'Zeige Dateien im Verzeichnis';
  36  $BL['TAKE_IMAGE']        = 'Datei &uuml;bernehmen und hinzuf&uuml;gen&#8230;';
  37  $BL['NO_FILE']           = 'keine Datei verf&uuml;gbar';
  38  $BL['OPEN_DIR']          = '&Ouml;ffne Verzeichnis';
  39  $BL['CLOSE_DIR']         = 'Schlie&szlig;e Verzeichnis';
  40  $BL['FILE_TITLE']        = 'phpwcms Dateibrowser';
  41  $BL['IMAGE_TITLE']       = 'phpwcms Bildbrowser';
  42  $BL['MEDIA_TITLE']       = 'phpwcms Mediabrowser';
  43  $BL['IMAGE_FILES']       = 'Bilddateien';
  44  $BL['MEDIA_FILES']       = 'Mediadateien';
  45  $BL['ROOT_DIR']          = 'Dateiablage (ROOT)';
  46  $BL['DOWNLOAD_ERR1']     = 'Der Fehler Nr.:{VAL} trat beim Versuch auf, eine Datei herunterzuladen.';
  47  $BL['DOWNLOAD_ERR2']     = 'Wenn Sie das Denken, es handelt sich um einen technischen Fehler, so informieren Sie Ihren <a href="mailto:{VAL}"><strong>Webmaster</strong></a>.';
  48  $BL['DOWNLOAD_TITLE']    = 'Download Fehler';
  49  $BL['FILEINFO_TITLE']    = 'phpwcms: Dateiinformation';
  50  $BL['CREATED']           = 'erstellt';
  51  $BL['DATE_FORMAT']       = 'd.m.Y H:i';
  52  $BL['SIZE']              = 'Gr&ouml;&szlig;e';
  53  $BL['DOWNLOAD_FILE']     = 'Datei herunterladen';
  54  $BL['FILE_IN_TRASH']     = 'Datei ist im Papierkorb';
  55  $BL['KEYWORDS']          = 'Schl&uuml;ssel';
  56  $BL['DOWNLOAD_ERR3']     = 'Fehler beim Lesen der Dateiinfo<br />Fenster schlie&szlig;en und erneut versuchen&#8230;';
  57  $BL['ADD_ALL_FILES']     = 'Alle Dateien hinzuf&uuml;gen';
  58  $BL['ADD_ALL_CONFIRM']   = 'Alle Dateien aus dem Verzeichnis »{VAL}« wurden übernommen!\n\nMit [OK] wird der Dateibrowser geschlossen…';
  59  
  60  ?>


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7