Search Results for 'translation'
-
AuthorSearch Results
-
April 16, 2010 at 2:14 pm #73797
In reply to: BuddyPress-Links 0.4.x Releases and Support
MrMaz
ParticipantI 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…
Enjoy the 0.4 branch!
April 15, 2010 at 7:11 pm #73698In reply to: bp-events plugin ported to 1.2.x ?
3sixty
Participant1: 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 215Bowe, 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.
April 14, 2010 at 11:27 am #73476In reply to: How to change URLs?
simonle
MemberThank 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?
April 14, 2010 at 11:16 am #73475Boone 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?
April 14, 2010 at 1:15 am #73441In reply to: How to change URLs?
jivany
ParticipantAnd you might be interested in this: https://codex.buddypress.org/translations/
April 14, 2010 at 12:04 am #73434In reply to: BP Album+ || New Features Requests and Discussion
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^
April 12, 2010 at 9:23 pm #73184In reply to: BP Album+ || New Features Requests and Discussion
foxly
ParticipantRe: “….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^
April 10, 2010 at 9:31 am #72645In reply to: BP Album+ || New Features Requests and Discussion
draganbabic
MemberAn 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.
April 8, 2010 at 11:55 pm #72440Mike Pratt
Participantyou can always go in and do a translation to shorten things (eg minutes == min) etc
April 8, 2010 at 8:11 pm #72408In reply to: Tabs not showing content after translation
Ann Christine
Participantmy .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?
April 8, 2010 at 3:52 pm #72373In reply to: Tabs not showing content after translation
danbpfr
ParticipantDo 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.
April 6, 2010 at 8:27 pm #720753sixty
ParticipantSorry I missed this. I’ll review that and see if I can contribute any meaningful new pointers to the codex .
April 6, 2010 at 8:02 pm #72069r-a-y
KeymasterRead this:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/
Use a program like PoEdit to edit language files.
April 6, 2010 at 7:31 pm #720603sixty
ParticipantI 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?
April 6, 2010 at 12:56 pm #71988In reply to: Ascii Characters in Email
danbpfr
ParticipantNot 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.
April 6, 2010 at 8:45 am #71941In reply to: BP Album+ || New Features Requests and Discussion
Xevo
Participanthttp://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.
April 3, 2010 at 3:35 pm #71578foxly
ParticipantEverything 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^
April 1, 2010 at 5:10 pm #71286In reply to: BP Album+ || New Features Requests and Discussion
danbpfr
ParticipantHello 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 !
March 31, 2010 at 11:22 am #71029In reply to: BuddyPress Multilingual
jozik
ParticipantThis 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.
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’.
March 31, 2010 at 11:13 am #71028In reply to: Looking for coders
grosbouff
ParticipantHi 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
March 31, 2010 at 9:20 am #71010In reply to: Looking for coders
3sixty
ParticipantCan 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?
March 29, 2010 at 11:55 am #70637In reply to: BuddyPress Multilingual
jozik
Participant1: 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)
March 26, 2010 at 2:07 am #70221In reply to: ATTENTION TRANSLATORS! – BP Album+ Needs Your Help!
shimomura86
MemberIf you need a Japanese translation, I’m up for it. You’ve got a great plugin here.
March 22, 2010 at 3:30 pm #69675In reply to: Translation PT-BR
brasilcanadasite
Participanti just saw it now it’s doing the same on the forum! it was supposed to be a word with accent! not those characters
March 22, 2010 at 3:21 pm #69673In reply to: Translation PT-BR
Arturo
Participanti’m no problem to see the charater ç or ó or ã on your site. are you sure to use a browser with utf8?
-
AuthorSearch Results