[Xfce4-commits] <www:master> Fix the Italian homepage.
Jérôme Guelfucci
noreply at xfce.org
Sun Oct 31 15:24:02 CET 2010
Updating branch refs/heads/master
to bfc3491475d7d153c67cb847f17cab05da11fe43 (commit)
from d2df8e71fd715a246ac2263f903103615d74151b (commit)
commit bfc3491475d7d153c67cb847f17cab05da11fe43
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Sun Oct 31 15:18:28 2010 +0100
Fix the Italian homepage.
i18n/news/it.news.php | 11 ++++++-----
include/arrays.php | 2 +-
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/i18n/news/it.news.php b/i18n/news/it.news.php
index ab0ec27..3af4f2f 100755
--- a/i18n/news/it.news.php
+++ b/i18n/news/it.news.php
@@ -46,7 +46,8 @@ $news = array (
"[br][br]".
"Si ringraziano tutti coloro che hanno fornito un contributo alla traduzione.".
"[br][br]".
- "Il gruppo di traduzione in Italiano di Xfce."
+ "Il gruppo di traduzione in Italiano di Xfce.",
+ ),
array (
'id' => 3,
'date' => "23 Maggio 2010",
@@ -64,7 +65,7 @@ $news = array (
"La nuova versione può essere scaricata da qui: ".
"[link=/download]http://www.xfce.org/download[/link]".
"[br][br]".
- "Il team di sviluppo di Xfce."
+ "Il team di sviluppo di Xfce.",
),
array (
'id' => 2,
@@ -88,7 +89,7 @@ $news = array (
"La nuova versione può essere scaricata da qui: ".
"[link=/download]http://www.xfce.org/download[/link]".
"[br][br]".
- "Il team di sviluppo di Xfce."
+ "Il team di sviluppo di Xfce.",
),
array (
'id' => 1,
@@ -109,7 +110,7 @@ $news = array (
"Xfce 4.6 può essere scaricato dalla sezione Download del sito di Xfce:[br]".
"[link=/download]http://www.xfce.org/download[/link]".
"[br][br]".
- "Il team di sviluppo di Xfce."
- "",
+ "Il team di sviluppo di Xfce.",
+ ),
);
?>
diff --git a/include/arrays.php b/include/arrays.php
index 179dc41..fe2fbe6 100644
--- a/include/arrays.php
+++ b/include/arrays.php
@@ -35,7 +35,7 @@ $languages = array (
"ca" => array ('Català', 'UTF-8', 'ca'),
"fr" => array ('Français', 'UTF-8', 'fr_FR.utf8'),
"id" => array ('Bahasa Indonesia', 'UTF-8', 'id_ID'),
-/* "it" => array ('Italiano', 'UTF-8', 'it'), */
+ "it" => array ('Italiano', 'UTF-8', 'it'),
"ja" => array ('Nihon', 'UTF-8', 'ja_JP.utf8'),
"nl" => array ('Nederlands', 'UTF-8', 'nl_NL'),
"pt_BR" => array ('Português do Brasil', 'UTF-8', 'pt_BR.utf8'),
More information about the Xfce4-commits
mailing list