diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-15 15:26:45 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-15 15:26:45 +0000 |
commit | 4c6fce1ea489455e83b4552112ff6e5b332f650f (patch) | |
tree | 27d7ca50eadc61cc4abff59f040106fbb1a04afd /languages | |
parent | 206f56148df2992769f713502e4168ab0990fd2c (diff) | |
download | elgg-4c6fce1ea489455e83b4552112ff6e5b332f650f.tar.gz elgg-4c6fce1ea489455e83b4552112ff6e5b332f650f.tar.bz2 |
A couple of additions to the language file
git-svn-id: https://code.elgg.org/elgg/trunk@465 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 84777c63f..f584b56a6 100644 --- a/languages/en.php +++ b/languages/en.php @@ -72,6 +72,13 @@ 'tags' => "Tags",
/**
+ * Input / output strings
+ */
+
+ 'deleteconfirm' => "Are you sure you want to delete this item?",
+ 'fileexists' => "A file has already been uploaded. To replace it, select it below:",
+
+ /**
* Welcome
*/
|