mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-03 13:23:00 -04:00
Update migration_lang.php
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?php
|
||||
<?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 'up' method.";
|
||||
$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename.";
|
||||
$lang['migration_none_found'] = "Pas de migrations trouvées.";
|
||||
$lang['migration_not_found'] = "Cette migration n'a pas pu être trouvée.";
|
||||
$lang['migration_multiple_version'] = "Il y a plusieurs migrations avec le même numéro de version : %d.";
|
||||
$lang['migration_class_doesnt_exist'] = "La classe de migration \"%s\" n'a pas pu être trouvée.";
|
||||
$lang['migration_missing_up_method'] = "La classe de migration \"%s\" ne dispose pas d'une méthode 'up'.";
|
||||
$lang['migration_missing_down_method'] = "La classe de migration \"%s\" ne dispose pas d'une méthode 'down'.";
|
||||
$lang['migration_invalid_filename'] = "Le nom de fichier de la migration \"%s\" n'est pas valide.";
|
||||
|
||||
|
||||
/* End of file migration_lang.php */
|
||||
/* Location: ./system/language/english/migration_lang.php */
|
||||
/* Location: ./system/language/french/migration_lang.php */
|
||||
|
||||
Reference in New Issue
Block a user