diff options
Diffstat (limited to 'languages/en.php')
| -rw-r--r-- | languages/en.php | 31 | 
1 files changed, 1 insertions, 30 deletions
diff --git a/languages/en.php b/languages/en.php index 62b43673d..32174e278 100644 --- a/languages/en.php +++ b/languages/en.php @@ -64,15 +64,12 @@ $english = array(  			'tidypics:settings:thumbnail' => "Thumbnail Creation",  			'tidypics:settings:help' => "Help",  			'tidypics:settings:download_link' => "Show download link", -			'tidypics:settings:tagging' => "Enable photo tagging",  			'tidypics:settings:photo_ratings' => "Enable photo ratings (requires rate plugin of Miguel Montes or compatible)",  			'tidypics:settings:exif' => "Display EXIF data",  			'tidypics:settings:view_count' => "Display view count", -			'tidypics:settings:uploader' => "Use Flash uploader",  			'tidypics:settings:grp_perm_override' => "Allow group members full access to group albums",  			'tidypics:settings:maxfilesize' => "Maximum image size in megabytes (MB):",  			'tidypics:settings:quota' => "User Quota (MB) - 0 equals no quota", -			'tidypics:settings:watermark' => "Enter text to appear in the watermark",  			'tidypics:settings:im_path' => "Enter the path to your ImageMagick commands",  			'tidypics:settings:img_river_view' => "How many entries in activity river for each batch of uploaded images",  			'tidypics:settings:album_river_view' => "Show the album cover or a set of photos for new album", @@ -101,8 +98,7 @@ $english = array(  			'tidypics:server_info:post_max_size_desc' => 'Max post size = sum of images + html form',  			'tidypics:server_info:max_input_time_desc' => 'Time script waits for upload to finish',  			'tidypics:server_info:max_execution_time_desc' => 'Max time a script will run', -			'tidypics:server_info:use_only_cookies_desc' => 'Cookie only sessions may affect the Flash uploader', - +			  			'tidypics:server_info:php_version' => 'PHP Version',  			'tidypics:server_info:memory_limit' => 'Memory Available to PHP',  			'tidypics:server_info:peak_usage' => 'Memory Used to Load This Page', @@ -177,29 +173,6 @@ $english = array(  			'image:next' => "Next",  			'image:index' => "%u of %u", -		// tagging -			'tidypics:taginstruct' => 'Select the area that you want to tag or %s', -			'tidypics:finish_tagging' => 'Stop tagging', -			'tidypics:tagthisphoto' => 'Tag this photo', -			'tidypics:actiontag' => 'Tag', -			'tidypics:actioncancel' => 'Cancel', -			'tidypics:inthisphoto' => 'In this photo', -			'tidypics:usertag' => "Photos tagged with user %s", -			'tidypics:phototagging:success' => 'Photo tag was successfully added', -			'tidypics:phototagging:error' => 'Unexpected error occurred during tagging', - -			'tidypics:phototagging:delete:success' => 'Photo tag was removed.', -			'tidypics:phototagging:delete:error' => 'Unexpceted error occurred when removing photo tag.', -			'tidypics:phototagging:delete:confirm' => 'Remove this tag?', - - - -			'tidypics:tag:subject' => "You have been tagged in a photo", -			'tidypics:tag:body' => "You have been tagged in the photo %s by %s.			 -			 -The photo can be viewed here: %s", - -  		//rss  			'tidypics:posted' => 'posted a photo:', @@ -218,8 +191,6 @@ The photo can be viewed here: %s",  			'image:river:created:multiple' => "%s added %u photos to the album %s",  			'image:river:item' => "a photo",  			'image:river:annotate' => "a comment on the photo", -			'image:river:tagged' => "%s tagged %s in the photo %s", -			'image:river:tagged:unknown' => "%s tagged %s in a photo",  			'river:create:object:album' => "%s created a new photo album %s",  			'album:river:group' => "in the group",  			'album:river:item' => "an album",  | 
