File Manager
<?php
$lang['dflt_urlprefix'] = 'Default URL prefix for Pretty URLS';
$lang['dflt_alldayevent'] = 'New events are "All Day" events by default';
$lang['dflt_starttime'] = 'Default start time for new events';
$lang['info_dflt_starttime'] = '<em>(applies only if new events are not "All Day" events.)</em>';
$lang['search_type'] = 'Search Type';
$lang['search_any'] = 'Return results matching any word';
$lang['search_all'] = 'Return results matching all words';
$lang['info_customfields'] = '<span style="color: red;">Note:</span> "File Upload Fields" are not searchable.';
$lang['searchable'] = 'Searchable';
$lang['help_param_editeventtemplate'] = 'Applicable only to the myevents action, this parameter allows specifying a non default edit event template to use when a user creates or edits an event';
$lang['help_param_editpage'] = 'Applicable only to the myevents action, this parameter allows specifying a different page for the edit form.';
$lang['help_param_myeventstemplate'] = 'Applicable only to the myevents action, this parameter allows specifying a non default template to use';
$lang['cal_edit_event'] = 'Edit Calendar Event';
$lang['error_dberror'] = 'Database Error';
$lang['submit'] = 'Submit';
$lang['info_sysdflt_editevent_template'] = 'System Default "Edit Event" Template';
$lang['info_sysdflt_myevents_template'] = 'System Default "My Events" Template';
$lang['prompt_feedit_group'] = 'Members of this FEU group can add events';
$lang['prompt_feedit_page'] = 'Default page for the frontend edit form.';
$lang['none'] = 'None';
$lang['owner'] = 'Owner';
$lang['cal_editevent_templates'] = 'Edit Event Form Templates';
$lang['info_editevent_template_tab'] = 'The list of templates that are available for the edit event form';
$lang['editeventtemplate_addedit'] = 'Add/Edit an Edit Event Form Template';
$lang['cal_myevents_templates'] = 'My Events List Templates';
$lang['info_myevents_template_tab'] = 'The list of templates that are available to display a list of user events';
$lang['myeventstemplate_addedit'] = 'Add/Edit a "My Events" report template';
$lang['areyousure_removeconflicting'] = 'This action will remove any events that conflict with non-overlappable events. Are you sure you want to do this?';
$lang['filter_conflicting'] = 'Filter Conflicting Events';
$lang['overlap_action_remove'] = 'Silently remove conflicting events';
$lang['overlap_action_error'] = 'Display an error';
$lang['prompt_overlap_action'] = 'What should happen when a conflict is detected during editing or adding of an event';
$lang['error_event_conflict'] = 'The event values specified overlap with an existing event that does not allow conflicts';
$lang['cal_info_overlap'] = 'Applies only to events with an end time (or all day events)';
$lang['cal_overlap'] = 'Allow new events to overlap with this one';
$lang['prompt_overlap_policy'] = 'Event Overlap Policy';
$lang['policy_all'] = 'All Events can overlap';
$lang['policy_none'] = 'No Events can overlap';
$lang['policy_individual'] = 'Decided on an event by event basis';
$lang['lbl_back'] = 'Back';
$lang['lbl_templates'] = 'Templates';
$lang['textarea'] = 'Text Area';
$lang['error_calendar_incompatible'] = 'We have detected that the Calendar module is also installed.. This module is not compatible with the Calendar module and cannot co-exist with it on the same install. Please uninstall the Calendar module';
$lang['error_event_not_found'] = 'Either event_id is not in the database, or there is more than one event with this id! (%d)';
$lang['first_page'] = '<<';
$lang['prev_page'] = '<';
$lang['next_page'] = '>';
$lang['last_page'] = '>>';
$lang['page_of'] = 'Page %d of %d';
$lang['search_results'] = 'Calendar Search Results';
$lang['search_words'] = 'Search Words';
$lang['no_results_found'] = 'No results found matching the query specified';
$lang['frequency'] = 'Frequency';
$lang['specified_date'] = 'Use the specified date';
$lang['first_sunday'] = 'First Sunday of the Month';
$lang['first_monday'] = 'First Monday of the Month';
$lang['first_tuesday'] = 'First Tuesday of the Month';
$lang['first_wednesday'] = 'First Wednesday of the Month';
$lang['first_thursday'] = 'First Thursday of the Month';
$lang['first_friday'] = 'First Friday of the Month';
$lang['first_saturday'] = 'First Saturday of the Month';
$lang['second_sunday'] = 'Second Sunday of the Month';
$lang['second_monday'] = 'Second Monday of the Month';
$lang['second_tuesday'] = 'Second Tuesday of the Month';
$lang['second_wednesday'] = 'Second Wednesday of the Month';
$lang['second_thursday'] = 'Second Thursday of the Month';
$lang['second_friday'] = 'Second Friday of the Month';
$lang['second_saturday'] = 'Second Saturday of the Month';
$lang['third_sunday'] = 'Third Sunday of the Month';
$lang['third_monday'] = 'Third Monday of the Month';
$lang['third_tuesday'] = 'Third Tuesday of the Month';
$lang['third_wednesday'] = 'Third Wednesday of the Month';
$lang['third_thursday'] = 'Third Thursday of the Month';
$lang['third_friday'] = 'Third Friday of the Month';
$lang['third_saturday'] = 'Third Saturday of the Month';
$lang['fourth_sunday'] = 'Fourth Sunday of the Month';
$lang['fourth_monday'] = 'Fourth Monday of the Month';
$lang['fourth_tuesday'] = 'Fourth Tuesday of the Month';
$lang['fourth_wednesday'] = 'Fourth Wednesday of the Month';
$lang['fourth_thursday'] = 'Fourth Thursday of the Month';
$lang['fourth_friday'] = 'Fourth Friday of the Month';
$lang['fourth_saturday'] = 'Fourth Saturday of the Month';
$lang['last_sunday'] = 'Last Sunday of the Month';
$lang['last_monday'] = 'Last Monday of the Month';
$lang['last_tuesday'] = 'Last Tuesday of the Month';
$lang['last_wednesday'] = 'Last Wednesday of the Month';
$lang['last_thursday'] = 'Last Thursday of the Month';
$lang['last_friday'] = 'Last Friday of the Month';
$lang['last_saturday'] = 'Last Saturday of the Month';
$lang['error_invalid_recur_monthly_freq'] = 'Invalid frequency.... you cannot specify both the specified date AND other values';
$lang['searchresulttemplate_addedit'] = 'Add/Edit a Search Result Template';
$lang['info_searchresult_template_tab'] = 'The list of templates that are available for the search results display';
$lang['info_sysdflt_searchresult_template'] = 'System Default Search Result Template';
$lang['cal_search_result_templates'] = 'Search Result Templates';
$lang['error_query_failed'] = 'Database Query Failed';
$lang['error_search_invalid_dates'] = 'Invalid Search Dates Specified';
$lang['text'] = 'Text';
$lang['search'] = 'Search';
$lang['category'] = 'Category';
$lang['info_sysdflt_search_template'] = 'System Default Search Form Template';
$lang['searchtemplate_addedit'] = 'Add/Edit a Search Form Template';
$lang['info_search_template_tab'] = 'The list of templates that are available for the search form';
$lang['cal_search_form_templates'] = 'Search Form Templates';
$lang['max'] = 'max';
$lang['times'] = 'times';
$lang['on'] = 'on';
$lang['areyousure_uninstall'] = 'Are you sure you want to do this? Continuing will permanenently erase all data associated with this module.';
$lang['post_uninstall'] = 'The Calendar module has been uninstalled and all event and template information associated with this module has been removed';
$lang['fieldupdated'] = 'Field Updated';
$lang['every'] = 'Every';
$lang['or'] = 'or';
$lang['update_children'] = 'Update Child Events';
$lang['error_nocategory'] = 'You must select at least one category';
$lang['error_nothingselected'] = 'Nothing has been selected to delete';
$lang['error_eventoverlap'] = 'The recuring event parameters you have specified would result in overlapping events.';
$lang['recurs'] = 'Recurs';
$lang['error_invalid_dates'] = 'One or more of the date values entered were invalid';
$lang['sunday'] = 'Sunday';
$lang['monday'] = 'Monday';
$lang['tuesday'] = 'Tuesday';
$lang['wednesday'] = 'Wednesday';
$lang['thursday'] = 'Thursday';
$lang['friday'] = 'Friday';
$lang['saturday'] = 'Saturday';
$lang['abbr_sunday'] = 'Su';
$lang['abbr_monday'] = 'Mo';
$lang['abbr_tuesday'] = 'Tu';
$lang['abbr_wednesday'] = 'We';
$lang['abbr_thursday'] = 'Th';
$lang['abbr_friday'] = 'Fr';
$lang['abbr_saturday'] = 'Sa';
$lang['weekdays'] = 'Weekdays';
$lang['plural_daily'] = 'Days';
$lang['plural_weekly'] = 'Weeks';
$lang['plural_monthly'] = 'Months';
$lang['plural_yearly'] = 'Years';
$lang['no'] = 'No';
$lang['daily'] = 'Daily';
$lang['weekly'] = 'Weekly';
$lang['monthly'] = 'Monthly';
$lang['yearly'] = 'Yearly';
$lang['interval'] = 'Repeat every';
$lang['cal_recur_details'] = 'Recurring Event Details';
$lang['unlimited'] = 'Unlimited';
$lang['max_recur_events'] = 'Maximum number of child events';
$lang['use_to_date'] = 'Specify a different end date?';
$lang['cancel'] = 'Cancel';
$lang['show_child_events'] = 'Show Child Events <em>(may result in very long display)</em>';
$lang['n/a'] = 'n/a';
$lang['recurs_until'] = 'Recur Until';
$lang['parent'] = 'Parent';
$lang['recur_period'] = 'Recur Period';
$lang['filter'] = 'Filter';
$lang['start_date'] = 'Start Date';
$lang['end_date'] = 'End Date';
$lang['info_upcominglist_template_tab'] = 'The list of templates that are available for upcominglist views';
$lang['upcominglisttemplate_addedit'] = 'Add/Edit an Upcominglist Display Template';
$lang['info_sysdflt_upcominglist_template'] = 'System Default Upcominglist Template';
$lang['info_list_template_tab'] = 'The list of templates that are available for list views';
$lang['listtemplate_addedit'] = 'Add/Edit an List Display Template';
$lang['info_sysdflt_list_template'] = 'System Default List Template';
$lang['info_event_template_tab'] = 'The list of templates that are available for event views';
$lang['eventtemplate_addedit'] = 'Add/Edit an Event Display Template';
$lang['info_sysdflt_event_template'] = 'System Default Event Template';
$lang['info_calendar_template_tab'] = 'The list of templates that are available for calendar views';
$lang['calendartemplate_addedit'] = 'Add/Edit a Calendar Display Template';
$lang['info_sysdflt_calendar_template'] = 'System Default Calendar Template';
$lang['info_sysdflt_template'] = 'This form defines the template that will be used when you click "New Template" in the appropriate tab. Changing this value will have no immediate effect on the displays generated from this module.';
$lang['eventdesc-EventAdded'] = 'Вызывается после добавления события календаря';
$lang['eventdesc-EventEdited'] = 'Вызывается после изменения существующего события календаря';
$lang['eventdesc-EventDeleted'] = 'Вызывается после удаления события';
$lang['eventdesc-CategoryAdded'] = 'Вызывается после создания категории';
$lang['eventdesc-CategoryEdited'] = 'Вызывается после редактирования категории';
$lang['eventdesc-CategoryDeleted'] = 'Вызывается после удаления категории';
$lang['eventhelp-EventAdded'] = '<p>Sent when a calendar event is added.</p>
<h4>Parameters</h4>
<ul>
<li>\\"event_title\\" - Event Title</li>
<li>\\"event_summary\\" - Summary Text</li>
<li>\\"event_details\\" - Detailed Description</li>
<li>\\"event_date_start\\" - The event start date/time</li>
<li>\\"event_date_end\\" - The event end date/time</li>
<li>\\"event_created_by\\" - The userid of the author</li>
<li>\\"event_id\\" - The event id</li>
</ul>
';
$lang['eventhelp-EventEdited'] = '<p>Sent when a calendar event is edited.</p>
<h4>Parameters</h4>
<ul>
<li>\\"event_title\\" - Event Title</li>
<li>\\"event_summary\\" - Summary Text</li>
<li>\\"event_details\\" - Detailed Description</li>
<li>\\"event_date_start\\" - The event start date/time</li>
<li>\\"event_date_end\\" - The event end date/time</li>
<li>\\"event_created_by\\" - The userid of the author</li>
<li>\\"event_id\\" - The event id</li>
</ul>
';
$lang['eventhelp-EventDeleted'] = '<p>Sent when a calendar event is deleted.</p>
<h4>Parameters</h4>
<ul>
<li>\\"event_id\\" - The event id</li>
</ul>
';
$lang['eventhelp-CategoryAdded'] = '<p>Sent when a calendar category is added.</p>
<h4>Parameters</h4>
<ul>
<li>\\"category_id\\" - The category id</li>
</ul>
';
$lang['eventhelp-CategoryEdited'] = '<p>Sent when a calendar category is edited.</p>
<h4>Parameters</h4>
<ul>
<li>\\"category_id\\" - The category id</li>
<li>\\"category_name\\" - The category name</li>
<li>\\"category_order\\" - The category sort order</li>
</ul>
';
$lang['eventhelp-CategoryDeleted'] = '<p>Sent when a calendar category is deleted.</p>
<h4>Parameters</h4>
<ul>
<li>\\"category_id\\" - The category id</li>
<li>\\"category_name\\" - The category name</li>
<li>\\"category_order\\" - The category sort order</li>
</ul>
';
$lang['msg_eventadded'] = 'Событе добавлено';
$lang['error_noeventname'] = 'A name for the event is required';
$lang['error_noupload'] = 'ОШИБКА: Загруженный файл не найден';
$lang['error_invalidfilename'] = 'ОШИБКА: Загруженный файл не может быть принят';
$lang['error_problemwithupload'] = 'ОШИБКА: Проблема при попытке загрузить файл';
$lang['error_filecopyfailed'] = 'ERROR: A Problem occurred when copying the file to its final destination';
$lang['error_fileexists'] = 'ОШИБКА: Файл с таким именем уже существует';
$lang['error_csvfilenotfound'] = 'ОШИБКА: Не удалось найти CSV файл';
$lang['error_cantopenfile'] = 'ОШИБКА: Не удается открыть файл';
$lang['error_categoryexists'] = 'ERROR: A category with the name %s already exists';
$lang['cal_id'] = 'Id';
$lang['cal_calendar'] = 'Календарь';
$lang['cal_default_templates'] = 'Default Templates';
$lang['cal_description'] = 'Описание';
$lang['cal_addevent'] = 'Добавить событие';
$lang['cal_import_events'] = 'Импорт событий';
$lang['cal_events'] = 'События';
$lang['cal_categories'] = 'Категории';
$lang['cal_calendar_template'] = 'Шаблон календаря';
$lang['cal_list_template'] = 'Список шаблонов';
$lang['cal_upcominglist_template'] = 'Upcoming Template';
$lang['cal_event_template'] = 'Шаблон события';
$lang['cal_settings'] = 'Настройки';
$lang['cal_prev'] = '« Предыдущий';
$lang['cal_next'] = 'Следующий »';
$lang['cal_categories_updated'] = 'Категории обновлены';
$lang['cal_settings_updated'] = 'Настройки обновлены';
$lang['cal_add_event'] = 'Добавить событие';
$lang['cal_edit'] = 'Редактировать';
$lang['cal_delete'] = 'Удалить';
$lang['cal_areyousure'] = 'Вы уверены, что хотите удалить';
$lang['cal_update_template'] = 'Обновить шаблон';
$lang['cal_sunday'] = 'Воскресенье';
$lang['cal_monday'] = 'Понедельник';
$lang['cal_tuesday'] = 'Вторник';
$lang['cal_wednesday'] = 'Среда';
$lang['cal_thursday'] = 'Четверг';
$lang['cal_friday'] = 'Пятница';
$lang['cal_saturday'] = 'Суббота';
$lang['cal_sun'] = 'Вс';
$lang['cal_mon'] = 'Пн';
$lang['cal_tues'] = 'Вт';
$lang['cal_wed'] = 'Ср';
$lang['cal_thurs'] = 'Чт';
$lang['cal_fri'] = 'Пт';
$lang['cal_sat'] = 'Сб';
$lang['cal_january'] = 'Январь';
$lang['cal_february'] = 'Февраль';
$lang['cal_march'] = 'Март';
$lang['cal_april'] = 'Апрель';
$lang['cal_may'] = 'Май';
$lang['cal_june'] = 'Июнь';
$lang['cal_july'] = 'Июль';
$lang['cal_august'] = 'Август';
$lang['cal_september'] = 'Сентябрь';
$lang['cal_october'] = 'Октябрь';
$lang['cal_november'] = 'Ноябрь';
$lang['cal_december'] = 'Декабрь';
$lang['cal_add'] = 'Добавить';
$lang['cal_update'] = 'Обновить';
$lang['cal_event'] = 'Событие';
$lang['cal_date'] = 'Дата';
$lang['cal_summary'] = ' Резюме';
$lang['cal_details'] = 'Подробно';
$lang['cal_more'] = 'подробнее >>';
$lang['cal_return'] = 'Вернуться';
$lang['cal_to'] = 'в';
$lang['cal_past_events'] = 'Прошедшие события';
$lang['cal_upcoming_events'] = 'Предстоящие события';
$lang['cal_any_category'] = 'Любая категория';
$lang['cal_show_only_events_in'] = 'Показать только события в';
$lang['cal_filter_by'] = 'Фильтр по';
$lang['cal_go'] = 'Перейти';
$lang['cal_title'] = 'Заголовок';
$lang['cal_fromdate'] = 'От даты';
$lang['cal_todate'] = 'До даты';
$lang['cal_update_categories'] = 'Обновить категории';
$lang['cal_language'] = 'Язык';
$lang['cal_updatesettings'] = 'Обновить настройки';
$lang['cal_use_twelve_hour_clock'] = 'Use twelve hour clock on hour drop-downs?';
$lang['cal_default_category'] = 'Категория по умолчанию';
$lang['cal_update_fields'] = 'Обновить поля';
$lang['force_category'] = 'Force at least one category';
$lang['showpastyears'] = 'How many years in the past is allowed';
$lang['showfutureyears'] = 'How many year into the future is allowed';
$lang['hidesummary'] = 'Should the summary field be hidden';
$lang['hidecontent'] = 'Should the content field be hidden';
$lang['category_reminder'] = 'Please check one or more categories for this event';
$lang['module_example_stylesheet'] = 'Пример CSS календаря';
$lang['error_permission'] = 'You need the appropriate permission (%s) to access this functionality';
$lang['install_postmessage'] = 'Make sure to set the "Modify Calendar" permission on users who will be administering calendar events.';
$lang['deletetagged'] = 'Удалить отмеченные события';
$lang['confirmdeletetagged'] = 'Вы уверены, что эти события должны быть удалены?';
$lang['taggeddeleted'] = 'Отмеченные события удалены';
$lang['templates'] = 'Шаблоны';
$lang['template_help'] = 'Справка шаблона';
$lang['file_templates'] = 'Файл шаблона';
$lang['addtemplate'] = 'Добавить шаблон';
$lang['template'] = 'Шаблон';
$lang['templatenametext'] = 'Имя шаблона';
$lang['edittemplate'] = 'Редактировать шаблон';
$lang['deletetemplate'] = 'Удалить шаблон';
$lang['newtemplate'] = 'Имя нового шаблона';
$lang['templatenameexists'] = 'Ошибка: Шаблон с таким именем уже существует. Пожалуйста, выберите другое имя.';
$lang['templateimported'] = 'Этот шаблон успешно импортирован в базу данных, и в настоящее время установлен для использования.';
$lang['view_default_stylesheet'] = 'Просмотр таблицы стилей по умолчанию';
$lang['filename'] = 'Имя файла';
$lang['importtemplate'] = 'Иморт шаблона';
$lang['template_deleted'] = 'Шаблон удален из базы данных.';
$lang['updatetemplatesuccess'] = 'Шаблон успешно обновлён';
$lang['updatetemplatefailure'] = 'Произошла ошибка обновления шаблона';
$lang['settingssaved'] = 'Настройки успешно сохранены';
$lang['categorydeleted'] = 'Категория удалена';
$lang['categoryupdated'] = 'Категория обновлена';
$lang['categoryadded'] = 'Категория добавлена';
$lang['eventdeleted'] = 'Событие удалено';
$lang['eventupdated'] = 'Событие обновлено';
$lang['default_page_error'] = 'Ошибка: Вы должны привести в порядок страницу по умолчанию, чтобы использовать Календарь с красивыми URL. Пожалуйста войдите в настройки Календаря и выберите эту закладку.';
$lang['time_at'] = 'в';
$lang['type'] = 'Тип';
$lang['name'] = 'Имя';
$lang['order'] = 'Порядок';
$lang['fieldadded'] = 'Поле успешно добавлено';
$lang['fielddeleted'] = 'Поле удалено';
$lang['fields'] = 'Пользовательские поля';
$lang['textfield'] = 'Текстовое поле';
$lang['uploadfield'] = 'Файл загрузки поля';
$lang['description'] = '<p>Calendar is a module for displaying events on your page. When the
module is installed, a Calendar admin page is added to the content menu
that will allow you to manage your events.</p>';
$lang['defaultcalendarpage'] = 'Default page that contains Calendar. This page must contain a Smarty tag that calls Calendar. Required if you use the pretty URLs.';
$lang['uploaddirectory'] = 'Directory wherer file uploads should be placed';
$lang['uploadfiletypes'] = 'Разрешенные типы файлов';
$lang['uploadunique'] = 'Обеспечить уникальные имена файлов';
$lang['thumb_width'] = 'Ширина миниатюры';
$lang['thumb_height'] = 'Высота миниатюра';
$lang['large_width'] = 'Наибольшая ширина изображения';
$lang['large_height'] = 'Наибольшая высота изображения';
$lang['cal_recur_period'] = 'Повторяется';
$lang['cal_recur_until'] = 'До тех пор, пока повторяется';
$lang['help_template'] = '<p><b>Печать имени автора:</b></p>
<code>Автор: {$event.authorname}</code>
';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com