[ Index ]

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

title

Body

[close]

/include/inc_lang/backend/sl/ -> 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: Slovenian
  25  // Language Code: sl
  26  // Translated By: Boris Jerenec <boris@studiotandem.si>
  27  // Character Set: UTF-8 no BOM
  28  
  29  // please use HTML safe strings ONLY
  30  // this is neccessary to reduce the processing time
  31  
  32  // normal line break:    '&#13'
  33  // JavaScript Linebreak: '\n'
  34  
  35  $BL['FOLDER_LIST']       = 'seznam imenikov';
  36  $BL['FILES']             = 'datoteke';
  37  $BL['SHOW_FILES']        = 'prikaži datoteke znotraj korenskega imenika';
  38  $BL['SHOW_FILES1']       = 'prikaži datoteke znotraj imenika';
  39  $BL['TAKE_IMAGE']        = 'dodaj to datoteko&#8230;';
  40  $BL['NO_FILE']           = 'brez datotek';
  41  $BL['OPEN_DIR']          = 'odpri imenik';
  42  $BL['CLOSE_DIR']         = 'zapri imenik';
  43  $BL['FILE_TITLE']        = 'phpwcms brskalnik datotek';
  44  $BL['IMAGE_TITLE']       = 'phpwcms brskalnik slik';
  45  $BL['MEDIA_TITLE']       = 'phpwcms multimedijskih datotek';
  46  $BL['IMAGE_FILES']       = 'slike';
  47  $BL['MEDIA_FILES']       = 'multimedijske datoteke';
  48  $BL['ROOT_DIR']          = 'skladišče (korenski imenik)';
  49  $BL['DOWNLOAD_ERR1']     = 'Zgodila se je napaka (NR:{VAL}) ob poskusu downloada datoteke.';
  50  $BL['DOWNLOAD_ERR2']     = 'Če menite, da gre za tehnično težavo, pošljite email <a href="mailto:{VAL}"><strong>administratorju sistema</strong></a>.';
  51  $BL['DOWNLOAD_TITLE']    = 'Napaka pri prenosu datoteke.';
  52  $BL['FILEINFO_TITLE']    = 'phpwcms: informacije o datoteki';
  53  $BL['CREATED']           = 'ustvarjena';
  54  $BL['DATE_FORMAT']       = 'd.m.Y H:i';
  55  $BL['SIZE']              = 'velikost';
  56  $BL['DOWNLOAD_FILE']     = 'snemite datoteko';
  57  $BL['FILE_IN_TRASH']     = 'datoteka je v košu';
  58  $BL['KEYWORDS']          = 'ključne besede';
  59  $BL['DOWNLOAD_ERR3']     = 'napaka pri branju podatkov o datoteki<br />zaprite okno in poskusite znova...';
  60  
  61  // Added 2008-08-14
  62  $BL['ADD_ALL_FILES'] = "dodaj vse datoteke";
  63  $BL['ADD_ALL_CONFIRM'] = "Vse datoteke iz mape »{VAL}« so bile prenešene!\n\nPritisni [OK], da zapreš brskalnik po datotekah …";
  64  
  65  ?>


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