# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: django Filer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-30 18:10+0200\n"
"PO-Revision-Date: 2016-06-17 14:16+0000\n"
"Last-Translator: Angelo Dini <finalangeljp@hotmail.com>\n"
"Language-Team: English (http://www.transifex.com/divio/django-filer/language/"
"en/)\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: admin/clipboardadmin.py:17
#, fuzzy
#| msgid ""
#| "Your account doesn't have permissions to rename all of the selected files."
msgid "You do not have permission to upload files."
msgstr ""
"Your account doesn't have permissions to rename all of the selected files."

#: admin/clipboardadmin.py:18
msgid "Can't find folder to upload. Please refresh and try again"
msgstr ""

#: admin/clipboardadmin.py:20
msgid "Can't use this folder, Permission Denied. Please select another folder."
msgstr ""

#: admin/fileadmin.py:73
msgid "Advanced"
msgstr "Advanced"

#: admin/fileadmin.py:188
msgid "canonical URL"
msgstr "canonical URL"

#: admin/folderadmin.py:411 admin/folderadmin.py:582
msgid ""
"Items must be selected in order to perform actions on them. No items have "
"been changed."
msgstr ""
"Items must be selected in order to perform actions on them. No items have "
"been changed."

#: admin/folderadmin.py:434
#, python-format
msgid "%(total_count)s selected"
msgid_plural "All %(total_count)s selected"
msgstr[0] "%(total_count)s selected"
msgstr[1] "All %(total_count)s selected"

#: admin/folderadmin.py:460
#, python-format
msgid "Directory listing for %(folder_name)s"
msgstr ""

#: admin/folderadmin.py:475
#, python-format
msgid "0 of %(cnt)s selected"
msgstr "0 of %(cnt)s selected"

#: admin/folderadmin.py:612
msgid "No action selected."
msgstr "No action selected."

#: admin/folderadmin.py:664
#, python-format
msgid "Successfully moved %(count)d files to clipboard."
msgstr "Successfully moved %(count)d files to clipboard."

#: admin/folderadmin.py:669
msgid "Move selected files to clipboard"
msgstr "Move selected files to clipboard"

#: admin/folderadmin.py:709
#, python-format
msgid "Successfully disabled permissions for %(count)d files."
msgstr "Successfully disabled permissions for %(count)d files."

#: admin/folderadmin.py:711
#, python-format
msgid "Successfully enabled permissions for %(count)d files."
msgstr "Successfully enabled permissions for %(count)d files."

#: admin/folderadmin.py:719
msgid "Enable permissions for selected files"
msgstr "Enable permissions for selected files"

#: admin/folderadmin.py:725
msgid "Disable permissions for selected files"
msgstr "Disable permissions for selected files"

#: admin/folderadmin.py:789
#, python-format
msgid "Successfully deleted %(count)d files and/or folders."
msgstr "Successfully deleted %(count)d files and/or folders."

#: admin/folderadmin.py:794
msgid "Cannot delete files and/or folders"
msgstr "Cannot delete files and/or folders"

#: admin/folderadmin.py:796
msgid "Are you sure?"
msgstr "Are you sure?"

#: admin/folderadmin.py:802
msgid "Delete files and/or folders"
msgstr "Delete files and/or folders"

#: admin/folderadmin.py:823
msgid "Delete selected files and/or folders"
msgstr "Delete selected files and/or folders"

#: admin/folderadmin.py:930
#, python-format
msgid "Folders with names %s already exist at the selected destination"
msgstr "Folders with names %s already exist at the selected destination"

#: admin/folderadmin.py:934
#, python-format
msgid ""
"Successfully moved %(count)d files and/or folders to folder "
"'%(destination)s'."
msgstr ""
"Successfully moved %(count)d files and/or folders to folder "
"'%(destination)s'."

#: admin/folderadmin.py:942 admin/folderadmin.py:944
msgid "Move files and/or folders"
msgstr "Move files and/or folders"

#: admin/folderadmin.py:959
msgid "Move selected files and/or folders"
msgstr "Move selected files and/or folders"

#: admin/folderadmin.py:1016
#, python-format
msgid "Successfully renamed %(count)d files."
msgstr "Successfully renamed %(count)d files."

#: admin/folderadmin.py:1025 admin/folderadmin.py:1027
#: admin/folderadmin.py:1042
msgid "Rename files"
msgstr "Rename files"

#: admin/folderadmin.py:1137
#, python-format
msgid ""
"Successfully copied %(count)d files and/or folders to folder "
"'%(destination)s'."
msgstr ""
"Successfully copied %(count)d files and/or folders to folder "
"'%(destination)s'."

#: admin/folderadmin.py:1155 admin/folderadmin.py:1157
msgid "Copy files and/or folders"
msgstr "Copy files and/or folders"

#: admin/folderadmin.py:1174
msgid "Copy selected files and/or folders"
msgstr "Copy selected files and/or folders"

#: admin/folderadmin.py:1279
#, python-format
msgid "Successfully resized %(count)d images."
msgstr "Successfully resized %(count)d images."

