Files
2021-01-19 18:19:37 +01:00

21 lines
2.2 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return array(
'\'%type\' loop class should extends Thelia\Core\Template\Element\BaseLoop' => '\'%type\' класс цикла должен расширять Thelia\Core\Template\Element\BaseLoop',
'A loop named \'%name\' already exists in the current scope.' => 'Цикл с именем \'%name\' уже существует в текущей области видимости.',
'Loop type \'%type\' is not defined.' => 'Тип цикла \'%type\' не определен.',
'Missing \'name\' parameter in loop arguments' => 'Пропущен параметр \'name\' в аргументах цикла',
'Missing \'rel\' parameter in forHook arguments' => 'Пропущен параметр \'rel\' в аргументах forHook',
'Missing \'rel\' parameter in ifhook/elsehook arguments' => 'Пропущен параметр \'rel\' в аргументах ifhook/elsehook',
'Missing \'rel\' parameter in ifloop/elseloop arguments' => 'Пропущен параметр \'rel\' в аргументах ifloop/elseloop',
'Missing \'rel\' parameter in page loop' => 'Пропущен параметр \'rel\' в цикле страницы',
'Missing \'type\' parameter in loop arguments' => 'Пропущен параметр \'type\' в аргументах цикла',
'Missing \'type\' parameter in {count} loop arguments' => 'Пропущен параметр \'type\' в {count} аргументах цикла',
'Missing \'type\' parameter in {hasflash} function arguments' => 'Пропущен параметр \'type\' в аргуметах функции {hasflash}',
'No pagination currently defined for loop name \'%name\'' => 'Не определена пагинация для цикла \'%name\'',
'Related hook name \'%name\' is not defined.' => 'Связанное имя хука \'%name\' не определено.',
'Related loop name \'%name\'\' is not defined.' => 'Связанное имя цикла \'%name\'\' не определено.',
'Template file %file cannot be found.' => 'Файл шаблона %file не найден.',
'The loop name \'%name\' is already defined in %className class' => 'Имя цикла \'%name\' уже определен в классе %className',
);