Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'translation'

Viewing 25 results - 201 through 225 (of 960 total)
  • Author
    Search Results
  • Stephen Edgar
    Keymaster

    Also to note, until bbPress 2.5 pt_BR is 100% translated the only translations delivered via WordPress Update will be bbPress 2.4, language packs are only built once they are complete at 100%

    This link shows the bbPress language packs available:
    https://api.wordpress.org/translations/plugins/1.0/?slug=bbpress&version=2.5

    These need to be translated to 100% to get these via WordPress Update
    https://translate.wordpress.org/projects/bbpress/2.5.x/pt-br/default

    If you can help translate those strings then you’ll get bbPress 2.5 translations, you can also get in contact with your locale team via https://br.wordpress.org/

    Stephen Edgar
    Keymaster

    A year or two ago we had lots of translation issues with bbPress, to fix this I got en_AU (English Australian) of the ground and translated all the things, WordPress, BuddyPress and bbPress and help out on the #polyglots team https://make.wordpress.org/polyglots/

    The string I translated to test was the Pending string replaced with stickfinger for en_AU:

    https://translate.wordpress.org/projects/bbpress/dev/en-au/default?filters%5Bstatus%5D=either&filters%5Boriginal_id%5D=196793&filters%5Btranslation_id%5D=9251229

    I then downloaded the .po and .mo files (at the bottom of that screen you can export these) and replaced my en_AU bbpress-en_AU.mo/bbpress-en_AU.po files in /wp-content/languages/plugins

    What happens if you export the .po/.mo files from /bbpress/2.5.x/pt-br/default?

    Also make sure your files are named bbpress-pt_BR.mo and bbpress-pt_BR.po

    stickFinger
    Participant

    Hi Stephen

    Thanks for your input here.:-)

    I guess i did not understand you very well ๐Ÿ™
    You telling that in the en_US.po file it works, am i correct?

    Iยดve just download a fresh copy of the po file at: https://translate.wordpress.org/projects/bbpress/dev/pt-br/default

    and that is the header:

     Translation of Development in Portuguese (Brazil)
    # This file is distributed under the same license as the Development package.
    msgid ""
    msgstr ""
    "PO-Revision-Date: 2015-07-15 17:00:03+0000\n"
    "MIME-Version: 1.0\n"
    "Content-Type: text/plain; charset=UTF-8\n"
    "Content-Transfer-Encoding: 8bit\n"
    "Plural-Forms: nplurals=2; plural=(n > 1);\n"
    "X-Generator: GlotPress/1.0-alpha-1000\n"
    "Project-Id-Version: Development\n"

    there is no Kewyword list
    Iยดve read something regarding this issue also on buddypress foruns. It seems that the strings after the “_x(….” caracter is the problem on some languages.

    #163140
    project_subdomain
    Participant

    Hi!
    I ‘d like to change the meta titles (browser’s page title) for bbpress’ profile/user pages as it was not catched by the translation in my language.
    So far I tried this which does not work:

    function amend_title () 
    
    { elseif ( bbp_is_single_user() ) { 
    
    	if ( bbp_is_user_home() ) { 
    
    $new_title['text'] = esc_attr_x( 'Translation of Your Profile', 'User viewing his/her own profile', 'bbpress' ); 
    } 
    } else { 
    			$new_title['text'] = sprintf( esc_attr_x( "%s's", 'User viewing another users profile', 'bbpress' ), get_userdata( bbp_get_user_id() )->display_name ); 
    		} 
    
    if ( bbp_is_single_user_topics() ) { 
    			$new_title['format'] = esc_attr__( "%s Translation of topics",        'bbpress' ); 
    
    } elseif ( bbp_is_single_user_replies() ) { 
    			$new_title['format'] = esc_attr__( "%s Translation of replies",       'bbpress' ); 
    
    } elseif ( bbp_is_favorites() ) { 
    			$new_title['format'] = esc_attr__( "%s Translation of favorites",     'bbpress' ); 
    
    } elseif ( bbp_is_subscriptions() ) { 
    			$new_title['format'] = esc_attr__( "%s Translation of subscriptions", 'bbpress' ); 
    } else { 
    			$new_title['format'] = esc_attr__( "%s Translation of profile",       'bbpress' ); 
    		} 
    } elseif ( bbp_is_single_user_edit() ) { 
    if ( bbp_is_user_home_edit() ) { 
    			$new_title['text']   = esc_attr__( 'Translation of edit profile', 'bbpress' ); 
    } else { 
    			$new_title['text']   = get_userdata( bbp_get_user_id() )->display_name; 
    			$new_title['format'] = esc_attr__( "Translation of edit %s's profile", 'bbpress' ); 
    		} 
    
     return $new_title; 
    } 
    add_filter('bbp_before_title_parse_args', 'amend_title' ); 

    Any help is much appreciated!
    Thanks!

    #161284
    w-sky
    Participant

    Ohh unfortunately it is not fully fixed yet ๐Ÿ™ the “send” button of the compose form is always partly hidden by the our sidebar on the right. It’s different with various browsers: more or less hidden.

    On the screenshot you see that the send button just is “se”, the rest is hidden.

    screenshot of the compose form (cut)

    Live here:
    http://hanfjournal.de/forum/bereich/fun-talk/test-forum/ (but you need to login)
    Note: The German translation for “send” is “senden”, so if you see “send” there are still 2 letters missing.

    #161095
    OliverEggertsen
    Participant

    I can’t seem to get my translation to work since updating to 2.5.6.

    Wordpress version: 4.1.1
    Site language: da_DK

    The forum changed to english after updating BBpress. Before that, it worked fine in Danish language.

    I’ve tried uploaded bbpress-da_DK.po and bbpress-da_DK.mo til both /wp-content/languages/bbpress and /wp-content/plugins/bbpress/bbp-languages but it still doesn’t work on frontend and backend.

    My wp-config.php is set to da_DK.

    I’ve also tried to deactivate some of the latest plugins i’ve installed but it doesn’t do it.

    Hope someone can help me solve this.

    #159575
    kavikalyn
    Participant

    I’m very interested in this. Is it possible for you to send me the files for the translation?

    #158521
    Adri Oosterwijk
    Participant

    In my site I use two languages, English an Dutch. It took me a lot of time to get it running but after the install of the bbPress Multilingual plugin it seems fine. I have a translated forum.

    However the content of the topics are nit visible in both languages. Only in English or in Dutch. That depend on the page the topic is created. What I want is 1 forum, shown in the English AND in the Dutch site with the same topics.

    I’m running Worpress 4.1, bbPress 2.5.4, bbPress Multilingual 0.9. The translation is managed by WPML.

    Your advice please.

    #158036
    Adrian Pop
    Participant

    Hi,

    I am a validator from the Romanian team. We completed the translations for BuddyPress and bbPress in Romanian language and I wanted to try a live test. When I have install the BuddyPress in the Romanian WordPress 4.1, the Update from Dashboard immediately notified me that I can install the translation for BuddyPress, and the installation of the Romanian translation went smooth. But after I install the bbPress, nothing happened ๐Ÿ™ Is there an error?

    Then I exported the .po and .mo files from the GlotPress project page (https://translate.wordpress.org/projects/bbpress), rename the files as bbpress-ro_RO.mo and also for .po and manually uploaded via ftp in the wp-content/languages/plugins/ folder. Now after refreshing the Dashboard screen I have the bbPress in Romanian.
    But still – the description string that is displayed on the Plugin Screen “bbPress is forum software with a twist from the creators of WordPress.” is in EN. I tried to find it but it seems to be missing from the GlotPress collection for bbPress.
    Can somebody fix this?

    Many thanks and keep up the good work!

    Adi

    #157763

    Topic: Import Forums

    in forum Troubleshooting
    Springgg
    Participant

    Maybe I’m blind but …
    I’ve just installed bbPress plugin to my WP, with the idea to import Mingle forums but “Getting There” is not getting me anywhere as there is no Import Forums tab.
    The only tabs there are All Forums and New Forum
    My Dashboard Printscreen
    Am I in the wrong place or…?

    Help please! ๐Ÿ™

    #157584
    ulasyener
    Participant

    Sorry for the language.

    “Tanisma Alani” is a topic

    and second area’s translation is “Viewing one topic (A total of 1)”

    #157060
    bigsicret
    Participant

    I created a folder bbpress in languages, i put the bbpress-fr_FR.po and .mo files into it but the plugin is still in english language.

    #156792
    leveltgp
    Participant

    Hello,i have installed and make any correction needed in greek translation,but some are not included or missing in .po files.I cannot find where theese should be translated as you can see in the site Iam designing:
    As you can see few messages are missing translations and also if you are logged in also missing translation the Message :Create new Topic at :
    Your permissions allow you to post unlimited HTML etc… and ofcource all messages we see here in a topic creation.
    If anyone can tell me where else should I translate or which file I will be ver gratefull.Thank you very much.

    #156786
    wei1031
    Participant

    Hi,

    I have translated bbpress into Chinese with poedit application. Could anyone help me to upload .po file to https://translate.wordpress.org/projects?

    thanks

    #156585
    wlodyga
    Participant

    Hello

    Is there any possibility to get Polish translation for bbpress 2.5.4? It’s fully translated but still “waiting”. I was looking for way to download non aproved version but can’t find it

    Anybody knows how to do that?

    #156555

    Hello, and happy new year
    After almost 2 year from your proposal to switch to bbpress, and YES we changed to bbpress.
    Greek translation is almost 100%, few more strings

    WordPress Greece, now uses bbpress

    #156160
    nitz12345
    Participant

    Hello.
    I seem to have a problem with creating new topic. When i click the “submit” button, it tries to redirect to the topic for editing (I guess?), but then it get stuck in redirection loop and I get an error.
    The problem occurs when I put permalinks on “Pretty Links”. When I change back to default it stops happening.

    The page that I use for the forum is the following: http://forum-dati.co.il/%D7%A4%D7%95%D7%A8%D7%95%D7%9D/%D7%A4%D7%95%D7%A8%D7%95%D7%9D/

    Everything is in Hebrew, so if you need any translation just say ๐Ÿ™‚

    I use wordpress v4.1 and bbpress v2.5.4
    I also use multisite

    Thank you very much

    #156069
    dejudicibus
    Participant

    At the bottom left of a post:

    Stai vedendo rticolo (di 1 totali)

    instead of

    Stai vedendo 1 articolo (di 1 totali)

    #155904

    Since WordPress 4.0, this happens with any plugins that have complete and updated translations. If you modify them, WordPress won’t know about it.

    #155701
    robertosalemi
    Participant

    Hi,
    I try this code
    add_filter( 'auto_update_translation', '__return_false' );

    but this code not works, today my language files are overwritten.

    Why?

    Thanks.

    #155634
    robertosalemi
    Participant

    Hi,
    I’m using this plugin:
    bbPress 2.5.4
    BuddyPress 2.1.1

    I have language file in /wp-content/languages/plugins
    – bbpress-it_IT.mo and bbpress-it_IT.po
    – buddypress-it_IT.mo and buddypress-it_IT.po

    I edited them about my necessity, but today when I install a plugin I read:
    “Some of the translations in need of updating. Wait a few seconds while we are updating.
    Updated translations for bbPress (it_IT) …

    Update translation performed successfully.
    Updated translations for BuddyPress (it_IT) …

    Update translation carried out with success.”

    Why?
    I can disable the update of language file o protect my language file?

    Thanks.

    #155325
    youi75
    Participant

    Hi everyone. I am currently working on a Turkish site which uses Buddypress as well.
    The translation here seems to be a great start, but it seems to be incomplete as well:

    https://translate.wordpress.org/projects/bbpress/2.5.x/tr/default

    Do you by any chance know of a more complete version (if I understand correctly. Cagatay has combined multiple ressources / “I download bbpress turkish files from various sources”)

    Would you mind sharing your language files with me? Maybe we can alspo work together in translating the remaining fields so we all end up with a complete set in the Turkish language.
    All the best.

    #155227
    Stephen Edgar
    Keymaster

    I found these two documents, do you see the strings to translate here?

    http://forum.tagdiv.com/translation/
    http://forum.tagdiv.com/how-to-translate-the-theme/

    If not you’ll need to wait for the theme authors response to your question.

    #155213
    Cagatay Belgen
    Participant

    still no luck. There are no corresponding translation fields in theme’s translation files. I disabled all bbpress plugins (except core), but still no luck.
    I contacted theme author regarding this issue, as soon as I receive a reply I will share here.


    @siktirella
    it is a good idea to work together. Please share your contact details.

    #155202
    Stephen Edgar
    Keymaster

    I am pretty sure that will also be a string in the theme or plugin you are using, try searching for those strings in the theme or plugin you are using to modify bbPress. I’d also check with the author to see if they have setup the theme or plugin for translation.

    And thanks for offering to help translate bbPress ๐Ÿ™‚

Viewing 25 results - 201 through 225 (of 960 total)
Skip to toolbar