Skip to content
Snippets Groups Projects
Commit e4d261ef authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix XMPP strings

parent 4e5610d0
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,8 @@ function Entete ($titre, $texte, $p="")
echo "\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
echo "<html xmlns='http://www.w3.org/1999/xhtml'>\n <head>\n";
echo " <meta name=\"Author\" content=\"Le Boulanger Yann (asterix)\"/>";
echo " <meta name=\"description\" content=\"Gajim is a XMPP client written in PyGTK. The goal of Gajim's developers is to provide a full featured and easy to use xmpp client for the GTK+ users. Gajim does not require GNOME to run, eventhough it exists with it nicely. Gajim is released under the GNU General Public License\"/>\n";
echo " <meta name=\"keywords\" content=\"gajim client jabber python gtk xmpp chat linux gnu instant messaging messenger pygtk contact transport file transfer hig chatstate bookmark avatars srv wikipedia\"/>\n";
echo " <meta name=\"description\" content=\"Gajim is an XMPP client written in PyGTK. The goal of Gajim's developers is to provide a full featured and easy to use xmpp client for the GTK+ users. Gajim does not require GNOME to run, eventhough it exists with it nicely. Gajim is released under the GNU General Public License\"/>\n";
echo " <meta name=\"keywords\" content=\"gajim client python gtk xmpp chat linux gnu instant messaging messenger pygtk contact transport file transfer hig chatstate bookmark avatars srv wikipedia\"/>\n";
echo " <title>\n $titre\n </title>\n";
echo " <link rel=\"stylesheet\" href=\"css/main.css\" type=\"text/css\" />\n";
if ($language == "he" or $language == "ar")
......
......@@ -2,7 +2,7 @@
require_once ("Design.php");
Entete (_("Gajim, a XMPP client"), "GAJIM");
Entete (_("Gajim, an XMPP client"), "GAJIM");
print (" <h1>");
......
......@@ -2,7 +2,7 @@
require_once ("Design.php");
Entete ("Gajim, a XMPP client", "GAJIM");
Entete ("Gajim, an XMPP client", "GAJIM");
print ("<a name=\"install\"/>");
......
......@@ -2,7 +2,7 @@
require_once ("Design.php");
Entete (_("Gajim, a XMPP client"), "GAJIM");
Entete (_("Gajim, an XMPP client"), "GAJIM");
$download_folder = "1.0";
$last_version = "1.0.0";
......
......@@ -4,7 +4,7 @@ include "template.inc";
require_once ("Design.php");
Entete (_("Gajim, a XMPP client"), "GAJIM");
Entete (_("Gajim, an XMPP client"), "GAJIM");
$tpl = new Template("templates");
$tpl->set_file("page","index.tpl");
......
......@@ -4,7 +4,7 @@ include "template.inc";
require_once ("Design.php");
Entete (_("Gajim, a Jabber client"), "GAJIM");
Entete (_("Gajim, an XMPP client"), "GAJIM");
$tpl = new Template("templates");
$tpl->set_file("page", "screenshots.tpl");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment