From 81b8ba32beb3151025d3b390c0621e074bceae36 Mon Sep 17 00:00:00 2001 From: Greg Froese Date: Mon, 19 Oct 2009 05:34:47 +0000 Subject: flickr integration changes --- languages/en.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 4fc9bcd64..3d669fee8 100644 --- a/languages/en.php +++ b/languages/en.php @@ -49,7 +49,16 @@ 'tidypics:viewsbyothers' => "(%s by you)", 'tidypics:administration' => 'Tidypics Administration', 'tidypics:stats' => 'Stats', - + 'flickr:setup' => 'Flickr Setup', + 'flickr:usernamesetup' => 'Please enter your Flickr username here:', + 'flickr:selectalbum' => 'Select album to import photos into', + 'flickr:albumdesc' => 'Album to import photos to:', + 'flickr:importmanager' => 'Photoset Import Manager', + 'flickr:desc' => 'Click on the set you wish to import into this site.
Copies of the photos will be made and stored on this site where they can be viewed and commented on.', + 'flickr:intro' => 'Flickr Integration allows you to import photos from your flickr account into this Elgg site. By entering your username and choosing an album to import into, you can begin the process.
When you have saved your username and album selection, click on the ' . elgg_echo( 'flickr:menuimport' ) . ' link to the left to select which Flickr set you would like to import photos from.', + 'flickr:menusetup' => 'Flickr Setup', + 'flickr:menuimport' => 'Import Flickr Photos', + //settings 'tidypics:settings' => 'Settings', 'tidypics:admin:instructions' => 'These are the core Tidypics settings. Change them for your setup and then click save.', @@ -171,6 +180,11 @@ The photo can be viewed here: %s", 'tidypics:settings:save:ok' => 'Successfully saved the Tidypics plugin settings', 'tidypics:upgrade:success' => 'Upgrade of Tidypics a success', + + 'flickr:enterusername' => 'You must enter a username', + 'flickr:savedusername' => 'Successfully saved username of %s', + 'flickr:saveduserid' => 'Successfully saved userid of %s', + 'flickr:savedalbum' => 'Album saved - %s', //Error messages @@ -195,6 +209,11 @@ The photo can be viewed here: %s", 'album:blank' => "Please give this album a title and description.", 'tidypics:upgrade:failed' => "The upgrade of Tidypics failed", + + 'flickr:errorusername' => 'Username %s not found on Flickr', + 'flickr:errorusername2' => 'You must enter a username', + 'flickr:errorimageimport' => 'This image has already been imported', + 'flickr:errornoalbum' => "No album selected. Please choose and save an album: %s" ); add_translation("en",$english); -- cgit v1.2.3