24 行
925 B
PHP
24 行
925 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
||
|
|
|
||
|
|
$lang['notes_menu_notes'] = 'Notatki';
|
||
|
|
$lang['notes_edit_note'] = 'Edytuj notatkę';
|
||
|
|
$lang['notes_your_notes'] = 'Twoje notatki';
|
||
|
|
|
||
|
|
$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'] = 'Utwórz notatkę';
|
||
|
|
|
||
|
|
$lang['notes_input_title'] = 'Tyuł';
|
||
|
|
$lang['notes_input_category'] = 'Kategoria';
|
||
|
|
$lang['notes_input_notes_content'] = 'Zawartość notatki';
|
||
|
|
$lang['notes_input_btn_save_note'] = 'Zapisz notatkę';
|
||
|
|
$lang['notes_input_btn_edit_note'] = 'Edytuj notatkę';
|
||
|
|
$lang['notes_input_btn_delete_note'] = 'Usuń notatkę';
|
||
|
|
|
||
|
|
$lang['notes_selection_general'] = 'Ogólne';
|
||
|
|
$lang['notes_selection_antennas'] = 'Antenowe';
|
||
|
|
$lang['notes_selection_satellites'] = 'Setatlitarne';
|
||
|
|
|