; Interspire Website Publisher Language File ; ; File: admin.imgman.ini ; Revision: $Rev$ ; Contains: All language variables used within the 'iamge manager' section of the control panel ; Things of note: ; - Lines starting with a semi-colon (;) such as this line are comments and are not processed as language variables ; - New language variables are placed at the bottom of the file with each release ; - New sections are marked with: Interspire Website Publisher NX x.x.x, where the 'x's are the version numbers ; [View] ManageImages = "Image Manager" ManageImagesIntro = "Click the button below to upload one or more images from your computer. You can use the image by clicking the 'Insert Image' button on the editor when creating content." imagemanager_breadcrumb = "Manage Images" imageManagerCurrentImages = "Images %s-%s of %s Images Shown Below" imageManagerCurrentImagesSingle = "%s of %s Images Shown Below" imageManagerShowFullImage = "View Full Size" imageManagerPerPage = "Show %s Images Per Page" imageManagerShowAllImages = "Show All Images" imageManagerUploadImages = "Upload Images..." imageManagerDeleteSelected = "Delete Selected" SortNameAsc = "Sort by Name (A-Z)" SortNameDesc = "Sort by Name (Z-A)" SortDateAsc = "Sort by Date Modified (Newest First)" SortDateDesc = "Sort by Date Modified (Oldest First)" SortFilesizeAsc = "Sort by File Size (Smallest First)" SortFilesizeDesc = "Sort by File Size (Largest First)" imageManagerViewFullSize = "Click here to view the full size image" PromptToCreateImage = "You haven't uploaded any images yet. Click the 'Upload Images...' button below to upload some now." ; [Uploading] imageManagerUploadInProgress = "Image Upload In Progress" noFlashImageUploadIntro = "Click the browse button below to select an image to upload. Once you select an image more fields will become available to select additional images." imNotUploadedNoContent = "The following file was not uploaded because it did not have any content: " imTooManyFiles = "You have attempted to queue too many files." imMaxFileSizeError = "The following file was not uploaded because it was too big (Max Size %s):" imOnlyValidImagesAllowed = "Only files ending in .bmp gif .jpg .jpeg and .tiff can be uploaded. The following files were not uploaded because they are not valid images:" imUploading1ImageOf = "Uploading image 1 of %s" imUploadingxImageOf = "Uploading image {imagenumber} of {totalimages}" imUploadingFile = "Uploading %s ..." ; [Renaming file] fileRenamedSuccess = "Your file has been successfully renamed from "%from%" to "%to%"." fileRenamedError = "There was an error while trying to rename your file." imageManagerFileDoesntExistRename = "The requested file does not exist to rename." imageManagerNoImagesSelectedDelete = "No images were selected to be deleted." imageManagerRenameInvalidFileName = "The filename that was entered is not a valid filename." imageManagerRenameFileAlreadyExists = "The destination file already exists." ; [Delete file] imageManagerDeleteErrors = "An error occurred while trying to delete your selected images: " imageManagerDeleteSuccessSingle = "The selected image has been deleted successfully." imageManagerDeleteSuccessMulti = "The %d selected images have been deleted successfully." imageManagerDelete = "Delete this Image" imageManagerNoImagesSelectedForDelete = "Please choose at least one image to delete first." imageManagerConfirmDeleteSelectedImages = "Are you sure you want to delete the selected images? Click OK to confirm." imageManagerUploadingImages = "Uploading Images" imageManagerUpload = "Upload" imageManagerFilesNotValid = "The following images were not uploaded because they are not valid image files:" imageManagerFilesNotValidSomeSuccess = "The following images were not uploaded because they are not valid image files (Any image not listed here was uploaded successfully) " imageManagerFilesDuplicates = "All images were uploaded sucessfully with the exception of the following which were found to be duplicates. Please rename these files and try again. " imageManagerUploadedSingular = "The selected image has been uploaded and is shown below." imageManagerUploadedMulti = "The %s selected images have been uploaded and are shown below." imageManagerDeleteImageSpecific = "Are you sure you want to delete '%s'? Click OK to confirm."