MaketRandevu/src/application/language/turkish/migration_lang.php
oxteam 3c605c139c Import system translations from official CI depot https://github.com/bcit-ci/codeigniter3-translations
Only files already existing in EA! were imported.

CI's portuguese-brazilian folder was used for EA!'s portuguese-br.
CI's simplified-chinese folder was used for EA!'s chinese folder.

No supported translations exists for Finish and Luxembourgish. The migration_lang files for these languages are still in English but one translation key is missing compared to the EA! English original file.
For consistency purpose, the Finish and Luxembourgish migration_lang files have been overwritten by the EA! English original file.
2018-07-13 01:13:25 +02:00

19 lines
1.1 KiB
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
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = 'Herhangi bir taşınma bulunamadı.';
$lang['migration_not_found'] = 'Belirtilen sürüm numaralı taşınma bulunamadı: %s.';
$lang['migration_sequence_gap'] = 'Şu sürüm numarasına yakın taşınma sıralamasında bir boşluk var: %s.';
$lang['migration_multiple_version'] = 'Aynı sürüm numaralı birden çok taşınma var: %s.';
$lang['migration_class_doesnt_exist'] = 'Taşınma sınıfı "%s" bulunamadı.';
$lang['migration_missing_up_method'] = '"%s" taşınma sınıfında "up" metodu eksik.';
$lang['migration_missing_down_method'] = '"%s" taşınma sınıfında "down" metodu eksik.';
$lang['migration_invalid_filename'] = '"%s" taşınmasında geçersiz dosya adı.';