#: admin/folderadmin.py:1286 admin/folderadmin.py:1288
msgid "Resize images"
msgstr "Resize images"

#: admin/folderadmin.py:1303
msgid "Resize selected images"
msgstr "Resize selected images"

#: admin/forms.py:24
msgid "Suffix which will be appended to filenames of copied files."
msgstr "Suffix which will be appended to filenames of copied files."

#: admin/forms.py:31
#, python-format
msgid ""
"Suffix should be a valid, simple and lowercase filename part, like "
"\"%(valid)s\"."
msgstr ""
"Suffix should be a valid, simple and lowercase filename part, like "
"\"%(valid)s\"."

#: admin/forms.py:52
#, python-format
msgid "Unknown rename format value key \"%(key)s\"."
msgstr "Unknown rename format value key \"%(key)s\"."

#: admin/forms.py:54
#, python-format
msgid "Invalid rename format: %(error)s."
msgstr "Invalid rename format: %(error)s."

#: admin/forms.py:68 models/thumbnailoptionmodels.py:37
msgid "thumbnail option"
msgstr "thumbnail option"

#: admin/forms.py:72 models/thumbnailoptionmodels.py:15
msgid "width"
msgstr "width"

#: admin/forms.py:73 models/thumbnailoptionmodels.py:20
msgid "height"
msgstr "height"

#: admin/forms.py:74 models/thumbnailoptionmodels.py:25
msgid "crop"
msgstr "crop"

#: admin/forms.py:75 models/thumbnailoptionmodels.py:30
msgid "upscale"
msgstr "upscale"

#: admin/forms.py:79
msgid "Thumbnail option or resize parameters must be choosen."
msgstr "Thumbnail option or resize parameters must be choosen."

#: admin/imageadmin.py:20 admin/imageadmin.py:112
msgid "Subject location"
msgstr "Subject location"

#: admin/imageadmin.py:21
msgid "Location of the main subject of the scene. Format: \"x,y\"."
msgstr "Location of the main subject of the scene. Format: \"x,y\"."

#: admin/imageadmin.py:59
msgid "Invalid subject location format. "
msgstr "Invalid subject location format. "

#: admin/imageadmin.py:67
msgid "Subject location is outside of the image. "
msgstr "Subject location is outside of the image. "

#: admin/imageadmin.py:76
#, python-brace-format
msgid "Your input: \"{subject_location}\". "
msgstr "Your input: \"{subject_location}\". "

#: admin/permissionadmin.py:10 models/foldermodels.py:380
msgid "Who"
msgstr ""

#: admin/permissionadmin.py:11 models/foldermodels.py:401
msgid "What"
msgstr ""

#: admin/views.py:55
msgid "Folder with this name already exists."
msgstr "Folder with this name already exists."

#: apps.py:11 templates/admin/filer/breadcrumbs.html:5
#: templates/admin/filer/folder/change_form.html:7
#: templates/admin/filer/folder/directory_listing.html:33
msgid "Filer"
msgstr "Filer"

#: contrib/django_cms/cms_toolbars.py:44
msgid "Media library"
msgstr ""

#: models/abstract.py:62
msgid "default alt text"
msgstr "default alt text"

#: models/abstract.py:69
msgid "default caption"
msgstr "default caption"

#: models/abstract.py:76
msgid "subject location"
msgstr "subject location"

#: models/abstract.py:91
msgid "image"
msgstr "image"

#: models/abstract.py:92
msgid "images"
msgstr "images"

#: models/abstract.py:148
#, python-format
msgid ""
"Image format not recognized or image size exceeds limit of %(max_pixels)d "
"million pixels by a factor of two or more. Before uploading again, check "
"file format or resize image to %(width)d x %(height)d resolution or lower."
msgstr ""

#: models/abstract.py:156
#, python-format
msgid ""
"Image size (%(pixels)d million pixels) exceeds limit of %(max_pixels)d "
"million pixels. Before uploading again, resize image to %(width)d x "
"%(height)d resolution or lower."
msgstr ""

#: models/clipboardmodels.py:11 models/foldermodels.py:289
msgid "user"
msgstr "user"

#: models/clipboardmodels.py:17 models/filemodels.py:157
msgid "files"
msgstr "files"

#: models/clipboardmodels.py:24 models/clipboardmodels.py:50
msgid "clipboard"
msgstr "clipboard"

#: models/clipboardmodels.py:25
msgid "clipboards"
msgstr "clipboards"

#: models/clipboardmodels.py:44 models/filemodels.py:74
#: models/filemodels.py:156
msgid "file"
msgstr "file"

#: models/clipboardmodels.py:56
msgid "clipboard item"
msgstr "clipboard item"

#: models/clipboardmodels.py:57
msgid "clipboard items"
msgstr "clipboard items"

#: models/filemodels.py:66 templates/admin/filer/folder/change_form.html:8
#: templates/admin/filer/folder/directory_listing.html:102
#: templates/admin/filer/folder/new_folder_form.html:4
#: templates/admin/filer/folder/new_folder_form.html:7
#: templates/admin/filer/tools/clipboard/clipboard.html:27
msgid "folder"
msgstr "folder"

