| 1 |
<?php |
| 2 |
defined( 'ABSPATH' ) || exit; |
| 3 |
$translations = array ( |
| 4 |
'general' => |
| 5 |
array ( |
| 6 |
'backToWp' => __( 'Back to WordPress', 'plugin-detective' ), |
| 7 |
'returnWp' => __( 'Return to WordPress dashboard', 'plugin-detective' ), |
| 8 |
), |
| 9 |
'loading' => |
| 10 |
array ( |
| 11 |
'message' => __( 'Just a sec...', 'plugin-detective' ), |
| 12 |
'checking' => __( 'Checking records...', 'plugin-detective' ), |
| 13 |
), |
| 14 |
'error' => |
| 15 |
array ( |
| 16 |
'errorHeadline' => __( 'Uh oh', 'plugin-detective' ), |
| 17 |
'errorDescription' => __( 'Something\'s gone wrong. Try refreshing the page.', 'plugin-detective' ), |
| 18 |
), |
| 19 |
'login' => |
| 20 |
array ( |
| 21 |
'title' => __( 'Log In', 'plugin-detective' ), |
| 22 |
'instructions' => __( 'Enter your WordPress username and password to continue.', 'plugin-detective' ), |
| 23 |
'username' => __( 'Username', 'plugin-detective' ), |
| 24 |
'password' => __( 'Password', 'plugin-detective' ), |
| 25 |
'invalid_username' => __( 'Your username is incorrect', 'plugin-detective' ), |
| 26 |
'incorrect_password' => __( 'Your password is incorrect', 'plugin-detective' ), |
| 27 |
'permission_denied' => __( 'You don\'t have permission to accesss Plugin Detective', 'plugin-detective' ), |
| 28 |
'error' => __( 'Login error', 'plugin-detective' ), |
| 29 |
), |
| 30 |
'case' => |
| 31 |
array ( |
| 32 |
'loading' => __( 'Getting your site...', 'plugin-detective' ), |
| 33 |
'activeCase' => __( 'Looks like you already have an open case. Did you want to continue with that case? Or open a new one?', 'plugin-detective' ), |
| 34 |
'newCase' => __( 'Sorry you\'re having trouble with your site, but don\'t worry. Detective Otto Bot is on the case! Just click the button to open a new case and get started.', 'plugin-detective' ), |
| 35 |
'continueButton' => __( 'Continue case', 'plugin-detective' ), |
| 36 |
'newButton' => __( 'Open a new case', 'plugin-detective' ), |
| 37 |
'problemUrl' => __( 'Is this still where you\'re seeing the issue? If not, navigate to where you are seeing the issue and let me know when you\'re there.', 'plugin-detective' ), |
| 38 |
'findProblem' => __( 'Here\'s your site. Navigate to where you\'re seeing the problem. Let me know when you\'re there.', 'plugin-detective' ), |
| 39 |
'problemButton' => __( 'I\'m there', 'plugin-detective' ), |
| 40 |
'testProblem' => __( 'Here\'s your site again. Is the problem fixed?', 'plugin-detective' ), |
| 41 |
'yesButton' => __( 'Yes it\'s fixed', 'plugin-detective' ), |
| 42 |
'noButton' => __( 'No it\'s still broken', 'plugin-detective' ), |
| 43 |
), |
| 44 |
'interrogation' => |
| 45 |
array ( |
| 46 |
'checking' => __( 'Checking clues...', 'plugin-detective' ), |
| 47 |
'interrogatingTitle' => __( 'Interrogating', 'plugin-detective' ), |
| 48 |
'startButton' => __( 'Start interrogation', 'plugin-detective' ), |
| 49 |
'holdingTitle' => __( 'Holding Cell', 'plugin-detective' ), |
| 50 |
'clearedTitle' => __( 'Cleared', 'plugin-detective' ), |
| 51 |
'remainingTitle' => __( 'Remaining', 'plugin-detective' ), |
| 52 |
), |
| 53 |
'witnesses' => |
| 54 |
array ( |
| 55 |
'title' => __( 'Key Witnesses (Required Plugins)', 'plugin-detective' ), |
| 56 |
'loading' => __( 'Sorting out the suspects...', 'plugin-detective' ), |
| 57 |
'description' => __( 'Which plugins are required for the site\'s functionality?', 'plugin-detective' ), |
| 58 |
'ottoQuestion' => __( 'Which plugins are required in order for the site to work correctly?', 'plugin-detective' ), |
| 59 |
), |
| 60 |
'results' => |
| 61 |
array ( |
| 62 |
'noCulprit' => __( 'The culprit doesn\'t seem to be one of the suspected plugins. Here are some other possibilities:', 'plugin-detective' ), |
| 63 |
'theme' => __( 'Your theme or child theme', 'plugin-detective' ), |
| 64 |
'requiredPlugins' => __( 'One of the plugins you marked as required', 'plugin-detective' ), |
| 65 |
'muPlugins' => __( 'Any MU plugins installed on the site', 'plugin-detective' ), |
| 66 |
'startOverButton' => __( 'Start Over', 'plugin-detective' ), |
| 67 |
'noCulpritOtto' => __( 'Well, it\'s not a plugin. Here are some other ideas for what might be causing the issue.', 'plugin-detective' ), |
| 68 |
'unsolved' => __( 'I wasn\'t able to find the culprit causing this issue because the clues contradicted one another. Please try starting over. When interrogating suspects, please be careful about answering whether the problem is fixed or still broken.', 'plugin-detective' ), |
| 69 |
'unsolvedOtto' => __( 'Hmm...suspicious. The clues seem to conflict. Want to start a new case?', 'plugin-detective' ), |
| 70 |
'culpritFound' => __( 'How would you like to deal with this culprit? You can deactivate it. Or you can leave it activated and sort out the problem on your own.', 'plugin-detective' ), |
| 71 |
'deactivateButton' => __( 'Deactivate it for me', 'plugin-detective' ), |
| 72 |
'culpritFoundOtto' => __( 'Aha! The culprit has been found!', 'plugin-detective' ), |
| 73 |
'brokenLoop' => __( 'I wasn\'t able to find the culprit because the clues contradicted one another. It\'s possible that:', 'plugin-detective' ), |
| 74 |
'conflict' => __( 'There\'s a conflict between multiple plugins only seen when those plugins are active together.', 'plugin-detective' ), |
| 75 |
'incorrect' => __( 'The clues were incorrect.', 'plugin-detective' ), |
| 76 |
'brokenLoopOtto' => __( 'Hmm...suspicious. The clues seem to conflict. Want to start a new case?', 'plugin-detective' ), |
| 77 |
), |
| 78 |
'marketing' => |
| 79 |
array ( |
| 80 |
'helpfulTitle' => __( 'Was Plugin Detective helpful for you?', 'plugin-detective' ), |
| 81 |
'helpfulIntro' => __( 'Check out some of our other awesome plugins.', 'plugin-detective' ), |
| 82 |
), |
| 83 |
); |