diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-21 22:42:39 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-21 22:42:39 +0000 |
commit | 6ce057f5162e18cd5190717145a13e7c29fe9da7 (patch) | |
tree | 0ce23ee020d366bd27892b0055fe7dc333520dc7 /languages | |
parent | 8a76d53f35eabe1b33f012e91fd745c1e0653203 (diff) | |
download | elgg-6ce057f5162e18cd5190717145a13e7c29fe9da7.tar.gz elgg-6ce057f5162e18cd5190717145a13e7c29fe9da7.tar.bz2 |
added in skeleton for image and album classes
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index fb7fa7182..355f9660b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -148,6 +148,8 @@ 'album:delete:confirm' => "Are you sure you want to delete this album?",
'album:created' => "Your new album has been created.",
'tidypics:settings:save:ok' => 'Successfully saved the Tidypics plugin settings',
+
+ 'tidypics:upgrade:success' => 'Upgrade of Tidypics a success',
//Error messages
@@ -169,7 +171,9 @@ 'album:none' => "No albums have been created yet.",
'album:uploadfailed' => "Sorry; we could not save your album.",
'album:deletefailed' => "Your album could not be deleted at this time.",
- 'album:blank' => "Please give this album a title and description."
+ 'album:blank' => "Please give this album a title and description.",
+
+ 'tidypics:upgrade:failed' => "The upgrade of Tidypics failed",
);
add_translation("en",$english);
|