#: models/filemodels.py:81
msgid "file size"
msgstr "file size"

#: models/filemodels.py:87
msgid "sha1"
msgstr "sha1"

#: models/filemodels.py:94
msgid "has all mandatory data"
msgstr "has all mandatory data"

#: models/filemodels.py:100
msgid "original filename"
msgstr "original filename"

#: models/filemodels.py:110 models/foldermodels.py:102
#: models/thumbnailoptionmodels.py:10
msgid "name"
msgstr "name"

#: models/filemodels.py:116
msgid "description"
msgstr "description"

#: models/filemodels.py:125 models/foldermodels.py:108
msgid "owner"
msgstr "owner"

#: models/filemodels.py:129 models/foldermodels.py:116
msgid "uploaded at"
msgstr "uploaded at"

#: models/filemodels.py:134 models/foldermodels.py:126
msgid "modified at"
msgstr "modified at"

#: models/filemodels.py:140
msgid "Permissions disabled"
msgstr "Permissions disabled"

#: models/filemodels.py:141
msgid ""
"Disable any permission checking for this file. File will be publicly "
"accessible to anyone."
msgstr ""
"Disable any permission checking for this file. File will be publicly "
"accessible to anyone."

#: models/foldermodels.py:94
msgid "parent"
msgstr ""

#: models/foldermodels.py:121
msgid "created at"
msgstr "created at"

#: models/foldermodels.py:136 templates/admin/filer/breadcrumbs.html:6
#: templates/admin/filer/folder/directory_listing.html:35
msgid "Folder"
msgstr "Folder"

#: models/foldermodels.py:137
#: templates/admin/filer/folder/directory_thumbnail_list.html:12
msgid "Folders"
msgstr "Folders"

#: models/foldermodels.py:260
msgid "all items"
msgstr "all items"

#: models/foldermodels.py:261
msgid "this item only"
msgstr "this item only"

#: models/foldermodels.py:262
msgid "this item and all children"
msgstr "this item and all children"

#: models/foldermodels.py:266
msgid "inherit"
msgstr ""

#: models/foldermodels.py:267
msgid "allow"
msgstr "allow"

#: models/foldermodels.py:268
msgid "deny"
msgstr "deny"

#: models/foldermodels.py:280
msgid "type"
msgstr "type"

#: models/foldermodels.py:297
msgid "group"
msgstr "group"

#: models/foldermodels.py:304
msgid "everybody"
msgstr "everybody"

#: models/foldermodels.py:309
msgid "can read"
msgstr "can read"

#: models/foldermodels.py:317
msgid "can edit"
msgstr "can edit"

#: models/foldermodels.py:325
msgid "can add children"
msgstr "can add children"

#: models/foldermodels.py:333
msgid "folder permission"
msgstr "folder permission"

#: models/foldermodels.py:334
msgid "folder permissions"
msgstr "folder permissions"

#: models/foldermodels.py:348
msgid "Folder cannot be selected with type \"all items\"."
msgstr ""

#: models/foldermodels.py:350
msgid "Folder has to be selected when type is not \"all items\"."
msgstr ""

#: models/foldermodels.py:352
msgid "User or group cannot be selected together with \"everybody\"."
msgstr ""

#: models/foldermodels.py:354
msgid "At least one of user, group, or \"everybody\" has to be selected."
msgstr ""

#: models/foldermodels.py:360
#, fuzzy
#| msgid "Folders"
msgid "All Folders"
msgstr "Folders"

#: models/foldermodels.py:362
msgid "Logical Path"
msgstr ""

#: models/foldermodels.py:371
#, python-brace-format
msgid "User: {user}"
msgstr ""

#: models/foldermodels.py:373
#, python-brace-format
msgid "Group: {group}"
msgstr ""

#: models/foldermodels.py:375
#, fuzzy
#| msgid "everybody"
msgid "Everybody"
msgstr "everybody"

#: models/foldermodels.py:388 templates/admin/filer/widgets/admin_file.html:45
msgid "Edit"
msgstr ""

#: models/foldermodels.py:389
msgid "Read"
msgstr ""

#: models/foldermodels.py:390
#, fuzzy
#| msgid "can add children"
msgid "Add children"
msgstr "can add children"

#: models/imagemodels.py:18
msgid "date taken"
msgstr "date taken"

#: models/imagemodels.py:25
msgid "author"
msgstr "author"

#: models/imagemodels.py:32
msgid "must always publish author credit"
msgstr "must always publish author credit"

#: models/imagemodels.py:37
msgid "must always publish copyright"
msgstr "must always publish copyright"

#: models/thumbnailoptionmodels.py:16
msgid "width in pixel."
msgstr "width in pixel."

#: models/thumbnailoptionmodels.py:21
msgid "height in pixel."
msgstr "height in pixel."

#: models/thumbnailoptionmodels.py:38
msgid "thumbnail options"
msgstr "thumbnail options"

