Update migration_lang.php

This commit is contained in:
Florian
2015-01-10 18:37:38 +01:00
parent 5e4a6af3b7
commit 1ff7e271a5

View File

@@ -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&eacute;es.";
$lang['migration_not_found'] = "Cette migration n'a pas pu &ecirc;tre trouv&eacute;e.";
$lang['migration_multiple_version'] = "Il y a plusieurs migrations avec le m&ecirc;me num&eacute;ro de version : %d.";
$lang['migration_class_doesnt_exist'] = "La classe de migration \"%s\" n'a pas pu &ecirc;tre trouv&eacute;e.";
$lang['migration_missing_up_method'] = "La classe de migration \"%s\" ne dispose pas d'une m&eacute;thode 'up'.";
$lang['migration_missing_down_method'] = "La classe de migration \"%s\" ne dispose pas d'une m&eacute;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 */