Cloudlog/application/language/turkish/notes_lang.php

23 lines
921 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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';