[Koha-cvs] CVS: koha/misc/translator translator_doc.html,1.2,1.2.2.1 translator_doc.txt,1.6,1.6.2.1

Ambrose C. LI acli at users.sourceforge.net
Sun Jan 23 05:31:24 CET 2005


Update of /cvsroot/koha/koha/misc/translator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27739

Modified Files:
      Tag: rel_2_2
	translator_doc.html translator_doc.txt 
Log Message:
Minor updates


Index: translator_doc.html
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/translator_doc.html,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** translator_doc.html	30 Dec 2004 06:58:19 -0000	1.2
--- translator_doc.html	23 Jan 2005 04:31:07 -0000	1.2.2.1
***************
*** 4,8 ****
  <p>
  This transation tool should greatly help Koha translators.
! It's composed of 2&nbsp;scripts:
  
  <ul>
--- 4,9 ----
  <p>
  This transation tool should greatly help Koha translators.
! It's composed of 2&nbsp;scripts
! (with a number of associated perl module files):
  
  <ul>
***************
*** 28,32 ****
      (assuming your current directory is this directory, i.e., misc/translator):
      <blockquote>
! ./tmpl_process.pl create -i ../../koha-tmpl/opac-tmpl/default/en/ -s css_opac_fr_FR.po -r
      </blockquote>
      <p>(In the above example,
--- 29,33 ----
      (assuming your current directory is this directory, i.e., misc/translator):
      <blockquote>
! ./tmpl_process3.pl create -i ../../koha-tmpl/opac-tmpl/default/en/ -s po/css_opac_fr_FR.po -r
      </blockquote>
      <p>(In the above example,
***************
*** 41,45 ****
  <li>Create your translated templates:
      <blockquote>
! ./tmpl_process.pl install -i ../../koha-tmpl/opac-tmpl/default/en/ -o /home/paul/koha.dev/koha/koha-tmpl/opac-tmpl/default/fr2/ -s css_opac_fr_FR.po -r
      </blockquote>
      <p>
--- 42,46 ----
  <li>Create your translated templates:
      <blockquote>
! ./tmpl_process3.pl install -i ../../koha-tmpl/opac-tmpl/default/en/ -o /home/paul/koha.dev/koha/koha-tmpl/opac-tmpl/default/fr2/ -s po/css_opac_fr_FR.po -r
      </blockquote>
      <p>
***************
*** 55,65 ****
  <li>Update your translation file:
      <blockquote>
! ./tmpl_process.pl update -i /home/paul/koha.dev/koha/koha-tmpl/opac-tmpl/default/en/ -s po/css_opac_fr_FR.po -r
      </blockquote>
! <li>Translate your new css_opac_fr_FR.po file.
      Look for strings marked as "fuzzy" and strings that are not translated.
  <li>Create your translated templates:
      <blockquote>
! ./tmpl_process.pl install -i /home/paul/koha.dev/koha/koha-tmpl/opac-tmpl/default/en/ -o /home/paul/koha.dev/koha/koha-tmpl/opac-tmpl/default/fr2/ -s po/css_opac_fr_FR.po -r
      </blockquote>
  <li>Copy new images/css files in your new directory if needed
--- 56,66 ----
  <li>Update your translation file:
      <blockquote>
! ./tmpl_process3.pl update -i ../../koha-tmpl/opac-tmpl/default/en/ -s po/css_opac_fr_FR.po -r
      </blockquote>
! <li>Translate your newly updated css_opac_fr_FR.po file.
      Look for strings marked as "fuzzy" and strings that are not translated.
  <li>Create your translated templates:
      <blockquote>
! ./tmpl_process3.pl install -i ../../koha-tmpl/opac-tmpl/default/en/ -o /home/paul/koha.dev/koha/koha-tmpl/opac-tmpl/default/fr2/ -s po/css_opac_fr_FR.po -r
      </blockquote>
  <li>Copy new images/css files in your new directory if needed

Index: translator_doc.txt
===================================================================
RCS file: /cvsroot/koha/koha/misc/translator/translator_doc.txt,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -r1.6 -r1.6.2.1
*** translator_doc.txt	3 Jan 2005 16:30:13 -0000	1.6
--- translator_doc.txt	23 Jan 2005 04:31:07 -0000	1.6.2.1
***************
*** 3,7 ****
  
  This transation tool should greatly help Koha translators. It's composed of
! 2 scripts:
  
    * xgettext.pl, that extracts the texts in a template, and which is called by
--- 3,7 ----
  
  This transation tool should greatly help Koha translators. It's composed of
! 2 scripts (with a number of associated perl module files):
  
    * xgettext.pl, that extracts the texts in a template, and which is called by
***************
*** 22,26 ****
      directory, i.e., misc/translator):
     
!         ./tmpl_process3.pl create -i ../../koha-tmpl/opac-tmpl/default/en/ -s css_opac_fr_FR.po -r
     
      (In the above example, ../../koha-tmpl/opac-tmpl/default/en/ contains the
--- 22,27 ----
      directory, i.e., misc/translator):
     
!         ./tmpl_process3.pl create -i ../../koha-tmpl/opac-tmpl/default/en/ -s
!         po/css_opac_fr_FR.po -r
     
      (In the above example, ../../koha-tmpl/opac-tmpl/default/en/ contains the
***************
*** 33,37 ****
   3. Create your translated templates:
     
!         ./tmpl_process3.pl install -i ../../koha-tmpl/opac-tmpl/default/en/ -o ../../koha-tmpl/opac-tmpl/default/fr2/ -s css_opac_fr_FR.po -r
     
      (In the above example, /home/paul/koha.dev/koha/koha-tmpl/opac-tmpl/default
--- 34,40 ----
   3. Create your translated templates:
     
!         ./tmpl_process3.pl install -i ../../koha-tmpl/opac-tmpl/default/en/ -o
!         /home/paul/koha.dev/koha/koha-tmpl/opac-tmpl/default/fr2/ -s po/
!         css_opac_fr_FR.po -r
     
      (In the above example, /home/paul/koha.dev/koha/koha-tmpl/opac-tmpl/default
***************
*** 44,48 ****
   1. Update your translation file:
     
!         ./tmpl_process3.pl update -i ../../opac-tmpl/default/en -s po/css_opac_fr_FR.po -r
     
   2. Translate your new css_opac_fr_FR.po file. Look for strings marked as
--- 47,52 ----
   1. Update your translation file:
     
!         ./tmpl_process3.pl update -i /home/paul/koha.dev/koha/koha-tmpl/
!         opac-tmpl/default/en/ -s po/css_opac_fr_FR.po -r
     
   2. Translate your new css_opac_fr_FR.po file. Look for strings marked as
***************
*** 50,62 ****
   3. Create your translated templates:
     
!         ./tmpl_process.pl install -i ../../koha-tmpl/opac-tmpl/default/en/ -o ../../koha-tmpl/opac-tmpl/default/fr2/ -s po/css_opac_fr_FR.po -r
     
   4. Copy new images/css files in your new directory if needed
-  
- REBUILD ALL
- ===========
- The rebuild_lang.sh script can be used to rebuild all languages officially supported in 2.2 release, when needed.
- Useful for developpers, probably useless for all end-users.
- 
  
  WEAKNESSES
--- 54,62 ----
   3. Create your translated templates:
     
!         ./tmpl_process3.pl install -i /home/paul/koha.dev/koha/koha-tmpl/
!         opac-tmpl/default/en/ -o /home/paul/koha.dev/koha/koha-tmpl/opac-tmpl/
!         default/fr2/ -s po/css_opac_fr_FR.po -r
     
   4. Copy new images/css files in your new directory if needed
  
  WEAKNESSES
***************
*** 71,73 ****
    * Paul Poulain (paul.poulain _ at _ free.fr) & Jerome Vizcaino (vizcainj _ at _
      esiee.fr)
!   * Parts of V3.0 by Ambrose Li (acli _ at _ ada.dhs.org)
\ No newline at end of file
--- 71,74 ----
    * Paul Poulain (paul.poulain _ at _ free.fr) & Jerome Vizcaino (vizcainj _ at _
      esiee.fr)
!   * Parts of V3.0 by Ambrose Li (acli _ at _ ada.dhs.org)
! 





More information about the Koha-cvs mailing list