This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, seventeen has been updated
via 584601c70eccaeccbd9b1025b045439868c419b7 (commit)
from 39bfd4a1e31d3f9df8144aabb113f4d7bde55acd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 584601c70eccaeccbd9b1025b045439868c419b7
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Oct 28 02:04:05 2014 +0100
Update some stuff for the Italian translation
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/configroot | 1 +
langs/it/cgi-bin/it.pl | 7 ++-----
tools/make-functions | 2 ++
3 files changed, 5 insertions(+), 5 deletions(-)
Difference in files:
diff --git a/config/rootfiles/common/configroot b/config/rootfiles/common/configroot
index 8e5aff8..eaf1af6 100644
--- a/config/rootfiles/common/configroot
+++ b/config/rootfiles/common/configroot
@@ -80,6 +80,7 @@ var/ipfire/langs
#var/ipfire/langs/en.pl
#var/ipfire/langs/es.pl
#var/ipfire/langs/fr.pl
+#var/ipfire/langs/it.pl
#var/ipfire/langs/list
#var/ipfire/langs/nl.pl
#var/ipfire/langs/pl.pl
diff --git a/langs/it/cgi-bin/it.pl b/langs/it/cgi-bin/it.pl
index a283c3b..0b5e786 100644
--- a/langs/it/cgi-bin/it.pl
+++ b/langs/it/cgi-bin/it.pl
@@ -1,6 +1,6 @@
-
-%tr = (
+%tr = (
%tr,
+
'Act as' => 'Lavora come:',
'Add Level7 rule' => 'Aggiungo una regola al Level7',
'Add Port Rule' => 'Aggiungo regola porta',
@@ -2677,7 +2677,4 @@
'your e-mail' => 'Your e-mail address',
);
-
#EOF
-
-
diff --git a/tools/make-functions b/tools/make-functions
index 5a557a6..356d7a6 100644
--- a/tools/make-functions
+++ b/tools/make-functions
@@ -726,6 +726,7 @@ update_langs() {
$BASEDIR/tools/sort_strings.pl ru
$BASEDIR/tools/sort_strings.pl nl
$BASEDIR/tools/sort_strings.pl tr
+ $BASEDIR/tools/sort_strings.pl it
$BASEDIR/tools/check_strings.pl en > $BASEDIR/doc/language_issues.en
$BASEDIR/tools/check_strings.pl de > $BASEDIR/doc/language_issues.de
$BASEDIR/tools/check_strings.pl fr > $BASEDIR/doc/language_issues.fr
@@ -734,6 +735,7 @@ update_langs() {
$BASEDIR/tools/check_strings.pl ru > $BASEDIR/doc/language_issues.ru
$BASEDIR/tools/check_strings.pl nl > $BASEDIR/doc/language_issues.nl
$BASEDIR/tools/check_strings.pl tr > $BASEDIR/doc/language_issues.tr
+ $BASEDIR/tools/check_strings.pl it > $BASEDIR/doc/language_issues.it
$BASEDIR/tools/check_langs.sh > $BASEDIR/doc/language_missings
beautify message DONE
}
hooks/post-receive
--
IPFire 2.x development tree