summaryrefslogtreecommitdiff
path: root/translator
diff options
context:
space:
mode:
Diffstat (limited to 'translator')
-rw-r--r--translator/func.php4
-rw-r--r--translator/labels.inc2
-rw-r--r--translator/messages.inc2
3 files changed, 4 insertions, 4 deletions
diff --git a/translator/func.php b/translator/func.php
index 514de74fc..9d9ec2883 100644
--- a/translator/func.php
+++ b/translator/func.php
@@ -42,7 +42,7 @@ function update_from_svn($lang, $file)
$headers = true;
if ($fp && !$err && ($fl = @fopen(LANGDIR."$lang_prefix$file", 'w')))
{
- echo '<!-- Update from SVN: ' . $lang_dir.$file . "-->\n";
+ // echo '<!-- Update from SVN: ' . $lang_dir.$file . "-->\n";
while (!feof($fp))
{
$line = fgets($fp, 4096);
@@ -227,4 +227,4 @@ if (!empty($lang) && !empty($file))
unset($labels, $messages);
}
-?> \ No newline at end of file
+?>
diff --git a/translator/labels.inc b/translator/labels.inc
index 763498da3..3d17bbf45 100644
--- a/translator/labels.inc
+++ b/translator/labels.inc
@@ -5,7 +5,7 @@
| language/#lang/labels.inc |
| |
| Language file of the RoundCube Webmail client |
- | Copyright (C) 2008-2009, RoundQube Dev. - Switzerland |
+ | Copyright (C) 2008-2010, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
diff --git a/translator/messages.inc b/translator/messages.inc
index f1333c370..b31d38390 100644
--- a/translator/messages.inc
+++ b/translator/messages.inc
@@ -5,7 +5,7 @@
| language/#lang/messages.inc |
| |
| Language file of the RoundCube Webmail client |
- | Copyright (C) 2008-2009, RoundQube Dev. - Switzerland |
+ | Copyright (C) 2008-2010, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+