[med-svn] r609 - in trunk/community/website: . locale locale/it_IT/LC_MESSAGES
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Fri Oct 5 11:20:25 UTC 2007
Author: hanska-guest
Date: 2007-10-05 11:20:25 +0000 (Fri, 05 Oct 2007)
New Revision: 609
Added:
trunk/community/website/add_locale.php
Modified:
trunk/community/website/index.php
trunk/community/website/locale/it_IT/LC_MESSAGES/messages.mo
trunk/community/website/locale/it_IT/LC_MESSAGES/messages.po
trunk/community/website/locale/messages.pot
Log:
First add_locale skeleton.
Updating messages.
New link in the homepage.
Added: trunk/community/website/add_locale.php
===================================================================
--- trunk/community/website/add_locale.php (rev 0)
+++ trunk/community/website/add_locale.php 2007-10-05 11:20:25 UTC (rev 609)
@@ -0,0 +1,33 @@
+<?php
+ require_once("inc/header.inc.php");
+?>
+<table class="columns">
+<tr>
+ <td class="left">
+ <span class="section"><?=_("summary")?></span>
+ <div class="section">
+ <div class="sectionTop"></div>
+ <div class="row">
+ <?=_("Current locale")?>:
+ <strong><?=$locale?></strong>
+ </div>
+ <div class="row">
+ <?=_("Priority")?>:
+ <strong><?=$priority?></strong>
+ </div>
+ </div>
+ </td>
+ <td class="main">
+ <span class="section"><?=_("localization")?></span>
+ <div class="section">
+ <div class="sectiontop"></div>
+ <div class="row">
+ <h1><?=_("Add new locale")?></h1>
+ </div>
+ </div>
+ </td>
+</tr>
+</table>
+<?php
+ require_once("inc/footer.inc.php");
+?>
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2007-10-05 10:18:31 UTC (rev 608)
+++ trunk/community/website/index.php 2007-10-05 11:20:25 UTC (rev 609)
@@ -68,6 +68,7 @@
<div class="row">
<ul>
<li><a href="/bugs.php"><?=_("Bugs Page")?></a></li>
+ <li><a href="/add_locale.php"><?=_("Add locale")?></a></li>
<li>…</li>
</ul>
</div>
@@ -78,7 +79,7 @@
<div class="row"><?=date("r", time())?></div>
<div class="row"><?=strftime("%c", time())?></div>
</div>
- <span class="section"><?=_("Badges")?></span>
+ <span class="section"><?=_("badges")?></span>
<div class="section">
<div class="sectionTop"></div>
<div class="row">
Modified: trunk/community/website/locale/it_IT/LC_MESSAGES/messages.mo
===================================================================
(Binary files differ)
Modified: trunk/community/website/locale/it_IT/LC_MESSAGES/messages.po
===================================================================
--- trunk/community/website/locale/it_IT/LC_MESSAGES/messages.po 2007-10-05 10:18:31 UTC (rev 608)
+++ trunk/community/website/locale/it_IT/LC_MESSAGES/messages.po 2007-10-05 11:20:25 UTC (rev 609)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: 0.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-04 23:52+0200\n"
+"POT-Creation-Date: 2007-10-05 13:17+0200\n"
"PO-Revision-Date: 2007-10-04 20:23+0200\n"
"Last-Translator: David Paleino <d.paleino at gmail.com>\n"
"Language-Team: Italian <it at li.org>\n"
@@ -16,10 +16,26 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: details.php:14
-msgid "Cannot create parser\n"
-msgstr "Impossibile creare il parser\n"
+#: add_locale.php:7
+msgid "summary"
+msgstr "riassunto"
+#: add_locale.php:11
+msgid "Current locale"
+msgstr "Locale attuale"
+
+#: add_locale.php:15
+msgid "Priority"
+msgstr "Priorità"
+
+#: add_locale.php:21
+msgid "localization"
+msgstr "localizzazione"
+
+#: add_locale.php:25
+msgid "Add new locale"
+msgstr "Aggiungi nuovo locale"
+
#: details.php:70
msgid "Received"
msgstr "Ricevuto"
@@ -92,44 +108,47 @@
msgid "Bugs Page"
msgstr "Pagina Bugs"
-#: index.php:75
+#: index.php:71
+msgid "Add locale"
+msgstr ""
+
+#: index.php:76
msgid "UTC time"
msgstr "orario UTC"
-#: index.php:81
-#, fuzzy
-msgid "Badges"
+#: index.php:82
+msgid "badges"
msgstr "medagliette"
-#: index.php:87
+#: index.php:88
msgid "Valid XHTML 1.1"
msgstr "XHTML 1.1 Valido"
-#: index.php:94
+#: index.php:95
msgid "recent activity"
msgstr "attività recenti"
-#: index.php:100
+#: index.php:101
msgid "date"
msgstr "data"
-#: index.php:101
+#: index.php:102
msgid "author"
msgstr "autore"
-#: index.php:102
+#: index.php:103
msgid "content"
msgstr "contenuto"
-#: index.php:103
+#: index.php:104
msgid "link"
msgstr "link"
-#: index.php:132
+#: index.php:133
msgid "todo"
msgstr "da fare"
-#: index.php:162
+#: index.php:163
msgid ""
"Please, note that this is a SVN export of our website. It might break during "
"SVN commits."
@@ -141,6 +160,6 @@
msgid "Join us! Help us in making Doctors use Debian! See the"
msgstr "Unisciti a noi! Aiutaci a diffondere Debian tra i Medici! Guarda la"
-#: inc/header.inc.php:36
+#: inc/header.inc.php:33
msgid "Alioth Page"
msgstr "Pagina Alioth"
Modified: trunk/community/website/locale/messages.pot
===================================================================
--- trunk/community/website/locale/messages.pot 2007-10-05 10:18:31 UTC (rev 608)
+++ trunk/community/website/locale/messages.pot 2007-10-05 11:20:25 UTC (rev 609)
@@ -1,4 +1,4 @@
-#Translation file for Debian-Med homepage.
+# Translation file for Debian-Med homepage.
# Copyright (C) 2007, Debian-Med Team <debian-med at lists.debian.org>
# This file is distributed under the GNU General Public License v2+.
# David Paleino <d.paleino at gmail.com>, 2007.
@@ -7,7 +7,7 @@
msgid ""
msgstr "Project-Id-Version: 0.1\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2007-10-04 23:52+0200\n"
+ "POT-Creation-Date: 2007-10-05 13:17+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -15,10 +15,26 @@
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
-#: details.php:14
-msgid "Cannot create parser\n"
+#: add_locale.php:7
+msgid "summary"
msgstr ""
+#: add_locale.php:11
+msgid "Current locale"
+msgstr ""
+
+#: add_locale.php:15
+msgid "Priority"
+msgstr ""
+
+#: add_locale.php:21
+msgid "localization"
+msgstr ""
+
+#: add_locale.php:25
+msgid "Add new locale"
+msgstr ""
+
#: details.php:70
msgid "Received"
msgstr ""
@@ -87,43 +103,47 @@
msgid "Bugs Page"
msgstr ""
-#: index.php:75
+#: index.php:71
+msgid "Add locale"
+msgstr ""
+
+#: index.php:76
msgid "UTC time"
msgstr ""
-#: index.php:81
-msgid "Badges"
+#: index.php:82
+msgid "badges"
msgstr ""
-#: index.php:87
+#: index.php:88
msgid "Valid XHTML 1.1"
msgstr ""
-#: index.php:94
+#: index.php:95
msgid "recent activity"
msgstr ""
-#: index.php:100
+#: index.php:101
msgid "date"
msgstr ""
-#: index.php:101
+#: index.php:102
msgid "author"
msgstr ""
-#: index.php:102
+#: index.php:103
msgid "content"
msgstr ""
-#: index.php:103
+#: index.php:104
msgid "link"
msgstr ""
-#: index.php:132
+#: index.php:133
msgid "todo"
msgstr ""
-#: index.php:162
+#: index.php:163
msgid "Please, note that this is a SVN export of our website. It might "
"break during SVN commits."
msgstr ""
@@ -132,6 +152,6 @@
msgid "Join us! Help us in making Doctors use Debian! See the"
msgstr ""
-#: inc/header.inc.php:36
+#: inc/header.inc.php:33
msgid "Alioth Page"
msgstr ""
More information about the debian-med-commit
mailing list