Files
opensourcepos/application/language/bg/migrate_lang.php
Weblate ce321877ff Translated using Weblate (Bulgarian)
Currently translated at 100.0% (20 of 20 strings)
2017-12-24 18:29:27 +00:00

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.";