1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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.',
);
|