What is your language (locale), and what do you want the texts to be?
I want to change the text, I don’t want to translate it
Thanks
p.s. my language is italian
If your locale is it_IT i ( or you ) can put a ‘transation’ in the italian language file.
That is why i asked your language and what text you want to be there. If it is common usable, i can make that the standard for it_IT.
Can you tell me where is the italian language file?
I tried to do so but in the “languages” folder i can’t find it.
Thanks
In the next version (6.6.14) the words “Processing…” and “Done!” are transaltable.
After release of this version, you can do either one of two things.
1. If you want a proper italian translation that is useable for all italian sites, make yourself a translation editor, see this page and add the translations here: https://translate.ww.wp.xz.cn/projects/wp-plugins/wp-photo-album-plus/stable/it/default
2. – Download (export) the translation file from the same page,
– rename it wp-photo-album-plus-it_IT.po
– use poedit to edit it,
– save it so it creates a .mo file,
– place the .mo file in the …/wp-content/plugins/wp-photo-album-plus/languages/ subfolder,
– keep the edited file, it will be removed at an update.
It doesn’t work. I translated it, but it doesn’t work. The text I’ve translated is the one within the file “wp-photo-album-plus/wppa-import.php”. Are you sure is the same that appears when user upload a new picture? Or maybe is related to another file?
Thanks
wppa-boxes.html.php line 2640
else {
jQuery("#percent-'.$yalb.'-'.$mocc.'").html(\'Processing...\');
}
},
success: function() {
jQuery("#bar-'.$yalb.'-'.$mocc.'").width(\'100%\');
jQuery("#percent-'.$yalb.'-'.$mocc.'").html(\'Done!\');
},