mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Update migration_lang.php
Update untranslated strings
This commit is contained in:
parent
cad9a8de08
commit
f5d757031f
1 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
<?php
|
||||
|
||||
$lang['migration_none_found'] = "No migrations were found.";
|
||||
$lang['migration_not_found'] = "This migration could not be found.";
|
||||
$lang['migration_multiple_version'] = "This are multiple migrations with the same version number: %d.";
|
||||
$lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could not be found.";
|
||||
$lang['migration_missing_up_method'] = "The migration class \"%s\" is missing an 'up' method.";
|
||||
$lang['migration_missing_down_method'] = "The migration class \"%s\" is missing an 'down' method.";
|
||||
$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename.";
|
||||
$lang['migration_none_found'] = "Nessun migration trovato.";
|
||||
$lang['migration_not_found'] = "Questo migration non può essere trovato.";
|
||||
$lang['migration_multiple_version'] = "Ci sono più migrations con lo stesso numero di versione: %d.";
|
||||
$lang['migration_class_doesnt_exist'] = "La migration class \"%s\" non può essere trovata.";
|
||||
$lang['migration_missing_up_method'] = "La migration class \"%s\" non dispone del metodo 'up'.";
|
||||
$lang['migration_missing_down_method'] = "La migration class \"%s\" non dispone del metodo 'down'.";
|
||||
$lang['migration_invalid_filename'] = "Il migration \"%s\" ha un filename non valido.";
|
||||
|
||||
|
||||
/* End of file migration_lang.php */
|
||||
|
|
Loading…
Reference in a new issue