]> git.lyx.org Git - lyx.git/blobdiff - po/postats.sh
update German docs
[lyx.git] / po / postats.sh
index 4b2dc91915bd36fe1ea58819d6809a99ead5c09c..7244daa0c3a688adeee243f9f0b4c57af9fc5fd6 100755 (executable)
@@ -13,7 +13,7 @@
 # and generates a PHP web page.
 #
 # Invocation:
-#    postats.sh po_files > "pathToWebPages"/i18n.php3
+#    postats.sh po_files > "pathToWebPages"/i18n.php
 
 # modifiy this when you change version
 # Note that an empty lyx_branch variable (ie cvs HEAD)
@@ -163,10 +163,10 @@ cat <<EOF
        // Who is the author?
        \$author="Michael Gerz";
        // Full name of the file (relative path from LyX home page -- i.e., it should
-       // be "foo.php3" or "bar/foo.php3")
-       \$file_full="i18n.php3";
+       // be "foo.php" or "bar/foo.php")
+       \$file_full="devel/i18n.php";
 
-       include("start.php3");
+       include("start.php");
 
        error_reporting(E_ALL);
 ?>
@@ -203,7 +203,7 @@ cat <<EOF
        'it' => 'Italian',
        'nl' => 'Dutch',
        'nn' => 'Nynorsk',
-       'no' => 'Norwegian',
+       'nb' => 'Norwegian',
        'pl' => 'Polish',
        'pt' => 'Portuguese',
        'ro' => 'Romanian',
@@ -307,7 +307,7 @@ while (list(\$foo,\$info) = each(\$podata)) {
 </tbody>
 </table>
 <?
-include("end.php3");
+include("end.php");
 ?>
 EOF
 }