[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/staticpages/language/ -> danish.php (source)

   1  <?php
   2  
   3  ###############################################################################
   4  # danish.php
   5  # This is the danish language page for the Geeklog Static Page Plug-in!
   6  #
   7  # Copyright (C) 2001 Tony Bibbs
   8  # tony@tonybibbs.com
   9  # Translation   Steen Brølling  
  10  #
  11  # This program is free software; you can redistribute it and/or
  12  # modify it under the terms of the GNU General Public License
  13  # as published by the Free Software Foundation; either version 2
  14  # of the License, or (at your option) any later version.
  15  #
  16  # This program is distributed in the hope that it will be useful,
  17  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  19  # GNU General Public License for more details.
  20  #
  21  # You should have received a copy of the GNU General Public License
  22  # along with this program; if not, write to the Free Software
  23  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  24  #
  25  ###############################################################################
  26  
  27  ###############################################################################
  28  # Array Format: 
  29  # $LANGXX[YY]:    $LANG - variable name
  30  #              XX - file id number
  31  #            YY - phrase id number
  32  ###############################################################################
  33  
  34  
  35  $LANG_STATIC= array(
  36      newpage => "Ny Side",
  37      adminhome => "Admin Hjem",
  38      staticpages => "Faste Sider",
  39      staticpageeditor => "Faste Sider Redigering",
  40      writtenby => "Skrevet af",
  41      date => "Seneste Opdatering",
  42      title => "Titel",
  43      content => "Indhold",
  44      hits => "Hits",
  45      staticpagelist => "Faste Sider Liste",
  46      url => "URL",
  47      edit => "Rediger",
  48      lastupdated => "Sidst Opdateret",
  49      pageformat => "Side Format",
  50      leftrightblocks => "Venstre & Højre Kasser",
  51      blankpage => "Blank Side",
  52      noblocks => "Ingen Kasser",
  53      leftblocks => "Venstre Kasser",
  54      addtomenu => 'Tilføj til Menu',
  55      label => 'Titel',
  56      nopages => 'Der er ingen faste sider i systemet endnu',
  57      save => 'gem',
  58      preview => 'gennemse',
  59      delete => 'slet',
  60      cancel => 'fortryd',
  61      access_denied => 'Adgang Nægtet',
  62      access_denied_msg => 'Du forsøger at få adgang til Fast Side administrationssiderne. Dette forsøg er blevet logget',
  63      all_html_allowed => 'Alle HTML koder er tilladte',
  64      results => 'Fast Side Resultat',
  65      author => 'Forfatter',
  66      no_title_or_content => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.',
  67      no_such_page_anon => 'Log venligst ind..',
  68      no_page_access_msg => "Dette kan skyldes at du ikke er logget ind, eller ikke er oprettet som bruger af {$_CONF["site_name"]}. Bliv venligst <a href=\"{$_CONF['site_url']}/users.php?mode=new\">oprettet som bruger</a> af {$_CONF["site_name"]} for at få fuld brugeradgang",
  69      php_msg => 'PHP: ',
  70      php_warn => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
  71      exit_msg => 'Exit Type: ',
  72      exit_info => 'Enable for Login Required Message.  Leave unchecked for normal security check and message.',
  73      deny_msg => 'Access to this page is denied.  Either the page has been moved/removed or you do not have sufficient permissions.',
  74      stats_headline => 'Top Ten Static Pages',
  75      stats_page_title => 'Page Title',
  76      stats_hits => 'Hits',
  77      stats_no_hits => 'It appears that there are no static pages on this site or no one has ever viewed them.',
  78      id => 'ID',
  79      duplicate_id => 'The ID you chose for this static page is already in use. Please select another ID.',
  80      instructions => "To modify or delete a static page, click on that page's number below. To view a static page, click on the title of the page you wish to view. To create a new static page click on new page above. Click on [C] to create a copy of an existing page.",
  81      centerblock => 'Centerblock: ',
  82      centerblock_msg => 'When checked, this Static Page will be displayed as a center block on the index page.',
  83      topic => 'Topic: ',
  84      position => 'Position: ',
  85      all_topics => 'All',
  86      no_topic => 'Homepage Only',
  87      position_top => 'Top Of Page',
  88      position_feat => 'After Featured Story',
  89      position_bottom => 'Bottom Of Page',
  90      position_entire => 'Entire Page',
  91      head_centerblock => 'Centerblock',
  92      centerblock_no => 'No',
  93      centerblock_top => 'Top',
  94      centerblock_feat => 'Feat. Story',
  95      centerblock_bottom => 'Bottom',
  96      centerblock_entire => 'Entire Page',
  97      'inblock_msg' => 'In a block: ',
  98      'inblock_info' => 'Wrap Static Page in a block.',
  99      'title_edit' => 'Edit page',
 100      'title_copy' => 'Make a copy of this page',
 101      'title_display' => 'Display page',
 102      'select_php_none' => 'do not execute PHP',
 103      'select_php_return' => 'execute PHP (return)',
 104      'select_php_free' => 'execute PHP',
 105      'php_not_activated' => 'The use of PHP in static pages is not activated. Please see the <a href="' . $_CONF['site_url'] . '/docs/staticpages.html#php">documentation</a> for details.',
 106      'printable_format' => 'Printable Format'
 107  );
 108  
 109  // Messages for the plugin upgrade
 110  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
 111  
 112  ?>


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics