# $Id$ # # LANGUAGE translation of Drupal (general) # Copyright YEAR NAME # Generated from files: # imce.module,v 1.23.2.5 2008/07/19 13:21:02 ufku # imce.info,v 1.6 2008/02/27 18:03:46 ufku # admin.inc,v 1.5.2.6 2009/02/09 18:24:36 ufku # js.inc,v 1.6.2.1 2008/05/04 15:29:15 ufku # page.inc,v 1.10.2.21 2009/02/20 00:44:05 ufku # imce-content.tpl.php,v 1.8.2.4 2008/06/23 22:18:27 ufku # imce.js,v 1.15.2.9 2008/07/13 11:34:49 ufku # subdir.inc,v 1.3 2008/02/29 16:57:12 ufku # imce_set_app.js,v 1.3.2.6 2009/02/20 21:17:25 ufku # imce_set_inline.js,v 1.3.2.4 2009/02/20 21:17:58 ufku # imce-page.tpl.php,v 1.8.2.2 2008/04/21 18:36:22 ufku # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "POT-Creation-Date: 2009-09-02 15:07-0400\n" "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" "Last-Translator: NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: imce.module:131 msgid "Insert !image or !link." msgstr "" #: imce.module:131 msgid "image" msgstr "" #: imce.module:131 msgid "link" msgstr "" #: imce.module:11;45 msgid "File browser" msgstr "" #: imce.module:18 imce.info:0 msgid "IMCE" msgstr "" #: imce.module:19 msgid "Control how your image/file browser works." msgstr "" #: imce.module:25 msgid "Settings" msgstr "" #: imce.module:29 msgid "Directory creation tool" msgstr "" #: imce.module:38 inc/admin.inc:24 msgid "Add new profile" msgstr "" #: imce.info:0 msgid "An image/file uploader and browser supporting personal directories and user quota." msgstr "" #: inc/admin.inc:14;186 msgid "Profile name" msgstr "" #: inc/admin.inc:14 msgid "Operations" msgstr "" #: inc/admin.inc:19 msgid "Edit" msgstr "" #: inc/admin.inc:20;316;470 inc/js.inc:42 inc/page.inc:153;192 msgid "Delete" msgstr "" #: inc/admin.inc:26 msgid "Configuration profiles" msgstr "" #: inc/admin.inc:50 msgid "Common settings" msgstr "" #: inc/admin.inc:56 msgid "Enable inline image/file insertion into plain textareas" msgstr "" #: inc/admin.inc:59 msgid "If you don't use any WYSIWYG editor, this feature will allow you to add your images or files as html code into any plain textarea. Enter comma separated textarea IDs under which you want to enable a link to IMCE. Hint: ID of Body fields in most node types is edit-body." msgstr "" #: inc/admin.inc:63 msgid "Absolute URLs" msgstr "" #: inc/admin.inc:65 msgid "Check if you want IMCE to return absolute file URLs." msgstr "" #: inc/admin.inc:69 msgid "Default behaviour for existing files during file uploads" msgstr "" #: inc/admin.inc:72 msgid "Keep the existing file renaming the new one" msgstr "" #: inc/admin.inc:73 msgid "Keep the existing file rejecting the new one" msgstr "" #: inc/admin.inc:74 msgid "Replace the existing file with the new one" msgstr "" #: inc/admin.inc:79 msgid "Default method for creating thumbnails" msgstr "" #: inc/admin.inc:82 msgid "Scale the image with respect to the thumbnail dimensions." msgstr "" #: inc/admin.inc:83 msgid "First scale then crop the image to fit the thumbnail dimensions." msgstr "" #: inc/admin.inc:87;257 msgid "Save configuration" msgstr "" #: inc/admin.inc:98 msgid "User role" msgstr "" #: inc/admin.inc:98 msgid "Assigned profile" msgstr "" #: inc/admin.inc:100 msgid "user #1" msgstr "" #: inc/admin.inc:104 msgid "Weight" msgstr "" #: inc/admin.inc:106 msgid "n/a" msgstr "" #: inc/admin.inc:107 msgid "For users who have multiple roles, weight property will determine the assigned profile. Lighter roles that are placed upper will take the precedence. So, an administrator role should be placed over other roles by having a smaller weight, ie. -10." msgstr "" #: inc/admin.inc:118 msgid "Role-profile assignments" msgstr "" #: inc/admin.inc:120 msgid "Assign profiles to user roles." msgstr "" #: inc/admin.inc:139 msgid "Changes have been saved." msgstr "" #: inc/admin.inc:175 msgid "Settings were imported from the profile %name" msgstr "" #: inc/admin.inc:188 msgid "Give a name to this profile." msgstr "" #: inc/admin.inc:197 tpl/imce-content.tpl.php:44 msgid "Maximum file size per upload" msgstr "" #: inc/admin.inc:199;206 msgid "Set to 0 to use the maximum value avaliable." msgstr "" #: inc/admin.inc:199 msgid "Your PHP settings limit the maximum file size per upload to %size." msgstr "" #: inc/admin.inc:200;207;214 msgid "MB" msgstr "" #: inc/admin.inc:204 msgid "Directory quota" msgstr "" #: inc/admin.inc:206 msgid "Define the upload quota per directory. Total user quota is proportional to the number of directories that the user has upload access to." msgstr "" #: inc/admin.inc:211 msgid "Total user quota" msgstr "" #: inc/admin.inc:213 msgid "You can force total user quota to be a value independent of directory quota. This quota is calculated using the files table in the database, so that it will not include the files uploaded via FTP or by previous versions of IMCE(4.7.x and 5.x). You can either use both quotations together or safely ignore this by setting the value to 0." msgstr "" #: inc/admin.inc:218 tpl/imce-content.tpl.php:45 msgid "Permitted file extensions" msgstr "" #: inc/admin.inc:221 msgid "Extensions that users in this role can upload. Separate extensions with a space and do not include the leading dot." msgstr "" #: inc/admin.inc:221 msgid "Set to * to remove the restriction." msgstr "" #: inc/admin.inc:225 tpl/imce-content.tpl.php:46 msgid "Maximum image resolution" msgstr "" #: inc/admin.inc:227 msgid "The maximum allowed image size (e.g. 640x480). Set to 0 for no restriction. If an image toolkit is installed, files exceeding this value will be scaled down to fit." msgstr "" #: inc/admin.inc:228 msgid "WIDTHxHEIGHT" msgstr "" #: inc/admin.inc:232 tpl/imce-content.tpl.php:47 msgid "Maximum number of files per operation" msgstr "" #: inc/admin.inc:234 msgid "You can allow users to select multiple files for operations such as delete, resize, etc. Entire batch file operation is executed in a single drupal load, which may be good. However there will be an increase in script execution time, cpu load and memory consumption possibly exceeding the limits of your server, which is really bad. For unlimited number of file handling, set this to 0." msgstr "" #: inc/admin.inc:269 msgid "The changes have been saved." msgstr "" #: inc/admin.inc:269 msgid "Profile has been added." msgstr "" #: inc/admin.inc:296 msgid "Including subdirectories" msgstr "" #: inc/admin.inc:301 msgid "Browse" msgstr "" #: inc/admin.inc:306 inc/js.inc:21 inc/page.inc:113 js/imce.js:0 msgid "Upload" msgstr "" #: inc/admin.inc:311;417 inc/page.inc:145;175 msgid "Thumbnails" msgstr "" #: inc/admin.inc:321 inc/js.inc:52 inc/page.inc:161;217 msgid "Resize" msgstr "" #: inc/admin.inc:350 inc/subdir.inc:13 msgid "Directory path" msgstr "" #: inc/admin.inc:352 msgid "Directories" msgstr "" #: inc/admin.inc:354 msgid "Define directories that users of this profile can access.\n
    \n\t
  • Use alphanumeric characters as directory paths.
  • \n\t
  • To specify file system root, just enter .(dot) character.
  • \n\t
  • Use %uid as a placeholder for user ID. Ex: users/user%uid creates directories such as users/user1, users/user42, etc.
  • \n
  • To remove a directory from the list, leave the directory path blank.
  • \n
  • If you want more flexibility in directory paths you can execute php to return a directory path.
    \n For php execution your directory path must start with php: and the rest must be a valid php code that is expected to return the actual directory path.
    Ex: php: return 'users/'.$user->name; defines users/USER-NAME as the directory path.
    \n A multi-level directory example php: return date('Y', $user->created).'/'.date('m', $user->created).'/'.$user->uid; defines MEMBERSHIP-YEAR/MONTH/USER-ID as the directory path, resulting in self-categorized user directories based on membership date.
    \n Note that you should use the $user variable instead of $GLOBALS['user'] since they are not always the same object.
  • \n
