zii.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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' => 'Pagina principală',
  21. 'The button type "{type}" is not supported.' => 'Tipul de buton „{type}” nu este suportat.',
  22. 'Are you sure you want to delete this item?' => 'Confirmaţi ştergerea acestui element?',
  23. 'Delete' => 'Ştergere',
  24. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Se afişează 1 rezultat.|Se afişează {start}-{end} din {count} rezultate.',
  25. 'Either "name" or "value" must be specified for CDataColumn.' => 'Trebuie să specificaţi "name" sau "value" pentru CDataColumn.',
  26. 'No results found.' => 'Nu sunt rezultate pentru afişare.',
  27. 'Not set' => 'Nu este definit(ă)',
  28. 'Please specify the "attributes" property.' => 'Definiţi proprietatea „attributes”.',
  29. 'Please specify the "data" property.' => 'Definiţi proprietatea „data”.',
  30. 'Sort by: ' => 'Sortare după: ',
  31. 'The "dataProvider" property cannot be empty.' => 'Proprietatea „dataProvider” nu poate fi nulă.',
  32. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Atributul trebuie definit în formatul „Name:Type:Label”, unde „Type” şi „Label” sunt opţionale.',
  33. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Coloana trebuie definită în formatul „Name:Type:Label”, unde „Type” et „Label” sunt opţionale.',
  34. 'The property "itemView" cannot be empty.' => 'Proprietatea „itemView” nu poate fi nulă',
  35. 'Total 1 result.|Total {count} results.' => 'Total 1 rezultat.|Total {count} rezultate.',
  36. 'Update' => 'Actualizare',
  37. 'View' => 'Vizualizare',
  38. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} trebuie să definească valori pentru proprietăţile „model” şi „attribute” sau „name”.',
  39. );