RosettaFAQ

Differences between revisions 5 and 33 (spanning 28 versions)
Revision 5 as of 2005-08-02 22:16:07
Size: 3794
Editor: 81-202-91-238
Comment: Questions regarding licensing of Rosetta
Revision 33 as of 2006-07-27 08:31:58
Size: 49
Editor: 82
Comment: Wrong site....
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Introduction ==

This page collects and answers some frequent questions about the web translating interface [http://launchpad.net/rosetta/+about Rosetta]. For further information, consult the [http://lists.ubuntu.com/mailman/listinfo/rosetta-users Rosetta mailing list].

attachment:IconsPage/IconNote.png
There are some features that have not yet been implemented in Rosetta. To find out what they are, and to make more suggestions, please read and comment on this page: RosettaWishList

== Frequently Asked Questions ==

 0. Is Rosetta Open/Free Software?
  No, Rosetta is not Open or Free Software at the moment. Rosetta will become open source sometime in the future but we don't have a date, although some parts of the Launchpad have already been released under the GPL by Canonical Ltd.
 0. If Rosetta isn't free, how are the translations submitted to the system licenced?
  Even if Rosetta isn't Free Software at this time, the translations created in and uploaded into Rosetta will be licenced under the same licence as the software. By using Rosetta, you give permission to Canonical Ltd. to publish those translations under the same licence as the software they belong to.
 0. What happens if Rosetta closes? Will the translations be lost?
  One of the main features of Rosetta is the ability to handle PO files easily. All the translations in the system can be exported and editted in a PO editor such as PoEdit, KBabel or GTranslator. You will be able to continue your work outside Rosetta.
 0. I want to translate the upstream project Foo. Can I use Rosetta?
  Yes, if you want to translate and upstream project with Rosetta, go to https://launchpad.net/rosetta and look for it. You will be able to translate it from there. If your language is not translated at all, please check in the project's website that there isn't a translation for your language already.
 0. I don't see the upstream project in Rosetta, how can I import it?
  * make sure the upcoming release is registered in Launchpad (add product, add series, add release).
  * Send by email the URL for the .pot AND ALL PO FILES to rosetta@ubuntu.com. This means we can import not just one language, but the complete state of upstream, and it greatly improves the way we can work with upstream.
 0. Rosetta asked me for plural forms information. What info do you need?
  The plural form information is to handle correctly the plurals in your language. You can read more about it [http://www.gnu.org/software/gettext/manual/html_chapter/gettext_10.html#SEC150 here].
  As a summary, the rules we need to define are related with the number of objects/things/persons you are talking about, for instance, in English we have:
    * 0 items
    * 1 item
    * 2 items
    * 3 items
    * ...
    * n item(s)
  With that, we get that only when n == 1 is singular and when n != 1, it's plural. In this case, the plural form expression is: "n==1 ? 0 : 1" and the gettext's nplurals value == 2.
  In a non programming language, "n==1 ? 0 : 1" means:
  If 'n' is 1, then use the first entry, otherwise, use the second. 'n' is the number of items and usually, in computer programming we start counting with '0' instead of '1'.
 0. How the plural forms affect Rosetta?
  If you get a message to translate with plural forms, you will get as much entries fields as plural forms defined for your language so you should be aware of your plural form expression and fill the fields as needed.
 0. I am translating an Ubuntu documentation piece in Rosetta (such as aboutubuntu, releasenotes, and quickguide). I come across some strange looking strings such as {{{&convention}}} or {{{<example>}}}. Should I translate them?
  No, these strings should not be translated but should be left as they are!
#REFRESH 0 http://help.launchpad.net/RosettaFAQ

RosettaFAQ (last edited 2008-08-06 16:59:50 by localhost)