Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** System messages translation for CodeIgniter(tm)** @author CodeIgniter community* @copyright Copyright (c) 2014-2019, British Columbia Institute of Technology (https://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'] = 'Õ„Õ«Õ£Ö€Õ¡ÖÕ«Õ¡Õ¶ Õ¹Õ« Õ£Õ¿Õ¶Õ¾Õ¥Õ¬Ö‰';$lang['migration_not_found'] = 'Õ€Õ¥Õ¿Ö‡ÕµÕ¡Õ¬ Õ°Õ¡Õ´Õ¡Ö€Õ« Õ´Õ«Õ£Ö€Õ¡ÖÕ«Õ¡ Õ¹Õ« գտնվել․ %sÖ‰';$lang['migration_sequence_gap'] = 'Ô³Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¸Ö‚Õ¶Õ« Õ³Õ¥Õ²Ö„Õ¾Õ¡Õ®Ö„ Õ°Õ¥Õ¿Ö‡ÕµÕ¡Õ¬ Õ°Õ¡Õ´Õ¡Ö€Õ« Õ´Õ«Õ£Ö€Õ¡ÖÕ«Õ¡ÕµÕ« մոտակայքում․ %sÖ‰';$lang['migration_multiple_version'] = 'Ô³Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¸Ö‚Õ¶Õ¥Õ¶ Õ¶Õ¸Ö‚ÕµÕ¶ Õ°Õ¡Õ´Õ¡Ö€Õ« Õ´Õ¥Õ¯Õ«Ö Õ¡Õ¾Õ¥Õ¬Õ« Õ´Õ«Õ£Ö€Õ¡Öիաներ․ %sÖ‰';$lang['migration_class_doesnt_exist'] = '"%s" Õ´Õ«Õ£Ö€Õ¡ÖÕ«Õ¡ÕµÕ« Õ¯Õ¬Õ¡Õ½Õ¨ Õ¹Õ« Õ£Õ¿Õ¶Õ¾Õ¥Õ¬';$lang['migration_missing_up_method'] = '"%s" Õ´Õ«Õ£Ö€Õ¡ÖÕ«Õ¡ÕµÕ« Õ¯Õ¬Õ¡Õ½Õ¸Ö‚Õ´ "up" Õ´Õ¥Õ©Õ¸Õ¤Õ¨ Õ¢Õ¡ÖÕ¡Õ¯Õ¡ÕµÕ¸Ö‚Õ´ Õ§Ö‰';$lang['migration_missing_down_method'] = '"%s" Õ´Õ«Õ£Ö€Õ¡ÖÕ«Õ¡ÕµÕ« Õ¯Õ¬Õ¡Õ½Õ¸Ö‚Õ´ "down" Õ´Õ¥Õ©Õ¸Õ¤Õ¨ Õ¢Õ¡ÖÕ¡Õ¯Õ¡ÕµÕ¸Ö‚Õ´ Õ§Ö‰';$lang['migration_invalid_filename'] = '"%s" Õ´Õ«Õ£Ö€Õ¡ÖÕ«Õ¡ÕµÕ« Ö†Õ¡ÕµÕ¬Õ¨ Õ½ÕÕ¡Õ¬ Õ§ Õ¡Õ¶Õ¾Õ¡Õ¶Õ¡Õ¯Õ¸Õ¹Õ¾Õ¥Õ¬Ö‰';