#: models/virtualitems.py:46
#: templates/admin/filer/folder/directory_table_list.html:4
#: templates/admin/filer/folder/directory_table_list.html:170
#: templates/admin/filer/folder/directory_thumbnail_list.html:5
#: templates/admin/filer/folder/directory_thumbnail_list.html:146
#: templates/admin/filer/tools/clipboard/clipboard.html:27
msgid "Unsorted Uploads"
msgstr "Unsorted Uploads"

#: models/virtualitems.py:73
msgid "files with missing metadata"
msgstr "files with missing metadata"

#: models/virtualitems.py:87 templates/admin/filer/folder/change_form.html:8
#: templates/admin/filer/folder/directory_listing.html:102
msgid "root"
msgstr "root"

#: settings.py:273
msgid "Show table view"
msgstr ""

#: settings.py:278
#, fuzzy
#| msgid "thumbnail option"
msgid "Show thumbnail view"
msgstr "thumbnail option"

#: templates/admin/filer/actions.html:5
msgid "Run the selected action"
msgstr "Run the selected action"

#: templates/admin/filer/actions.html:5
msgid "Go"
msgstr "Go"

#: templates/admin/filer/actions.html:14
#: templates/admin/filer/folder/directory_table_list.html:235
#: templates/admin/filer/folder/directory_thumbnail_list.html:210
msgid "Click here to select the objects across all pages"
msgstr "Click here to select the objects across all pages"

#: templates/admin/filer/actions.html:14
#, python-format
msgid "Select all %(total_count)s files and/or folders"
msgstr "Select all %(total_count)s files and/or folders"

#: templates/admin/filer/actions.html:16
#: templates/admin/filer/folder/directory_table_list.html:237
#: templates/admin/filer/folder/directory_thumbnail_list.html:212
msgid "Clear selection"
msgstr "Clear selection"

#: templates/admin/filer/breadcrumbs.html:4
#: templates/admin/filer/folder/directory_listing.html:28
msgid "Go back to admin homepage"
msgstr "Go back to admin homepage"

#: templates/admin/filer/breadcrumbs.html:4
#: templates/admin/filer/folder/change_form.html:6
#: templates/admin/filer/folder/directory_listing.html:29
msgid "Home"
msgstr "Home"

#: templates/admin/filer/breadcrumbs.html:5
#: templates/admin/filer/folder/directory_listing.html:32
msgid "Go back to Filer app"
msgstr "Go back to Filer app"

#: templates/admin/filer/breadcrumbs.html:6
#: templates/admin/filer/folder/directory_listing.html:35
msgid "Go back to root folder"
msgstr "Go back to root folder"

#: templates/admin/filer/breadcrumbs.html:8
#: templates/admin/filer/breadcrumbs.html:18
#: templates/admin/filer/folder/change_form.html:10
#: templates/admin/filer/folder/directory_listing.html:39
#: templates/admin/filer/folder/directory_listing.html:47
#, python-format
msgid "Go back to '%(folder_name)s' folder"
msgstr "Go back to '%(folder_name)s' folder"

#: templates/admin/filer/change_form.html:26
msgid "Duplicates"
msgstr "Duplicates"

#: templates/admin/filer/delete_selected_files_confirmation.html:11
msgid ""
"Deleting the selected files and/or folders would result in deleting related "
"objects, but your account doesn't have permission to delete the following "
"types of objects:"
msgstr ""
"Deleting the selected files and/or folders would result in deleting related "
"objects, but your account doesn't have permission to delete the following "
"types of objects:"

#: templates/admin/filer/delete_selected_files_confirmation.html:19
msgid ""
"Deleting the selected files and/or folders would require deleting the "
"following protected related objects:"
msgstr ""
"Deleting the selected files and/or folders would require deleting the "
"following protected related objects:"

#: templates/admin/filer/delete_selected_files_confirmation.html:27
msgid ""
"Are you sure you want to delete the selected files and/or folders? All of "
"the following objects and their related items will be deleted:"
msgstr ""
"Are you sure you want to delete the selected files and/or folders? All of "
"the following objects and their related items will be deleted:"

#: templates/admin/filer/delete_selected_files_confirmation.html:46
#: templates/admin/filer/folder/choose_copy_destination.html:64
#: templates/admin/filer/folder/choose_move_destination.html:72
msgid "No, take me back"
msgstr "No, take me back"

#: templates/admin/filer/delete_selected_files_confirmation.html:47
msgid "Yes, I&#39;m sure"
msgstr "Yes, I&#39;m sure"

#: templates/admin/filer/file/change_form.html:35
#: templates/admin/filer/folder/change_form.html:21
#: templates/admin/filer/image/change_form.html:35
msgid "History"
msgstr "History"

#: templates/admin/filer/file/change_form.html:37
#: templates/admin/filer/folder/change_form.html:23
#: templates/admin/filer/image/change_form.html:37
msgid "View on site"
msgstr "View on site"

#: templates/admin/filer/folder/change_form.html:6
#: templates/admin/filer/folder/change_form.html:7
#: templates/admin/filer/folder/change_form.html:8
#: templates/admin/filer/folder/directory_listing.html:102
msgid "Go back to"
msgstr "Go back to"

