[ Index ]

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

title

Body

[close]

/include/inc_lang/backend/no/ -> 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: Norsk bokmål
  25  // Language Code: no
  26  
  27  // please use HTML safe strings ONLY
  28  // this is neccessary to reduce the processing time
  29  //
  30  // Translated by Rolf Dahl rolf@dahltech.no
  31  // release 
  32  // 5.jan 2004
  33  
  34  // normal line break:    '&#13'
  35  // JavaScript Linebreak: '\n'
  36  //
  37  $BL['FOLDER_LIST']       = 'mappeliste';
  38  $BL['FILES']             = 'filer';
  39  $BL['SHOW_FILES']        = 'Vis filer i root mappen';
  40  $BL['SHOW_FILES1']       = 'Vis filer i mappen';
  41  $BL['TAKE_IMAGE']        = 'legg til denne filen&#8230;';
  42  $BL['NO_FILE']           = 'ingen fil';
  43  $BL['OPEN_DIR']          = 'åpne mappe';
  44  $BL['CLOSE_DIR']         = 'lukk mappe';
  45  $BL['FILE_TITLE']        = 'phpwcms fil browser';
  46  $BL['IMAGE_TITLE']       = 'phpwcms bilder browser';
  47  $BL['MEDIA_TITLE']       = 'phpwcms media browser';
  48  $BL['IMAGE_FILES']       = 'bilde filer';
  49  $BL['MEDIA_FILES']       = 'media filer';
  50  $BL['ROOT_DIR']          = 'laveste mappe';
  51  $BL['DOWNLOAD_ERR1']     = 'En feil  (NR:{VAL}) har oppstått når du prøvde å laste ned en fil.';
  52  $BL['DOWNLOAD_ERR2']     = 'Vis du tror dette kan hvere et teknisk problem send en epost til <a href="mailto:{VAL}"><strong>webmaster</strong></a>.';
  53  $BL['DOWNLOAD_TITLE']    = 'Nedlasting av fil feilet';
  54  $BL['FILEINFO_TITLE']    = 'phpwcms: fil info';
  55  $BL['CREATED']           = 'opprettet';
  56  $BL['DATE_FORMAT']       = ' d-m-Y H:i';
  57  $BL['SIZE']              = 'størrelse';
  58  $BL['DOWNLOAD_FILE']     = 'last ned fil';
  59  $BL['FILE_IN_TRASH']     = 'filen er i papirkurven';
  60  $BL['KEYWORDS']          = 'nøkkelord';
  61  $BL['DOWNLOAD_ERR3']     = 'kan ikke lese fil info<br />lukk vinduet og prøv på nytt...';
  62  
  63  
  64  ?>


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