Add the following code to your theme's functions.php file:
add_filter( 'gettext', 'func_change_forms_upload_button_texts', 20, 3 );
function func_change_forms_upload_button_texts( $translated_text, $untranslated_text, $domain ) {
if ( !is_admin() ) {
if( $untranslated_text== 'Upload or select image' && $domain == 'wp-cred' ) {
$translated_text = 'traslated text for Upload or select file goes here';
}
}
return $translated_text;
}
The above code should help you now to translate the "Upload or select image" text. You should replace your translated text and for tag "Add" button I need to check on your install. Can you please share the URL where you added the form and temporary admin access details with FTP access so I can access the functions.php file.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I would like to know - the site you are building is in a single language - correct? If yes:
Can you please share wp-admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
To translate the Add button text for post tag, you can add/change the button text by editing your Toolset form:
=> hidden link
Navigate to section 'Сообщения' and find the field "Добав. термин систематики" and change the "Add" text to your required text.