de.php in Sassy 7
File
phamlp/haml/messages/de.php
View source
<?php
return array(
'Attribute must be "class" or "id" with array value' => 'Attribute müssen "class" oder "id" mit array-wert',
'Illegal indentation level ({indentLevel}); indentation level can only increase by one' => 'Illegale einrückungsebene ({indentLevel}); einrückungsebene kann nur von einem anstieg',
'Invalid indentation' => 'Ungültige einrückung',
'Invalid {what}' => 'Ungültige {what}',
'Invalid {what} ({value}); must be one of "{options}"' => 'Ungültige {what} ({value}); muss einer der "{options}"',
'Mixed indentation not allowed' => 'Mixed einzug nicht erlaubt',
'No getter function for {what}' => 'Kein getter-funktion für {what}',
'No setter function for {what}' => 'Kein setter-funktion für {what}',
'Unable to find {what}: {filename}' => 'Kann zu finden {what}: {filename}',
'{what} must extend {base} class' => '{what} muss {base} klasse erweitern',
);