#: templates/admin/filer/folder/change_form.html:6
msgid "admin homepage"
msgstr "admin homepage"

#: templates/admin/filer/folder/change_form.html:37
#: templates/admin/filer/folder/directory_listing.html:95
#: templates/admin/filer/folder/directory_listing.html:103
#: templates/admin/filer/folder/directory_table_list.html:29
#: templates/admin/filer/folder/directory_table_list.html:59
#: templates/admin/filer/folder/directory_table_list.html:181
#: templates/admin/filer/folder/directory_thumbnail_list.html:27
#: templates/admin/filer/folder/directory_thumbnail_list.html:61
#: templates/admin/filer/folder/directory_thumbnail_list.html:156
msgid "Folder Icon"
msgstr "Folder Icon"

#: templates/admin/filer/folder/choose_copy_destination.html:23
msgid ""
"Your account doesn't have permissions to copy all of the selected files and/"
"or folders."
msgstr ""
"Your account doesn't have permissions to copy all of the selected files and/"
"or folders."

#: templates/admin/filer/folder/choose_copy_destination.html:25
#: templates/admin/filer/folder/choose_copy_destination.html:31
#: templates/admin/filer/folder/choose_copy_destination.html:37
#: templates/admin/filer/folder/choose_move_destination.html:37
#: templates/admin/filer/folder/choose_move_destination.html:43
#: templates/admin/filer/folder/choose_move_destination.html:49
msgid "Take me back"
msgstr "Take me back"

#: templates/admin/filer/folder/choose_copy_destination.html:29
#: templates/admin/filer/folder/choose_move_destination.html:41
msgid "There are no destination folders available."
msgstr "There are no destination folders available."

#: templates/admin/filer/folder/choose_copy_destination.html:35
msgid "There are no files and/or folders available to copy."
msgstr "There are no files and/or folders available to copy."

#: templates/admin/filer/folder/choose_copy_destination.html:40
msgid ""
"The following files and/or folders will be copied to a destination folder "
"(retaining their tree structure):"
msgstr ""
"The following files and/or folders will be copied to a destination folder "
"(retaining their tree structure):"

#: templates/admin/filer/folder/choose_copy_destination.html:54
#: templates/admin/filer/folder/choose_move_destination.html:64
msgid "Destination folder:"
msgstr "Destination folder:"

#: templates/admin/filer/folder/choose_copy_destination.html:65
#: templates/admin/filer/folder/choose_copy_destination.html:68
#: templates/admin/filer/folder/directory_listing.html:178
msgid "Copy"
msgstr "Copy"

#: templates/admin/filer/folder/choose_copy_destination.html:67
msgid "It is not allowed to copy files into same folder"
msgstr "It is not allowed to copy files into same folder"

#: templates/admin/filer/folder/choose_images_resize_options.html:15
msgid ""
"Your account doesn't have permissions to resize all of the selected images."
msgstr ""
"Your account doesn't have permissions to resize all of the selected images."

#: templates/admin/filer/folder/choose_images_resize_options.html:18
msgid "There are no images available to resize."
msgstr "There are no images available to resize."

#: templates/admin/filer/folder/choose_images_resize_options.html:20
msgid "The following images will be resized:"
msgstr "The following images will be resized:"

#: templates/admin/filer/folder/choose_images_resize_options.html:32
msgid "Choose an existing thumbnail option or enter resize parameters:"
msgstr "Choose an existing thumbnail option or enter resize parameters:"

#: templates/admin/filer/folder/choose_images_resize_options.html:36
msgid ""
"Warning: Images will be resized in-place and originals will be lost. Maybe "
"first make a copy of them to retain the originals."
msgstr ""
"Warning: Images will be resized in-place and originals will be lost. Maybe "
"first make a copy of them to retain the originals."

#: templates/admin/filer/folder/choose_images_resize_options.html:39
msgid "Resize"
msgstr "Resize"

#: templates/admin/filer/folder/choose_move_destination.html:35
msgid ""
"Your account doesn't have permissions to move all of the selected files and/"
"or folders."
msgstr ""
"Your account doesn't have permissions to move all of the selected files and/"
"or folders."

#: templates/admin/filer/folder/choose_move_destination.html:47
msgid "There are no files and/or folders available to move."
msgstr "There are no files and/or folders available to move."

#: templates/admin/filer/folder/choose_move_destination.html:52
msgid ""
"The following files and/or folders will be moved to a destination folder "
"(retaining their tree structure):"
msgstr ""
"The following files and/or folders will be moved to a destination folder "
"(retaining their tree structure):"

#: templates/admin/filer/folder/choose_move_destination.html:73
#: templates/admin/filer/folder/choose_move_destination.html:76
#: templates/admin/filer/folder/directory_listing.html:181
msgid "Move"
msgstr "Move"

#: templates/admin/filer/folder/choose_move_destination.html:75
msgid "It is not allowed to move files into same folder"
msgstr "It is not allowed to move files into same folder"

#: templates/admin/filer/folder/choose_rename_format.html:15
msgid ""
"Your account doesn't have permissions to rename all of the selected files."
msgstr ""
"Your account doesn't have permissions to rename all of the selected files."

