/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/system/language/english/migration_lang.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-04-11 09:20:09 UTC
  • mfrom: (19.1.5 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130411092009-ylcqzqwcmjdglb17
merged in implemetaion group one's team bransh, it contains code-ignighter
and the new admin-panel.
20130411

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
$lang['migration_none_found']                   = "No migrations were found.";
 
4
$lang['migration_not_found']                    = "This migration could not be found.";
 
5
$lang['migration_multiple_version']             = "This are multiple migrations with the same version number: %d.";
 
6
$lang['migration_class_doesnt_exist']   = "The migration class \"%s\" could not be found.";
 
7
$lang['migration_missing_up_method']    = "The migration class \"%s\" is missing an 'up' method.";
 
8
$lang['migration_missing_down_method']  = "The migration class \"%s\" is missing an 'down' method.";
 
9
$lang['migration_invalid_filename']             = "Migration \"%s\" has an invalid filename.";
 
10
 
 
11
 
 
12
/* End of file migration_lang.php */
 
13
/* Location: ./system/language/english/migration_lang.php */
 
 
b'\\ No newline at end of file'