~horux-dev/horux-webcli/thfo

« back to all changes in this revision

Viewing changes to yii/framework/messages/es/zii.php

  • Committer: Thierry Forchelet
  • Date: 2011-02-25 13:30:15 UTC
  • Revision ID: thierry.forchelet@letux.ch-20110225133015-zxyj9w7sqv8ly971
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * Message translations.
 
4
 *
 
5
 * This file is automatically generated by 'yiic message' command.
 
6
 * It contains the localizable messages extracted from source code.
 
7
 * You may modify this file by translating the extracted messages.
 
8
 *
 
9
 * Each array element represents the translation (value) of a message (key).
 
10
 * If the value is empty, the message is considered as not translated.
 
11
 * Messages that no longer need translation will have their translations
 
12
 * enclosed between a pair of '@@' marks.
 
13
 *
 
14
 * NOTE, this file must be saved in UTF-8 encoding.
 
15
 *
 
16
 * @version $Id: $
 
17
 */
 
18
return array (
 
19
  'Are you sure you want to delete this item?' => 'Seguro que desea borrar este elemento?',
 
20
  'Delete' => 'Borrar',
 
21
  'Displaying {start}-{end} of {count} result(s).' => 'Desplegando {start}-{end} de {count} resultado(s).',
 
22
  'Either "name" or "value" must be specified for CDataColumn.' => '"name" o "value" deben especificarse para CDataColumn.',
 
23
  'No results found.' => 'No se encontraron resultados.',
 
24
  'Not set' => 'No asignado',
 
25
  'Please specify the "attributes" property.' => 'Favor de especificar la propiedad "attributes".',
 
26
  'Please specify the "data" property.' => 'Favor de especificar la propiedad "data".',
 
27
  'Sort by: ' => 'Ordenar por: ',
 
28
  'The "dataProvider" property cannot be empty.' => 'La propiedad "dataProvider" no puede estar vacia.',
 
29
  'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'El atributo debe especificarse en el formato "Nombre:Tipo:Etiqueta", donde "Tipo" y "Etiqueta" son opcionales.',
 
30
  'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'La columna debe especificarse en el formato "Nombre:Tipo:Etiqueta", donde "Tipo" y "Etiqueta" son opcionales.',
 
31
  'The property "itemView" cannot be empty.' => 'La propiedad "itemView" no puede estar vacia.',
 
32
  'Total {count} result(s).' => 'Total de {count} resultado(s).',
 
33
  'Update' => 'Actualiza',
 
34
  'View' => 'Mostrar',
 
35
  '{class} must specify "model" and "attribute" or "name" property values.' => '{class} doit définir les valeurs des propriétés « model » et « attribute » ou « name ».',
 
36
);