summaryrefslogtreecommitdiff
path: root/requirements/messages
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-13 23:11:05 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-13 23:11:05 +0200
commit341cc4dd9c53ffbfb863e026dd58549c1082c7a7 (patch)
tree1bbbed20313bafb9b063b6b4d894fe580d8b000f /requirements/messages
yii-framework 1.1.10 hinzugefügtHEADmaster
Diffstat (limited to 'requirements/messages')
-rw-r--r--requirements/messages/.htaccess1
-rw-r--r--requirements/messages/ar/yii.php44
-rw-r--r--requirements/messages/bg/yii.php34
-rw-r--r--requirements/messages/config.php17
-rw-r--r--requirements/messages/de/yii.php51
-rw-r--r--requirements/messages/de_de/yii.php43
-rw-r--r--requirements/messages/el/yii.php51
-rw-r--r--requirements/messages/es/yii.php44
-rw-r--r--requirements/messages/fr/yii.php44
-rw-r--r--requirements/messages/he/yii.php43
-rw-r--r--requirements/messages/hu/yii.php44
-rw-r--r--requirements/messages/id/yii.php51
-rw-r--r--requirements/messages/it/yii.php43
-rw-r--r--requirements/messages/ja/yii.php46
-rw-r--r--requirements/messages/nl/yii.php43
-rw-r--r--requirements/messages/no/yii.php44
-rw-r--r--requirements/messages/pl/yii.php46
-rw-r--r--requirements/messages/pt/yii.php44
-rw-r--r--requirements/messages/pt_br/yii.php52
-rw-r--r--requirements/messages/ro/yii.php44
-rw-r--r--requirements/messages/ru/yii.php44
-rw-r--r--requirements/messages/sk/yii.php44
-rw-r--r--requirements/messages/sv/yii.php51
-rw-r--r--requirements/messages/ta_in/yii.php47
-rw-r--r--requirements/messages/vi/yii.php43
-rw-r--r--requirements/messages/zh_cn/yii.php43
-rw-r--r--requirements/messages/zh_tw/yii.php43
27 files changed, 1144 insertions, 0 deletions
diff --git a/requirements/messages/.htaccess b/requirements/messages/.htaccess
new file mode 100644
index 0000000..8d2f256
--- /dev/null
+++ b/requirements/messages/.htaccess
@@ -0,0 +1 @@
+deny from all
diff --git a/requirements/messages/ar/yii.php b/requirements/messages/ar/yii.php
new file mode 100644
index 0000000..13c733a
--- /dev/null
+++ b/requirements/messages/ar/yii.php
@@ -0,0 +1,44 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER لايحتوي {vars}.',
+ '$_SERVER variable' => '$_SERVER متغير',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] يجب ان يكون مساوي لمسار الملف الافتتاحي للسكربت (entry script file).',
+ 'APC extension' => 'لاحقة APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'جميع <a href="http://www.yiiframework.com/doc/api/#system.db">الفئات ذات العلاقة</a>',
+ 'DOM extension' => 'DOM لاحقة',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'يجب أن يتوفر إما $_SERVER["REQUEST_URI"] أو $_SERVER["QUERY_STRING"].',
+ 'GD extension' => 'GD لاحقة',
+ 'Mcrypt extension' => 'Mcrypt لاحقة',
+ 'Memcache extension' => 'Memcache لاحقة',
+ 'PCRE extension' => 'PCRE لاحقة',
+ 'PDO MySQL extension' => 'PDO MySQL لاحقة',
+ 'PDO PostgreSQL extension' => 'PDO PostgreSQL لاحقة',
+ 'PDO SQLite extension' => 'PDO SQLite لاحقة',
+ 'PDO extension' => 'PDO لاحقة',
+ 'PHP 5.1.0 or higher is required.' => 'يجب وجود إصدارة PHP 5.1.0 أو أعلى.',
+ 'PHP version' => 'إصدارة PHP',
+ 'Reflection extension' => 'Reflection لاحقة',
+ 'SOAP extension' => 'SOAP لاحقة',
+ 'SPL extension' => 'SPL لاحقة',
+ 'This is required by encrypt and decrypt methods.' => 'مطلوب من أجل وظائف التشفير وفك التشفير.',
+ 'This is required if you are using MySQL database.' => 'مطلوب اذا كنت تستخدم قواعد البيانات MySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'مطلوب اذا كنت تستخدم قواعد البيانات PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'مطلوب اذا كنت تستخدم قواعد البيانات SQLite.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'غير قادر على تحديد معلومات مسار العنوان. الرجاء التحقق من أن $_SERVER["PATH_INFO"] (أو $_SERVER["PHP_SELF"] و $_SERVER["SCRIPT_NAME"]) تحتوي على القيم الصحيحة.',
+);
diff --git a/requirements/messages/bg/yii.php b/requirements/messages/bg/yii.php
new file mode 100644
index 0000000..6896156
--- /dev/null
+++ b/requirements/messages/bg/yii.php
@@ -0,0 +1,34 @@
+<?php
+/**
+ * Message translations.
+ *
+ *
+ * @version $Id: 1
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER няма {vars}.',
+ '$_SERVER variable' => '$_SERVER променлива',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] трябва да бъде същия като пътя до началния скрипт',
+ 'APC extension' => 'APC добавка',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Всички <a href="http://www.yiiframework.com/doc/api/#system.db">класове за работа с базата от данни</a>.',
+ 'DOM extension' => 'DOM разширение',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Или $_SERVER["REQUEST_URI"] или $_SERVER["QUERY_STRING"] трябва да съществуват',
+ 'GD extension' => 'GD разширение',
+ 'Mcrypt extension' => 'Mcrypt разширение',
+ 'Memcache extension' => 'Memcache разширение',
+ 'PCRE extension' => 'PCRE разширение',
+ 'PDO MySQL extension' => 'PDO MySQL разширение',
+ 'PDO PostgreSQL extension' => 'PDO PostgreSQL разширение',
+ 'PDO SQLite extension' => 'PDO SQLite разширение',
+ 'PDO extension' => 'PDO разширение',
+ 'PHP 5.1.0 or higher is required.' => 'Изисква се минимум PHP 5.1.0.',
+ 'PHP version' => 'PHP версия',
+ 'Reflection extension' => 'Reflection разширение',
+ 'SOAP extension' => 'SOAP разширение',
+ 'SPL extension' => 'SPL разширение',
+ 'This is required by encrypt and decrypt methods.' => 'Тове се изисква от методите за криптиране/декриптиране.',
+ 'This is required if you are using MySQL database.' => 'Това се изисква ако използвате MySQL база от данни.',
+ 'This is required if you are using PostgreSQL database.' => 'Това се изисква ако използвате PostgreSQL база от данни.',
+ 'This is required if you are using SQLite database.' => 'Това се изисква ако използвате SQLite база от данни.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Невъзможно е да се определи URL адреса. Моля, проверете дали $_SERVER["PATH_INFO"] (или $_SERVER["PHP_SELF"] и $_SERVER["SCRIPT_NAME"]) съдържат коректни стойности.',
+);
diff --git a/requirements/messages/config.php b/requirements/messages/config.php
new file mode 100644
index 0000000..13a23c1
--- /dev/null
+++ b/requirements/messages/config.php
@@ -0,0 +1,17 @@
+<?php
+/**
+ * This is the configuration for generating message translations
+ * for the Yii requirement checker. It is used by the 'yiic message' command.
+ */
+return array(
+ 'sourcePath'=>dirname(__FILE__).DIRECTORY_SEPARATOR.'..',
+ 'messagePath'=>dirname(__FILE__),
+ 'languages'=>array('zh_cn','zh_tw','de','es','el','sv','he','nl','pt','ru','it','fr','ja','pl','hu','ro','id','vi','bg'),
+ 'fileTypes'=>array('php'),
+ 'translator'=>'t',
+ 'exclude'=>array(
+ '.svn',
+ '/messages',
+ '/views',
+ ),
+); \ No newline at end of file
diff --git a/requirements/messages/de/yii.php b/requirements/messages/de/yii.php
new file mode 100644
index 0000000..8ee3698
--- /dev/null
+++ b/requirements/messages/de/yii.php
@@ -0,0 +1,51 @@
+<?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.
+ *
+ * @version $Id: $
+ */
+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.',
+);
diff --git a/requirements/messages/de_de/yii.php b/requirements/messages/de_de/yii.php
new file mode 100644
index 0000000..f02de5b
--- /dev/null
+++ b/requirements/messages/de_de/yii.php
@@ -0,0 +1,43 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_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 der selbe Eingangsscriptpfad sein.',
+ '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-bezüglichen 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' => 'GD Erweiterung',
+ '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 if you are using MySQL database.' => 'Dies wird bei Verwendung einer MySQL Datenbank benötigt.',
+ 'This is required if you are using PostgreSQL database.' => 'Dies wird bei Verwendung einer PostgreSQL Datenbank benötigt.',
+ 'This is required if you are using SQLite database.' => 'Dies wird bei 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 entweder $_SERVER["PATH_INFO"] (oder $_SERVER["PHP_SELF"] und $_SERVER["SCRIPT_NAME"]) mit korrekten Werten gefüllt sind.',
+);
diff --git a/requirements/messages/el/yii.php b/requirements/messages/el/yii.php
new file mode 100644
index 0000000..91bc594
--- /dev/null
+++ b/requirements/messages/el/yii.php
@@ -0,0 +1,51 @@
+<?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.
+ *
+ * @version $Id: yii.php 2164 2011-06-23 13:46:17Z yiifrmwrk@lourdas.name $
+ */
+return array (
+ 'Ctype extension' => 'Επέκταση Ctype',
+ '$_SERVER does not have {vars}.' => 'Ο πίνακας $_SERVER δεν περιέχει τη(τις) μεταβλητή(-ές) {vars}.',
+ '$_SERVER variable' => 'Μεταβλητή $_SERVER',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => 'Το $_SERVER["SCRIPT_FILENAME"] πρέπει να είναι το ίδιο με το αρχικό αρχείο σεναρίου.',
+ 'APC extension' => 'Επέκταση APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Όλες οι <a href="http://www.yiiframework.com/doc/api/#system.db">σχετικές με βάση κλάσεις</a>',
+ 'DOM extension' => 'Επέκταση DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Πρέπει να υπάρχει είτε το $_SERVER["REQUEST_URI"] είτε το $_SERVER["QUERY_STRING"].',
+ 'GD extension with<br />FreeType support' => 'Επέκταση GD με<br />υποστήριξη για FreeType',
+ 'GD installed<br />FreeType support not installed' => 'Επέκταση GD εγκατεστημένη<br />υποστήριξη FreeType δεν υπάρχει.',
+ 'GD not installed' => 'Δεν είναι εγκατεστημένη η επέκταση GD',
+ 'Mcrypt extension' => 'Επέκταση Mcrypt',
+ 'Memcache extension' => 'Επέκταση Memcache',
+ 'PCRE extension' => 'Επέκταση PCRE',
+ 'PDO MySQL extension' => 'Επέκταση PDO MySQL',
+ 'PDO PostgreSQL extension' => 'Επέκταση PDO PostgreSQL',
+ 'PDO SQLite extension' => 'Επέκταση PDO SQLite',
+ 'PDO extension' => 'Επέκταση PDO',
+ 'PHP 5.1.0 or higher is required.' => 'Απαιτείται PHP 5.1.0 ή μεγαλύτερης έκδοσης.',
+ 'PHP version' => 'Έκδοση PHP',
+ 'Reflection extension' => 'Επέκταση Reflection',
+ 'SOAP extension' => 'Επέκταση SOAP',
+ 'SPL extension' => 'Επέκταση SPL',
+ 'This is required by encrypt and decrypt methods.' => 'Απαιτείται από τις μεθόδους κρυπτογράφησης και αποκρυπτογράφησης.',
+ 'This is required if you are using MySQL database.' => 'Απαιτείται αν χρησιμοποιείτε βάση MySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'Απαιτείται αν χρησιμοποιείτε βάση PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'Απαιτείται αν χρησιμοποιείτε βάση SQLite.',
+ 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'Για να χρησιμοποιήσετε memcached, ορίστε το <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> να είναι <code>true</code>.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Δεν ήταν δυνατός ο καθορισμός της διαδρομής URL. Σιγουρευτείτε ότι το $_SERVER["PATH_INFO"] (ή $_SERVER["PHP_SELF"] και $_SERVER["SCRIPT_NAME"]) περιέχει τη σωστή τιμή.',
+);
diff --git a/requirements/messages/es/yii.php b/requirements/messages/es/yii.php
new file mode 100644
index 0000000..1f4e042
--- /dev/null
+++ b/requirements/messages/es/yii.php
@@ -0,0 +1,44 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER no contiene {vars}',
+ '$_SERVER variable' => 'variable de $_SERVER',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] debe ser igual a la ruta de entrada del script',
+ 'APC extension' => 'Extensión APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Todas las <a href="http://www.yiiframework.com/doc/api/#system.db">clases relacionadas con DB</a>',
+ 'DOM extension' => 'Extensión DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] o $_SERVER["QUERY_STRING"] deben existir.',
+ 'GD extension' => 'Extensión GD',
+ 'Mcrypt extension' => 'Extensión Mcrypt',
+ 'Memcache extension' => 'Extensión Memcache',
+ 'PCRE extension' => 'Extensión PCRE',
+ 'PDO MySQL extension' => 'Extensión PDO MySQL',
+ 'PDO PostgreSQL extension' => 'Extension PDO PostgreSQL',
+ 'PDO SQLite extension' => 'Extensión PDO SQLite',
+ 'PDO extension' => 'Extensión PDO',
+ 'PHP 5.1.0 or higher is required.' => 'Requiere PHP 5.1.0 o superior',
+ 'PHP version' => 'Versión PHP',
+ 'Reflection extension' => 'Extensión Reflection',
+ 'SOAP extension' => 'Extensión SOAP',
+ 'SPL extension' => 'Extensión SPL',
+ 'This is required if you are using MySQL database.' => 'Esto es requerido si se utiliza una base de datos MySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'Esto es requerido si se utiliza una base de datos PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'Esto es requerido si se utiliza una base de datos SQLite.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.'
+ => 'No es posible determinar la ruta de información. Por favor asegúrese que $_SERVER["PATH_INFO"] o ($_SERVER["PHP_SELF"] y $_SERVER["SCRIPT_NAME"]) contenga/n un valor correcto.',
+);
diff --git a/requirements/messages/fr/yii.php b/requirements/messages/fr/yii.php
new file mode 100644
index 0000000..4cf0675
--- /dev/null
+++ b/requirements/messages/fr/yii.php
@@ -0,0 +1,44 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER ne contient pas {vars}.',
+ '$_SERVER variable' => 'variable $_SERVER',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] doit être égal au chemin du script d\'entrée.',
+ 'APC extension' => 'extension APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Toutes les <a href="http://www.yiiframework.com/doc/api/#system.db">classes relatives aux BD</a>.',
+ 'DOM extension' => 'extension DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Soit $_SERVER["REQUEST_URI"] soit $_SERVER["QUERY_STRING"] doit être défini.',
+ 'GD extension' => 'extension GD',
+ 'Mcrypt extension' => 'extension Mcrypt',
+ 'Memcache extension' => 'extension Memcache',
+ 'PCRE extension' => 'extension PCRE',
+ 'PDO MySQL extension' => 'extension PDO MySQL',
+ 'PDO PostgreSQL extension' => 'extension PDO PostgreSQL',
+ 'PDO SQLite extension' => 'extension PDO SQLite',
+ 'PDO extension' => 'extension PDO',
+ 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 ou supérieur est requis.',
+ 'PHP version' => 'Version de PHP',
+ 'Reflection extension' => 'extension Reflection',
+ 'SOAP extension' => 'extension SOAP',
+ 'SPL extension' => 'extension SPL',
+ 'This is required by encrypt and decrypt methods.' => 'Nécessaire pour les méthodes encrypt et decrypt.',
+ 'This is required if you are using MySQL database.' => 'Cette extension est requise si vous utilisez une base de donnée MySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'Cette extension est requise si vous utilisez une base de donnée PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'Cette extension est requise si vous utilisez une base de donnée SQLite.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Impossible de déterminer les informations sur le chemin dans l\'URL. Vérifier que $_SERVER["PATH_INFO"] (ou $_SERVER["PHP_SELF"] et $_SERVER["SCRIPT_NAME"]) ont la bonne valeur',
+);
diff --git a/requirements/messages/he/yii.php b/requirements/messages/he/yii.php
new file mode 100644
index 0000000..6a5e888
--- /dev/null
+++ b/requirements/messages/he/yii.php
@@ -0,0 +1,43 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER לא מכיל {vars}.',
+ '$_SERVER variable' => '$_SERVER משתנה',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] חייב להיות זהה לנתיב המלא לקובץ הראשי.',
+ 'APC extension' => 'תוסף APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'כל <a href="http://www.yiiframework.com/doc/api/#system.db">מחלקות מסדי הנתונים</a>',
+ 'DOM extension' => 'תוסף DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] או $_SERVER["QUERY_STRING"] חייב להיות קיים.',
+ 'GD extension' => 'תוסף GD',
+ 'Mcrypt extension' => 'תוסף Mcrypt',
+ 'Memcache extension' => 'תוסף Memcache',
+ 'PCRE extension' => 'תוסף PCRE',
+ 'PDO MySQL extension' => 'תוסף PDO MySQL',
+ 'PDO PostgreSQL extension' => 'תוסף PDO PostgreSQL',
+ 'PDO SQLite extension' => 'תוסף PDO SQLite',
+ 'PDO extension' => 'תוסף PDO',
+ 'PHP 5.1.0 or higher is required.' => 'PHP בגרסא 5.1.0 או יותר דרוש.',
+ 'PHP version' => 'גרסאת PHP',
+ 'Reflection extension' => 'תוסף Reflection',
+ 'SOAP extension' => 'תוסף SOAP',
+ 'SPL extension' => 'תוסף SPL',
+ 'This is required if you are using MySQL database.' => 'תוסף זה נחוץ אם הינך מתכוון להשתמש במסד נתונים מסוג MYSQL.',
+ 'This is required if you are using PostgreSQL database.' => 'תוסף זה נחוץ אם הינך מתכוון להשתמש במסד נתונים מסוג PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'תוסף זה נחוץ אם הינך מתכוון להשתמש במסד נתונים מסוג SQLite.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'לא ניתן לזהות את נתיבי הקישור. אנא וודא שהערך $_SERVER["PATH_INFO"] (או $_SERVER["PHP_SELF"] ו $_SERVER["SCRIPT_NAME"]) מכילים ערכים מתאימים.',
+);
diff --git a/requirements/messages/hu/yii.php b/requirements/messages/hu/yii.php
new file mode 100644
index 0000000..1f60573
--- /dev/null
+++ b/requirements/messages/hu/yii.php
@@ -0,0 +1,44 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '',
+ '$_SERVER variable' => '',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '',
+ 'APC extension' => '',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => '',
+ 'DOM extension' => '',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '',
+ 'GD extension' => '',
+ 'Mcrypt extension' => '',
+ 'Memcache extension' => '',
+ 'PCRE extension' => '',
+ 'PDO MySQL extension' => '',
+ 'PDO PostgreSQL extension' => '',
+ 'PDO SQLite extension' => '',
+ 'PDO extension' => '',
+ 'PHP 5.1.0 or higher is required.' => '',
+ 'PHP version' => '',
+ 'Reflection extension' => '',
+ 'SOAP extension' => '',
+ 'SPL extension' => '',
+ 'This is required by encrypt and decrypt methods.' => '',
+ 'This is required if you are using MySQL database.' => '',
+ 'This is required if you are using PostgreSQL database.' => '',
+ 'This is required if you are using SQLite database.' => '',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => '',
+);
diff --git a/requirements/messages/id/yii.php b/requirements/messages/id/yii.php
new file mode 100644
index 0000000..5c60346
--- /dev/null
+++ b/requirements/messages/id/yii.php
@@ -0,0 +1,51 @@
+<?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.
+ *
+ * @version $Id: $
+ */
+return array (
+ 'Ctype extension' => 'Extension Ctype',
+ '$_SERVER does not have {vars}.' => '$_SERVER tidak memiliki {vars}.',
+ '$_SERVER variable' => 'Variabel $_SERVER',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] harus sama dengan alur file skrip entri',
+ 'APC extension' => 'Extension APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Semua <a href="http://www.yiiframework.com/doc/api/#system.db">kelas berhubungan DB </a>',
+ 'DOM extension' => 'Extension DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Salah satu dari $_SERVER["REQUEST_URI"] atau $_SERVER["QUERY_STRING"] harus ada.',
+ 'GD extension with<br />FreeType support' => 'Dukungan Extension GD dengan <br/>FreeType',
+ 'GD installed<br />FreeType support not installed' => 'GD terinstalasi<br/>Dukungan FreeType tidak terinstalasi',
+ 'GD not installed' => 'GD tidak terinstalasi',
+ 'Mcrypt extension' => 'Extension Mcrypt',
+ 'Memcache extension' => 'Extension Memcache',
+ 'PCRE extension' => 'Extension PCRE',
+ 'PDO MySQL extension' => 'Extension PDO MySQL',
+ 'PDO PostgreSQL extension' => 'Extension PDO PostgreSQL',
+ 'PDO SQLite extension' => 'Extension PDO SQLite',
+ 'PDO extension' => 'Extension PDO',
+ 'PHP 5.1.0 or higher is required.' => 'Diperlukan PHP 5.1.0 atau lebih tinggi.',
+ 'PHP version' => 'Versi PHP',
+ 'Reflection extension' => 'Extension Reflection',
+ 'SOAP extension' => 'Extension SOAP',
+ 'SPL extension' => 'Extension SPL',
+ 'This is required by encrypt and decrypt methods.' => 'Ini diperlukan oleh method enkripsi dan dekripsi',
+ 'This is required if you are using MySQL database.' => 'Ini diperlukan apabila anda menggunakan database MySQL',
+ 'This is required if you are using PostgreSQL database.' => 'Ini diperlukan apabila anda menggunakan database PostgreSQL',
+ 'This is required if you are using SQLite database.' => 'Ini diperlukan apabila anda menggunakan database SQLite',
+ 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'Untuk menggunakan memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> menjadi <code>true</code>.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Tidak dapat menentukan info alur URL. Harap memastikan $_SERVER["PATH_INFO"] (atau $_SERVER["PHP_SELF"] dan $_SERVER"SCRIPT_NAME"]) berisi nilai yang benar.',
+); \ No newline at end of file
diff --git a/requirements/messages/it/yii.php b/requirements/messages/it/yii.php
new file mode 100644
index 0000000..992c66b
--- /dev/null
+++ b/requirements/messages/it/yii.php
@@ -0,0 +1,43 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER non contiene {vars}.',
+ '$_SERVER variable' => 'variabile $_SERVER',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] deve essere identico al path del file di entrata.',
+ 'APC extension' => 'Estensione APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Tutte le <a href="http://www.yiiframework.com/doc/api/#system.db">classi legate al DB</a>',
+ 'DOM extension' => 'Estensione DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Uno tra $_SERVER["REQUEST_URI"] o $_SERVER["QUERY_STRING"] deve esistere',
+ 'GD extension' => 'Estensione GD',
+ 'Mcrypt extension' => 'Estensione Mcrypt',
+ 'Memcache extension' => 'Estensione Memcache',
+ 'PCRE extension' => 'Estensione PCRE',
+ 'PDO MySQL extension' => 'Estensione PDO MySQL',
+ 'PDO PostgreSQL extension' => 'Estensione PDO PostgreSQL',
+ 'PDO SQLite extension' => 'Estensione PDO SQLite',
+ 'PDO extension' => 'Estensione PDO',
+ 'PHP 5.1.0 or higher is required.' => 'È richiesto PHP 5.1.0 o superiore',
+ 'PHP version' => 'Versione PHP',
+ 'Reflection extension' => 'Estensione Reflection',
+ 'SOAP extension' => 'Estensione SOAP',
+ 'SPL extension' => 'Estensione SPL',
+ 'This is required if you are using MySQL database.' => 'Necessario se si utilizza il database MySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'Necessario se si utilizza il database PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'Necessario se si utilizza il database SQLite .',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Impossibile determinare il path dell\'URL. Assicurarsi che $_SERVER["PATH_INFO"] (o $_SERVER["PHP_SELF"] e $_SERVER["SCRIPT_NAME"]) contengano valori adeguati.',
+); \ No newline at end of file
diff --git a/requirements/messages/ja/yii.php b/requirements/messages/ja/yii.php
new file mode 100644
index 0000000..5f1f77a
--- /dev/null
+++ b/requirements/messages/ja/yii.php
@@ -0,0 +1,46 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: yii.php,v 1.2 2009-01-16 18:45:59+09 mocapapa Exp mocapapa $
+ */
+return array (
+ 'GD extension with<br />FreeType support'=>'GD拡張 (FreeTypeサポート)',
+ 'GD installed<br />FreeType support not installed' => 'GDはインストールされています。<br />FreeTypeサポートはインストールされていません。',
+ 'GD not installed' => 'GDがインストールされていません。',
+ '$_SERVER does not have {vars}.' => '$_SERVERは{vars}を持ちません。',
+ '$_SERVER variable' => '$_SERVER変数',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"]はエントリスクリプトのパスと同じであるべきです。',
+ 'APC extension' => 'APC拡張',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => '全ての<a href="http://www.yiiframework.com/doc/api/#system.db">データベース関連クラス</a>',
+ 'DOM extension' => 'DOM拡張',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"]か$_SERVER["QUERY_STRING"]が存在するべきです。',
+ 'Mcrypt extension' => 'Mcrypt拡張',
+ 'Memcache extension' => 'Memcache拡張',
+ 'PCRE extension' => 'PCRE拡張',
+ 'PDO MySQL extension' => 'PDO MySQL拡張',
+ 'PDO PostgreSQL extension' => 'PDO PostgreSQL拡張',
+ 'PDO SQLite extension' => 'PDO SQLite拡張',
+ 'PDO extension' => 'PDO拡張',
+ 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0かそれ以上が必要です。',
+ 'PHP version' => 'PHP版数',
+ 'Reflection extension' => 'Reflection拡張',
+ 'SOAP extension' => 'SOAP拡張',
+ 'SPL extension' => 'SPL拡張',
+ 'This is required by encrypt and decrypt methods.' => 'これは暗号化と複号に必要です。',
+ 'This is required if you are using MySQL database.' => 'これはMySQLデータベースをお使いなら必要です。',
+ 'This is required if you are using PostgreSQL database.' => 'これはPostgreSQLデータベースをお使いなら必要です。',
+ 'This is required if you are using SQLite database.' => 'これはSQLiteデータベースをお使いなら必要です。',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'URLパス情報を決定できません。$_SERVER["PATH_INFO"](もしくは$_SERVER["PHP_SELF"]と$_SERVER["SCRIPT_NAME"])が正しい値かどうか確認してください。',
+);
diff --git a/requirements/messages/nl/yii.php b/requirements/messages/nl/yii.php
new file mode 100644
index 0000000..902bbf4
--- /dev/null
+++ b/requirements/messages/nl/yii.php
@@ -0,0 +1,43 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER heeft geen {vars}.',
+ '$_SERVER variable' => '$_SERVER variabele',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] moet hetzelfde zijn als het bestandspad van het startscript.',
+ 'APC extension' => 'APC extensie',
+ '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-gerelateerde classes</a>',
+ 'DOM extension' => 'DOM extensie',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Of $_SERVER["REQUEST_URI"] of $_SERVER["QUERY_STRING"] moet gedefinieerd zijn.',
+ 'GD extension' => 'GD extensie',
+ 'Mcrypt extension' => 'Mcrypt extensie',
+ 'Memcache extension' => 'Memcache extensie',
+ 'PCRE extension' => 'PCRE extensie',
+ 'PDO MySQL extension' => 'PDO MySQL extensie',
+ 'PDO PostgreSQL extension' => 'PDO PostgreSQL extensie',
+ 'PDO SQLite extension' => 'PDO SQLite extensie',
+ 'PDO extension' => 'PDO extensie',
+ 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 of hoger is vereist.',
+ 'PHP version' => 'PHP versie',
+ 'Reflection extension' => 'Reflection extensie',
+ 'SOAP extension' => 'SOAP extensie',
+ 'SPL extension' => 'SPL extensie',
+ 'This is required if you are using MySQL database.' => 'Dit is vereist als een MySQL database wordt gebruikt.',
+ 'This is required if you are using PostgreSQL database.' => 'Dit is vereist als een PostgreSQL database wordt gebruikt.',
+ 'This is required if you are using SQLite database.' => 'Dit is vereist als een SQLite database wordt gebruikt.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Niet in staat om informatie over het URL pad te verkrijgen. Zorg er a.u.b. voor dat $_SERVER["PATH_INFO"] (of $_SERVER["PHP_SELF"] en $_SERVER["SCRIPT_NAME"]) een juiste waarde bevatten.',
+);
diff --git a/requirements/messages/no/yii.php b/requirements/messages/no/yii.php
new file mode 100644
index 0000000..53c3460
--- /dev/null
+++ b/requirements/messages/no/yii.php
@@ -0,0 +1,44 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER inneholder ikke {vars}',
+ '$_SERVER variable' => '$_SERVER variabel',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] må være lik filbanen til startscriptet',
+ 'APC extension' => 'APC-tillegg',
+ '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-relaterte klasser</a>',
+ 'DOM extension' => 'DOM-extension',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '',
+ 'GD extension' => 'GD-extension',
+ 'Mcrypt extension' => 'Mcrypt-extension',
+ 'Memcache extension' => 'Memcache-extension',
+ 'PCRE extension' => 'PCRE-extension',
+ 'PDO MySQL extension' => 'PDO MYSQL-extension',
+ 'PDO PostgreSQL extension' => 'PDO PostgreSQL-extension',
+ 'PDO SQLite extension' => 'PDO SQLite-extension',
+ 'PDO extension' => 'PDO-extension',
+ 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 eller nyere er påkrevet',
+ 'PHP version' => 'PHP-versjon',
+ 'Reflection extension' => 'Reflection-extension',
+ 'SOAP extension' => 'SOAP-extension',
+ 'SPL extension' => 'SPL-extension',
+ 'This is required by encrypt and decrypt methods.' => 'Dette kreves av kryptering- og dekrypteringsmetodene.',
+ 'This is required if you are using MySQL database.' => 'Dette kreves hvis du bruker en MySQL database.',
+ 'This is required if you are using PostgreSQL database.' => 'Dette kreves hvis du bruker en PostgreSQL database.',
+ 'This is required if you are using SQLite database.' => 'Dette kreves hvis du bruker en SQLite database.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Kunne ikke finne path info. Vennligst sjekk at $_SERVER["PATH_INFO"] (eller $_SERVER["PHP_SELF"] og $_SERVER["SCRIPT_NAME"]) inneholder riktige verdier.',
+);
diff --git a/requirements/messages/pl/yii.php b/requirements/messages/pl/yii.php
new file mode 100644
index 0000000..3207a4d
--- /dev/null
+++ b/requirements/messages/pl/yii.php
@@ -0,0 +1,46 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ 'GD extension with<br />FreeType support' => 'Rozszerzenie GD <br />ze wsparciem dla FreeType',
+ 'GD installed<br />FreeType support not installed' => 'Rozszerzenie GD jest zainstalowane<br />ale bez wsparcia FreeType',
+ 'GD not installed' => 'Nie zainstalowano GD',
+ '$_SERVER does not have {vars}.' => '$_SERVER nie posiada zmiennej(nych) {vars}',
+ '$_SERVER variable' => 'zmienna $_SERVER',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] musi być taki sam jak ścieżka pliku skryptu wejściowego.',
+ 'APC extension' => 'rozszerzenie APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Wszystkie <a href="http://www.yiiframework.com/doc/api/#system.db">klasy bazodanowe</a>',
+ 'DOM extension' => 'rozszerzenie DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Zarówno $_SERVER["REQUEST_URI"] jak i $_SERVER["QUERY_STRING"] muszą istnieć.',
+ 'Mcrypt extension' => 'rozszerzenie Mcrypt',
+ 'Memcache extension' => 'rozszerzenie Memcache',
+ 'PCRE extension' => 'rozszerzenie PCRE',
+ 'PDO MySQL extension' => 'rozszerzenie PDO MySQL',
+ 'PDO PostgreSQL extension' => 'rozszerzenie PDO PostgreSQL ',
+ 'PDO SQLite extension' => 'rozszerzenie PDO SQLite ',
+ 'PDO extension' => 'rozszerzenie PDO',
+ 'PHP 5.1.0 or higher is required.' => 'Wymagane jest PHP w wersji 5.1.0 lub wyższej',
+ 'PHP version' => 'wersja PHP',
+ 'Reflection extension' => 'rozszerzenie Reflection',
+ 'SOAP extension' => 'rozszerzenie SOAP',
+ 'SPL extension' => 'rozszerzenie SPL',
+ 'This is required by encrypt and decrypt methods.' => 'Wymagane przez metody szyfrujące i deszyfrujące.',
+ 'This is required if you are using MySQL database.' => 'Wymagane jeśli używasz bazy danych MySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'Wymagane jeśli używasz bazy danych PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'Wymagane jeśli używasz bazy danych SQLite',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Nie można określić ścieżki URL. Upewnij się, że $_SERVER["PATH_INFO"] (lub $_SERVER["PHP_SELF"] oraz $_SERVER["SCRIPT_NAME"]) zawierają odpowiednie wartości.',
+);
diff --git a/requirements/messages/pt/yii.php b/requirements/messages/pt/yii.php
new file mode 100644
index 0000000..7a3c891
--- /dev/null
+++ b/requirements/messages/pt/yii.php
@@ -0,0 +1,44 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ 'This is required by encrypt and decrypt methods.' => 'É necessário aos métodos encrypt e decrypt.',
+ '$_SERVER does not have {vars}.' => '$_SERVER não possui {vars}.',
+ '$_SERVER variable' => 'variável $_SERVER',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] precisa ser o mesmo que o arquivo de script de entrada.',
+ 'APC extension' => 'extensão APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Todas as classes relacionadas ao <a href="http://www.yiiframework.com/doc/api/#system.db">banco de dados</a>',
+ 'DOM extension' => 'extensão DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] ou $_SERVER["QUERY_STRING"] é obrigatório.',
+ 'GD extension' => 'extensão GD',
+ 'Mcrypt extension' => 'extensão Mcrypt',
+ 'Memcache extension' => 'extensão Memcache',
+ 'PCRE extension' => 'extensão PCRE',
+ 'PDO MySQL extension' => 'extensão PDO_MySQL',
+ 'PDO PostgreSQL extension' => 'extensão PDO_PostgreSQL',
+ 'PDO SQLite extension' => 'extensão PDO_SQLite',
+ 'PDO extension' => 'extensão PDO',
+ 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 ou mais recente é necessário.',
+ 'PHP version' => 'versão PHP',
+ 'Reflection extension' => 'extensão Reflection',
+ 'SOAP extension' => 'extensão SOAP',
+ 'SPL extension' => 'extensão SPL',
+ 'This is required if you are using MySQL database.' => 'Este item é obrigatório se você estiver utilizando MySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'Este item é obrigatório se você estiver utilizando PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'Este item é obrigatório se você estiver utilizando SQLite.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Não foi possível determinar o caminho da URL. Verifique se $_SERVER["PATH_INFO"] (ou $_SERVER["PHP_SELF"] e $_SERVER["SCRIPT_NAME"]) contem os valores corretos.',
+);
diff --git a/requirements/messages/pt_br/yii.php b/requirements/messages/pt_br/yii.php
new file mode 100644
index 0000000..6271809
--- /dev/null
+++ b/requirements/messages/pt_br/yii.php
@@ -0,0 +1,52 @@
+<?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.
+ *
+ * @version $Id: $
+ */
+return array (
+ 'Ctype extension' => 'extensão Ctype',
+ 'GD extension with<br />FreeType support' => 'extensão GD com<br />suporte a FreeType',
+ 'GD installed<br />FreeType support not installed' => 'GD instalada<br />suporte a FreeType não instalado',
+ 'GD not installed' => 'GD não instalada',
+ 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'Para usar memcached configure <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> como <code>true</code>.',
+ 'GD extension' => '@@extensão GD@@',
+ '$_SERVER does not have {vars}.' => '$_SERVER não possui {vars}.',
+ '$_SERVER variable' => 'variável $_SERVER',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] precisa ser o mesmo que o arquivo de script de entrada.',
+ 'APC extension' => 'extensão APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Todas as classes relacionadas ao <a href="http://www.yiiframework.com/doc/api/#system.db">banco de dados</a>',
+ 'DOM extension' => 'extensão DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] ou $_SERVER["QUERY_STRING"] é obrigatório.',
+ 'Mcrypt extension' => 'extensão Mcrypt',
+ 'Memcache extension' => 'extensão Memcache',
+ 'PCRE extension' => 'extensão PCRE',
+ 'PDO MySQL extension' => 'extensão PDO_MySQL',
+ 'PDO PostgreSQL extension' => 'extensão PDO_PostgreSQL',
+ 'PDO SQLite extension' => 'extensão PDO_SQLite',
+ 'PDO extension' => 'extensão PDO',
+ 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 ou mais recente é necessário.',
+ 'PHP version' => 'versão PHP',
+ 'Reflection extension' => 'extensão Reflection',
+ 'SOAP extension' => 'extensão SOAP',
+ 'SPL extension' => 'extensão SPL',
+ 'This is required by encrypt and decrypt methods.' => 'Este item é necessário aos métodos encrypt e decrypt.',
+ 'This is required if you are using MySQL database.' => 'Este item é obrigatório se você estiver utilizando MySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'Este item é obrigatório se você estiver utilizando PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'Este item é obrigatório se você estiver utilizando SQLite.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Não foi possível determinar o caminho da URL. Verifique se $_SERVER["PATH_INFO"] (ou $_SERVER["PHP_SELF"] e $_SERVER["SCRIPT_NAME"]) contem os valores corretos.',
+);
diff --git a/requirements/messages/ro/yii.php b/requirements/messages/ro/yii.php
new file mode 100644
index 0000000..193feae
--- /dev/null
+++ b/requirements/messages/ro/yii.php
@@ -0,0 +1,44 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER nu are {vars}.',
+ '$_SERVER variable' => 'Variabila $_SERVER',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] trebuie sa fie aceeasi cu calea fisierului scriptului de intrare.',
+ 'APC extension' => 'Extensia APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Toate <a href="http://www.yiiframework.com/doc/api/#system.db">clasele de legatura cu bazele de date</a>',
+ 'DOM extension' => 'Extensia DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Trebuie sa existe fie $_SERVER["REQUEST_URI"] fie $_SERVER["QUERY_STRING"].',
+ 'GD extension' => 'Extensia GD',
+ 'Mcrypt extension' => 'Extensia Mcrypt',
+ 'Memcache extension' => 'Extensia Memcache',
+ 'PCRE extension' => 'Extensia PCRE',
+ 'PDO MySQL extension' => 'Extensia PDO MySQL',
+ 'PDO PostgreSQL extension' => 'Extensia PDO PostgreSQL',
+ 'PDO SQLite extension' => 'Extensia PDO SQLite',
+ 'PDO extension' => 'Extensia PDO',
+ 'PHP 5.1.0 or higher is required.' => 'Este obligatoriu PHP 5.1.0 sau mai nou.',
+ 'PHP version' => 'Versiunea PHP',
+ 'Reflection extension' => 'Extensia Reflection',
+ 'SOAP extension' => 'Extensia SOAP',
+ 'SPL extension' => 'Extensia SPL',
+ 'This is required by encrypt and decrypt methods.' => 'Obligatoriu pentru metodele encrypt si decrypt.',
+ 'This is required if you are using MySQL database.' => 'Obligatoriu daca folositi baza de date MySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'Obligatoriu daca folositi baza de date PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'Obligatoriu daca folositi baza de date SQLite.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Nu se pot determina informatiile despre calea URL. Asigurati-va ca $_SERVER["PATH_INFO"] (sau $_SERVER["PHP_SELF"] si $_SERVER["SCRIPT_NAME"]) contine valoarea potrivita.',
+);
diff --git a/requirements/messages/ru/yii.php b/requirements/messages/ru/yii.php
new file mode 100644
index 0000000..3d25614
--- /dev/null
+++ b/requirements/messages/ru/yii.php
@@ -0,0 +1,44 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => 'Переменная $_SERVER не содержит {vars}.',
+ '$_SERVER variable' => 'Переменная $_SERVER.',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => 'Переменная $_SERVER["SCRIPT_FILENAME"] должна соответствовать пути к файлу входного скрипта.',
+ 'APC extension' => 'Расширение APC',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Все <a href="http://www.yiiframework.com/doc/api/#system.db">DB-классы</a>',
+ 'DOM extension' => 'Расширение DOM',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Должна существовать хотя бы одна из серверных переменных: $_SERVER["REQUEST_URI"] или $_SERVER["QUERY_STRING"].',
+ 'GD extension' => 'Расширение GD',
+ 'Mcrypt extension' => 'Расширение Mcrypt',
+ 'Memcache extension' => 'Расширение Memcache',
+ 'PCRE extension' => 'Расширение PCRE',
+ 'PDO MySQL extension' => 'Расширение PDO MySQL',
+ 'PDO PostgreSQL extension' => 'Расширение PDO PostgreSQL',
+ 'PDO SQLite extension' => 'Расширение PDO SQLite',
+ 'PDO extension' => 'Расширение PDO',
+ 'PHP 5.1.0 or higher is required.' => 'Необходима версия РНР 5.1.0 и выше.',
+ 'PHP version' => 'Версия РНР',
+ 'Reflection extension' => 'Расширение',
+ 'SOAP extension' => 'Расширение SOAP',
+ 'SPL extension' => 'Расширение SPL',
+ 'This is required by encrypt and decrypt methods.' => 'Требуется для работы методов шифрования и дешифрации.',
+ 'This is required if you are using MySQL database.' => 'Требуется для работы с БД MySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'Требуется для работы с БД PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'Требуется для работы с БД SQLite.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Не удалось получить информацию о пути. Пожалуйста, проверьте, содержится ли корректное значение в переменной $_SERVER["PATH_INFO"] (или $_SERVER["PHP_SELF"] и $_SERVER["SCRIPT_NAME"]).',
+);
diff --git a/requirements/messages/sk/yii.php b/requirements/messages/sk/yii.php
new file mode 100644
index 0000000..435a6e0
--- /dev/null
+++ b/requirements/messages/sk/yii.php
@@ -0,0 +1,44 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ 'This is required by encrypt and decrypt methods.' => 'Nevyhnutné pre kryptovacie a dekryptovacie metódy.',
+ '$_SERVER does not have {vars}.' => '$_SERVER nenašiel {vars}.',
+ '$_SERVER variable' => '$_SERVER premenná',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] musí ukazovať na štartovací skript.',
+ 'APC extension' => 'APC rozšírenie',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Všetky <a href="http://www.yiiframework.com/doc/api/#system.db">objekty vzťahujúce sa k databáze</a>',
+ 'DOM extension' => 'DOM rozšírenie',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] alebo $_SERVER["QUERY_STRING"] musia existovať.',
+ 'GD extension' => 'GD rozšírenie',
+ 'Mcrypt extension' => 'Mcrypt rozšírenie',
+ 'Memcache extension' => 'Memcache rozšírenie',
+ 'PCRE extension' => 'PCRE rozšírenie',
+ 'PDO MySQL extension' => 'PDO MySQL rozšírenie',
+ 'PDO PostgreSQL extension' => 'PDO PostgreSQL rozšírenie',
+ 'PDO SQLite extension' => 'PDO SQLite rozšírenie',
+ 'PDO extension' => 'PDO rozšírenie',
+ 'PHP 5.1.0 or higher is required.' => 'Je potrebná verzia PHP 5.1.0 alebo vyššia.',
+ 'PHP version' => 'PHP verzia',
+ 'Reflection extension' => 'Reflection rozšírenie',
+ 'SOAP extension' => 'SOAP rozšírenie',
+ 'SPL extension' => 'SPL rozšírenie',
+ 'This is required if you are using MySQL database.' => 'Potrebné v prípade využitia databázy mySQL.',
+ 'This is required if you are using PostgreSQL database.' => 'Potrebné v prípade využitia databázy PostgreSQL.',
+ 'This is required if you are using SQLite database.' => 'Potrebné v prípade využitia databázy SQLite.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Nepodarilo sa zistiť informácie o URL linke. Ubezúpečte sa, že $_SERVER["PATH_INFO"] (alebo $_SERVER["PHP_SELF"] a $_SERVER["SCRIPT_NAME"]) obsahuje správne hodnoty.',
+);
diff --git a/requirements/messages/sv/yii.php b/requirements/messages/sv/yii.php
new file mode 100644
index 0000000..a5b407d
--- /dev/null
+++ b/requirements/messages/sv/yii.php
@@ -0,0 +1,51 @@
+<?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.
+ *
+ * @version $Id: $
+ */
+return array (
+ 'Ctype extension' => 'Ctype-tillägg',
+ '$_SERVER does not have {vars}.' => '$_SERVER innehåller inte {vars}.',
+ '$_SERVER variable' => '$_SERVER-variabel',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] måste vara samma som startskriptets namn och sökväg.',
+ 'APC extension' => 'APC-tillägg',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Alla <a href="http://www.yiiframework.com/doc/api/#system.db">DB-relaterade klasser</a>',
+ 'DOM extension' => 'DOM-tillägg',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Antingen $_SERVER["REQUEST_URI"] eller $_SERVER["QUERY_STRING"] måste finnas.',
+ 'GD extension with<br />FreeType support' => 'GD-tillägg med<br />FreeType-stöd',
+ 'GD installed<br />FreeType support not installed' => 'GD installerad<br />FreeType-stöd ej installerat',
+ 'GD not installed' => 'GD ej installerat',
+ 'Mcrypt extension' => 'Mcrypt-tillägg',
+ 'Memcache extension' => 'Memcache-tillägg',
+ 'PCRE extension' => 'PCRE-tillägg',
+ 'PDO MySQL extension' => 'PDO MySQL-tillägg',
+ 'PDO PostgreSQL extension' => 'PDO PostgreSQL-tillägg',
+ 'PDO SQLite extension' => 'PDO SQLite-tillägg',
+ 'PDO extension' => 'PDO-tillägg',
+ 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 eller senare krävs',
+ 'PHP version' => 'PHP-version',
+ 'Reflection extension' => 'Reflection-tillägg',
+ 'SOAP extension' => 'SOAP-tillägg',
+ 'SPL extension' => 'SPL-tillägg',
+ 'This is required by encrypt and decrypt methods.' => 'Detta krävs av krypterings- och dekrypteringsmetoderna',
+ 'This is required if you are using MySQL database.' => 'Detta krävs om MySQL-databas används.',
+ 'This is required if you are using PostgreSQL database.' => 'Detta krävs om PostgresSQL-databas används.',
+ 'This is required if you are using SQLite database.' => 'Detta krävs om SQLite-databas används.',
+ 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' => 'För att använda memcached, sätt <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> till <code>true</code>.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Kan inte avgöra URL:ens sökvägsinfo. Kontrollera att $_SERVER["PATH_INFO"] (eller $_SERVER["PHP_SELF"] och $_SERVER["SCRIPT_NAME"]) innehåller korrekta värden.',
+);
diff --git a/requirements/messages/ta_in/yii.php b/requirements/messages/ta_in/yii.php
new file mode 100644
index 0000000..8d8e433
--- /dev/null
+++ b/requirements/messages/ta_in/yii.php
@@ -0,0 +1,47 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @author Srinivasan A Paul Joseph <sapauljoseph@gmail.com>
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER {vars} ஐக் கொண்டிருக்கவில்லை.',
+ '$_SERVER variable' => '$_SERVER மாறிலி',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] வழித்தடம் முதன்மை வழித்தடத்திலிருக்க வேண்டும்.',
+ 'APC extension' => 'APC நீட்சி',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => '<a href="http://www.yiiframework.com/doc/api/#system.db">தகவல்தளம்</a> சம்பந்தப்பட்ட உருக்கள் அனைத்தும்',
+ 'DOM extension' => 'DOM நீட்சி',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] அல்லது $_SERVER["QUERY_STRING"] கண்டிப்பாக இருக்க வேண்டும்.',
+ 'GD extension with<br />FreeType support' => 'GD நீட்சி<br />FreeType பயன்பாட்டுடன்',
+ 'GD installed<br />FreeType support not installed' => 'GD நிறுவப்பட்டுள்ளது<br />FreeType பயன்பாடு நிறுவப்பட்டிருக்கவில்லை',
+ 'GD not installed' => 'GD நிறுவப்பட்டிருக்கவில்லை',
+ 'Mcrypt extension' => 'Mcrypt நீட்சி',
+ 'Memcache extension' => 'Memcache நீட்சி',
+ 'PCRE extension' => 'PCRE நீட்சி',
+ 'PDO MySQL extension' => 'PDO MySQL நீட்சி',
+ 'PDO PostgreSQL extension' => 'PDO PostgreSQL நீட்சி',
+ 'PDO SQLite extension' => 'PDO SQLite நீட்சி',
+ 'PDO extension' => 'PDO நீட்சி',
+ 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0 அல்லது மேன்மையானது இருத்தல் வேண்டும்.',
+ 'PHP version' => 'PHP பதிப்பு',
+ 'Reflection extension' => 'Reflection நீட்சி',
+ 'SOAP extension' => 'SOAP நீட்சி',
+ 'SPL extension' => 'SPL நீட்சி',
+ 'This is required by encrypt and decrypt methods.' => 'இது encrypt மற்றும் decrypt பயன்பாடுகளுக்குத் தேவையானது.',
+ 'This is required if you are using MySQL database.' => 'நீங்கள் MySQL தகவல்தளத்தை உபயோகப்படுத்தினால் இது தேவையானது.',
+ 'This is required if you are using PostgreSQL database.' => 'நீங்கள் PostgreSQL தகவல்தளத்தை உபயோகப்படுத்தினால் இது தேவையானது.',
+ 'This is required if you are using SQLite database.' => 'நீங்கள் SQLite தகவல்தளத்தை உபயோகப்படுத்தினால் இது தேவையானது.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'முகவரியின் தகவல்களைப் பெற இயலவில்லை. தயவுசெய்து $_SERVER["PATH_INFO"] (அல்லது $_SERVER["PHP_SELF"] மற்றும் $_SERVER["SCRIPT_NAME"]) தகவல்களை சரிபார்க்கவும்.',
+);
diff --git a/requirements/messages/vi/yii.php b/requirements/messages/vi/yii.php
new file mode 100644
index 0000000..be38f7d
--- /dev/null
+++ b/requirements/messages/vi/yii.php
@@ -0,0 +1,43 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER không chứa {vars}',
+ '$_SERVER variable' => 'Biến $_SERVER',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] phải giống đường dẫn của file khởi động',
+ 'APC extension' => 'APC extension',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => 'Tất cả <a href="http://www.yiiframework.com/doc/api/#system.db">các lớp liên quan đến CSDL</a>',
+ 'DOM extension' => 'DOM extension',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Biến $_SERVER["REQUEST_URI"] hoặc $_SERVER["QUERY_STRING"] phải tồn tại.',
+ 'GD extension' => 'GD extension',
+ 'Mcrypt extension' => 'Mcrypt extension',
+ 'Memcache extension' => 'Memcache extension',
+ 'PCRE extension' => 'PCRE extension',
+ 'PDO MySQL extension' => 'PDO MySQl extension',
+ 'PDO PostgreSQL extension' => 'PDO PostgreSQL extension',
+ 'PDO SQLite extension' => 'PDO SQLite extension',
+ 'PDO extension' => 'PDO extension',
+ 'PHP 5.1.0 or higher is required.' => 'Phải có PHP 5.1.0 hoặc mới hơn',
+ 'PHP version' => 'Phiên bản PHP',
+ 'Reflection extension' => 'Reflection extension',
+ 'SOAP extension' => 'SOAP extension',
+ 'SPL extension' => 'SPL extension',
+ 'This is required if you are using MySQL database.' => 'Cần phải có nếu bạn dùng MySQL',
+ 'This is required if you are using PostgreSQL database.' => 'Cần phải có nếu bạn dùng PostgreSQL',
+ 'This is required if you are using SQLite database.' => 'Cần phải có nếu bạn dùng SQLite',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => 'Không xác định được thông tin đường dẫn URL. Hãy kiểm tra đảm bảo $_SERVER["PATH_INFO"] (hoặc $_SERVER["PHP_SELF"] và $_SERVER["SCRIPT_NAME"]) có giá trị đúng.',
+);
diff --git a/requirements/messages/zh_cn/yii.php b/requirements/messages/zh_cn/yii.php
new file mode 100644
index 0000000..b760aac
--- /dev/null
+++ b/requirements/messages/zh_cn/yii.php
@@ -0,0 +1,43 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: yii.php 2651 2010-11-14 14:17:44Z qiang.xue $
+ */
+return array (
+ 'PHP version' => 'PHP版本',
+ 'PHP 5.1.0 or higher is required.' => 'PHP 5.1.0或更高版本是必须的。',
+ '$_SERVER variable' => '$_SERVER变量',
+ 'Reflection extension' => 'Reflection扩展模块',
+ 'PCRE extension' => 'PCRE扩展模块',
+ 'SPL extension' => 'SPL扩展模块',
+ 'DOM extension' => 'DOM扩展模块',
+ 'PDO extension' => 'PDO扩展模块',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => '所有和<a href="http://www.yiiframework.com/doc/api/#system.db">数据库相关的类</a>',
+ 'Memcache extension' => 'Memcache扩展模块',
+ 'APC extension' => 'APC扩展模块',
+ 'Mcrypt extension' => 'Mcrypt扩展模块',
+ 'SOAP extension' => 'SOAP扩展模块',
+ 'GD extension' => 'GD扩展模块',
+ '$_SERVER does not have {vars}.' => '$_SERVER缺少{vars}。',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"]必须与入口文件路径一致。',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"]或$_SERVER["QUERY_STRING"]必须存在。',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => '无法确定URL path info。请检查$_SERVER["PATH_INFO"](或$_SERVER["PHP_SELF"]和$_SERVER["SCRIPT_NAME"])的值是否正确。',
+ 'PDO SQLite extension' => 'PDO SQLite扩展模块',
+ 'This is required if you are using SQLite database.' => '如果使用SQLite数据库,这是必须的。',
+ 'PDO MySQL extension' => 'PDO MySQL扩展模块',
+ 'This is required if you are using MySQL database.' => '如果使用MySQL数据库,这是必须的。',
+ 'PDO PostgreSQL extension' => 'PDO PostgreSQL扩展模块',
+ 'This is required if you are using PostgreSQL database.' => '如果使用PostgreSQL数据库,这是必须的。',
+);
diff --git a/requirements/messages/zh_tw/yii.php b/requirements/messages/zh_tw/yii.php
new file mode 100644
index 0000000..244aaf6
--- /dev/null
+++ b/requirements/messages/zh_tw/yii.php
@@ -0,0 +1,43 @@
+<?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.
+ *
+ * NOTE, this file must be saved in UTF-8 encoding.
+ *
+ * @version $Id: $
+ */
+return array (
+ '$_SERVER does not have {vars}.' => '$_SERVER 中沒有 {vars}.',
+ '$_SERVER variable' => '$_SERVER 變數',
+ '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => '$_SERVER["SCRIPT_FILENAME"] 必須與入口腳本檔案路徑一致.',
+ 'APC extension' => '',
+ 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>' => '所有 <a href="http://www.yiiframework.com/doc/api/#system.db">資料庫相關的類別</a>',
+ 'DOM extension' => '',
+ 'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => '$_SERVER["REQUEST_URI"] 或 $_SERVER["QUERY_STRING"] 必須存在.',
+ 'GD extension' => '',
+ 'Mcrypt extension' => '',
+ 'Memcache extension' => '',
+ 'PCRE extension' => '',
+ 'PDO MySQL extension' => '',
+ 'PDO PostgreSQL extension' => '',
+ 'PDO SQLite extension' => '',
+ 'PDO extension' => '',
+ 'PHP 5.1.0 or higher is required.' => '需要 PHP 5.1.0 或之後的版本.',
+ 'PHP version' => 'PHP 版本',
+ 'Reflection extension' => '',
+ 'SOAP extension' => '',
+ 'SPL extension' => '',
+ 'This is required if you are using MySQL database.' => '當使用 MySQL 資料庫時, 此項為必要.',
+ 'This is required if you are using PostgreSQL database.' => '當使用 PostgreSQL 資料庫時, 此項為必要.',
+ 'This is required if you are using SQLite database.' => '當使用 SQLite 資料庫時, 此項為必要.',
+ 'Unable to determine URL path info. Please make sure $_SERVER["PATH_INFO"] (or $_SERVER["PHP_SELF"] and $_SERVER["SCRIPT_NAME"]) contains proper value.' => '無法確認 URL 路徑資訊. 請確定 $_SERVER["PATH_INFO"] (或 $_SERVER["PHP_SELF"] 與 $_SERVER["SCRIPT_NAME"]) 包含適當的值.',
+);