Sha256: a24fce839f3037a3a8487bd585e5400af877fb7ec265b64a70034f39b6664f4a

Contents?: true

Size: 1.63 KB

Versions: 3

Compression:

Stored size: 1.63 KB

Contents

<?php
/* SVN FILE: $Id: SassRuleNode.php 49 2010-04-04 10:51:24Z chris.l.yates $ */
/**
 * Message translations.
 *
 * This file is contains the localizable messages for Haml. You may modify this
 * file by translating the messages and saving with the filename language.php
 * where "language" is the language ID of the translations.
 *
 * Each array element represents the translation (value) of a message (key).
 * If the value is empty the message is considered as not translated.
 *
 * NOTE: this file must be saved in UTF-8 encoding.
 *
 * @author			Chris Yates <chris.l.yates@gmail.com>
 * @copyright 	Copyright (c) 2010 PBM Web Development
 * @license			http://phamlp.googlecode.com/files/license.txt
 * @package			PHamlP
 * @subpackage	Haml.messages
 */
	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',
  );

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
frontsau-0.0.3 lib/Phamlp/haml/messages/de.php
frontsau-0.0.2 lib/Phamlp/haml/messages/de.php
frontsau-0.0.1 lib/Phamlp/haml/messages/de.php