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. 'Home' => 'Home',
  21. 'The button type "{type}" is not supported.' => 'El tipus de botó "{type}" no és suportat.',
  22. 'The property filterSelector should be defined.' => 'La propietat filterSelector hauría d\'estar definida.',
  23. 'The property updateSelector should be defined.' => 'La propietat updateSelector hauría d\'estar definida.',
  24. 'Are you sure you want to delete this item?' => 'De debò que vol eliminar aquest element?',
  25. 'Delete' => 'Eliminar',
  26. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Desplegant {start}-{end} de 1 resultat.|Desplegant {start}-{end} de {count} resultats.',
  27. 'Either "name" or "value" must be specified for CDataColumn.' => '"name" o "value" s\'han d\'especificar per a CDataColumn.',
  28. 'No results found.' => 'No s\'han trobat resultats.',
  29. 'Not set' => 'No assignat.',
  30. 'Please specify the "attributes" property.' => 'Si us plau, especifiqui la propietat d\'atributs "attributes".',
  31. 'Please specify the "data" property.' => 'Si us plau, especifiqui la propietat "data".',
  32. 'Sort by: ' => 'Ordenat per: ',
  33. 'The "dataProvider" property cannot be empty.' => 'La propietat "dataProvider" no pot ser buida.',
  34. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'L\'atribut ha d\'especificar-se en el format "Nom:Tipus:Etiqueta", en què "Tipus" i "Etiqueta" són opcionals.',
  35. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'La columna ha d\'especificar-se en el format "Nom:Tipus:Etiqueta", en què "Tipus" i "Etiqueta" són opcionals.',
  36. 'The property "itemView" cannot be empty.' => 'La propietat "itemView" no pot ser buida.',
  37. 'Total 1 result.|Total {count} results.' => 'Total de 1 resultat.|Total de {count} resultats.',
  38. 'Update' => 'Actualitzar',
  39. 'View' => 'Mostrar',
  40. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} ha d\'especificar valor/s per a "model" i "atributte" o per a "name".',
  41. );