[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

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

   1  <?php
   2  
   3  ###############################################################################
   4  # spanish.php
   5  # This is the spanish language page for the Geeklog Static Page Plug-in!
   6  #
   7  # Copyright (C) 2001 Tony Bibbs
   8  # tony@tonybibbs.com
   9  #
  10  # This program is free software; you can redistribute it and/or
  11  # modify it under the terms of the GNU General Public License
  12  # as published by the Free Software Foundation; either version 2
  13  # of the License, or (at your option) any later version.
  14  #
  15  # This program is distributed in the hope that it will be useful,
  16  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18  # GNU General Public License for more details.
  19  #
  20  # You should have received a copy of the GNU General Public License
  21  # along with this program; if not, write to the Free Software
  22  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  23  #
  24  ###############################################################################
  25  
  26  ###############################################################################
  27  # Array Format: 
  28  # $LANGXX[YY]:    $LANG - variable name
  29  #              XX - file id number
  30  #            YY - phrase id number
  31  ###############################################################################
  32  
  33  
  34  $LANG_STATIC= array(
  35      newpage => "Nueva Página",
  36      adminhome => "Administración",
  37      staticpages => "Páginas Estáticas",
  38      staticpageeditor => "Editor de páginas estáticas",
  39      writtenby => "Escrito por",
  40      date => "Última edición",
  41      title => "Título",
  42      content => "Contenido",
  43      hits => "Hits",
  44      staticpagelist => "Lista de Páginas Estáticas",
  45      url => "URL",
  46      edit => "Editar",
  47      lastupdated => "Última Edición",
  48      pageformat => "Formato de Página",
  49      leftrightblocks => "Cajas a Derecha e Izquierda",
  50      blankpage => "Página en blanco",
  51      noblocks => "Sin Cajas",
  52      leftblocks => "Cajas a Izquierda",
  53      addtomenu => 'Añadir al menú',
  54      label => 'Etiqueta',
  55      nopages => 'Todavía no hay páginas estáticas',
  56      save => 'guardar',
  57      preview => 'vista previa',
  58      delete => 'eliminar',
  59      cancel => 'cancelar',
  60      access_denied => 'Acceso Denegado',
  61      access_denied_msg => 'Estás intentando acceder a una página de administración de Páginas Estáticas. Ten en cuenta que cualquier acceso a esta página se registra',
  62      all_html_allowed => 'Se permite cualquier etiqueta HTML',
  63      results => 'Resultado de Páginas Estáticas',
  64      author => 'Autor',
  65      no_title_or_content => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.',
  66      no_such_page_anon => 'Please log in..',
  67      no_page_access_msg => "This could be because you're not logged in, or not a member of {$_CONF["site_name"]}. Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> become a member</a> of {$_CONF["site_name"]} to receive full membership access",
  68      php_msg => 'PHP: ',
  69      php_warn => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
  70      exit_msg => 'Exit Type: ',
  71      exit_info => 'Enable for Login Required Message.  Leave unchecked for normal security check and message.',    
  72      deny_msg => 'Access to this page is denied.  Either the page has been moved/removed or you do not have sufficient permissions.',
  73      stats_headline => 'Top Ten Static Pages',
  74      stats_page_title => 'Page Title',
  75      stats_hits => 'Hits',
  76      stats_no_hits => 'It appears that there are no static pages on this site or no one has ever viewed them.',
  77      id => 'ID',
  78      duplicate_id => 'The ID you chose for this static page is already in use. Please select another ID.',
  79      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.",
  80      centerblock => 'Centerblock: ',
  81      centerblock_msg => 'When checked, this Static Page will be displayed as a center block on the index page.',
  82      topic => 'Topic: ',
  83      position => 'Position: ',
  84      all_topics => 'All',
  85      no_topic => 'Homepage Only',
  86      position_top => 'Top Of Page',
  87      position_feat => 'After Featured Story',
  88      position_bottom => 'Bottom Of Page',
  89      position_entire => 'Entire Page',
  90      head_centerblock => 'Centerblock',
  91      centerblock_no => 'No',
  92      centerblock_top => 'Top',
  93      centerblock_feat => 'Feat. Story',
  94      centerblock_bottom => 'Bottom',
  95      centerblock_entire => 'Entire Page',
  96      'select_php_none' => 'do not execute PHP',
  97      'select_php_return' => 'execute PHP (return)',
  98      'select_php_free' => 'execute PHP',
  99      '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.',
 100      'printable_format' => 'Printable Format'
 101  );
 102  
 103  // Messages for the plugin upgrade
 104  $PLG_staticpages_MESSAGE3002 = $LANG32[9];
 105  
 106  ?>


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