This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
forked from Wedge/languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Media.english.php
420 lines (410 loc) · 23.7 KB
/
Media.english.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<?php
// A message to translators: Wedge's Media area is inherited from Aeva Media. You may
// want to start anew, or base your translation upon Aeva Media's earlier language files.
// First of all, you'll need to do a search on the term "$txt['aeva_" and replace it with
// "$txt['media_". Also, 'media_enable' becomes 'autoembed', and 'permissionname_' replaces
// aeva with media in the ManageMedia and ManagePermissions files. The most difficult task
// will probably be to split the original file's strings among Media, ManageMedia, Admin,
// ManagePermissions and index files... Good luck. You can do it. Or start from scratch.
// Auto-embedder strings
$txt['media'] = 'Media';
$txt['media_noexternalembedding'] = '(The video\'s owner prevents external embedding)';
$txt['media_select'] = 'Select All';
$txt['media_reset'] = 'Reset To Defaults';
$txt['media_too_many_embeds'] = '(Embedding disabled, limit reached)';
// General tabs and titles
$txt['media_admin_settings_media_enabled'] = '<strong>Enable Media Gallery</strong>';
$txt['media_admin_settings_media_enabled_desc'] = 'Master setting';
$txt['media_admin'] = 'Admin';
$txt['media_add_album'] = 'Create a new Album';
$txt['media_add_title'] = 'Title';
$txt['media_add_desc'] = 'Description';
$txt['media_add_file'] = 'File to upload';
$txt['media_add_allowedTypes'] = 'Allowed File types';
$txt['media_add_embed'] = '<em><u>Or</u></em> Embed URL (remote videos)';
$txt['media_add_keywords'] = 'Keywords';
$txt['media_width'] = 'Width';
$txt['media_height'] = 'Height';
$txt['media_albums'] = 'Albums';
$txt['media_icon'] = 'Icon';
$txt['media_name'] = 'Name';
$txt['media_item'] = 'Item';
$txt['media_items'] = 'Items';
$txt['media_lower_item'] = 'item';
$txt['media_lower_items'] = 'items';
$txt['media_files'] = 'Files';
$txt['media_submissions'] = 'Submissions';
$txt['media_started_on'] = 'Started On';
$txt['media_recent_items'] = 'Recent Items';
$txt['media_random_items'] = 'Random Items';
$txt['media_recent_comments'] = 'Recent Comments';
$txt['media_recent_albums'] = 'Latest Albums';
$txt['media_views'] = 'Views';
$txt['media_downloads'] = 'Downloads';
$txt['media_posted_by'] = 'Posted by';
$txt['media_posted_on_date'] = 'Posted on'; // For use in 'Posted on March 21'
$txt['media_posted_on'] = 'Posted'; // For use in 'Posted Today/Yesterday'
$txt['media_in_album'] = 'in';
$txt['media_comment_in'] = 'In';
$txt['media_on_date'] = 'on';
$txt['media_short_date_format'] = '%b %d, %Y';
$txt['media_today'] = '<b>Today</b>';
$txt['media_yesterday'] = '<b>Yesterday</b>';
$txt['media_by'] = 'By';
$txt['media_on'] = 'On';
$txt['media_bytes'] = 'bytes';
$txt['media_kb'] = 'KB';
$txt['media_mb'] = 'MB';
$txt['media_time'] = 'Time';
$txt['media_date'] = 'Date';
$txt['media_unapproved_items'] = 'Unapproved Items';
$txt['media_unapproved_comments'] = 'Unapproved Comments';
$txt['media_unapproved_albums'] = 'Unapproved Albums';
$txt['media_unapproved_item_edits'] = 'Unapproved Item Edits';
$txt['media_unapproved_album_edits'] = 'Unapproved Album Edits';
$txt['media_reported_items'] = 'Reported Items';
$txt['media_reported_comments'] = 'Reported Comments';
$txt['media_submit'] = 'Submit';
$txt['media_sub_albums'] = 'Sub Albums';
$txt['media_max_file_size'] = 'Maximum File Size Allowed';
$txt['media_stats'] = 'Statistics';
$txt['media_featured_album'] = 'Featured Album';
$txt['media_album_type'] = 'Album Type';
$txt['media_album_name'] = 'Album Name';
$txt['media_album_desc'] = 'Album Description';
$txt['media_add_item'] = 'Add an item';
$txt['media_sort_by'] = 'Sort by';
$txt['media_sort_by_0'] = 'ID';
$txt['media_sort_by_1'] = 'Date';
$txt['media_sort_by_2'] = 'Title';
$txt['media_sort_by_3'] = 'Views';
$txt['media_sort_by_4'] = 'Rating';
$txt['media_sort_order'] = 'Sort Order';
$txt['media_sort_order_asc'] = 'Ascending';
$txt['media_sort_order_desc'] = 'Descending';
$txt['media_sort_order_filename'] = 'File name';
$txt['media_sort_order_filesize'] = 'File size';
$txt['media_sort_order_filedate'] = 'File date';
$txt['media_thumbnail'] = 'Thumbnail';
$txt['media_item_title'] = 'Title';
$txt['media_item_desc'] = 'Description';
$txt['media_filesize'] = 'Filesize';
$txt['media_keywords'] = 'Keywords';
$txt['media_rating'] = 'Rating';
$txt['media_rate_it'] = 'Rate it!';
$txt['media_item_info'] = 'Item details';
$txt['media_comments'] = 'Comments';
$txt['media_comment'] = 'Comment';
$txt['media_sort_order_com'] = 'Sorting comments by date';
$txt['media_comment_this_item'] = 'Comment';
$txt['media_report_this_item'] = 'Report';
$txt['media_edit_this_item'] = 'Edit';
$txt['media_delete_this_item'] = 'Delete';
$txt['media_download_this_item'] = 'Download';
$txt['media_move_item'] = 'Move';
$txt['media_commenting_this_item'] = 'Comment on this item';
$txt['media_reporting_this_item'] = 'Report this item';
$txt['media_moving_this_item'] = 'Move this item';
$txt['media_commenting'] = 'Comment';
$txt['media_message'] = 'Message';
$txt['media_reporting'] = 'Report item';
$txt['media_reason'] = 'Reason';
$txt['media_add'] = 'Add item';
$txt['media_last_edited'] = 'Last Edited';
$txt['media_album'] = 'Album';
$txt['media_album_is'] = 'Album: %1$s';
$txt['media_album_to_move'] = 'Album to move to';
$txt['media_moving'] = 'Moving';
$txt['media_viewing_unseen'] = 'Unseen items';
$txt['media_search_for'] = 'Search for';
$txt['media_search_in_title'] = 'Search in title';
$txt['media_search_in_description'] = 'Search in description';
$txt['media_search_in_kw'] = 'Search in keywords';
$txt['media_search_in_album_name'] = 'Search in album names';
$txt['media_search_in_album'] = 'Search in album';
$txt['media_search_in_all_albums'] = 'Search in all albums';
$txt['media_search_by_mem'] = 'Search items by member';
$txt['media_search_in_cf'] = 'Search in %s';
$txt['media_search'] = 'Search';
$txt['media_owner'] = 'Owner';
$txt['media_my_user_albums'] = 'My Albums';
$txt['media_yes'] = 'Yes';
$txt['media_no'] = 'No';
$txt['media_extra_info'] = 'Metadata';
$txt['media_poster_info'] = 'Poster details';
$txt['media_gen_stats'] = 'General statistics';
$txt['media_total_items'] = 'Total Items';
$txt['media_total_albums'] = 'Total Albums';
$txt['media_total_comments'] = 'Total Comments';
$txt['media_total_featured_albums'] = 'Total Featured Albums';
$txt['media_avg_items'] = 'Average items per day';
$txt['media_avg_comments'] = 'Average comments per day';
$txt['media_total_item_contributors'] = 'Total Item Contributors';
$txt['media_total_commentators'] = 'Total Commentators';
$txt['media_top_uploaders'] = 'Top 5 Uploaders';
$txt['media_top_commentators'] = 'Top 5 Commentators';
$txt['media_top_albums_items'] = 'Top 5 Albums by items';
$txt['media_top_albums_comments'] = 'Top 5 Albums by comments';
$txt['media_top_items_views'] = 'Top 5 Items by views';
$txt['media_top_items_comments'] = 'Top 5 Items by comments';
$txt['media_top_items_rating'] = 'Top 5 Items by rating';
$txt['media_top_items_voters'] = 'Top 5 Items by voters';
$txt['media_filename'] = 'Filename';
$txt['media_no_comments'] = 'No comments';
$txt['media_no_items'] = 'No items';
$txt['media_no_albums'] = 'No Albums';
$txt['media_no_uploaders'] = 'No uploaders';
$txt['media_no_commentators'] = 'No commentators';
$txt['media_multi_upload'] = 'Mass Upload';
$txt['media_selectFiles'] = 'Select files';
$txt['media_upload'] = 'Upload';
$txt['media_membergroups_guests'] = 'Guests';
$txt['media_membergroups_members'] = 'Regular Members';
$txt['media_album_mainarea'] = 'Album details';
$txt['media_album_privacy'] = 'Privacy';
$txt['media_all_albums'] = 'All albums';
$txt['media_show'] = 'Show';
$txt['media_prev'] = 'Previous';
$txt['media_next'] = 'Next';
$txt['media_embed_bbc'] = 'BBC embed code';
$txt['media_embed_html'] = 'HTML embed code';
$txt['media_direct_link'] = 'Direct link';
$txt['media_profile_sum_pt'] = 'Gallery Summary';
$txt['media_profile_sum_desc'] = 'Gallery User Summary - here you will find information on the user\'s contributions to the gallery.';
$txt['media_profile_stats'] = 'Gallery stats';
$txt['media_latest_item'] = 'Latest item';
$txt['media_top_albums'] = 'Top albums';
$txt['media_profile_viewitems'] = 'Gallery - View items';
$txt['media_profile_viewcoms'] = 'Gallery - View comments';
$txt['media_profile_viewvotes'] = 'Gallery - View votes';
$txt['media_profile_viewitems_pt'] = 'View items';
$txt['media_profile_viewcoms_pt'] = 'View comments';
$txt['media_profile_viewvotes_pt'] = 'View votes';
$txt['media_profile_viewitems_desc'] = 'View all the items posted by the user. Please note that this will only list items from albums which you can access.';
$txt['media_profile_viewcoms_desc'] = 'View all the comments posted by the user. Please note that this will only list comments from albums which you can access.';
$txt['media_profile_viewvotes_desc'] = 'View all the ratings given by the user. Please note that this will only list votes from albums which you can access.';
$txt['media_switch_fulledit'] = 'Switch to full edit page with smileys and BBCode';
$txt['media_needs_js_flash'] = 'Please note that this feature will not work if you disabled JavaScript or Flash support in your browser.';
$txt['media_action'] = 'Action';
$txt['media_member'] = 'Member';
$txt['media_approve_this'] = 'This item is currently waiting for approval.';
$txt['media_use_as_album_icon'] = 'Use this item\'s thumbnail as the album icon.';
$txt['media_default_sort_order'] = 'Default sort order';
$txt['media_overall_prog'] = 'Overall progress';
$txt['media_curr_prog'] = 'Current file progress';
$txt['media_add_desc_desc'] = 'You may use BBCode here, and say anything you\'d like. Please don\'t say anything boring, though. Like this description. People don\'t like that.';
$txt['media_mark_as_seen'] = 'Mark all as seen';
$txt['media_mark_album_as_seen'] = 'Mark as seen';
$txt['media_search_results_for'] = 'results found for';
$txt['media_toggle_all'] = 'Toggle all';
$txt['media_weighted_mean'] = 'Weighted average';
$txt['media_passwd_locked'] = 'Password-protected album - Requires a password';
$txt['media_passwd_unlocked'] = 'Password-protected album - Unlocked for you';
$txt['media_who_rated_what'] = 'Who rated what?';
$txt['media_max_thumbs_reached'] = '[Limit reached]';
$txt['media_filetype_im'] = 'Image files';
$txt['media_filetype_au'] = 'Audio files';
$txt['media_filetype_vi'] = 'Video files';
$txt['media_filetype_do'] = 'Documents';
$txt['media_filetype_zi'] = 'Multimedia archives';
$txt['media_prevnext_small'] = 'Show 3 thumbnails, including the current one';
$txt['media_prevnext_big'] = 'Show 5 thumbnails, including the current one';
$txt['media_prevnext_text'] = 'Only show text links';
$txt['media_prevnext_none'] = 'Don\'t show anything';
$txt['media_default_tag_normal'] = 'Show thumbnails (smaller size)';
$txt['media_default_tag_preview'] = 'Show previews (intermediate size)';
$txt['media_default_tag_full'] = 'Show full picture';
$txt['media_force_thumbnail'] = 'Use this file as thumbnail';
$txt['media_force_thumbnail_desc'] = 'If you\'re sending a local file that won\'t generate its own thumbnail... Think of a CD cover for a MP3, or a screenshot for a video...';
$txt['media_force_thumbnail_edit'] = ' Leave empty to keep current thumbnail, if any.';
$txt['media_default_perm_profile'] = 'Default profile';
$txt['media_perm_profile'] = 'Permission profile';
$txt['media_image'] = 'Image Files';
$txt['media_video'] = 'Video Files';
$txt['media_audio'] = 'Audio Files';
$txt['media_doc'] = 'Documents';
$txt['media_type_image'] = 'Image';
$txt['media_type_video'] = 'Video';
$txt['media_type_audio'] = 'Audio File';
$txt['media_type_embed'] = 'Embedded Media';
$txt['media_type_doc'] = 'Document';
$txt['media_multi_download'] = 'Mass Download';
$txt['media_multi_download_desc'] = 'Here you can download multiple files as a ZIP archive. Please select the items that you wish to download';
$txt['media_album_is_hidden'] = 'This album can only be browsed by its owner (you) and administrators. Authorized membergroups can view items if you provide them with direct links to their individual pages.';
$txt['media_items_view'] = 'View as';
$txt['media_view_normal'] = 'Thumbnails';
$txt['media_view_filestack'] = 'Files';
$txt['media_post_noun'] = 'post';
$txt['media_posts_noun'] = 'posts';
$txt['media_vote_noun'] = 'vote';
$txt['media_votes_noun'] = 'votes';
$txt['media_voter_list'] = 'Members who rated at least one item';
$txt['media_pixels'] = 'pixels';
$txt['media_more_albums_left'] = 'and %d more albums';
$txt['media_items_only_in_children'] = ' in sub-albums';
$txt['media_items_also_in_children'] = ', and %d in sub-albums';
$txt['media_unbrowsable'] = 'Browsing disabled';
$txt['media_access_read'] = 'Read';
$txt['media_access_write'] = 'Write';
$txt['media_default_welcome'] = 'Welcome to the gallery section, powered by Wedge. To modify this welcome message, just go to the Media settings page in the admin area.';
$txt['media_mass_cancel'] = 'Cancel';
$txt['media_file_too_large_php'] = 'This file is too large for the server to handle. It has been discarded, because it would stall the server otherwise. The maximum allowed size for an upload, according to the php.ini file, is %s MB.';
$txt['media_file_too_large_quota'] = 'This file is too large for your allowed quota. It has been discarded, as uploading it would fail anyway.';
$txt['media_file_too_large_img'] = 'This file is too large for your allowed quota. You can cancel its upload, or try uploading it, as it is an image and may be successfully resized to smaller dimensions.';
$txt['media_user_deleted'] = '(Deleted User)';
$txt['media_silent_update'] = 'Silent update';
$txt['media_close'] = 'Close';
$txt['media_page_seen'] = 'Mark page as seen';
// Some strings that may remain unused in Wedge.
$txt['media_linked_topic'] = 'Linked topic';
$txt['media_linked_topic_board'] = 'Create a linked topic in...';
$txt['media_no_topic_board'] = 'Don\'t create a linked topic';
$txt['media_topic'] = 'Album';
$txt['media_tag_no_items'] = '(No items to show)';
$txt['media_playlist'] = 'Playlist';
$txt['media_playlists'] = 'Playlists';
$txt['media_my_playlists'] = 'My Playlists';
$txt['media_related_playlists'] = 'Related playlists';
$txt['media_items_from_album'] = '%1$d items from one album';
$txt['media_items_from_albums'] = '%1$d items from %2$d albums';
$txt['media_from_album'] = 'from one album';
$txt['media_from_albums'] = 'from %1$d albums';
$txt['media_new_playlist'] = 'New Playlist';
$txt['media_add_to_playlist'] = 'Add to a playlist';
$txt['media_playlist_done'] = 'Operation completed successfully.';
$txt['media_and'] = 'and';
$txt['media_foxy_stats_video'] = 'video';
$txt['media_foxy_stats_videos'] = 'videos';
$txt['media_foxy_stats_audio'] = 'audio file';
$txt['media_foxy_stats_audios'] = 'audio files';
$txt['media_foxy_stats_image'] = 'image';
$txt['media_foxy_stats_images'] = 'images';
$txt['media_foxy_audio_list'] = 'Audio list';
$txt['media_foxy_video_list'] = 'Video list';
$txt['media_foxy_image_list'] = 'Image list';
$txt['media_foxy_media_list'] = 'Multimedia list';
$txt['media_foxy_add_tag'] = 'Click <a href="%1$s">here</a> to insert the tag into your message and close this window. (Experimental!)';
$txt['media_foxy_and_children'] = 'and sub-albums';
// Zoomedia strings
$txt['media_zoom_section'] = 'Zoomedia (Animated transitions)';
$txt['media_zoom_enable'] = 'Enable Zoomedia';
$txt['media_zoom_enable_info'] = 'This lightbox/zoom script is designed to show an animated transition when you click on a picture thumbnail.';
$txt['media_zoom_outline'] = 'Zoom outline';
$txt['media_zoom_outline_info'] = 'Defines the type of outline to display around the expanded content. <em>drop-shadow</em> just retains the drop shadow. <em>black</em> and <em>white</em> add a frame on top of it, while <em>glass</em> applies a gradient glass effect.';
$txt['media_zoom_autosize'] = 'Scale to browser window';
$txt['media_zoom_autosize_info'] = 'Allow larger pictures to shrink to fit the browser window. Clicking on the Expand icon will restore them to full size.';
$txt['media_zoom_fadeinout'] = 'Fade in/out';
$txt['media_zoom_fadeinout_info'] = 'Add a fading effect to the animation.';
// Zoomedia JavaScript strings
$txt['media_zoom_close_title'] = 'Close';
$txt['media_zoom_move'] = 'Move';
$txt['media_zoom_clicktocancel'] = 'Click to cancel';
$txt['media_zoom_clicktoclose'] = 'Click to close image, drag to move';
$txt['media_zoom_expandtoactual'] = 'Expand to actual size';
$txt['media_zoom_focus'] = 'Click to bring to front';
$txt['media_zoom_previous'] = 'Previous';
$txt['media_zoom_next'] = 'Next';
$txt['media_zoom_play'] = 'Play slideshow';
$txt['media_zoom_pause'] = 'Pause slideshow';
// Help strings
$txt['media_add_keywords_desc'] = 'Use comma (,) as a separator';
$txt['media_add_embed_desc'] = 'URL to embed video from (e.g. Youtube.) Enter only if you are not uploading a file.';
$txt['media_will_be_approved'] = 'Your submission will be reviewed by a moderator before being made public.';
$txt['media_com_will_be_approved'] = 'Your comment will first have to be approved by a moderator before it can be read.';
$txt['media_album_will_be_approved'] = 'Your album will first have to be approved by a moderator before it is activated.';
$txt['media_what_album'] = 'This item will be added to album <a href="%s">%s</a>';
$txt['media_what_album_select'] = 'Select which album you want to upload this item to';
$txt['media_no_listing'] = 'There are no items to list';
$txt['media_resized'] = 'Click the picture to view full size.';
$txt['media_reported'] = 'This item has been reported and will be reviewed by an administrator.<br><br><a href="%s">Return</a>';
$txt['media_edit_file_desc'] = 'Leave this blank if you do not wish do re-upload a file. Please remember that, if you upload a file, the old one will be replaced by the new one';
$txt['media_embed_sub_edit'] = 'Change your embed URL. If you do this, any previous URLs and related files will be overwritten.';
$txt['media_editing_item'] = 'You are editing item <a href="%s">%s</a>';
$txt['media_editing_com'] = 'Editing Comment';
$txt['media_moving_item'] = 'Moving item';
$txt['media_search_by_mem_desc'] = 'Enter one or more member usernames. Leave blank to search items by all members.';
$txt['media_passwd_protected'] = 'This album is password protected, please enter the password to continue.';
$txt['media_user_albums_desc'] = 'You can manage your albums here, adding new albums or editing existing ones.';
$txt['media_click_to_close'] = 'Click to close';
$txt['media_multi_dl_wait'] = 'The script is taking a short break to avoid server overload. %s of %s done';
$txt['media_too_many_items'] = 'There were too many items, please reduce the number of items';
// Errors
$txt['media_albumSwitchError'] = 'One or more albums are using the profile you\'re trying to delete. Please select a profile to switch them to before you proceed.';
$txt['media_accessDenied'] = 'Sorry, but you are not allowed to access the gallery';
$txt['media_add_not_allowed'] = 'Sorry, but you do not have permission to upload this type of item to this gallery';
$txt['media_add_album_not_set'] = 'Album is not set';
$txt['media_album_denied'] = 'Access to this album is denied';
$txt['media_file_not_specified'] = 'You haven\'t specified a file to upload. Or maybe you tried to upload a file too large for the server to handle?';
$txt['media_title_not_specified'] = 'Title is not specified';
$txt['media_invalid_extension'] = 'The file has a invalid extension (%s)';
$txt['media_upload_file_too_big'] = 'The file size is larger (%s KB) than the system allows';
$txt['media_upload_dir_not_writable'] = 'Upload directory is not writable';
$txt['media_upload_failed'] = 'An error happened during the upload process, please try again or contact the administrator.<br>%s';
$txt['media_error_height'] = 'The image\'s height (%s pixels) is more than allowed';
$txt['media_error_width'] = 'The image\'s width (%s pixels) is more than allowed';
$txt['media_invalid_embed_link'] = 'The embed URL was either bad or from an unsupported site.';
$txt['media_banned_full'] = 'You are banned from accessing the gallery';
$txt['media_banned_post'] = 'You are banned from posting items';
$txt['media_banned_comment_post'] = 'You are banned from posting comments';
$txt['media_item_not_found'] = 'The item you specified was not found';
$txt['media_item_access_denied'] = 'You are not allowed to access this item';
$txt['media_invalid_rating'] = 'The rating is invalid';
$txt['media_rate_denied'] = 'You are not allowed to rate items';
$txt['media_re-rating_denied'] = 'You are not allowed to re-rate an item';
$txt['media_comment_not_allowed'] = 'You are not allowed to comment items';
$txt['media_comment_left_empty'] = 'Comment was left empty';
$txt['media_com_report_denied'] = 'You are not allowed to report comments';
$txt['media_report_left_empty'] = 'Reason was left empty';
$txt['media_item_report_denied'] = 'You are not allowed to report items';
$txt['media_edit_denied'] = 'You are not allowed to edit this item';
$txt['media_com_not_found'] = 'Comment was not found';
$txt['media_delete_denied'] = 'You are not allowed to delete items';
$txt['media_move_denied'] = 'You are not allowed to move items';
$txt['media_invalid_album'] = 'You have submitted to a invalid album';
$txt['media_filemove_failed'] = 'A problem occurred while moving files.';
$txt['media_search_left_empty'] = 'Search keyword was left empty';
$txt['media_no_search_option_selected'] = 'No search option selected';
$txt['media_search_mem_not_found'] = 'No members match your search';
$txt['media_search_denied'] = 'You are not allowed to search for items in the gallery';
$txt['media_album_not_found'] = 'Album not found';
$txt['media_unseen_denied'] = 'You are not allowed to use the Unseen Items feature.';
$txt['media_dest_failed'] = 'Cannot find proper destination on the server, please contact your administrator';
$txt['media_not_a_dir'] = 'The Media folder is set to an incorrect path. If you are the admin, make sure it is updated in your settings. Otherwise, contact them and have a good laugh. But not too much, it would be cruel.';
$txt['media_dir_failed'] = 'This album\'s directory couldn\'t be properly created, please make sure media/ and media/albums/ are chmodded to 0777 or 0755.';
$txt['media_size_mismatch'] = 'This item\'s filesize doesn\'t match the size that was recorded when uploading it. Ask the administrator whether they manually re-uploaded the file by FTP. If yes, tell them to retry, only this time in <em>binary</em> mode, not <em>ASCII</em> or <em>auto</em>...';
// Metadata strings
$txt['media_meta'] = 'Metadata';
$txt['media_imagemagick'] = 'ImageMagick';
$txt['media_gd2'] = 'GD2';
$txt['media_MW'] = 'MagickWand';
$txt['media_imagick'] = 'IMagick';
$txt['media_meta_duration'] = 'Duration';
$txt['media_meta_bit_rate'] = 'Bit rate';
$txt['media_meta_frame_count'] = 'Frame count';
$txt['media_meta_audio_codec'] = 'Audio codec';
$txt['media_meta_video_codec'] = 'Video codec';
$txt['media_meta_copyright'] = 'Copyright';
$txt['media_meta_make'] = 'Make';
$txt['media_meta_model'] = 'Model';
$txt['media_meta_yres'] = 'Y-Resolution';
$txt['media_meta_xres'] = 'X-Resolution';
$txt['media_meta_resunit'] = 'Resolution unit';
$txt['media_meta_datetime'] = 'Date';
$txt['media_meta_flash'] = 'Flash';
$txt['media_meta_focal_length'] = 'Focal length';
$txt['media_meta_orientation'] = 'Orientation';
$txt['media_meta_xposuretime'] = 'Exposure time';
$txt['media_meta_not_available'] = 'No metadata found';
$txt['media_meta_entries'] = 'View all entries';
$txt['media_meta_fnumber'] = 'FNumber';
$txt['media_meta_iso'] = 'ISO Value';
$txt['media_meta_meteringMode'] = 'Metering Mode';
$txt['media_meta_digitalZoom'] = 'Digital Zoom';
$txt['media_meta_contrast'] = 'Contrast';
$txt['media_meta_sharpness'] = 'Sharpness';
$txt['media_meta_focusType'] = 'Focus Type';
$txt['media_meta_exifVersion'] = 'Exif version';
// ModCP
$txt['media_modcp'] = 'Moderation';
$txt['media_modcp_desc'] = 'This is the moderation center of the gallery, here you can manage submissions and reports sent by the users of gallery as well as see the moderation log';
$txt['media_permissions_undeletable'] = 'You cannot delete this profile, as it is a default profile';