mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-24 09:17:54 -05:00
8 lines
417 B
PHP
8 lines
417 B
PHP
<?php
|
|
|
|
$lang["migrate_backup"] = "Be sure to back up your database before applying any database upgrades.";
|
|
$lang["migrate_failed"] = "The migration did not complete.";
|
|
$lang["migrate_info"] = "Click on Start Migration only if you are ready to apply all database changes and data upgrades to your database";
|
|
$lang["migrate_start"] = "Start Migration ";
|
|
$lang["migrate_success"] = "Migration completed successfully";
|