de.php 1.6 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /* SVN FILE: $Id: SassRuleNode.php 49 2010-04-04 10:51:24Z chris.l.yates $ */
  3. /**
  4. * Message translations.
  5. *
  6. * This file is contains the localizable messages for Haml. You may modify this
  7. * file by translating the messages and saving with the filename language.php
  8. * where "language" is the language ID of the translations.
  9. *
  10. * Each array element represents the translation (value) of a message (key).
  11. * If the value is empty the message is considered as not translated.
  12. *
  13. * NOTE: this file must be saved in UTF-8 encoding.
  14. *
  15. * @author Chris Yates <chris.l.yates@gmail.com>
  16. * @copyright Copyright (c) 2010 PBM Web Development
  17. * @license http://phamlp.googlecode.com/files/license.txt
  18. * @package PHamlP
  19. * @subpackage Haml.messages
  20. */
  21. return array (
  22. 'Attribute must be "class" or "id" with array value'=>'Attribute müssen "class" oder "id" mit array-wert',
  23. 'Illegal indentation level ({indentLevel}); indentation level can only increase by one'=>'Illegale einrückungsebene ({indentLevel}); einrückungsebene kann nur von einem anstieg',
  24. 'Invalid indentation'=>'Ungültige einrückung',
  25. 'Invalid {what}'=>'Ungültige {what}',
  26. 'Invalid {what} ({value}); must be one of "{options}"'=>'Ungültige {what} ({value}); muss einer der "{options}"',
  27. 'Mixed indentation not allowed'=>'Mixed einzug nicht erlaubt',
  28. 'No getter function for {what}'=>'Kein getter-funktion für {what}',
  29. 'No setter function for {what}'=>'Kein setter-funktion für {what}',
  30. 'Unable to find {what}: {filename}'=>'Kann zu finden {what}: {filename}',
  31. '{what} must extend {base} class'=>'{what} muss {base} klasse erweitern',
  32. );