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?' => 'Er du sikker på at du vil slette dette elementet?',
  18. 'Home' => 'Hjem',
  19. 'The button type "{type}" is not supported.' => 'Knapp av typen "{type}" støttes ikke.',
  20. 'Delete' => 'Slett',
  21. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Viser 1 av totalt 1 resultat.|Viser {start}-{end} av totalt {count} resultater.',
  22. 'Either "name" or "value" must be specified for CDataColumn.' => 'Enten "name" eller "value" må oppgis for CDataColumn.',
  23. 'No results found.' => 'Ingen resultat funnet',
  24. 'Not set' => 'Ikke satt',
  25. 'Please specify the "attributes" property.' => 'Vennligst spesifiser egenskapen "attributes".',
  26. 'Please specify the "data" property.' => 'Vennligst spesifiser egneskapen "data".',
  27. 'Sort by: ' => 'Sorter på: ',
  28. 'The "dataProvider" property cannot be empty.' => 'Egenskapen "dataProvider" kan ikke være tom.',
  29. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Attributtet må angis på formatet "Name:Type:Label", der "Type" og "Label" kan utelates.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Kollonnen må anigs på formatet "Name:Type:Label", der "Type" og "Label" kan utelates.',
  31. 'The property "itemView" cannot be empty.' => 'Egenskapen "itemView" kan ikke være tom.',
  32. 'Total 1 result.|Total {count} results.' => 'Totalt 1 resultat.|Totalt {count} resultater.',
  33. 'Update' => 'Oppdater',
  34. 'View' => 'Vis',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} må spesifisere verdier for egenskapene "model" og "attribute" eller "name".',
  36. );