kopia lustrzana https://github.com/magicbug/Cloudlog
23 wiersze
884 B
PHP
23 wiersze
884 B
PHP
|
<?php
|
||
|
|
||
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
|
||
|
$lang['notes_menu_notes'] = 'Notes';
|
||
|
$lang['notes_edit_note'] = 'Edit Note';
|
||
|
$lang['notes_your_notes'] = 'Your Notes';
|
||
|
|
||
|
$lang['notes_welcome'] = "You don't currently have any notes, these are a fantastic way of storing data like ATU settings, beacons and general station notes and its better than paper as you can't lose them!";
|
||
|
|
||
|
$lang['notes_create_note'] = 'Create Note';
|
||
|
|
||
|
$lang['notes_input_title'] = 'Title';
|
||
|
$lang['notes_input_category'] = 'Category';
|
||
|
$lang['notes_input_notes_content'] = 'Note Contents';
|
||
|
$lang['notes_input_btn_save_note'] = 'Save Note';
|
||
|
$lang['notes_input_btn_edit_note'] = 'Edit Note';
|
||
|
$lang['notes_input_btn_delete_note'] = 'Delete Note';
|
||
|
|
||
|
$lang['notes_selection_general'] = 'General';
|
||
|
$lang['notes_selection_antennas'] = 'Antennas';
|
||
|
$lang['notes_selection_satellites'] = 'Satellites';
|