summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po/help_xml2pm.pl
Commit message (Collapse)AuthorAgeFilesLines
* add prototypes to help.pmPascal Rigaux2003-04-231-1/+1
|
* fix typo (help.pm must return a true value)Pascal Rigaux2003-04-221-0/+2
|
* per Pablo's request:Pascal Rigaux2003-04-221-33/+51
| | | | | | | | - create a mini header in the generated help-*.pot files - guilabel, guibutton and guimenu now uses %s to separate more cleanly what comes is doc and what is gui text !! the new generated help.pm has a different interface, non-backward compliant !!
* do not exclude "ru" drakx-help.xml anymorePascal Rigaux2003-03-061-1/+1
|
* no need for "empty" id anymorePascal Rigaux2003-02-131-1/+0
|
* - adapt to new drakx-chapter.xml (esp. handle <variablelist> tags)Pascal Rigaux2003-02-131-23/+24
| | | | | | - replace __ with N_ - add "our" for "%steps"
* - discard &shy; (ie \x{ad})Pascal Rigaux2002-09-121-0/+2
| | | | | | - handle <quote><literal>xxx</literal></quote> specially to not have double double quotes
* - fix missing to_ascii on english part in help-xx.potPascal Rigaux2002-08-291-2/+2
| | | | | - ignore drakxid's in a language but not in english
* - adapt to new manualB xml helpPascal Rigaux2002-08-291-15/+100
| | | | | - fix tr/// causing havoc in french accents (and other)
* - use new PerlIO instead of iconvPascal Rigaux2002-07-221-5/+5
| | | | | | | | - transliterate by hand &ndash and &eacute - move "use utf8" at top - fix the spaces between entities (eg: &company-microsoft; &os-windows; must not be MicrosoftWindows)
* added tag filenameStefan Siegel2002-03-101-1/+1
|
* added check for missing xsltprocStefan Siegel2002-02-171-1/+8
|
* fix perl warnings after adding -wStefan Siegel2002-02-171-3/+4
|
* use xsltproc as a filter to remove entitiesPascal Rigaux2002-02-171-1/+2
|
* merged with the manual helpPablo Saratxaga2002-02-091-1/+1
|
* fixed email addressPablo Saratxaga2002-02-071-2/+2
|
* updated pot filePablo Saratxaga2001-11-141-3/+6
|
* updated pot filePablo Saratxaga2001-09-211-8/+19
|
* added "systemitem"Stefan Siegel2001-09-161-3/+4
|
* added commet explainig that help.pm is automatically generated.Stefan Siegel2001-09-161-0/+6
|
* updated pot filePablo Saratxaga2001-09-121-5/+8
|
* fixed silly errorStefan Siegel2001-09-121-4/+2
|
* added keycap patchStefan Siegel2001-09-121-1/+5
|
* s/my/our/ for $i18ned_... varsPascal Rigaux2001-09-101-8/+8
|
* updated German file; added choice of various quotes in help_xml2pm.plPablo Saratxaga2001-09-101-9/+16
|
* - skip directories missing drakx-help.xmlPascal Rigaux2001-09-101-2/+3
| | | | | - convert to the right charset (taken from $lang.po)
* - rename help-*.po by help-*.potPascal Rigaux2001-09-101-2/+2
| | | | | - fix typo in script removing $lang.po translations to favour help-*.pot
* xml help handling/enhancing for multi-langsPascal Rigaux2001-09-091-25/+60
|
* new helpPascal Rigaux2001-09-071-4/+17
|
* auto-generates help.pm from xml doc done by doc teamPascal Rigaux2001-08-241-0/+127