#: templates/admin/filer/folder/choose_rename_format.html:18
msgid "There are no files available to rename."
msgstr "There are no files available to rename."

#: templates/admin/filer/folder/choose_rename_format.html:20
msgid ""
"The following files will be renamed (they will stay in their folders and "
"keep original filename, only displayed filename will be changed):"
msgstr ""
"The following files will be renamed (they will stay in their folders and "
"keep original filename, only displayed filename will be changed):"

#: templates/admin/filer/folder/choose_rename_format.html:59
msgid "Rename"
msgstr "Rename"

#: templates/admin/filer/folder/directory_listing.html:94
msgid "Go back to the parent folder"
msgstr "Go back to the parent folder"

#: templates/admin/filer/folder/directory_listing.html:131
msgid "Change current folder details"
msgstr "Change current folder details"

#: templates/admin/filer/folder/directory_listing.html:131
msgid "Change"
msgstr "Change"

#: templates/admin/filer/folder/directory_listing.html:141
msgid "Click here to run search for entered phrase"
msgstr "Click here to run search for entered phrase"

#: templates/admin/filer/folder/directory_listing.html:144
msgid "Search"
msgstr "Search"

#: templates/admin/filer/folder/directory_listing.html:151
msgid "Close"
msgstr "Close"

#: templates/admin/filer/folder/directory_listing.html:153
msgid "Limit"
msgstr "Limit"

#: templates/admin/filer/folder/directory_listing.html:158
msgid "Check it to limit the search to current folder"
msgstr "Check it to limit the search to current folder"

#: templates/admin/filer/folder/directory_listing.html:159
msgid "Limit the search to current folder"
msgstr "Limit the search to current folder"

#: templates/admin/filer/folder/directory_listing.html:175
msgid "Delete"
msgstr "Delete"

#: templates/admin/filer/folder/directory_listing.html:203
msgid "Adds a new Folder"
msgstr "Adds a new Folder"

#: templates/admin/filer/folder/directory_listing.html:206
msgid "New Folder"
msgstr "New Folder"

#: templates/admin/filer/folder/directory_listing.html:211
#: templates/admin/filer/folder/directory_listing.html:218
#: templates/admin/filer/folder/directory_listing.html:221
#: templates/admin/filer/folder/directory_listing.html:228
#: templates/admin/filer/folder/directory_listing.html:235
msgid "Upload Files"
msgstr "Upload Files"

#: templates/admin/filer/folder/directory_listing.html:233
msgid "You have to select a folder first"
msgstr "You have to select a folder first"

#: templates/admin/filer/folder/directory_table_list.html:16
msgid "Name"
msgstr "Name"

#: templates/admin/filer/folder/directory_table_list.html:17
#: templates/admin/filer/tools/detail_info.html:50
msgid "Owner"
msgstr "Owner"

#: templates/admin/filer/folder/directory_table_list.html:18
#: templates/admin/filer/tools/detail_info.html:34
msgid "Size"
msgstr "Size"

#: templates/admin/filer/folder/directory_table_list.html:19
msgid "Action"
msgstr "Action"

#: templates/admin/filer/folder/directory_table_list.html:28
#: templates/admin/filer/folder/directory_table_list.html:35
#: templates/admin/filer/folder/directory_table_list.html:58
#: templates/admin/filer/folder/directory_table_list.html:65
#: templates/admin/filer/folder/directory_thumbnail_list.html:26
#: templates/admin/filer/folder/directory_thumbnail_list.html:32
#: templates/admin/filer/folder/directory_thumbnail_list.html:60
#: templates/admin/filer/folder/directory_thumbnail_list.html:66
#, python-format
msgid "Change '%(item_label)s' folder details"
msgstr "Change '%(item_label)s' folder details"

#: templates/admin/filer/folder/directory_table_list.html:76
#: templates/admin/filer/tools/search_form.html:5
#, python-format
msgid "%(counter)s folder"
msgid_plural "%(counter)s folders"
msgstr[0] "%(counter)s folder"
msgstr[1] "%(counter)s folders"

#: templates/admin/filer/folder/directory_table_list.html:77
#: templates/admin/filer/tools/search_form.html:6
#, python-format
msgid "%(counter)s file"
msgid_plural "%(counter)s files"
msgstr[0] "%(counter)s file"
msgstr[1] "%(counter)s files"

#: templates/admin/filer/folder/directory_table_list.html:83
msgid "Change folder details"
msgstr "Change folder details"

#: templates/admin/filer/folder/directory_table_list.html:84
msgid "Remove folder"
msgstr "Remove folder"

#: templates/admin/filer/folder/directory_table_list.html:96
#: templates/admin/filer/folder/directory_table_list.html:104
#: templates/admin/filer/folder/directory_table_list.html:119
#: templates/admin/filer/folder/directory_thumbnail_list.html:95
#: templates/admin/filer/folder/directory_thumbnail_list.html:104
#: templates/admin/filer/folder/directory_thumbnail_list.html:119
msgid "Select this file"
msgstr "Select this file"

