diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-09 14:47:09 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-09 14:47:09 +0000 |
commit | bbfc74f5fd5002d2bf88045f1d3479a3ac720f3d (patch) | |
tree | b808584780657f4780b8db8dc69084787f9912c8 /languages/en.php | |
parent | 7998ac7836f902cf98e19c02472548a1dd213236 (diff) | |
download | elgg-bbfc74f5fd5002d2bf88045f1d3479a3ac720f3d.tar.gz elgg-bbfc74f5fd5002d2bf88045f1d3479a3ac720f3d.tar.bz2 |
Couple of extra words
git-svn-id: https://code.elgg.org/elgg/trunk@2685 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index cbac37caa..851837aa8 100644 --- a/languages/en.php +++ b/languages/en.php @@ -595,6 +595,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'reply' => "Reply",
'more' => 'More',
'comments' => 'Comments',
+ 'import' => 'Import',
+ 'export' => 'Export',
'up' => 'Up',
'down' => 'Down',
@@ -627,7 +629,8 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", /**
* Generic questions
*/
- 'question:areyousure' => 'Are you sure?',
+
+ 'question:areyousure' => 'Are you sure?',
/**
* Generic data words
|