zii.php 2.3 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. 'Are you sure you want to delete this item?' => 'Bekräfta att borttagning skall utföras',
  18. 'Home' => 'Hem',
  19. 'The button type "{type}" is not supported.' => 'Knapptypen "{type}" stöds inte.',
  20. 'Delete' => 'Ta bort',
  21. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Visar {start}-{end} av totalt 1 post.|Visar {start}-{end} av totalt {count} poster.',
  22. 'Either "name" or "value" must be specified for CDataColumn.' => 'Antingen "name" eller "value" måste specificeras för CDataColumn.',
  23. 'No results found.' => 'Inget hittades',
  24. 'Not set' => 'Ej åsatt',
  25. 'Please specify the "attributes" property.' => 'Var god specificera propertyn "attributes".',
  26. 'Please specify the "data" property.' => 'Var god specificera propertyn "data".',
  27. 'Sort by: ' => 'Sorterat på: ',
  28. 'The "dataProvider" property cannot be empty.' => 'Propertyn "dataProvider" kan inte vara blank.',
  29. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Attributet måste specificeras på formatet "Name:Type:Label", där "Type" och "Label" kan utelämnas.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Kolumnen måste specificeras på formatet "Name:Type:Label", där "Type" och "Label" kan utelämnas.',
  31. 'The property "itemView" cannot be empty.' => 'Propertyn "itemView" kan inte vara blank.',
  32. 'Total 1 result.|Total {count} results.' => 'Totalt 1 post.|Totalt {count} poster.',
  33. 'Update' => 'Uppdatera',
  34. 'View' => 'Visa',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} måste specificera propertyvärden "model" och "attribute" eller "name".',
  36. );