aboutsummaryrefslogtreecommitdiff
path: root/mod/updateclient/languages
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-12-09 17:36:01 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-12-09 17:36:01 +0000
commit33731a47af71d0723ac79cfddca223a14d1761ba (patch)
tree8b3cb9045cb0c34eae795c898ca968d3af82541b /mod/updateclient/languages
parent069f4ff4e012822af459e92ce9a8bf54b162478d (diff)
downloadelgg-33731a47af71d0723ac79cfddca223a14d1761ba.tar.gz
elgg-33731a47af71d0723ac79cfddca223a14d1761ba.tar.bz2
Removed upgrade client since it doesn't really matter.
git-svn-id: https://code.elgg.org/elgg/trunk@2515 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/updateclient/languages')
-rw-r--r--mod/updateclient/languages/en.php34
1 files changed, 0 insertions, 34 deletions
diff --git a/mod/updateclient/languages/en.php b/mod/updateclient/languages/en.php
deleted file mode 100644
index c92dee5c3..000000000
--- a/mod/updateclient/languages/en.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-
- /**
- * Update client language pack.
- *
- * @package ElggUpdateClient
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.com/
- */
-
- $english = array(
-
- 'updateclient:label:core' => 'Core',
- 'updateclient:label:plugins' => 'Plugins',
-
- 'updateclient:settings:days' => 'Check for updates every',
- 'updateclient:days' => 'days',
-
- 'updateclient:settings:server' => 'Update server',
-
- 'updateclient:message:title' => 'New version of Elgg released!',
- 'updateclient:message:body' => 'A new version of Elgg (%s %s) codenamed "%s" has been released!
-
-Go here to download: %s
-
-Or scroll down and read the release notes:
-
-%s',
- );
-
- add_translation("en", $english);
-?> \ No newline at end of file