Op Dinsdag 2008-01-29 skryf sophie: > Hi all, > > My first contact with Pootle ;) I've understand that I have to define > goals, but what name could I give. Can I name them 3.0 or is it better > like March or April ? What importance have this name ? >
The name doesn't really matter that much. You can choose something that makes sense to you. > Most of our work will take place of line or on other tools than Pootle, > so I've download the zip file for French, but the .po files seems to be > corrupted, for example : > > #: main0000.xhp#tit.help.text > msgid "_: main0000.xhp#tit.help.text\n" > "Welcome to the $[officename] Impress Help" > msgstr "Bienvenue dans l'aide de $[officename] Impress" > In this case the first part "_: main0000.xhp#tit.help.text\n" is a context marker which should not be translated. Perhaps in future we can use the msgctxt markers in the PO files which makes this distinction clearer. Tools are becoming better at supporting these. > or others have no .xhp file references like that and are commented : > > #~ msgid "" > #~ "<link href=\"text/simpress/02/13230000.xhp\" name=\"Line Contour Only" > #~ "\">Line Contour Only</link>" > #~ msgstr "" > #~ "<link href=\"text/simpress/02/13230000.xhp\" name=\"Afficher > uniquement " > #~ "les lignes fines\">Afficher uniquement les lignes fines</link>" > > #~ msgid "" > #~ "<link href=\"text/simpress/02/13210000.xhp\" name=\"Contour Mode" > #~ "\">Contour Mode</link>" > #~ msgstr "" > #~ "<link href=\"text/simpress/02/13210000.xhp\" name=\"Sans remplissage" > #~ "\">Sans remplissage</link>" > > Is it an issue or not ? > Thanks in advance for your help > Kind regards > Sophie These are usually called obsolete entries. It means they were translatable before, but were removed from the file. They are kept in case they are restored, or in case they can be useful for fuzzy matching on the next update. You can just ignore them. Any PO editor should ignore it and only display the others. Keep well Friedel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
