This commit is contained in:
20
application/language/greek/migration_lang.php
Normal file
20
application/language/greek/migration_lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Grigoris Charamidis
|
||||
* @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'] = 'Δεν βρέθηκαν migrations.';
|
||||
$lang['migration_not_found'] = 'Όχι migrations, θα μπορούσε να βρεθεί με τον αριθμό έκδοσης: %s.';
|
||||
$lang['migration_sequence_gap'] = 'Υπάρχει ένα κενό στην ακολουθία του migration στους κοντινούς αριθμούς έκδοσης: %s.';
|
||||
$lang['migration_multiple_version'] = 'Υπάρχουν πολλαπλά migrations με τον ίδιο αριθμό έκδοσης: %s.';
|
||||
$lang['migration_class_doesnt_exist'] = 'Η migration class "%s" δεν μπορεί να βρεθεί.';
|
||||
$lang['migration_missing_up_method'] = 'Απο την migration class "%s" λείπει η "up" μέθοδος.';
|
||||
$lang['migration_missing_down_method'] = 'Απο την migration class "%s" λείπει η "down" μέθοδος.';
|
||||
$lang['migration_invalid_filename'] = 'Migration "%s" έχει ένα μη εγκυρο όνομα.';
|
||||
Reference in New Issue
Block a user