From 9464e0bbb5fc0c4ebf80886e527a09e720986754 Mon Sep 17 00:00:00 2001 From: yllar Date: Mon, 26 Apr 2010 19:24:31 +0000 Subject: typos - debug git-svn-id: https://svn.roundcube.net/trunk@3566 208e9e7b-5314-0410-a742-e7e81cd9613c --- translator/func.php | 4 ++-- translator/labels.inc | 2 +- translator/messages.inc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'translator') 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 '\n"; + // echo '\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 | | | +-----------------------------------------------------------------------+ -- cgit v1.2.3