From 6ce057f5162e18cd5190717145a13e7c29fe9da7 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 21 Jun 2009 22:42:39 +0000 Subject: added in skeleton for image and album classes --- languages/en.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'languages/en.php') 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); -- cgit v1.2.3