<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014-2018, 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'] = 'Nebyla nalezena žádná migrace.'; $lang['migration_not_found'] = 'Migrace s číslem verze %s nebyla nalezena.'; $lang['migration_sequence_gap'] = 'V blízkosti sekvence migrace s číslem verze %s se nachází mezera.'; $lang['migration_multiple_version'] = 'Existuje více migrací se shodným číslem verze: %s.'; $lang['migration_class_doesnt_exist'] = 'Třída migrace "%s" nebyla nalezena.'; $lang['migration_missing_up_method'] = 'Třída migrace "%s" postrádá metodu "up".'; $lang['migration_missing_down_method'] = 'Třída migrace "%s" postrádá metodu "down".'; $lang['migration_invalid_filename'] = 'Migrace "%s" má neplatný název souboru.';