mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo / wording of migration steps
This commit is contained in:
parent
cced69aa94
commit
1d9eec1042
1 changed files with 6 additions and 6 deletions
|
@ -358,17 +358,17 @@
|
||||||
"migration_0008_warning": "If you understand those warnings and agree to let YunoHost override your current configuration, run the migration. Otherwise, you can also skip the migration - though it is not recommended.",
|
"migration_0008_warning": "If you understand those warnings and agree to let YunoHost override your current configuration, run the migration. Otherwise, you can also skip the migration - though it is not recommended.",
|
||||||
"migration_0008_no_warning": "No major risk has been indentified about overriding your SSH configuration - but we can't be absolutely sure ;)! If you agree to let YunoHost override your current configuration, run the migration. Otherwise, you can also skip the migration - though it is not recommended.",
|
"migration_0008_no_warning": "No major risk has been indentified about overriding your SSH configuration - but we can't be absolutely sure ;)! If you agree to let YunoHost override your current configuration, run the migration. Otherwise, you can also skip the migration - though it is not recommended.",
|
||||||
"migration_0009_not_needed": "This migration already happened somehow ? Skipping.",
|
"migration_0009_not_needed": "This migration already happened somehow ? Skipping.",
|
||||||
"migration_0011_backup_before_migration": "Make a backup of LDAP and apps settings before the migration",
|
"migration_0011_backup_before_migration": "Creating a backup of LDAP database and apps settings prior to the actual migration.",
|
||||||
"migration_0011_can_not_backup_before_migration": "The backup of the system before the migration failed. Migration failed. Error: {error:s}",
|
"migration_0011_can_not_backup_before_migration": "The backup of the system before the migration failed. Migration failed. Error: {error:s}",
|
||||||
"migration_0011_create_group": "Create group for each user.",
|
"migration_0011_create_group": "Creating a group for each user...",
|
||||||
"migration_0011_done": "Migration sucess. You are now able to use groups of user.",
|
"migration_0011_done": "Migration successful. You are now able to manage groups of users.",
|
||||||
"migration_0011_LDAP_config_dirty": "It look like that you customized your LDAP configuration. For this migration the LDAP configuration need to be updated.\nYou need to save your actual configuration, reintialize the original configuration by the command 'yunohost tools regen-conf -f' and after retry the migration",
|
"migration_0011_LDAP_config_dirty": "It look like that you customized your LDAP configuration. For this migration the LDAP configuration need to be updated.\nYou need to save your actual configuration, reintialize the original configuration by the command 'yunohost tools regen-conf -f' and after retry the migration",
|
||||||
"migration_0011_LDAP_update_failed": "LDAP update failed. Error: {error:s}",
|
"migration_0011_LDAP_update_failed": "LDAP update failed. Error: {error:s}",
|
||||||
"migration_0011_migrate_permission": "Migrate permission from apps settings to LDAP",
|
"migration_0011_migrate_permission": "Migrating permissions from apps settings to LDAP...",
|
||||||
"migration_0011_migration_failed_trying_to_rollback": "Migration failed ... trying to rollback the system.",
|
"migration_0011_migration_failed_trying_to_rollback": "Migration failed ... trying to rollback the system.",
|
||||||
"migration_0011_rollback_success": "Rollback succeeded.",
|
"migration_0011_rollback_success": "Rollback succeeded.",
|
||||||
"migration_0011_update_LDAP_database": "Update LDAP database for groups and permission support",
|
"migration_0011_update_LDAP_database": "Updating LDAP database...",
|
||||||
"migration_0011_update_LDAP_schema": "Update LDAP schema",
|
"migration_0011_update_LDAP_schema": "Updating LDAP schema...",
|
||||||
"migrations_backward": "Migrating backward.",
|
"migrations_backward": "Migrating backward.",
|
||||||
"migrations_bad_value_for_target": "Invalid number for target argument, available migrations numbers are 0 or {}",
|
"migrations_bad_value_for_target": "Invalid number for target argument, available migrations numbers are 0 or {}",
|
||||||
"migrations_cant_reach_migration_file": "Can't access migrations files at path %s",
|
"migrations_cant_reach_migration_file": "Can't access migrations files at path %s",
|
||||||
|
|
Loading…
Add table
Reference in a new issue