[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. e7baac38a208acaa610020f00060337698fe6436

Michal Čihař nijel at users.sourceforge.net
Wed Feb 24 15:04:41 CET 2010


The following commit has been merged in the master branch:
commit e7baac38a208acaa610020f00060337698fe6436
Author: Michal Čihař <mcihar at novell.com>
Date:   Wed Feb 24 15:04:17 2010 +0100

    Added long name for Italian translation.

diff --git a/admin/locales-update b/admin/locales-update
index 3dec0f0..23abc5a 100755
--- a/admin/locales-update
+++ b/admin/locales-update
@@ -32,6 +32,9 @@ langname() {
         pl)
             echo "Polish"
             ;;
+        it)
+            echo "Italian"
+            ;;
         zh_TW)
             echo "Traditional Chinese"
             ;;
diff --git a/output/index.html b/output/index.html
index a7f4501..114794d 100644
--- a/output/index.html
+++ b/output/index.html
@@ -30,7 +30,7 @@
 <li><a href="fr/TODO">TODO</a></li>
 <li><a href="fr/translators.html">List of translators</a></li>
 </ul></li>
-<li><a href=it>it</a><ul>
+<li><a href=it>Italian</a><ul>
 <li><a href="it/Documentation.html">Main documentation</a></li>
 <li><a href="it/INSTALL">INSTALL</a></li>
 <li><a href="it/TODO">TODO</a></li>
diff --git a/output/it/index.html b/output/it/index.html
index 12dcd28..7c54d6f 100644
--- a/output/it/index.html
+++ b/output/it/index.html
@@ -4,11 +4,11 @@
     version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>phpMyAdmin it Documentation</title>
+    <title>phpMyAdmin Italian Documentation</title>
 </head>
 <body>
-<h1>phpMyAdmin it Documentation</h1>
-<p>Documents translated to it:</p>
+<h1>phpMyAdmin Italian Documentation</h1>
+<p>Documents translated to Italian:</p>
 <ul>
 <li><a href="Documentation.html">Main documentation</a></li>
 <li><a href="INSTALL">INSTALL</a></li>

-- 
phpMyAdmin localized documentation




More information about the Git mailing list