#: templates/admin/filer/folder/directory_table_list.html:107
#: templates/admin/filer/folder/directory_table_list.html:122
#: templates/admin/filer/folder/directory_table_list.html:154
#: templates/admin/filer/folder/directory_thumbnail_list.html:107
#: templates/admin/filer/folder/directory_thumbnail_list.html:122
#, python-format
msgid "Change '%(item_label)s' details"
msgstr "Change '%(item_label)s' details"

#: templates/admin/filer/folder/directory_table_list.html:131
#: templates/admin/filer/folder/directory_thumbnail_list.html:130
msgid "Permissions"
msgstr "Permissions"

#: templates/admin/filer/folder/directory_table_list.html:131
#: templates/admin/filer/folder/directory_thumbnail_list.html:130
msgid "disabled"
msgstr "disabled"

#: templates/admin/filer/folder/directory_table_list.html:131
#: templates/admin/filer/folder/directory_thumbnail_list.html:130
msgid "enabled"
msgstr "enabled"

#: templates/admin/filer/folder/directory_table_list.html:144
#, fuzzy
#| msgid "Move selected files to clipboard"
msgid "URL copied to clipboard"
msgstr "Move selected files to clipboard"

#: templates/admin/filer/folder/directory_table_list.html:147
#, fuzzy, python-format
#| msgid "Change '%(item_label)s' details"
msgid "Canonical url '%(item_label)s'"
msgstr "Change '%(item_label)s' details"

#: templates/admin/filer/folder/directory_table_list.html:151
#, fuzzy, python-format
#| msgid "Change '%(item_label)s' details"
msgid "Download '%(item_label)s'"
msgstr "Change '%(item_label)s' details"

#: templates/admin/filer/folder/directory_table_list.html:155
msgid "Remove file"
msgstr "Remove file"

#: templates/admin/filer/folder/directory_table_list.html:163
#: templates/admin/filer/folder/directory_thumbnail_list.html:138
msgid "Drop files here or use the \"Upload Files\" button"
msgstr "Drop files here or use the \"Upload Files\" button"

#: templates/admin/filer/folder/directory_table_list.html:178
#: templates/admin/filer/folder/directory_thumbnail_list.html:153
msgid "Drop your file to upload into:"
msgstr "Drop your file to upload into:"

#: templates/admin/filer/folder/directory_table_list.html:188
#: templates/admin/filer/folder/directory_thumbnail_list.html:163
msgid "Upload"
msgstr "Upload"

#: templates/admin/filer/folder/directory_table_list.html:200
#: templates/admin/filer/folder/directory_thumbnail_list.html:175
msgid "cancel"
msgstr "cancel"

#: templates/admin/filer/folder/directory_table_list.html:204
#: templates/admin/filer/folder/directory_thumbnail_list.html:179
msgid "Upload success!"
msgstr "Upload success!"

#: templates/admin/filer/folder/directory_table_list.html:208
#: templates/admin/filer/folder/directory_thumbnail_list.html:183
msgid "Upload canceled!"
msgstr "Upload canceled!"

#: templates/admin/filer/folder/directory_table_list.html:215
#: templates/admin/filer/folder/directory_thumbnail_list.html:190
msgid "previous"
msgstr "previous"

#: templates/admin/filer/folder/directory_table_list.html:220
#: templates/admin/filer/folder/directory_thumbnail_list.html:195
#, python-format
msgid "Page %(number)s of %(num_pages)s."
msgstr "Page %(number)s of %(num_pages)s."

#: templates/admin/filer/folder/directory_table_list.html:225
#: templates/admin/filer/folder/directory_thumbnail_list.html:200
msgid "next"
msgstr "next"

#: templates/admin/filer/folder/directory_table_list.html:235
#: templates/admin/filer/folder/directory_thumbnail_list.html:210
#, python-format
msgid "Select all %(total_count)s"
msgstr "Select all %(total_count)s"

#: templates/admin/filer/folder/directory_thumbnail_list.html:15
#: templates/admin/filer/folder/directory_thumbnail_list.html:80
#, fuzzy
#| msgid "Select this file"
msgid "Select all"
msgstr "Select this file"

#: templates/admin/filer/folder/directory_thumbnail_list.html:77
#, fuzzy
#| msgid "Filer"
msgid "Files"
msgstr "Filer"

#: templates/admin/filer/folder/new_folder_form.html:4
#: templates/admin/filer/folder/new_folder_form.html:7
msgid "Add new"
msgstr "Add new"

#: templates/admin/filer/folder/new_folder_form.html:4
msgid "Django site admin"
msgstr ""

#: templates/admin/filer/folder/new_folder_form.html:15
msgid "Please correct the error below."
msgid_plural "Please correct the errors below."
msgstr[0] "Please correct the error below."
msgstr[1] "Please correct the errors below."

#: templates/admin/filer/folder/new_folder_form.html:30
msgid "Save"
msgstr "Save"

#: templates/admin/filer/templatetags/file_icon.html:9
msgid "Your browser does not support audio."
msgstr ""

#: templates/admin/filer/templatetags/file_icon.html:14
msgid "Your browser does not support video."
msgstr ""

