zii.php 2.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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. return array (
  17. 'Home' => 'Home',
  18. 'The button type "{type}" is not supported.' => 'Il pulsante "{type}" non è supportato.',
  19. 'Are you sure you want to delete this item?' => 'Sei sicuro di voler cancellare questo oggetto?',
  20. 'Delete' => 'Cancella',
  21. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Visualizzazione {start}-{end} di 1 risultato.|Visualizzazione {start}-{end} di {count} risultati.',
  22. 'Either "name" or "value" must be specified for CDataColumn.' => 'Per CDataColumn deve essere specificato o il "name" o il "value".',
  23. 'No results found.' => 'Nessun risultato trovato.',
  24. 'Not set' => 'Non impostato',
  25. 'Please specify the "attributes" property.' => 'Occorre specificare la proprietà "attributes".',
  26. 'Please specify the "data" property.' => 'Occorre specificare la proprietà "data".',
  27. 'Sort by: ' => 'Ordina per:',
  28. 'The "dataProvider" property cannot be empty.' => 'La proprietà "dataProvider" non può essere vuota.',
  29. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'L\'attributo deve essere specificato nel formato "Name:Type:Label", dove "Type" e "Label" sono opzionali.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'La colonna deve essere specificata nel formato "Name:Type:Label", dove "Type" e "Label" sono opzionali.',
  31. 'The property "itemView" cannot be empty.' => 'La proprietà "itemView" non può essere vuota.',
  32. 'Total 1 result.|Total {count} results.' => 'Totale di 1 risultato.|Totale di {count} risultati.',
  33. 'Update' => 'Aggiorna',
  34. 'View' => 'Vedi',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} deve specificare il/i valore/i delle proprietà "model" e "attribute" o "name".',
  36. );