Remove i18n stale strings

This commit is contained in:
Alexandre Aubin 2021-09-06 00:02:41 +02:00
parent acf4d1c82a
commit a5bf5246c5

View file

@ -17,7 +17,6 @@
"app_argument_invalid": "Pick a valid value for the argument '{name}': {error}",
"app_argument_password_no_default": "Error while parsing password argument '{name}': password argument can't have a default value for security reason",
"app_argument_required": "Argument '{name}' is required",
"app_change_url_failed_nginx_reload": "Could not reload NGINX. Here is the output of 'nginx -t':\n{nginx_errors}",
"app_change_url_identical_domains": "The old and new domain/url_path are identical ('{domain}{path}'), nothing to do.",
"app_change_url_no_script": "The app '{app_name}' doesn't support URL modification yet. Maybe you should upgrade it.",
"app_change_url_success": "{app} URL is now {domain}{path}",
@ -397,10 +396,7 @@
"ldap_server_is_down_restart_it": "The LDAP service is down, attempt to restart it...",
"log_app_action_run": "Run action of the '{}' app",
"log_app_change_url": "Change the URL of the '{}' app",
"log_app_config_apply": "Apply config to the '{}' app",
"log_app_config_get": "Get a specific setting from config panel of the '{}' app",
"log_app_config_set": "Apply config to the '{}' app",
"log_app_config_show": "Show the config panel of the '{}' app",
"log_app_install": "Install the '{}' app",
"log_app_makedefault": "Make '{}' the default app",
"log_app_remove": "Remove the '{}' app",
@ -672,4 +668,4 @@
"yunohost_installing": "Installing YunoHost...",
"yunohost_not_installed": "YunoHost is not correctly installed. Please run 'yunohost tools postinstall'",
"yunohost_postinstall_end_tip": "The post-install completed! To finalize your setup, please consider:\n - adding a first user through the 'Users' section of the webadmin (or 'yunohost user create <username>' in command-line);\n - diagnose potential issues through the 'Diagnosis' section of the webadmin (or 'yunohost diagnosis run' in command-line);\n - reading the 'Finalizing your setup' and 'Getting to know YunoHost' parts in the admin documentation: https://yunohost.org/admindoc."
}
}