Cloudlog/application/language/turkish/notes_lang.php

23 wiersze
921 B
PHP

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('Doğrudan komut dosyası erişimine izin verilmez');
$lang['notes_menu_notes'] = 'Notlar';
$lang['notes_edit_note'] = 'Notu düzenle';
$lang['notes_your_notes'] = 'Notlarınız';
$lang['notes_welcome'] = "Şu anda bir notunuz yok. Bunlar ATU ayarları, işaretçiler ve genel istasyon notları gibi verileri saklamanın harika bir yoludur ve onları kaybedemeyeceğiniz için kağıttan daha iyidir!";
$lang['notes_create_note'] = 'Not yarat';
$lang['notes_input_title'] = 'Başlık';
$lang['notes_input_category'] = 'Sınıf';
$lang['notes_input_notes_content'] = 'Not içeriği';
$lang['notes_input_btn_save_note'] = 'Notu kaydet';
$lang['notes_input_btn_edit_note'] = 'Notu düzenle';
$lang['notes_input_btn_delete_note'] = 'Notu sil';
$lang['notes_selection_general'] = 'Genel';
$lang['notes_selection_antennas'] = 'Antenler';
$lang['notes_selection_satellites'] = 'Uydular';