[ Index ]

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

title

Body

[close]

/include/inc_lang/backend/se/ -> 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  // Language: Swedish, Country Code: se
  24  // please use HTML safe strings ONLY,neccessary to reduce processing time
  25  // normal line break:    '&#13', JavaScript Linebreak: '\n'
  26  //
  27  // Translated by Spirou v. 1.0 
  28  // Valid for the relaese of phpwcms (28/12/2003) 
  29  // #Changelog#
  30  // release
  31  // 28/12/2003
  32  
  33  $BL['FOLDER_LIST']       = 'kataloger';
  34  $BL['FILES']             = 'filer';
  35  $BL['SHOW_FILES']        = 'visa filer i roten';
  36  $BL['SHOW_FILES1']       = 'visa filer i katalogen';
  37  $BL['TAKE_IMAGE']        = 'tag denne fil og tilf&oslash;j&#8230;';
  38  $BL['NO_FILE']           = 'ingen fil';
  39  $BL['OPEN_DIR']          = 'öppna katalog';
  40  $BL['CLOSE_DIR']         = 'st&auml;ng katalog';
  41  $BL['FILE_TITLE']        = 'phpwcms filbrowser';
  42  $BL['IMAGE_TITLE']       = 'phpwcms bildbrowser';
  43  $BL['MEDIA_TITLE']       = 'phpwcms mediabrowser';
  44  $BL['IMAGE_FILES']       = 'bildfiler';
  45  $BL['MEDIA_FILES']       = 'mediafiler';
  46  $BL['ROOT_DIR']          = 'Rotkatalog';
  47  $BL['DOWNLOAD_ERR1']     = 'Ett fel uppstod vid h&auml;mtningen av filen (NR:{VAL}).';
  48  $BL['DOWNLOAD_ERR2']     = 'Kontakta <a href="mailto:{VAL}"><strong>webmaster</strong></a> om du tror att det &auml;r ett tekniskt fel.';
  49  $BL['DOWNLOAD_TITLE']    = 'Ett fel uppstod vid h&auml;mtning av fil';
  50  $BL['FILEINFO_TITLE']    = 'phpwcms: filinfo';
  51  $BL['CREATED']           = 'skapad';
  52  $BL['DATE_FORMAT']       = 'm.d.Y H:i';
  53  $BL['SIZE']              = 'storlek';
  54  $BL['DOWNLOAD_FILE']     = 'h&auml;mta fil';
  55  $BL['FILE_IN_TRASH']     = 'filen &auml;r i skr&auml;pkorgen';
  56  $BL['KEYWORDS']          = 'sökord';
  57  $BL['DOWNLOAD_ERR3']     = 'Ett fel uppstod n&auml;r info om filen h&auml;mtades<br />st&auml;ng browserfönstret och försök igen...';
  58  
  59  
  60  ?>


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