[ Index ]

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

title

Body

[close]

/include/inc_lang/backend/pl/ -> 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  // Language: Polish
  23  // Language Code: pl
  24  
  25  // please use HTML safe strings ONLY
  26  // this is neccessary to reduce the processing time
  27  
  28  // normal line break:    '&#13'
  29  // JavaScript Linebreak: '\n'
  30  $BL['FOLDER_LIST']       = 'lista folderów';
  31  $BL['FILES']             = 'pliki';
  32  $BL['SHOW_FILES']        = 'pokaż pliki z głównego katalogu';
  33  $BL['SHOW_FILES1']       = 'pokaż pliki z katalogu';
  34  $BL['TAKE_IMAGE']        = 'wybierz plik i dodaj&#8230;';
  35  $BL['NO_FILE']           = 'brak pliku';
  36  $BL['OPEN_DIR']          = 'otwórz katalog';
  37  $BL['CLOSE_DIR']         = 'zamknij katalog';
  38  $BL['FILE_TITLE']        = 'przeglądarka plików phpwcms ';
  39  $BL['IMAGE_TITLE']       = 'przeglądarka grafiki phpwcms';
  40  $BL['MEDIA_TITLE']       = 'przeglądarka multimediów phpwcms';
  41  $BL['IMAGE_FILES']       = 'pliki graficzne';
  42  $BL['MEDIA_FILES']       = 'pliki multimdialne';
  43  $BL['ROOT_DIR']          = 'pamięć (główny katalog)';
  44  $BL['DOWNLOAD_ERR1']     = 'Podczas ściągania pliku wystąpił błąd (NR:{VAL}).';
  45  $BL['DOWNLOAD_ERR2']     = 'Jeżeli ma problemy techniczne wyślij email do <a href="mailto:{VAL}"><strong>administratora</strong></a>.';
  46  $BL['DOWNLOAD_TITLE']    = 'Błąd podczas ściągania pliku(ów)';
  47  $BL['FILEINFO_TITLE']    = 'phpwcms: info o pliku';
  48  $BL['CREATED']           = 'utworzony';
  49  $BL['DATE_FORMAT']       = 'Y-m-d H:i';
  50  $BL['SIZE']              = 'rozmiar';
  51  $BL['DOWNLOAD_FILE']     = 'ściągnij plik';
  52  $BL['FILE_IN_TRASH']     = 'plik jest w koszu';
  53  $BL['KEYWORDS']          = 'słowa kluczowe';
  54  $BL['DOWNLOAD_ERR3']     = 'błąd podczas odczytu pliku<br />czamknij okno i spróbuj ponownie...';
  55  
  56  
  57  ?>


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