zii.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE, this file must be saved in UTF-8 encoding.
  18. */
  19. return array (
  20. 'Are you sure you want to delete this item?' => '¿Está seguro que desea borrar este elemento?',
  21. 'Delete' => 'Borrar',
  22. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Viendo {start}-{end} de 1 resultado.|Viendo {start}-{end} de {count} resultados.',
  23. 'Either "name" or "value" must be specified for CDataColumn.' => 'Deben especificarse ya sea "name" o "value" para CDataColumn.',
  24. 'Home' => 'Inicio',
  25. 'No results found.' => 'No se encontraron resultados.',
  26. 'Not set' => 'No asignado',
  27. 'Please specify the "attributes" property.' => 'Por favor especifique la propiedad "attributes".',
  28. 'Please specify the "data" property.' => 'Por favor especifique la propiedad "data".',
  29. 'Sort by: ' => 'Ordenar por: ',
  30. 'The "dataProvider" property cannot be empty.' => 'La propiedad "dataProvider" no puede estar vacia.',
  31. '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.',
  32. 'The button type "{type}" is not supported.' => 'El tipo de botón "{type}" no es soportado.',
  33. '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.',
  34. 'The property "itemView" cannot be empty.' => 'La propiedad "itemView" no puede estar vacia.',
  35. 'The property filterSelector should be defined.' => 'La propiedad filterSelector debería estar definida.',
  36. 'The property updateSelector should be defined.' => 'La propiedad updateSelector debería estar definida.',
  37. 'Total 1 result.|Total {count} results.' => 'Total de 1 resultado.|Total de {count} resultados.',
  38. 'Update' => 'Actualizar',
  39. 'View' => 'Ver',
  40. '{class} must specify "model" and "{attribute}" or "{name}" property values.' => '{class} debe especificar valores para las propiedades "model" y "{attribute}" o para "{name}".',
  41. );