Please check our Instructions to Authors and send your manuscripts to nifs.journal@gmail.com. Next issue: September/October 2024.
Deadline for submissions: 16 November 2024.
Help:Sandbox: Difference between revisions
Jump to navigation
Jump to search
reporting-en |
reporting-bg |
||
Line 5: | Line 5: | ||
return array( | return array( | ||
'custom' => ' | 'custom' => 'Персонализация', | ||
'custom reports' => ' | 'custom reports' => 'Персонализирани отчети', | ||
'no custom reports' => ' | 'no custom reports' => 'Няма персонализирани отчети', | ||
'add custom report' => ' | 'add custom report' => 'Добавяне на персонализиран отчет', | ||
'edit custom report' => ' | 'edit custom report' => 'Редактиране на персонализиран отчет', | ||
'new custom report' => ' | 'new custom report' => 'Нов персонализиран отчет', | ||
'add report' => ' | 'add report' => 'Добавяне на отчет', | ||
'object type' => ' | 'object type' => 'Обектен тип', | ||
'add condition' => ' | 'add condition' => 'Добавяне на условие', | ||
'custom report created' => ' | 'custom report created' => 'Създаден е персонализиран отчет', | ||
'custom report updated' => ' | 'custom report updated' => 'Обновен е персонализираният отчет', | ||
'conditions' => ' | 'conditions' => 'Условия', | ||
'columns and order' => ' | 'columns and order' => 'Колони и наредба', | ||
'true' => ' | 'true' => 'Истина', | ||
'false' => ' | 'false' => 'Лъжа', | ||
'field' => ' | 'field' => 'Поле', | ||
'condition' => ' | 'condition' => 'Условие', | ||
'ends with' => ' | 'ends with' => 'завършва на', | ||
'select unselect all' => ' | 'select unselect all' => 'Маркирай/Размаркирай всички', | ||
'ascending' => ' | 'ascending' => 'Възходящ ред', | ||
'descending' => ' | 'descending' => 'Низходящ ред', | ||
'parametrizable'=> 'Параметър?', | |||
); | ); | ||
?> | ?> | ||
</pre> | </pre> |
Revision as of 16:50, 28 February 2010
<?php // Reporting return array( 'custom' => 'Персонализация', 'custom reports' => 'Персонализирани отчети', 'no custom reports' => 'Няма персонализирани отчети', 'add custom report' => 'Добавяне на персонализиран отчет', 'edit custom report' => 'Редактиране на персонализиран отчет', 'new custom report' => 'Нов персонализиран отчет', 'add report' => 'Добавяне на отчет', 'object type' => 'Обектен тип', 'add condition' => 'Добавяне на условие', 'custom report created' => 'Създаден е персонализиран отчет', 'custom report updated' => 'Обновен е персонализираният отчет', 'conditions' => 'Условия', 'columns and order' => 'Колони и наредба', 'true' => 'Истина', 'false' => 'Лъжа', 'field' => 'Поле', 'condition' => 'Условие', 'ends with' => 'завършва на', 'select unselect all' => 'Маркирай/Размаркирай всички', 'ascending' => 'Възходящ ред', 'descending' => 'Низходящ ред', 'parametrizable'=> 'Параметър?', ); ?>