/home/altere25/rmllproject.altereddigital.com/wp-content/plugins/siteseo-pro/main
Edit: /home/altere25/rmllproject.altereddigital.com/wp-content/plugins/siteseo-pro/main/ai.php (9376B)
'English (US)',
'ar' => 'Arabic',
'bg' => 'Bulgarian',
'ca' => 'Catalan',
'zh-CN' => 'Chinese (Simplified)',
'zh-TW' => 'Chinese (Traditional)',
'hr' => 'Croatian',
'cs' => 'Czech',
'da' => 'Danish',
'nl' => 'Dutch',
'en-GB' => 'English (UK)',
'fil' => 'Filipino',
'fi' => 'Finnish',
'fr' => 'French',
'fr-CA' => 'French (Canadian)',
'de' => 'German',
'de-AT' => 'German (Austria)',
'de-CH' => 'German (Switzerland)',
'el' => 'Greek',
'iw' => 'Hebrew',
'hi' => 'Hindi',
'hu' => 'Hungarain',
'id' => 'Indonesian',
'it' => 'Italian',
'ja' => 'Japanese',
'ko' => 'Korean',
'lv' => 'Latvian',
'lt' => 'Lithuanian',
'no' => 'Norwegian',
'fa' => 'Persian',
'pl' => 'Polish',
'pt' => 'Portuguese',
'pt-BR' => 'Portuguese (Brazil)',
'pt-PT' => 'Portuguese (Portugal)',
'ro' => 'Romanian',
'ru' => 'Russian',
'sr' => 'Serbian',
'sk' => 'Slovak',
'sl' => 'Spanish',
'es-419' => 'Spanish (Latin America)',
'sv' => 'Swedish',
'th' => 'Thai',
'tr' => 'Turkish',
'uk' => 'Ukrainian',
'vi' => 'Vietnamese',
];
$selected_lang = 'en';
$ai_tokens = get_option('siteseo_ai_tokens');
echo'
'.esc_html__('Generate', 'siteseo-pro').'
'.esc_html__('AI Suggestions', 'siteseo-pro').'
';
if(is_array($ai_tokens) && (!empty($ai_tokens['remaining_tokens']) || $ai_tokens['remaining_tokens'] > 0)){
echo'
Tokens Remaining '.esc_html(number_format((int)$ai_tokens['remaining_tokens'])).
(!empty($ai_tokens['remaining_tokens']) && $ai_tokens['remaining_tokens'] < 900 ?
' '.esc_html__('Buy AI Tokens', 'siteseo-pro').' ' :
''
).'
';
}
echo '
'.esc_html__('Generating.....', 'siteseo-pro').'
Titles (0 )
Descriptions (0 )
'.esc_html__('Your generated SEO titles and description will appear here', 'siteseo-pro').'
'.sprintf(esc_html__('Got feedback on this AI implementation or SiteSEO? Let us know by submitting a %1$sticket through our system%2$s', 'siteseo-pro'), '', ' ').'
';
}
}