diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-05 14:58:20 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-05 14:58:20 +0000 |
commit | 6ee2b596da12dc3ac5f6ba6d4ca5545df5beab2d (patch) | |
tree | 2cc20df8e2eb0345d934952cd06a4cf5a9430343 /mod/guidtool/languages | |
parent | 89a9e93a915ca7c576e187f0c38d2c202fed05b2 (diff) | |
download | elgg-6ee2b596da12dc3ac5f6ba6d4ca5545df5beab2d.tar.gz elgg-6ee2b596da12dc3ac5f6ba6d4ca5545df5beab2d.tar.bz2 |
Farewell APIadmin, farewell GUIDtool. We'll see you over in the plugins repo.
git-svn-id: https://code.elgg.org/elgg/trunk@3096 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/guidtool/languages')
-rw-r--r-- | mod/guidtool/languages/en.php | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/mod/guidtool/languages/en.php b/mod/guidtool/languages/en.php deleted file mode 100644 index 1c6d90c18..000000000 --- a/mod/guidtool/languages/en.php +++ /dev/null @@ -1,32 +0,0 @@ -<?php - /** - * Elgg GUID Tool - * - * @package ElggGUIDTool - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008-2009 - * @link http://elgg.com/ - */ - - $english = array( - - /** - * Menu items and titles - */ - - 'guidtool' => 'GUID Tool', - 'guidtool:browse' => 'Browse GUIDs', - 'guidtool:import' => 'Import GUID data', - 'guidtool:import:desc' => 'Paste the data you want to import in following window, this must be in "%s" format.', - - 'guidtool:pickformat' => 'Please select the format that you wish to import or export.', - - 'guidbrowser:export' => 'Export', - - 'guidtool:deleted' => 'GUID %d deleted', - 'guidtool:notdeleted' => 'GUID %d not deleted', - ); - - add_translation("en",$english); -?>
\ No newline at end of file |