Search Results for 'translation'
-
AuthorSearch Results
-
April 10, 2010 at 9:31 am #72645
In reply to: BP Album+ || New Features Requests and Discussion
draganbabicMemberAn 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 PrattParticipantyou 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 ChristineParticipantmy .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
danbpfrParticipantDo 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 #720753sixtyParticipantSorry 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-yKeymasterRead 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 #720603sixtyParticipantI 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
danbpfrParticipantNot 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
XevoParticipanthttp://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 #71578foxlyParticipantEverything 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
danbpfrParticipantHello 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
jozikParticipantThis 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
grosbouffParticipantHi 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
3sixtyParticipantCan 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
jozikParticipant1: 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!
shimomura86MemberIf 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
brasilcanadasiteParticipanti 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
ArturoParticipanti’m no problem to see the charater ç or ó or ã on your site. are you sure to use a browser with utf8?
March 20, 2010 at 12:37 am #69370In reply to: ATTENTION TRANSLATORS! – BP Album+ Needs Your Help!
foxlyParticipantMarch 19, 2010 at 4:12 pm #69254In reply to: ATTENTION TRANSLATORS! – BP Album+ Needs Your Help!
jacek606ParticipantHello there!
Polish translation for 0.1.6 is ready
March 19, 2010 at 8:34 am #69190In reply to: ATTENTION TRANSLATORS! – BP Album+ Needs Your Help!
epsiParticipantHi! I’ve sent ‘Bahasa Indonesia’ translation via private message to @foxly.
Language: Indonesia (id_ID)
I just want to say thank you for this great bp-album.
Hope my community would love this feature (plugin) too
after my site officially launched someday.
note:
* Main BP ‘Bahasa Indonesia’ translator is @sofyand
* My alumni bp site (trial) is http://iluni-ftui.org/riwayat/
March 19, 2010 at 2:53 am #69151In reply to: Multi-language edition
still givingParticipantbump … is there an admin bar language switcher for 1.2?
Please note, the .mo or .po files do not do the complete translation job, e.g. not /wp-reg.php etc.
March 17, 2010 at 10:46 pm #68877In reply to: ATTENTION TRANSLATORS! – BP Album+ Needs Your Help!
foxlyParticipant@DJPaul – Sorry. I’m just trying to keep things organized.
I’m trying to avoid making people working with translation to have to scroll through hundreds of posts of requests discussion to find an answer to a question like “Can you describe the concept of a cropped thumbnail versus a resized thumbnail so I can translate it into Spanish”
I can copy this discussion into the feature requests topic and you can delete this topic if you think it will be better. …
Groups will be *awesome* it will make organizing things soooooo much easier!
^F^
Re: *applies text-transform:lowercase* …. lol. . Too much RedBull before writing. Could you maybe edit the topic to lowercase for me… I think the all caps looks kind of unprofessional on second look.
March 17, 2010 at 9:06 pm #68857In reply to: ATTENTION TRANSLATORS! – BP Album+ Needs Your Help!
pcwriterParticipantI’m good to go for the French translation!
EDIT: Oops, just saw that Chouf1 already translated to French. Never mind
March 17, 2010 at 8:54 pm #68854In reply to: ATTENTION TRANSLATORS! – BP Album+ Needs Your Help!
XevoParticipantWas the first with a translation, so happy to do one again or update my old one.
Language: Dutch (nl_NL)
-
AuthorSearch Results