View file lang/en.php

File size: 1.97Kb
<?php
$lang = array
(
	# Generic
	'thousand_separator'	=>	',',
	
	# Navigation
	'upload'				=>	'Upload',
	'gallery'				=>	'Gallery',
	'back_to_gallery'		=>	'Back to gallery',
	
	# Upload
	'share_images'			=>	'Share your images',
	
	'upload_computer'		=>	'Computer',
	'upload_web'			=>	'The Web',
	'upload_initiate'		=>	'Upload',
	'upload_cancel'			=>	'Cancel',
	
	'upload_list_empty'		=>	'Select or drag your images for uploading.',
	
	'upload_notification'	=>	'Upload jpeg, png, gif and wbmp images up to %s in size.',
	
	'upload_error_url'		=>	'Invalid URL!',
	'upload_error_type'		=>	'Unsupported file type! Upload jpeg, png, gif and wbmp images.',
	'upload_error_size'		=>	'Maximum file size is %s.',
	'upload_error_amount'	=>	"You can't upload more than %d images at a time.",
	
	'recently_added'		=>	'Recently added albums',
	'browse_gallery'		=>	'Browse gallery',
	
	'total_albums'			=>	'%s albums',
	'total_images'			=>	'%s images',
	'total_amounts'			=>	'We have %s and %s.',
	
	# Album
	'image_submitted'		=>	'Submitted %s ago',
	'image_statistics'		=>	'%s views & %s bandwidth',
	
	'album'					=>	'Album',
	'image'					=>	'Image',
	
	# Date
	'seconds_ago'			=>	array
	(
		1	=>	'1 second',
		'n'	=>	'%d seconds'
	),
	
	'minutes_ago'			=>	array
	(
		1	=>	'1 minute',
		'n'	=>	'%d minutes'
	),
	
	'hours_ago'				=>	array
	(
		1	=>	'1 hour',
		'n'	=>	'%d hours'
	),
	
	'days_ago'				=>	array
	(
		1	=>	'1 day',
		'n'	=>	'%d days'
	),
	
	'weeks_ago'				=>	array
	(
		1	=>	'1 week',
		'n'	=>	'%d weeks'
	),
	
	'months_ago'			=>	array
	(
		1	=>	'1 month',
		'n'	=>	'%d months'
	),
	
	'years'					=>	array
	(
		1	=>	'1 year',
		'n'	=>	'%d years'
	),
	
	# Gallery
	'new'					=>	'New',
	'popular'				=>	'Popular',
	'today'					=>	'Today',
	'week'					=>	'Week',
	'month'					=>	'Month',
	'all_time'				=>	'All time',
	
	'first'					=>	'First',
	'last'					=>	'Last',
	
	'previous'				=>	'Previous',
	'next'					=>	'Next'
);