mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-23 00:37:56 -05:00
8 lines
391 B
PHP
8 lines
391 B
PHP
<?php
|
|
|
|
$lang["migrate_backup"] = "Be sure to back up your database before applying any database upgrades.";
|
|
$lang["migrate_failed"] = "Migration failed.";
|
|
$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"] = "Migrate successful.";
|