40 lines
2.5 KiB
PHP
40 lines
2.5 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 (
|
|
'Home' => 'Pagina principală',
|
|
'The button type "{type}" is not supported.' => 'Tipul de buton „{type}” nu este suportat.',
|
|
'Are you sure you want to delete this item?' => 'Confirmaţi ştergerea acestui element?',
|
|
'Delete' => 'Ştergere',
|
|
'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Se afişează 1 rezultat.|Se afişează {start}-{end} din {count} rezultate.',
|
|
'Either "name" or "value" must be specified for CDataColumn.' => 'Trebuie să specificaţi "name" sau "value" pentru CDataColumn.',
|
|
'No results found.' => 'Nu sunt rezultate pentru afişare.',
|
|
'Not set' => 'Nu este definit(ă)',
|
|
'Please specify the "attributes" property.' => 'Definiţi proprietatea „attributes”.',
|
|
'Please specify the "data" property.' => 'Definiţi proprietatea „data”.',
|
|
'Sort by: ' => 'Sortare după: ',
|
|
'The "dataProvider" property cannot be empty.' => 'Proprietatea „dataProvider” nu poate fi nulă.',
|
|
'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Atributul trebuie definit în formatul „Name:Type:Label”, unde „Type” şi „Label” sunt opţionale.',
|
|
'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Coloana trebuie definită în formatul „Name:Type:Label”, unde „Type” et „Label” sunt opţionale.',
|
|
'The property "itemView" cannot be empty.' => 'Proprietatea „itemView” nu poate fi nulă',
|
|
'Total 1 result.|Total {count} results.' => 'Total 1 rezultat.|Total {count} rezultate.',
|
|
'Update' => 'Actualizare',
|
|
'View' => 'Vizualizare',
|
|
'{class} must specify "model" and "attribute" or "name" property values.' => '{class} trebuie să definească valori pentru proprietăţile „model” şi „attribute” sau „name”.',
|
|
);
|