• Some UI strings cannot be extracted and they must be corrected as the following.
    1. includes\functions.php, line 326
    $all_explanations_array['uploads-files'] = sprintf(__("All media uploads inside %s directory will be deleted! This includes images, videos, music, documents, subfolders, etc.", 'advanced-wp-reset'), $uploads_dir_path);

    2. includes\functions.php, line 332
    $all_explanations_array['wp-content-files'] = sprintf(__("All files and folders inside %s directory will be deleted, except 'index.php' and the following folders: 'plugins', 'themes', 'uploads' and 'mu-plugins'.", 'advanced-wp-reset'), $wp_content_path);

    3. includes\functions.php, line 334
    $all_explanations_array['mu-plugins-files'] = sprintf(__("All Must-use plugins in %s will be deleted. These are plugins that cannot be disabled except by removing their files from the must-use directory.", 'advanced-wp-reset'), $must_use_path);

Viewing 1 replies (of 1 total)
  • Plugin Author Younes JFR.

    (@symptote)

    You are right. I have noted this on my TODO list and will be fixed in about one week since I’m adding new features as well.

    Thank you,
    Best regards,
    Younes

    • This reply was modified 2 years, 9 months ago by Younes JFR..
Viewing 1 replies (of 1 total)
  • The topic ‘I18N Issue’ is closed to new replies.