Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'translation'

Viewing 25 results - 776 through 800 (of 1,098 total)
  • Author
    Search Results
  • #73797
    MrMaz
    Participant

    I just tagged 0.4 final.

    Thank you very much to everyone who helped with the testing, translations, and bug reports.

    Not much has changed since the beta.

    * Changing the component slug is now officially supported

    * Do not show my group links or create link form unless user is a group member

    As soon as the repo updates you can upgrade from your dashboard. If you have a ton of links, make sure you let the page load all the way after upgrading since every link needs to be updated to populate a new field.

    Only two languages are up to date for 0.4. Those would be FR and NL. If you are interested in updating or adding a translation, you can download the .pot file here…

    https://plugins.trac.wordpress.org/export/229924/buddypress-links/tags/0.4/languages/buddypress-links.pot

    Enjoy the 0.4 branch!

    #73698
    3sixty
    Participant

    1: Before activating the plugin, comment out in the bp-events.php (plugin directory):

    * 21-24 row (require..)

    2: Activate the plugin

    3: You receive the error message You receive the error message

    4: Uncomment the lines of paragraph 1, and refresh the page

    OK, something is ‘lost in translation’ for me… I commented out rows 21-24, tried to activate the plugin and got this message:

    Fatal error: Class 'BP_Events_Event' not found in /home/website22/public_html/bp/wp-content/plugins/bp-events/bp-events.php on line 215

    Bowe, what did you do at this point?

    UPDATE: OK, they mean uncomment row 21 so BP can see the classes file. I then got a “function not found” error, so I uncommented the rest of the includes, and it seems to work now.

    Wow! Very cool.

    #73476

    In reply to: How to change URLs?

    simonle
    Member

    Thank you both for pointing me in the right direction. But I still got some problems.

    I tried the language translation files but it only translates a few parts of the actual content inside BuddyPress and not any of the URLs.

    So I tried to follow the steps in the Docs. But I seem to be missing a bp-custom.php file. So I added the definable slugs to my wp-config.php file instead. But no change has been made to my URLs.

    What could be wrong?

    #73475
    Boone Gorges
    Keymaster

    @roydeanjr – Can you be more specific about the error that you get? This plugin doesn’t really affect group creation at all, since groups are essentially created by the end of step 2 (the screen where you check “Create Group Blog”) and the invitations don’t come until the end of the process. Do you have the same problem with group blogs even with Invite Anyone turned off? Exactly what does the error say?

    @hnla – The tab nav string is in in the file invite-anyone/by-email.php, function invite_anyone_setup_nav(), around line 199 where it says ‘name’ => __( ‘Send Invites’, ‘buddypress’ ). I’m noticing that I’m inheriting the BP string translation, since the phrase occurs in BuddyPress core. If it would help, I can change that to the bp-invite-anyone domain, so that you could use a language file to apply the change just in that place.

    As for hidden groups: I am using bp_has_groups with the user_id of the logged in user to populate that group list. Thus the Invite New Members screen should only show the groups that the user is a member of. It’s possible that you’re seeing all groups because you’re testing with an admin account. Have you verified your hidden group problem with a non-admin account?

    #73441

    In reply to: How to change URLs?

    jivany
    Participant

    And you might be interested in this: https://codex.buddypress.org/translations/

    #73434
    foxly
    Participant

    @xspringe – we’re glad you like the plugin. And remember, you can help make BP Album+ even better by contributing feature suggestions, translations, and code!

    ^F^

    #73184
    foxly
    Participant

    @coffeeholic

    Re: “….Ps. Let me know if you need this translated to Norwegian. i would be happy to help.”

    Welcome to the translation team. We will contact you when the next “stable” is ready to release.

    ^F^

    #72645
    draganbabic
    Member

    An update from my installation:

    I have waited for BP Albu to get on the “high five list” so I could update BudyPress and BP Album at the same time, finally when I saw that happened, I upgraded them both. What happened is that all of the images that had no existing comments had the commenting turned off, even though when you go to edit picture the form says the commenting is on. It is only after you save the form that you get the ability to comment on an image.

    Also the quotes are being escaped in the titles (not sure about the descriptions) and you can’t save an image with a single or double quote as it returns an error.

    I don’t know if these issues are known, I thought I’d better post them here.

    On a side note, what is the best way to handle custom languages? I have made some changes to the default english translation just to rename some things e.g. pictures → images, etc. Now that I have upgraded my .po and .mo files are gone.

    Mike Pratt
    Participant

    you can always go in and do a translation to shorten things (eg minutes == min) etc

    #72408
    Ann Christine
    Participant

    my .po file does not contain the letters ‘æ’ ‘ø’ and ‘Ã¥’ which are the special danish letters. Those I have translated to for instance ‘æ’ etc.

    I have not edited any php files. Only the .po – which is why I am very confused as to why it should cause me trouble.

    The example picture which I link to above – the .po looks like this:

    #: bp-themes/bp-default/groups/groups-loop.php:57

    msgid “There were no groups found.”

    msgstr “Der blev ikke fundet nogle grupper.”

    #: bp-themes/bp-default/groups/index.php:17

    #, php-format

    msgid “All Groups (%s)”

    msgstr “Alle Grupper (%s)”

    Hmmm?

    #72373
    danbpfr
    Participant

    Do you use some special characters in your translation, some danish letters with ö or something ?

    Sometimes you have to change them to unicode, specially if such words are used in php format.

    3sixty
    Participant

    Sorry I missed this. I’ll review that and see if I can contribute any meaningful new pointers to the codex .

    r-a-y
    Keymaster

    Read this:

    https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/

    Use a program like PoEdit to edit language files.

    3sixty
    Participant

    I guess I should have started here:

    https://buddypress.org/forums/tags/translation

    OK, so I found buddypress.pot – can anyone explain how to work with .pot files? Can I just edit this and the changes will magically appear in my theme?

    #71988
    danbpfr
    Participant

    Not really a bug. I experienced the same issue a while ago with french translation.

    Let me explain:

    when translating, all strings going through php need to use ascii, like & nbsp; for a space.

    the same string going normal nedd only a invisible (tabed) space.

    The email messages are the exception in this handle. They have not to translate special caracters. Translators have to write them usually, not with ascci caracters.

    If you use poEdit, you can rewrite the email messages in your natural language or ask the author. His name is normaly in the header of the pot file. You can also find his name on the BP i18nn trac:

    https://i18n.trac.buddypress.org/browser

    Oh, and to escape in emails code, you have to use anti slash, not slash as given in your explanation.

    #71941
    Xevo
    Participant

    http://www.xevodesign.nl/files/translations/plugins/bp-album/0_1_7/bpalbum_nl_NL.zip

    New Dutch translation, have fun! Let me know when I can start on the new one. :)

    foxly
    Participant

    Everything will be made configurable in upcoming releases, but for now the easiest way for you to change it would be to edit the plugin’s translation (.po) file.

    ^F^

    #71286
    danbpfr
    Participant

    Hello pictures addict ;-)

    here’s the fr_FR translation for 0.1.7 of bp-album+

    http://bp-fr.net/wp-content/blogs.dir/1/files/group-documents/24/1270141787-languages-fr_FR.zip

    A little error on line 156 in bp-album-admin.php currently prevents a correct translation. Replace the word ‘buddypress’ by ‘bp-album’ in the line and it would be ok.

    Salut !

    #71029
    jozik
    Participant

    @Mariusooms

    This can be added, we will try to include it in next release (before that we’re waiting for some more feedback).

    I guess best would be to check if user is coming from some outside URL, if so – to redirect him to preferred language, otherwise let him switch languages as usual.

    @Sanny

    Thanks for valuable feedback.

    BP is not wrapping extra profile fields (title and description) in textdomain – you can’t get it translated (for now). We will try to add support for this – to register extra field’s titles and labels (descriptions), so it can be translated via WPML’s ‘string translation’.

    #71028

    In reply to: Looking for coders

    grosbouff
    Participant

    Hi 3sixty

    Yes I would need help for the translations as I speak french and my english is not always perfect.

    So the prioty things to do are

    -Better instructions & translation

    -Make ajaxed functions work

    -Finishing adapting it for WP3.0 (custom types) – I started this but it isn’t working perfectly yet

    -Better layouts, yes.

    I made a post here that you can complete : http://dev.benoitgreant.be/bbpress/topic/future-versions-things-to-do-in-priority

    #71010

    In reply to: Looking for coders

    3sixty
    Participant

    Can you list the items you need help with on Classifieds?

    Here is what I can see you need:

    -support for basic tags: bold, italic, hyperlink, image, etc

    -better instructions and translation (e.g.) don’t ‘warn’ friends about new classifieds

    -improved layout on main classifieds page

    what else?

    #70637
    jozik
    Participant

    @Bowe

    1: yes

    2: Are you referring to subblogs? BPML since 1.0.0 version is only active on main blog.

    3: That is one of features left for future development. Personally, I don’t like auto detecting of languages.

    4: WPML has ‘string translation’ API. Theme and plugin strings can be registered there and translated (WPML can scan theme for strings and allows you to translate them directly via WP.

    @Mariusooms (Hi Mariusooms!)

    That is good point. So you’re suggesting that in BP user’s option should be ‘default language’ setting?

    I haven’t thought about this, but I guess there is some workout needed if user actually needs some language switching. And I also think that this can’t be done without using cookies (no matter how much I would like to avoid it).

    @Erich73 (Hi Erich!)

    I hope you can reach site. (it was down for a short while when I was switching it to new WPMU+BP)

    #70221
    shimomura86
    Member

    If you need a Japanese translation, I’m up for it. You’ve got a great plugin here.

    #69675

    In reply to: Translation PT-BR

    brasilcanadasite
    Participant

    i just saw it now it’s doing the same on the forum! it was supposed to be a word with accent! not those characters

    #69673

    In reply to: Translation PT-BR

    Arturo
    Participant

    i’m no problem to see the charater ç or ó or ã on your site. are you sure to use a browser with utf8?

Viewing 25 results - 776 through 800 (of 1,098 total)
Skip to toolbar