#language english
#version 2
;
;***************
;**   MENUS   **
;***************
;
MENU_INDEX (//)
Index
;
MENU_NEW (//)
New
;
MENU_OPEN (//)
Open
;
MENU_APPEND (//)
Append
;
MENU_SAVE (//)
Save
;
MENU_SAVE_AS (//)
Save as...
;
MENU_COMPLETE (//)
Complete index
;
MENU_UPDATE_INDEX (//)
Update index
;
MENU_INFO (//)
Info
;
MENU_QUIT (//)
Quit
;
MENU_THUMBNAILS (//)
Thumbnails
;
MENU_ADD (//)
Add
;
MENU_DELETE (//)
Delete
;
MENU_RENAME (//)
Rename
;
MENU_CHANGE_DIR (//)
Change directory
;
MENU_SORT (//)
Sort
;
MENU_SELECT_ALL (//)
Select all
;
MENU_UNSELECT_ALL (//)
Unselect all
;
MENU_SELECT_PATTERN (//)
Select pattern
;
MENU_SELECT_RANGE (//)
Select range
;
MENU_PICTURE_INFO (//)
Picture info
;
MENU_UPDATE_INFO (//)
Update info
;
MENU_PICS (//)
Pictures
;
MENU_VIEW_SELECTED (//)
View selected
;
MENU_VIEW_ALL (//)
View all
;
MENU_ACTIONS (//)
Define actions
;
MENU_SETTINGS (//)
Settings
;
MENU_MULTI_SELECT (//)
Multi-selection
;
MENU_XPK_COMPRESSION (//)
Xpk compression
;
MENU_XPK_PACKER (//)
Xpk packer
;
MENU_SCREEN_MODE (//)
Screen mode
;
MENU_THUMBNAIL_SIZE (//)
Thumbnail size
;
MENU_THUMBNAIL_COLORS (//)
Thumbnails colors
;
MENU_16_GREYSCALE (//)
16 Greyscale
;
MENU_256_GREYSCALE (//)
256 Greyscale
;
MENU_256_COLORS (//)
256 Colors
;
MENU_THUMBNAIL_FONT (//)
Thumbnails font
;
MENU_MAX_THUMBNAILS (//)
Max. number of thumbnails
;
MENU_LOAD_SETTINGS (//)
Load settings
;
MENU_SAVE_SETTINGS (//)
Save settings
;
;
;*****************
;**   GADGETS   **
;*****************
;
GADGET_ABORT (//)
Abort
;
GADGET_ACTIONS_LIST (//)
Actions list :
;
GADGET_OK (//)
Ok
;
GADGET_CANCEL (//)
Cancel
;
GADGET_ADD (//)
Add
;
GADGET_DELETE (//)
Delete
;
TEMPLATE_PATTERN (//)
<pattern> = <program name> %s [parameters]
;
GADGET_PACKERS_LIST (//)
Packers list :
;
GADGET_XPF_EFFICIENCY (//)
Efficiency : %ld%%
;
GADGET_CHOSEN_PACKER (//)
Chosen Packer :
;
GADGET_FAULTY_FILES (//)
The following files could not be added :
;
GADGET_UPDATE_INDEX (//)
The following thumbnails are obsolete :
;
;******************
;**   MESSAGES   **
;******************
;
MSG_WRONG_OS (//)
Can't open Intuition.library V39 or above !
;
MSG_QUIT (//)
_Quit
;
MSG_SURE_QUIT (//)
Are you sure\nyou want to quit ?
;
MSG_YES_NO (//)
_Yes|_No
;
MSG_CANT_OPEN_SCREEN (//)
WARNING ! Can't open the new screen !\n\nThe main causes could be :\n1) Collector is not able find a palette file,\n2) You're totally out of CHIP memory,\n3) Your hardware can't handle the display (no AGA ?)\n\nI'll try to reopen my screen with the previous mode...\n\nADVICE : Free as much CHIP memory as possible before clicking 'Ok'.
;
MSG_OK (//)
_Ok
;
MSG_CANT_OPEN_SCREEN2 (//)
Can't open the screen !\n\nThe main causes could be :\n1) Collector is not able to find a palette file,\n2) You're totally out of CHIP memory,\n3) Your hardware can't handle the display (no AGA ?)\n\nIt's safer to quit...\n\nRe-run this program after having checked your system.
;
MSG_OUT_OF_CHIP_MEM (//)
Fatal Error !\n\nYou're totally out of CHIP memory !\nI can't even allocate memory for my graphic buffer.\n\nSorry, but I must quit !
;
MSG_CANT_OPEN_XPK (//)
Can't open xpkmaster.library !\nYou won't be able to use XPK compression...
;
MSG_CANT_LOAD_XPK (//)
Can't open xpkmaster.library !\n\nSorry, but I can't load\nthis packed index...
;
MSG_CHOOSE_SCRMODE (//)
Choose a new screen mode...
;
MSG_CHOOSE_FONT (//)
Choose a new font...
;
MSG_CONFIRM_ERASE_INDEX (//)
Do you really want to erase\nthe current index from memory ?
;
MSG_WANT_SAVE_FIRST (//)
Do you want to save\nthe current index, first ?
;
MSG_CHOOSE_FILE_LOAD (//)
Choose a file to load...
;
MSG_CHOOSE_FILE_APPEND (//)
Choose a file to append...
;
MSG_CHOOSE_FILE_SAVE (//)
Choose a file to save...
;
MSG_OVERWRITE (//)
This file already exists !\nDo you want to overwrite it ?
;
MSG_ADD_THUMBNAILS_FIRST (//)
Add thumbnails to your index, first...
;
MSG_ENTER_FILE_PATTERN (//)
Enter a file to load, or a pattern...
;
MSG_ADDING_THUMBNAILS (//)
Adding thumbnail(s)...
;
MSG_CONFIRM_ABORT (//)
Are you sure\nyou want to abort ?
;
MSG_ENTER_DIR (//)
Enter the new directory.
;
MSG_ENTER_NAME (//)
Enter the new file name.
;
MSG_OPERATION_CANCELED (//)
Operation canceled
;
MSG_ENTER_SELECT_PATTERN (//)
Enter the selection pattern.
;
MSG_NEED_TWO_THUMBNAIL (//)
You must select at least two thumbnails\nto define the range you want to select...
;
MSG_CANT_FIND_SCRMODE (//)
Can't find screen mode !
;
MSG_CANT_SAVE_PREFS (//)
Error while saving prefs !\nCan't access file \"Collector:Collector.Prefs\"
;
MSG_SETTINGS_NOT_COMPATIBLE (//)
The new settings are not compatible\nwith the current index !\n\nAre you sure you want\nto lose the current index ?
;
MSG_VIEW_PICTURES (//)
Viewing Pictures...
;
MSG_SCREEN_TOO_SMALL (//)
Screen too small !\nScreen size must be at least 640 * 256 pixels.
;
MSG_CHOOSE_PACKER (//)
You must choose a valid XPK packer\nbefore using XPK compression...
;
MSG_CHOOSE_CANCEL (//)
Choose|Cancel
;
MSG_PACK_AND_SAVE (//)
Packing & Saving : \"%s\"
;
MSG_SAVING (//)
Saving : \"%s\"
;
MSG_CANT_OPEN_FILE (//)
Unable to open this file !
;
MSG_NOT_COLLECTOR_INDEX (//)
This is not a Collector index !
;
MSG_LOAD_UNPACK (//)
Loading & Unpacking : \"%s\"
;
MSG_LOADING (//)
Loading : \"%s\"
;
MSG_OUT_OF_MEM (//)
Out of memory !
;
MSG_ERROR_WHILE_ADDING (//)
Error while adding thumbnail !\nMaybe you're out of memory,\nor the file format is unknown...
;
MSG_CONTINUE_ABORT (//)
_Continue|_Abort
;
MSG_NOT_ILBM (//)
Not an ILBM file !
;
MSG_INFO_CHANGED (//)
 (changed !)
;
MSG_PREV_NEXT_STOP (//)
_Previous|_Stop|_Next
;
MSG_PREV_STOP (//)
_Previous|_Stop
;
MSG_STOP_NEXT (//)
_Stop|_Next
;
MSG_WANT_UPDATE (//)
Do you really want to update\nall selected thumbnails informations ?
;
MSG_CANT_UPDATE (//)
Can't update file\n%s\n\nIt must have been deleted or moved...
;
MSG_SORTING (//)
Sorting thumbnails...
;
MSG_ERROR_READING_DIR (//)
Some errors occured while reading\nthe selected directory !
;
MSG_CANT_OPEN_PB (//)
Can't open progress bar window !\n\nOut of memory ?
;
MSG_ENTER_MAX_NUMBER (//)
Enter the maximum number of thumbnails\nan index can contain...
;
MSG_MAX_NUMBER_OVERFLOW (//)
The number of thumbnails in your index\nis greater than the maximum allowed\n\nDo you want to erase extraneous thumbnails ?
;
MSG_SETTINGS_NOT_LOADED (//)
Settings not loaded !\nNothing has changed.
;
MSG_ENTER_BASENAME (//)
Since the maximum of thumbnails will be reached,\nyou must enter the base name for the different indexes\nthat will be generated...\n\nFor example, enter 'DH0:Test' to generate the indexes\n'DH0:Test_vol1.Idx', 'DH0:Test_vol2.Idx', 'DH0:Test_vol3.Idx'...
;
MSG_CANT_SAVE_FLT (//)
Can't create the .Flt file !
;
MSG_CANT_OPEN_PALETTE (//)
Can't open the palette file !
;
MSG_INDEX_UPTODATE (//)
Index is up to date...
;
MSG_NONE (//)
None...
;
MSG_PART_EXISTING (//)
WARNING !!\n\nThe multi-volumes index that will be created\nalready exists !\n\nAre you sure you want to overwrite it ?
;
MSG_DELETING_ERROR (//)
Error while deleting the old index...\nIt must be protected against deletion.\n\nOperation canceled.
;
MSG_ANALYSING_INDEX (//)
Analysing : \"%s\"
;
MSG_ANALYSING_CURRENT (//)
Analysing current index...
;
MSG_ABORT_SAVING (//)
Are you sure you want\nto abort the saving operation ?\n\nIf you answer 'Yes', the partially saved index\nwill be deleted...
;
MSG_CANT_FIND_PREFS (//)
Can't find preferences file !\n\nUsing default settings...
;
MSG_RECURSIVITY (//)
Do you want to scan\nthe subdirectories recursively ?
;
MSG_NOT_SAME_TYPE (//)
Sorry, but you can't append indexes\nusing different numbers of colors...
;
MSG_NO_ACTION_FOUND (//)
No action was associated\nto this type of file...
;
MSG_UPDATING_INDEX (//)
Looking for obsolete references...
;
;
;
;***************
;* Version 2.5 *
;***************
;***************
;**   MENUS   **
;***************
;
MENU_COMPLETE_AUTO (//)
Complete automatically
;
MENU_VERTICAL (//)
Vertical display
;
MENU_SAVE_ICON (//)
Save icon
;
MENU_KEEP_PROP (//)
Keep proportions
;
MENU_TIGHT_DISPLAY (//)
Tight display
;
MENU_OTHER_SIZE (//)
Other
;
MENU_EXCLUDE_PATTERN (//)
Exclude pattern
;
;*****************
;**   GADGETS   **
;*****************
;
GADGET_FILE_CHANGED (//)
The following files seem to have been changed...
;
GADGET_UPDATE (//)
Update thumbnails
;
GADGET_NO_INDEX_NAME (//)
[No name]
;
;******************
;**   MESSAGES   **
;******************
;
MSG_SURE_COMPLETE_AUTO (//)
Are you sure you want to\ncomplete your index automatically ?\n(this could involve many pictures...)
;
MSG_FILE_NOT_FOUND (//)
Can't find this file !
;
MSG_ERROR_WHILE_MOVING (//)
Error while moving the file...
;
MSG_ENTER_X_SIZE (//)
Please enter the new thumbnails width...\n(must be a 16 boundary)
;
MSG_ENTER_Y_SIZE (//)
Please enter the new thumbnails height...
;
MSG_NO_16_BOUNDARY (//)
The thumbnails width must be\a 16 boundary !
;
MSG_SEARCHING_4_DIR (//)
Listing directories used in : \"%s\"
;
MSG_SEARCHING_4_DIR_IN_CURRENT (//)
Listing directories used in current index...
;
MSG_CANT_RENAME (//)
File not found !\nI can't rename it on disk...
;
MSG_THUMBNAIL_INFO1 (//)
THUMBNAIL N°%d :\n\nFILE NAME: %s
;
MSG_THUMBNAIL_INFO2 (//)
\n\nFILE SIZE: %ld bytes
;
MSG_THUMBNAIL_INFO3 (//)
\n\nPICTURE SIZE: %dx%d pixels\n\nFILE CREATION DATE: %s %s %s
;
MSG_THUMBNAIL_INFO4 (//)
\n\nTHUMBNAIL CREATION DATE: %s %s %s\n\nFILE COMMENT: %s
;
MSG_FILE_DELETED (//)
 (deleted !)
;
MSG_YES_DISK_NO (//)
_Yes|_Also on disk|_No
;
MSG_WANT_MOVE_ON_DISK (//)
Do you also move the pictures\non the disk ?
;
MSG_OK_CANCEL (//)
_Ok|_Cancel
;
MSG_ERROR_WHILE_LOADING (//)
Error while loading this index !
;
MSG_ERROR_WHILE_SAVING (//)
Error while saving index !\n\nThe index has been totally deleted !\nYou SHOULD save it elsewhere...
;
MSG_ENTER_EXCLUDE_PAT (//)
Please enter the exclude pattern...
;
MSG_NO_THUMBNAIL_ADDED (//)
No thumbnail was added...
;
MSG_COLLECTOR_INFO (//)
Collector 2.5\n~~~~~~~~~~~~~\n©1996-97 Frédéric Calendini\n\nThis program is CREATION-WARE !\n\nFree CHIP memory : %ld\nFree FAST memory : %ld\nPublic Screen : COLLECTOR.%d\n\nIndex name : %s\nNumber of thumbnails in index : %d
;
MSG_CONFIRM_ERASE (//)
Do you really want to erase\nthe selected thumbnails ?
;
MSG_INCREASE_STACK (//)
Increase stack size !\nIt must be at least 8192 bytes !