\n

Note that thumbnails permission does not affect thumbnail creation on upload. See thumbnails decription below.

\n

If you need more fields, just fill all and save, and you will get two more on the next page.

" msgstr "" #: inc/admin.inc:405 msgid "Name" msgstr "" #: inc/admin.inc:405 msgid "Dimensions" msgstr "" #: inc/admin.inc:405 msgid "Prefix" msgstr "" #: inc/admin.inc:405 msgid "Suffix" msgstr "" #: inc/admin.inc:419 msgid "You may create a list of thumbnail options that users can choose from.\n
    \n
  • Use alphanumeric characters as thumbnail names.
  • \n
  • Specify dimensions as WidthxHeight.
  • \n
  • Prefix and suffix are strings that are added to original file name to create the thumbnail name.
  • \n
  • An example thumbnail: Name = Small, Dimensions = 80x80, Prefix = small_
  • \n
\n

Note that users will always be able to create thumbnails on file upload no matter what the thumbnail permission is. To disable thumbnail creation on file upload you should not define any thumbnails here.

\n

If you need more fields, just fill all and save, and you will get two more on the next page.

" msgstr "" #: inc/admin.inc:466 msgid "Are you sure you want to delete the profile %name?" msgstr "" #: inc/admin.inc:471 msgid "Cancel" msgstr "" #: inc/admin.inc:482 msgid "Profile has been deleted." msgstr "" #: inc/admin.inc:490 msgid "none" msgstr "" #: inc/admin.inc:511 msgid "Import settings from other profiles" msgstr "" #: inc/admin.inc:580 msgid "Duplicate directory paths are not allowed." msgstr "" #: inc/admin.inc:584 msgid "%dirname is not accepted as a proper directory name." msgstr "" #: inc/js.inc:32 inc/page.inc:120;180 msgid "Create thumbnails" msgstr "" #: inc/page.inc:107 msgid "File" msgstr "" #: inc/page.inc:124 msgid "Upload file" msgstr "" #: inc/page.inc:137 msgid "Selected files" msgstr "" #: inc/page.inc:204 msgid "Width x Height" msgstr "" #: inc/page.inc:223 msgid "Create a new image" msgstr "" #: inc/page.inc:237 js/imce.js:0 msgid "Please select a file." msgstr "" #: inc/page.inc:245 js/imce.js:0 msgid "You are not allowed to operate on more than %num files." msgstr "" #: inc/page.inc:252 msgid "directory (%dir)" msgstr "" #: inc/page.inc:253 msgid "An illegal choice has been detected. Please contact the site administrator." msgstr "" #: inc/page.inc:281 msgid "The file is renamed to %filename." msgstr "" #: inc/page.inc:294 msgid "%filename is uploaded." msgstr "" #: inc/page.inc:308 msgid "Upload failed." msgstr "" #: inc/page.inc:332 msgid "File deletion successful: %files." msgstr "" #: inc/page.inc:349 js/imce.js:0 msgid "Please specify dimensions within the allowed range that is from 1x1 to @dimensions." msgstr "" #: inc/page.inc:349 js/imce.js:0 tpl/imce-content.tpl.php:44;46;47 msgid "unlimited" msgstr "" #: inc/page.inc:356 msgid "File resizing successful: %files." msgstr "" #: inc/page.inc:403 msgid "Thumbnail creation (%thumbnames) successful for %filename." msgstr "" #: inc/page.inc:436 js/imce.js:0 msgid "%filename is not an image." msgstr "" #: inc/page.inc:441 msgid "Scaling up is not allowed." msgstr "" #: inc/page.inc:456 msgid "%filename(%dimensions) already exists." msgstr "" #: inc/page.inc:473 msgid "%filename cannot be resized to %dimensions" msgstr "" #: inc/page.inc:486 msgid "The selected file %file could not be copied." msgstr "" #: inc/page.inc:566 msgid "File browser is set to reject the upload of existing files." msgstr "" #: inc/page.inc:580 js/imce.js:0 msgid "Only files with the following extensions are allowed: %files-allowed." msgstr "" #: inc/page.inc:594 msgid "The file is %filesize exceeding the maximum file size of %maxsize." msgstr "" #: inc/page.inc:606 msgid "%filename is %filesize which would exceed your %quota_type. You are currently using %size of %quota." msgstr "" #: inc/page.inc:677 msgid "Unable to get a working directory for the file browser!" msgstr "" #: inc/page.inc:683 msgid "There is no valid directory specified for the file browser!" msgstr "" #: inc/page.inc:686 msgid "You don't have access to any configuration profile to use the file browser!" msgstr "" #: inc/page.inc:968 msgid "Directory root" msgstr "" #: inc/page.inc:252 msgid "imce" msgstr "" #: inc/page.inc:252 msgid "Illegal choice %choice in !name element." msgstr "" #: inc/subdir.inc:10 msgid "