#: templates/admin/filer/tools/clipboard/clipboard.html:9
msgid "Clipboard"
msgstr "Clipboard"

#: templates/admin/filer/tools/clipboard/clipboard.html:21
msgid "Paste all items here"
msgstr "Paste all items here"

#: templates/admin/filer/tools/clipboard/clipboard.html:27
msgid "Move all clipboard files to"
msgstr "Move all clipboard files to"

#: templates/admin/filer/tools/clipboard/clipboard.html:27
msgid "Empty Clipboard"
msgstr "Empty Clipboard"

#: templates/admin/filer/tools/clipboard/clipboard.html:50
msgid "the clipboard is empty"
msgstr "the clipboard is empty"

#: templates/admin/filer/tools/clipboard/clipboard_item_rows.html:16
msgid "upload failed"
msgstr "upload failed"

#: templates/admin/filer/tools/detail_info.html:11
msgid "Download"
msgstr ""

#: templates/admin/filer/tools/detail_info.html:16
msgid "Expand"
msgstr ""

#: templates/admin/filer/tools/detail_info.html:21
#: templates/admin/filer/widgets/admin_file.html:32
#: templatetags/filer_admin_tags.py:108
#, fuzzy
#| msgid "file missing"
msgid "File is missing"
msgstr "file missing"

#: templates/admin/filer/tools/detail_info.html:30
msgid "Type"
msgstr "Type"

#: templates/admin/filer/tools/detail_info.html:38
msgid "File-size"
msgstr "File-size"

#: templates/admin/filer/tools/detail_info.html:42
msgid "Modified"
msgstr "Modified"

#: templates/admin/filer/tools/detail_info.html:46
msgid "Created"
msgstr "Created"

#: templates/admin/filer/tools/search_form.html:5
msgid "found"
msgstr "found"

#: templates/admin/filer/tools/search_form.html:5
msgid "and"
msgstr "and"

#: templates/admin/filer/tools/search_form.html:7
msgid "cancel search"
msgstr "cancel search"

#: templates/admin/filer/widgets/admin_file.html:10
#: templates/admin/filer/widgets/admin_file.html:39
#: templates/admin/filer/widgets/admin_folder.html:18
msgid "Clear"
msgstr "Clear"

#: templates/admin/filer/widgets/admin_file.html:22
msgid "or drop your file here"
msgstr "or drop your file here"

#: templates/admin/filer/widgets/admin_file.html:35
msgid "no file selected"
msgstr "no file selected"

#: templates/admin/filer/widgets/admin_file.html:50
#: templates/admin/filer/widgets/admin_folder.html:14
msgid "Lookup"
msgstr "Lookup"

#: templates/admin/filer/widgets/admin_file.html:51
msgid "Choose File"
msgstr "Choose File"

#: templates/admin/filer/widgets/admin_folder.html:16
#, fuzzy
#| msgid "Choose File"
msgid "Choose Folder"
msgstr "Choose File"

#: validation.py:20
#, python-brace-format
msgid "File \"{file_name}\": Upload denied by site security policy"
msgstr ""

#: validation.py:23
#, python-brace-format
msgid "File \"{file_name}\": {file_type} upload denied by site security policy"
msgstr ""

#: validation.py:34
#, python-brace-format
msgid "File \"{file_name}\": HTML upload denied by site security policy"
msgstr ""

#: validation.py:72
#, python-brace-format
msgid ""
"File \"{file_name}\": Rejected due to potential cross site scripting "
"vulnerability"
msgstr ""

#: validation.py:84
#, python-brace-format
msgid "File \"{file_name}\": SVG file format not recognized"
msgstr ""

#~ msgid "Resize parameters must be choosen."
#~ msgstr "Resize parameters must be choosen."

#~ msgid "Choose resize parameters:"
#~ msgstr "Choose resize parameters:"

#~ msgid "Open file"
#~ msgstr "Open file"

#~ msgid "Full size preview"
#~ msgstr "Full size preview"

#~ msgid "Add Description"
#~ msgstr "Add Description"

#~ msgid "Author"
#~ msgstr "Author"

#~ msgid "Add Alt-Text"
#~ msgstr "Add Alt-Text"

#~ msgid "Add caption"
#~ msgstr "Add caption"

#~ msgid "Add Tags"
#~ msgstr "Add Tags"

#~ msgid "Change File"
#~ msgstr "Change File"

#~ msgid "none selected"
#~ msgstr "none selected"

#~ msgid "Add Folder"
#~ msgstr "Add Folder"

#, fuzzy
#~| msgid "Subject location"
#~ msgid "Subject Location"
#~ msgstr "Subject location"

#~ msgid ""
#~ "\n"
#~ "            %(counter)s file"
#~ msgid_plural ""
#~ "%(counter)s files\n"
#~ "        "
#~ msgstr[0] "15c0f2d28d6dab1af1f6d94906beb627_pl_0"
#~ msgstr[1] "15c0f2d28d6dab1af1f6d94906beb627_pl_1"

#~ msgid "Upload File"
#~ msgstr "Upload File"
