diff options
| author | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-26 19:24:31 +0000 |
|---|---|---|
| committer | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-26 19:24:31 +0000 |
| commit | 9464e0bbb5fc0c4ebf80886e527a09e720986754 (patch) | |
| tree | 6a0791fbaa71d7b98ef53e5bd69d79d629b84889 | |
| parent | ab557a29662624bb5cdb8fc050e6555bb8926b27 (diff) | |
typos - debug
git-svn-id: https://svn.roundcube.net/trunk@3566 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | translator/func.php | 4 | ||||
| -rw-r--r-- | translator/labels.inc | 2 | ||||
| -rw-r--r-- | translator/messages.inc | 2 |
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 | | | +-----------------------------------------------------------------------+ |