Here you can create subdirectories for your users. Multiple directory creation is possible at a time with the * character. For example, specifying user*/foo will create foo named directories under each directory starting with user. */foo*/bar will create bar named directories under directories starting with foo in each directory of file system path.

" msgstr "" #: inc/subdir.inc:19 msgid "Create" msgstr "" #: inc/subdir.inc:46 msgid "Specified path must be under file sytem path." msgstr "" #: inc/subdir.inc:64 msgid "No matching subdirectories found." msgstr "" #: js/imce.js:0 msgid "Directory %dir is loaded." msgstr "" #: js/imce.js:0 msgid "Directory %dir is empty." msgstr "" #: js/imce.js:0 msgid "File browsing is disabled in directory %dir." msgstr "" #: js/imce.js:0 msgid "You can't perform this operation." msgstr "" #: js/imce.js:0 msgid "Do you want to refresh the current directory?" msgstr "" #: js/imce.js:0 msgid "Uploading %filename..." msgstr "" #: js/imce.js:0 msgid "Delete selected files?" msgstr "" #: js/imce.js:0 msgid "Please select a thumbnail." msgstr "" #: js/imce.js:0 msgid "Please select a single file." msgstr "" #: js/imce.js:0 msgid "You must select at least %num files." msgstr "" #: js/imce_set_app.js:0 js/imce_set_inline.js:0 msgid "Send to @app" msgstr "" #: js/imce_set_inline.js:0 msgid "textarea" msgstr "" #: tpl/imce-content.tpl.php:24 msgid "You should use a javascript-enabled browser in order to experince a much more user-friendly interface." msgstr "" #: tpl/imce-content.tpl.php:29 msgid "Help" msgstr "" #: tpl/imce-content.tpl.php:31 msgid "Tips" msgstr "" #: tpl/imce-content.tpl.php:33 msgid "Select a file by clicking the corresponding row in the file list." msgstr "" #: tpl/imce-content.tpl.php:34 msgid "Ctrl+click to add files to the selection or to remove files from the selection." msgstr "" #: tpl/imce-content.tpl.php:35 msgid "Shift+click to create a range selection. Click to start the range and shift+click to end it." msgstr "" #: tpl/imce-content.tpl.php:36 msgid "Sort the files by clicking a column header of the file list." msgstr "" #: tpl/imce-content.tpl.php:37 msgid "Resize the work-spaces by dragging the horizontal or vertical resize-bars." msgstr "" #: tpl/imce-content.tpl.php:38 msgid "Keyboard shortcuts for file list: up, down, left, home, end, ctrl+A." msgstr "" #: tpl/imce-content.tpl.php:39 msgid "Keyboard shortcuts for selected files: enter/insert, delete, R(esize), T(humbnails), U(pload)." msgstr "" #: tpl/imce-content.tpl.php:40 msgid "Keyboard shortcuts for directory list: up, down, left, right, home, end." msgstr "" #: tpl/imce-content.tpl.php:42 msgid "Limitations" msgstr "" #: tpl/imce-content.tpl.php:45 msgid "all" msgstr "" #: tpl/imce-content.tpl.php:62 msgid "Navigation" msgstr "" #: tpl/imce-content.tpl.php:72 msgid "File name" msgstr "" #: tpl/imce-content.tpl.php:73 msgid "Size" msgstr "" #: tpl/imce-content.tpl.php:74 msgid "Width" msgstr "" #: tpl/imce-content.tpl.php:75 msgid "Height" msgstr "" #: tpl/imce-content.tpl.php:76 msgid "Date" msgstr "" #: tpl/imce-content.tpl.php:84 msgid "!num files using !dirsize of !quota" msgstr "" #: tpl/imce-content.tpl.php:87 msgid "unlimited quota" msgstr "" #: tpl/imce-content.tpl.php:105 msgid "Clear log" msgstr "" #: tpl/imce-page.tpl.php:7 msgid "File Browser" msgstr ""