Cloudlog/application/language/russian/notes_lang.php

23 wiersze
1.2 KiB
PHP
Czysty Wina Historia

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['notes_menu_notes'] = 'Заметки';
$lang['notes_edit_note'] = 'Редактировать';
$lang['notes_your_notes'] = 'Ваши заметки';
$lang['notes_welcome'] = "У вас сейчас нет заметок, это замечательный способ сохранить такую информацию как: настройки САУ, маяки и общая информация о станции. И это лучше, чем бумага, потому, что вы не сможете их потерять!";
$lang['notes_create_note'] = 'Создать заметку';
$lang['notes_input_title'] = 'Заголовок';
$lang['notes_input_category'] = 'Категория';
$lang['notes_input_notes_content'] = 'Содержание заметки';
$lang['notes_input_btn_save_note'] = 'Сохранить заметку';
$lang['notes_input_btn_edit_note'] = 'Изменить заметку';
$lang['notes_input_btn_delete_note'] = 'Удалить заметку';
$lang['notes_selection_general'] = 'Общее';
$lang['notes_selection_antennas'] = 'Антенны';
$lang['notes_selection_satellites'] = 'Спутники';