~horux-dev/horux-webcli/thfo

« back to all changes in this revision

Viewing changes to yii/requirements/messages/ru/yii.php

  • Committer: Thierry Forchelet
  • Date: 2011-02-25 13:30:15 UTC
  • Revision ID: thierry.forchelet@letux.ch-20110225133015-zxyj9w7sqv8ly971
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * Message translations.
 
4
 *
 
5
 * This file is automatically generated by 'yiic message' command.
 
6
 * It contains the localizable messages extracted from source code.
 
7
 * You may modify this file by translating the extracted messages.
 
8
 *
 
9
 * Each array element represents the translation (value) of a message (key).
 
10
 * If the value is empty, the message is considered as not translated.
 
11
 * Messages that no longer need translation will have their translations
 
12
 * enclosed between a pair of '@@' marks.
 
13
 *
 
14
 * NOTE, this file must be saved in UTF-8 encoding.
 
15
 *
 
16
 * @version $Id: $
 
17
 */
 
18
return array (
 
19
  '$_SERVER does not have {vars}.' => 'Переменная $_SERVER не содержит {vars}.',
 
20
  '$_SERVER variable' => 'Переменная $_SERVER.',
 
21
  '$_SERVER["SCRIPT_FILENAME"] must be the same as the entry script file path.' => 'Переменная $_SERVER["SCRIPT_FILENAME"] должна соответствовать пути к файлу входного скрипта.',
 
22
  'APC extension' => 'Расширение APC',
 
23
  '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>',
 
24
  'DOM extension' => 'Расширение DOM',
 
25
  'Either $_SERVER["REQUEST_URI"] or $_SERVER["QUERY_STRING"] must exist.' => 'Должна существовать хотя бы одна из серверных переменных: $_SERVER["REQUEST_URI"] или $_SERVER["QUERY_STRING"].',
 
26
  'GD extension' => 'Расширение GD',
 
27
  'Mcrypt extension' => 'Расширение Mcrypt',
 
28
  'Memcache extension' => 'Расширение Memcache',
 
29
  'PCRE extension' => 'Расширение PCRE',
 
30
  'PDO MySQL extension' => 'Расширение PDO MySQL',
 
31
  'PDO PostgreSQL extension' => 'Расширение PDO PostgreSQL',
 
32
  'PDO SQLite extension' => 'Расширение PDO SQLite',
 
33
  'PDO extension' => 'Расширение PDO',
 
34
  'PHP 5.1.0 or higher is required.' => 'Необходима версия РНР 5.1.0 и выше.',
 
35
  'PHP version' => 'Версия РНР',
 
36
  'Reflection extension' => 'Расширение',
 
37
  'SOAP extension' => 'Расширение SOAP',
 
38
  'SPL extension' => 'Расширение SPL',
 
39
  'This is required by encrypt and decrypt methods.' => 'Требуется для работы методов шифрования и дешифрации.',
 
40
  'This is required if you are using MySQL database.' => 'Требуется для работы с БД MySQL.',
 
41
  'This is required if you are using PostgreSQL database.' => 'Требуется для работы с БД PostgreSQL.',
 
42
  'This is required if you are using SQLite database.' => 'Требуется для работы с БД SQLite.',
 
43
  '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"]).',
 
44
);