;******************
;
;  FTPStat v0.40 (01.10.96)
;
;
; CatComp ftpstat_strings.cd cfile ftpstat_strings.h objfile ftpstat_strings.o
;
;******************
;
;
; *** main.c ***
;
BROKER_DESCRIPTION (//)
Statistics for ftp logfile.
;
MSG_APP_ERROR (//)
Couldn't create MUI objects.
;*********************
MSG_MUI_ERROR (//)
Couldn't open muimaster.library v16 or above.
;
MSG_LOCALE_ERROR (//)
Couldn't open local.library v40 or above.
;
MSG_LOCALE2_ERROR (//)
Couldn't open locale structure.
;
MSG_INTUI_ERROR (//)
Couldn't open intuition.library v39 or above.
;
MSG_GFX_ERROR (//)
Couldn't open graphics.library v39 or above.
;
MSG_MCC_ERR (//)
Couldn't create a mui custom class!
;
MSG_MEM_ERR (//)
Couln't allocate memory!!
;
MSG_PARSE_ERR (//)
Line %ld is truncated!!\n line is removed.
;
MSG_PARSE_ERR2 (//)
Line %ld is too long!!\n line is removed.
;
MSG_GENERATE_ERR (//)
Can't open file\n %ls !!\n Operation Aborted.
;
MSG_NOENTRY_ERR (//)
\033cNo entry between\n%ls\nand\n\%ls.
;
;**********************************************  TITLES...
PREFS_TITLE (//)
Preferences...
;
SAVE_TITLE (//)
Save statistics...
;
UPLOADER_TITLE (//)
Uploader's save
;
DOWNLOADER_TITLE (//)
Downloader's save
;
TOTAL_TITLE (//)
Total
;
UPLOADED_TITLE (//)
Uploaded
;
DOWNLOADED_TITLE (//)
Downloaded
;
FILE_TITLE (//)
Top Files
;
OTHER_TITLE (//)
Others
;
ABOUT_TITLE (//)
About FTPStat...
;
FTPSTAT_MSG (//)
Parse error...
;
;**********************************************  GADGETS
GAD_OK (//)
oOk
;
GAD_CANCEL (//)
cCancel
;
GAD_SAVE (//)
sSave Prefs
;
GAD_LOAD (//)
lLoad
;
GAD_PREFS (//)
pPrefs
;
GAD_ABOUT (//)
aAbout
;
GAD_QUIT (//)
qQuit
;
GAD_SORT_BY (//)
oSort by :
;
CY_TXT1 (//)
hostname
;
CY_TXT2 (//)
login
;
GAD_LOGFILE (//)
lLog file :
;
GAD_FILE_STAT (//)
fFile statistic:
;
GAD_END_DATE2 (//)
eEnd Date:
;
GAD_START_DATE2 (//)
dStart Date:
;
GAD_DATE_METH1 (//)
NONE
;
GAD_DATE_METH2 (//)
End last Week
;
GAD_DATE_METH3 (//)
End last Month
;
GAD_DATE_METH4 (//)
Begin last Week
;
GAD_DATE_METH5 (//)
Begin last Month
;
GAD_TOP (//)
Top
;
GAD_RANK (//)
Rank
;
GAD_SIZE (//)
Size
;
GAD_NUMFILE (//)
Num files
;
GAD_NAME (//)
Name
;
GAD_TIME (//)
Time
;
GAD_START_DATE (//)
Start date
;
GAD_END_DATE (//)
End date
;
GAD_FILE (//)
File
;
GAD_DIR (//)
Dir
;
GAD_NUMTIME (//)
Num
;
GAD_MODEL_FILE (//)
Model file:
;
GAD_OUTPUT_FILE (//)
Output file:
;
GAD_USE_TRANSLATION (//)
Use translation
;
GAD_GENERATE(//)
gGenerate file
;
;*********************************** listview titles
HOSTNAME (//)
\033bhostname
;
TXT_IN (//)
in:
;
TXT_OUT (//)
out:
;
TXT_HOSTNAME (//)
\033b\033chostname
;
TXT_LOGIN (//)
\033b\033clogin
;
TXT_DOWNLOADED (//)
\033bdownloaded
;
TXT_UPLOADED (//)
\033buploaded
;
TXT_TIMED (//)
\033btimed
;
TXT_TOTAL (//)
Total size: \033b%ls\033n - \033rTotal time: \033b%s\033n\n\
\033lTotal uploaded: \033b%ls\033n - \033rTotal downloaded: \033b%ls
;
TXT_PURCENT (//)
size: \033b%ld%%\033n - time: \033b%ld%%\033n
;
TXT_FILE_STAT_IN (//)
In transfer  of this file: \033b%ld.
;
TXT_FILE_STAT_OUT (//)
Out transfer of this file: \033b%ld.
;
;*********************************** MSGS
CHOOSE_FILE (//)
Choose a file...
;
;*********************************** SHORT HELP
SH_SORT_BY (//)
Allow you to change\n\
the sort method!
;
SH_LOGFILE (//)
Change the logfile name!
;
SH_FILE_STAT (//)
Allow to see file transfer statistics.
;
SH_END_DATE2 (//)
Allow you to set a end date\n\
for parsing the logfile.
;
SH_START_DATE2 (//)
Same as end date, but for start!
;
SH_END_DATE_METH (//)
Method to apply to set the\n\
end date of parsing!
;
SH_START_DATE_METH (//)
Method to apply to set the\n\
start date of parsing!
;
SH_TOP (//)
How many top user is saved.
;
SH_RANK (//)
Display the rank of user.
;
SH_SIZE (//)
Display the size in bytes.
;
SH_NUMFILE (//)
Display the number of files.
;
SH_NAME (//)
Display the name of user:\n\
hostname or login depending on\n\
the preferences settings!
;
SH_TIME (//)
Display the total time\n\
of transfert of user.
;
SH_START_DATE (//)
Display the date ot first transfer!
;
SH_END_DATE (//)
Display the date ot last transfer!
;
SH_FILE (//)
Display the file name.
;
SH_DIR (//)
Display the whole directory path.
;
SH_TOTAL (//)
Display total info.
SH_UPLOAD (//)
Display upload info.
;
SH_DOWNLOAD (//)
Display download info.
;
SH_MODEL_FILE (//)
Used file to construct\n\
the output file!
;
SH_OUTPUT_FILE (//)
Name of the generated file.
;
SH_USE_TRANSLATION (//)
Use translation of catalog file\n\
to build the output file, or use\n\
built-in english langage?
;
