goba            Tue Feb 19 04:28:13 2002 EDT

  Modified files:              
    /phpdoc     configure.in 
  Log:
  Adding support for the Romanian language
  
  
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.140 phpdoc/configure.in:1.141
--- phpdoc/configure.in:1.140   Sat Feb 16 10:11:09 2002
+++ phpdoc/configure.in Tue Feb 19 04:28:13 2002
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.140 2002/02/16 15:11:09 imajes Exp $
+dnl $Id: configure.in,v 1.141 2002/02/19 09:28:13 goba Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -516,7 +516,7 @@
 dnl localize paper size by language
 dnl (instead of using system-dependant default)
 case "$LANG" in
-  ar|cs|de|hu|it|ja|ko|pl|tr|zh_hk)
+  ar|cs|de|hu|it|ja|ko|pl|ro|tr|zh_hk)
     PAPER_TYPE="A4"
     PDF_PAPER_TYPE="a4"
     ;;
@@ -586,7 +586,7 @@
 case "$LANG" in
   ja|tw|ko) ENCODING="UTF-8";;
   zh_hk) ENCODING="big5";;
-  cs|hu|pl) ENCODING="ISO-8859-2";;
+  cs|hu|pl|ro) ENCODING="ISO-8859-2";;
   ar) ENCODING="ISO-8859-6";;
   tr) ENCODING="ISO-8859-9";;
   he) ENCODING="iso-8859-8";;
@@ -604,6 +604,7 @@
   nl) PALMDOCTITLE="'PHP Handleiding'";;
   pl) PALMDOCTITLE="'Podrêcznik PHP'";;
   pt_BR) PALMDOCTITLE="'Manual do PHP'";;
+  ro) PALMDOCTITLE="'Manual PHP'";;
 # tr) PALMDOCTITLE="";;
   zh_hk) PALMDOCTITLE="PHP ¤â¥U";;
   *) PALMDOCTITLE="'PHP Manual'";;


Reply via email to