-
Author
-
June 13, 2017 at 12:32 #164145
markussell
ParticipantThere is no german translation possible for this. Look at the picture please. I tried everything on loco translate with rt Media.
June 14, 2017 at 23:08 #164287Laura
ModeratorHello, have you tried by clicking SYNC at Loco Translate? You need to translate rtMedia. ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 15, 2017 at 11:51 #164327markussell
ParticipantHello Laura as i wrote before: I tried everything on loco translate with rt Media.
Of course i also tried it with sync.
It seems like its the same as always as radu helped me taht strings or something liek this are missing.June 18, 2017 at 23:38 #164540Laura
ModeratorHello, please share access and ftp and i will check it out ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 19, 2017 at 12:38 #164602markussell
ParticipantThanks for your help ๐
FTP
Username: f00d8900
Pasword: j3akxCV3bAEDyW2EVfW9Website Login
Username: Laura
PW: @kNiSogx#d(4Gy0(4)6mg14KJune 20, 2017 at 23:35 #164796Laura
ModeratorHello, that ftp account doesnt give me access to the wp-content, i didnt find it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 21, 2017 at 11:12 #164828markussell
ParticipantHey Laura,
i think its a missunderstanding, it works!
Go to: public > vfswefwr2 > wpcontent
Thanks for your help
June 26, 2017 at 04:54 #165202Laura
ModeratorHello, i am very sorry for the delay, i have tried to fix the issue, it seems an error with rtmedia translation file,i need to test it but your site is blocked at my country ( spain )
Let me know ๐Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 26, 2017 at 13:27 #165245markussell
ParticipantHello,
oh i forgot, it should work now. I unblocked spain.
If not, just try Hola and surf via Germany (Deutschland). ๐ Works also.June 29, 2017 at 15:48 #165627Laura
ModeratorHello, please try to activate wordpress default theme and check if the translation is the same i cant test t as i still have issues with the country block
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 29, 2017 at 15:58 #165630markussell
ParticipantI deactivated country block completely, please check it as soon as possible because of the country block deactivation.
Thank you ๐
June 29, 2017 at 16:33 #165640markussell
ParticipantAfter i updated rtMedia some words automatically translated themselves right, but as you see in the picture one is still not translateable via loco.
June 30, 2017 at 16:02 #165761Laura
ModeratorHello, please use SYNC at rtmedia, it should add new strings and search for “like this”
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 3, 2017 at 22:30 #166127markussell
ParticipantHello, actually it made it worse again. :_(
Now everything switched back to English and it won’t work. I had to enable iq block again also, as I already have fake members because of that. Could you please use “hola” and log in as a German. So I don’t have to disable iq blocking. It really works fine with hola. It is a browser plugin that is for free.
Really need your help on this one as it looks really unprofessional having the English Text on the German website.
It always says something like ”
Debug: Sync is disabled because this file doesn’t relate to a known set of translations”Thank you for your help ๐
July 3, 2017 at 22:48 #166139markussell
ParticipantI also tried to put you on the whitelist on iq block! Thanks for helping me out on this one ?
July 3, 2017 at 22:58 #166143Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 3, 2017 at 23:17 #166147markussell
ParticipantThank you Laura, you guys are lways a great help.
July 4, 2017 at 14:54 #166225markussell
ParticipantThis is what i found too. look at the picture please. Maybe iot has something to do with that?
July 6, 2017 at 15:09 #166496Radu
ModeratorHi,
I can be a cause, try to delete the rtmedia language from loco translate or via FTP from wp-content/plugins/buddypress-media/languages and try to add a new language again for rtmedia by choosing the wp-content/language/ (global language directory)
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 6, 2017 at 15:43 #166506markussell
ParticipantHey Radu,
thank you for your help. I did that and it works on all “BUT” these three again?!
See Picture please.July 10, 2017 at 15:31 #166902Radu
ModeratorHi,
That’s wired cuz those are coming from rtMedia plugin and those should be translatable by default.
As a workaround, you can modify direct the code by adding default placeholders as you need.
Just copy this code: https://pastebin.com/raw/upX9rix0
The function needs to be pasted in wp-content/themes/sweetdate-child/functions.php
NOTE : Child theme needs to be installed and activated.

Just replace the strings from red rectangle areas
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 12, 2017 at 16:54 #167165Radu
ModeratorSorryyy I’ve made a mistake, I mean sweet date not KLEO so just add that in sweetdate-child/functions.php
I will edit previous post
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 13, 2017 at 11:27 #167261markussell
ParticipantHey Radu,
pasted it, wont work ๐take a look:
<?php
/**
* @package WordPress
* @subpackage Sweetdate
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since Sweetdate 1.0
*//**
* Sweetdate Child Theme Functions
* Add extra code or replace existing functions
*//**
* Print rtmedia who like html
*
* @param int $like_count ( Total like Count )
* @param bool|string $user_like_it ( login user like it or not )
*
* @return string HTML
*/
if ( ! function_exists( ‘rtmedia_who_like_html’ ) ) {
function rtmedia_who_like_html( $like_count, $user_like_it ) {
$like_count = ( $like_count ) ? $like_count : false;
$user_like_it = ( $user_like_it ) ? true : false;
$like_count_new = $like_count;
$html = ”;
if ( $like_count == 1 && $user_like_it ) {
/**
* rtmedia you like text
* @param $html TEXT
* @param int $like_count Total Like
* @param int $user_like_it User Like it or Not
* @return html TEXT to display
*/
$html = apply_filters( ‘rtmedia_like_html_you_only_like’, esc_html__( ‘Dirt gefรคllt das’, ‘buddypress-media’ ), $like_count, $user_like_it );
} elseif ( $like_count ) {
if ( $like_count > 1 && $user_like_it ) {
/**
* rtmedia you and
* @param $html TEXT
* @param int $like_count Total Like
* @param int $user_like_it User Like it or Not
* @return html TEXT to display
*/
$html .= apply_filters( ‘rtmedia_like_html_you_and_more_like’, esc_html__( ‘Du und ‘, ‘buddypress-media’ ), $like_count, $user_like_it );
$like_count_new–;
}/**
* rtmedia Disaply count
* @param int $like_count Total Like
* @param int $user_like_it User Like it or Not
* @return INT Count to display
*/
$html .= apply_filters( ‘rtmedia_like_html_you_and_more_like’, $like_count, $user_like_it );/**
* rtmedia person or people likes it
* @param $html TEXT
* @param int $like_count Total Like
* @param int $user_like_it User Like it or Not
* @return html TEXT to display
*/
$html .= apply_filters( ‘rtmedia_like_html_othe_likes_this’, _n( ‘ Person gefรคllt das’, ‘ Personen gefรคllt das’, $like_count_new, ‘buddypress-media’ ) ,$like_count, $user_like_it );
}/**
* rtmedia return whole HTML
* @param $html TEXT
* @param int $like_count Total Like
* @param int $user_like_it User Like it or Not
* @return html TEXT to display
*/
$html = apply_filters( ‘rtmedia_who_like_html’, $html ,$like_count, $user_like_it );
return $html;
}
}?>
Can`t you take a look? You have admin rights and the FTP already.
Thanks for your help.
July 13, 2017 at 11:29 #167262markussell
ParticipantPS: look at this picture. The red ones also do not translate. ๐
July 13, 2017 at 11:36 #167266markussell
ParticipantPPS: The change actually resultet that i couldnt loggin anymore
July 14, 2017 at 19:19 #167447Radu
ModeratorHi,
Tried to take a look at that but viewing the site isn’t available

My country is Romania, add it to the wishlist if it’s possible.
Anyway, the strings belong to the BuddyPress media, so those should be found in loco translate under BuddyPress media plugin.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 2, 2017 at 15:25 #169362markussell
ParticipantHey Radu,
i added Romania, if it doesnt work again, please use “HOLA” or anything else to fake you are from germany. If i open up for everyone i get spam immediately.
Thank you for your help.
Markus
August 2, 2017 at 15:38 #169365markussell
ParticipantI also cant find a rtmedia.mo file for germany ๐
Maybe thats the problem?Tried everything now, added a new language and all but it wont fix for these.
August 3, 2017 at 16:25 #169457Radu
ModeratorHi,
Thanks for whitelisting but I don’t have the login but anyway, did you have tried to ask about this issue on the loco translate forum support?
I will attach the DE language mo file that it’s located in the plugin folder ( /wp-content/plugins/buddypress-media/languages )
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 3, 2017 at 16:39 #169460markussell
ParticipantHey Radu, here you are:
FTP
Username: f00d8900
Pasword: j3akxCV3bAEDyW2EVfW9Website Login
Username: Laura
PW: @kNiSogx#d(4Gy0(4)6mg14Kfolder access: public > vfswefwr2 > ….
Thanky for your help.
August 3, 2017 at 16:44 #169461markussell
ParticipantDoesnt help. Please look at the picture. This always stands there. Is that the Problem?
August 4, 2017 at 18:18 #169564Radu
ModeratorHi,
I think there is a problem related directly to the rtmedia since the issue its happens also using default wp theme, I recommend you to ask the BuddyPress media support team

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 5, 2017 at 12:21 #169654markussell
ParticipantIts really frustrating ๐
please look again at this picture. There always stands ” Sync is disabled….”
Isnt it just that? Where can i relate it to a known set of translations?Thanks for your help.
August 8, 2017 at 20:26 #169967Radu
ModeratorHi,
Since this issue it happens also using twenty sixteen WordPress theme, this issue isn’t related to the KLEO, so please ask the RTMEDIA team about this to can solve your issue, I’ve shown you in reply: 169564 a screenshot using twenty sixteen where the strings also are no translated!
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.