2022-01-07 05:33:55 +08:00
< ? 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' ;
2022-01-07 05:46:44 +08:00
$lang [ 'notes_welcome' ] = " Nie masz jeszcze żadnej notatki, są one fantastyczną drogą do przechowywana pomocnych danych takich jak np. ustawienia skrzynki antenowej, bikony, i ogólne notatki. Są lepsze niż papierowe, bo nigdy nie giną. ! " ;
2022-01-07 05:33:55 +08:00
$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' ;