50 lines
3.4 KiB
PHP
50 lines
3.4 KiB
PHP
<?php
|
|
/**
|
|
* Message translations.
|
|
*
|
|
* This file is automatically generated by 'yiic message' command.
|
|
* It contains the localizable messages extracted from source code.
|
|
* You may modify this file by translating the extracted messages.
|
|
*
|
|
* Each array element represents the translation (value) of a message (key).
|
|
* If the value is empty, the message is considered as not translated.
|
|
* Messages that no longer need translation will have their translations
|
|
* enclosed between a pair of '@@' marks.
|
|
*
|
|
* Message string can be used with plural forms format. Check i18n section
|
|
* of the guide for details.
|
|
*
|
|
* NOTE, this file must be saved in UTF-8 encoding.
|
|
*/
|
|
return array (
|
|
'Ctype extension' => 'Ctype Erweiterung',
|
|
'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'Um memcached verwenden zu können, muss <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> auf <code>true</code> gesetzt werden.',
|
|
'$_SERVER does not have {vars}.' => '$_SERVER verfügt nicht über {vars}.',
|
|
'$_SERVER variable' => '$_SERVER Variable',
|
|
'$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] muss auf das Startscript verweisen.',
|
|
'APC extension' => 'APC Erweiterung',
|
|
'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Alle <a href="http://www.yiiframework.com/doc/api/#system.db">DB-bezogenen Klassen</a>',
|
|
'DOM extension' => 'DOM Erweiterung',
|
|
'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Entweder $_SERVER["REQUEST_URI"] oder $_SERVER["QUERY_STRING"] müssen exisitieren.',
|
|
'GD extension with<br />FreeType support' => 'GD Erweiterung mit <br />FreeType-Unterstützung',
|
|
'GD installed<br />FreeType support not installed' => 'GD installiert<br />FreeType-Unterstützung nicht installiert',
|
|
'GD not installed' => 'GD nicht installiert',
|
|
'Mcrypt extension' => 'Mcyrpt Erweiterung',
|
|
'Memcache extension' => 'Memcache Erweiterung',
|
|
'PCRE extension' => 'PCRE Erweiterung',
|
|
'PDO MySQL extension' => 'PDO MySQL Erweiterung',
|
|
'PDO PostgreSQL extension' => 'PDO PostgreSQL Erweiterung',
|
|
'PDO SQLite extension' => 'PDO SQLite Erweiterung',
|
|
'PDO extension' => 'PDO Erweiterung',
|
|
'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 oder neuer wird benötigt.',
|
|
'PHP version' => 'PHP Version',
|
|
'Reflection extension' => 'Reflection Erweiterung',
|
|
'SOAP extension' => 'SOAP Erweiterung',
|
|
'SPL extension' => 'SPL Erweiterung',
|
|
'This is required by encrypt and decrypt methods.' => 'Wird für Ver- und Entschlüsselungsmethoden benötigt.',
|
|
'This is required if you are using MySQL database.' => 'Wird für die Verwendung einer MySQL Datenbank benötigt.',
|
|
'This is required if you are using PostgreSQL database.' => 'Wird für die Verwendung einer PostgreSQL Datenbank benötigt.',
|
|
'This is required if you are using SQLite database.' => 'Wird für die Verwendung einer SQLite Datenbank benötigt.',
|
|
'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Die URL-Pfadinformation kann nicht ermittelt werden. Stellen Sie bitte sicher, dass $_SERVER["PATH_INFO"] (oder $_SERVER["PHP_SELF"] und $_SERVER["SCRIPT_NAME"]) den entsprechenden Wert enthält.',
|
|
);
|