Info
- 2 posts
- 2 voices
- Started 2 years ago by Milan Dinić
- Latest reply from Ben L.
Bozos, voices, views... (i18n questions)
-
- Posted 2 years ago #
Here are some questions related to translation of bbPress.
Is there any other word for "bozo" that is more common, because I don't know how to translate this? In 0.9 branch I left this untranslated, but now I want to do complete translation.
What are "voices"? This is introduced in 1.0 branch.
What is "View" in this strings:
%1$s » View: %2$sand<abbr title=\"Really Simple Syndication\">RSS</abbr>feed for this view?There is sting "Halting installation!" used in error log on install/upgrade. Does install/upgrade stop at that moment or what happens (I'm not sure how to translate it)?
In file bb-includes/functions.bb-core.php, there are strings
REQUEST_URIandPATH_INFO. Should we translate this or leave it (because it is mistakenly wrapped in__()function?Thanks in advance
-
- Posted 2 years ago #
Bozo is used to describe spammers.
Voices is the number of individual members of the forum that have posted on a thread.
A view is a list of topics that fit into a category, like topics with no replies and topics with no tags.
"Halting installation!" is used when an error is encountered and is (as far as I know) the last thing that shows up in the log.
The REQUEST_URI and PATH_INFO don't look like they should be translated, but they are used in a debug message. -
You must log in to post.