#language english
#version 253
#basename DRemindPrefs
;
; Dates
; NOTE: ALWAYS 3 chars for the 12 following items!
;
M_JAN(/3/)
Jan
M_FEB(/3/)
Feb
M_MAR(/3/)
Mar
M_APR(/3/)
Apr
M_MAY(/3/)
May
M_JUN(/3/)
Jun
M_JUL(/3/)
Jul
M_AUG(/3/)
Aug
M_SEP(/3/)
Sep
M_OCT(/3/)
Oct
M_NOV(/3/)
Nov
M_DEC(/3/)
Dec
;
LM_JAN(//)
January
LM_FEB(//)
February
LM_MAR(//)
March
LM_APR(//)
April
LM_MAY(//)
May
LM_JUN(//)
June
LM_JUL(//)
July
LM_AUG(//)
August
LM_SEP(//)
September
LM_OCT(//)
October
LM_NOV(//)
November
LM_DEC(//)
December
;
W_SUN(//)
Sunday
W_MON(//)
Monday
W_TUE(//)
Tuesday
W_WED(//)
Wednesday
W_THU(//)
Thursday
W_FRI(//)
Friday
W_SAT(//)
Saturday
;
SW_SUN(//)
Sun
SW_MON(//)
Mon
SW_TUE(//)
Tues
SW_WED(//)
Wed
SW_THU(//)
Thurs
SW_FRI(//)
Fri
SW_SAT(//)
Sat
;
; Menus
;
M_PROJECT(//)
Project
M_TOOLS(//)
Tools
M_ABOUT(//)
About..
M_ABOUTMUI(//)
About MUI..
M_ONYXSOFT(//)
OnyxSoft
M_QUIT(//)
Quit
M_MUISETTS(//)
MUI-settings..
;
; Main-GUI
;
MG_TITLE(//)
DRemindPrefs v2.53 by Deniil 715!
; I will appreciate if you dont change this to much, thanx!
;
MG_REMITEMS(//)
--=* Remind-Items *=--
MG_MAIN(//)
Main page
MG_EXTRAS(//)
Extras..
MG_REMOPTS(//)
Options
MG_ADD(//)
Add
MG_DELETE(//)
Delete
MG_CLEAR(//)
Clear All
MG_DUPLICATE(//)
Duplicate
MG_SEARCH(//)
Search
MG_LOAD(//)
Load
MG_SAVE(//)
Save
MG_DATE(//)
Date:
MG_TIME(//)
Time:
MG_REMIND(//)
What to remind about:
MG_REM(//)
Remind active:
MG_REMONTIME(//)
Remind on Time
MG_REMONSTART(//)
Remind on Startup
MG_REMONCE(//)
Remind ONCE on startup
MG_PRINTDATE(//)
Compute on Printed date
MG_STARTDATE(//)
Compute on Startup date
MG_WEEKDAY(//)
WeekDay:
MG_REMTYPE(//)
RemindType:
MG_RTSING(//)
Single
MG_RTDAILY(//)
Daily
MG_RTWEEK(//)
Weekly
MG_RTMON(//)
Monthly
MG_RTYEAR(//)
Yearly
MG_RTDAYS(//)
Day interval
MG_RTTIME(//)
Time interval
MG_SHOWDATE(//)
Show Date
MG_GETDATE(//)
Get Date
MG_WEEKDAYS(//)
Weekdays
;
MG_NOOPTS(//)
No options for this remind-type.
MG_EXTRAREM0(//)
No extra remind.
MG_EXTRAREM1(//)
An extra remind \\d day(s) after the specified one
MG_EXTRAREM2(//)
An extra remind \\d day(s) before the specified one
MG_DAYFREQ(//)
Remind will appear after every \\d days
MG_TIMEFREQ(//)
Remind will appear after every \\s hours
;
; Option-GUI
;
OG_RTITLE(//)
Special remind-options!
OG_STITLE(//)
Remind-independent options!
OG_EXTRAS1(//)
Extras - page 1
OG_EXTRAS2(//)
Extras - page 2
OG_DISPLAY(//)
Display
OG_DATEFORM(//)
Dateform
OG_DDMMMYY(//)
dd-mmm-(yy)yy
OG_DDMMYY(//)
dd-mm-(yy)yy
OG_MMDDYY(//)
mm/dd/(yy)yy
OG_YYMMDD(//)
(yy)yy-mm-dd
OG_TIMEFORM(//)
Timemode
OG_TWENTY(//)
24 Hours (Real)
OG_TWELVE(//)
12 Hours (AM/PM)
OG_CURFONT(//)
Your current font is
OG_INCDAYS(//)
Included days:
OG_INCMONTHS(//)
Included months:
OG_INCALLDAYS(//)
Include all days
OG_INCALLMONTH(//)
Include all months
OG_APPMENU(//)
Use Workbench Appmenu in the Tools-menu
OG_POPTOFRONT(//)
Pop WB to front when a message arrives
OG_DPSR(//)
Delete passed Single-reminds
OG_QUITREQ(//)
Enable Quit-requester
OG_DISBEEP(//)
DisplayBeep() when reminding
OG_USEGOODI(//)
Use DRemind goodies
OG_GOODIPATH(//)
Goodiepath
OG_INTERVAL(//)
Remindcheck interval in seconds
OG_SAVETEMP(//)
Remember temporary reminds after reboot
OG_START2ONCE(//)
Enable temporary Start->Once button
OG_USESYS(//)
Use "system-like" reminder window
OG_DELBUT(//)
Enable Delete and Disable from remind window
OG_REPALLERR(//)
Report all errors
OG_GUIFONT(//)
Remind font
OG_PREFSPATH(//)
PrefsPath
OG_SELPREFSPATH(//)
Select Prefspath
OG_GETOLD(//)
<- Get old Path
OG_ACCEPT(//)
Accept
OG_DAYFREQ(//)
Day frequency
OG_HOURFREQ(//)
Time-interval
OG_PREREM(//)
Additional remind
OG_DAYABER(//)
Day aberration (-=pre, +=post)
OG_INACTIVATE(//)
Inactivate
OG_REMINDER(//)
Reminder
OG_EXTEND(//)
Extended
OG_NORMAL(//)
Normal
OG_RESTR(//)
Restricted
OG_NOOPTS(//)
This type of\n\
remind does not\n\
have any extra\n\
settings to edit!
OG_NOREMS(//)
No remind to edit!
;
F_ACTIV(//)
Activation
F_POPUP(//)
Pop up window
F_EXECUTE(//)
Execute file
F_BOTHWF(//)
Both window & file
F_FILE(//)
File:
F_PRI(//)
Pri:
F_AREXX(//)
ARexx
F_USEAREXX(//)
Use arexx
F_ONLYAREXX(//)
Only arexx
F_XCOMM(//)
Command:
F_XPORT(//)
Port:
F_TIME1(//)
Remind Any time!
F_TIME2(//)
Only remind Before this time
F_TIME3(//)
Only remind After this time
;
; Lister- and Sort-GUI
;
LS_TITLE(//)
Main GUI settings
SL_TITLE(//)
Lister, Sort
LG_TITLE(//)
Remind-lister settings
SG_TITLE(//)
Sort
SG_SORTBY(//)
Press the type you want to sort by:
SG_REVERSE(//)
Reverse sorting
SG_UNSORT(//)
Unsort
SL_REMIND(//)
Remind
SL_STATE(//)
State
SL_TYPE(//)
Type
SL_TIME(//)
Time
SL_DATE(//)
Date
SL_SHOW(//)
Show
SL_HIDE(//)
Hide
SL_SHOWHIDE(//)
Show'n'Hide
SL_SELSHOWHIDE(//)
Doubleclick on\n\
the elements\n\
in the list to\n\
hide or show the\n\
corresponding\n\
gadget in the\n\
main window. -->
SL_SETDEF(//)
Show all default
SL_DTKNOB(//)
Easy date and time edit
SL_DTSTR(//)
Date- and time-strings
SL_DATESTART(//)
DateOnStart cycle
SL_TIMESTART(//)
TimeOnStart cycle
SL_ACTIVAT(//)
Activation checkmark
SL_OPTTEXT(//)
Options short information
;
; Search-GUI
;
SCG_TITLE(//)
Search-menu
SCG_SRCSTR(//)
Nocase search-string:
SCG_SRCFROMTOP(//)
Search from top
SCG_SRCFROMCUR(//)
Search from cursor
SCG_ENTERSTR(//)
Enter string to search for..
SCG_PRESSSRC(//)
Press one of the searchbuttons
SCG_SEARCHING(//)
Searching for your string..
SCG_NOTFOUND(//)
Couldn't find your string.
SCG_ISFOUND(//)
Found a match for your string!
;
; Time-GUI
;
TG_HOURS(//)
Hours:
TG_MINUTES(//)
Minutes:
;
; Date-GUI
;
DG_DAYS(//)
Days:
DG_MONTHS(//)
Months:
DG_YEARS(//)
Years:
DG_WEEKDAY(//)
WeekDay:
;
; Requesters
;
R_QSAVE_SAVE(//)
Save changes?
R_QSAVEYN(//)
Yea!|No..|Cancel
R_NOBATTCLOCK(//)
Could not open battclock.resource!
R_NOUTILITY(//)
Could not open utility.library v33+!
R_DELOLDPREFS(//)
Should I delete the\nprefs-file in the old place?
R_NOGUI(//)
Could not open window!
R_FULLBUFFER(//)
Buffer is full!!\n\
You can't have more than 2000 reminds..\n\n\
Mail me if you want your dreams to come true!!
R_MAILONYX(//)
Mail OnyxSoft|Cancel
R_DELREMS(//)
Do you really want to delete all reminds??
R_SHOWDATE1(//)
Showing the date and time for this moment:\n\n\
The time is:
R_SHOWDATE2(//)
The date is:
R_SHOWDATE3(//)
Today it is:
R_SHOWDATEGADS(//)
Refresh|Return
R_RELOAD(//)
You haven't saved changes!!\nDo you really wanna reload?
R_RELOADGADS(//)
Yes, reload|No, cancel
R_PREFSERR(//)
Your prefs-file is too old or it isn't a\n\
DRemind-prefsfile at all!\n\
Use DRemPrefsConv v5 to convert your old prefs!
R_EMPTYFILE(//)
File empty!!
R_NOPREFS(//)
Couldn't load the prefs from:
R_PATHERR(//)
Couldn't write the path in\n"ENVARC:DRemind.Path"!
R_PATHERRGADS(//)
Proceed anyway|Cancel save
R_QUIT(//)
Wanna quit now??
R_QUITGADS(//)
Yea|No!!
R_WERR(//)
Could not write to
R_NOASLREQ(//)
Could not open requester!
R_NOASL(//)
Could not open asl.library v37+!!
R_NOAPPL(//)
Could not create MUI application!
R_SMALLGUI(//)
Your screen is too small!  (get a monitor..)\n\n\
DRemindPrefs will exclude some parts of the\n\
GUI to make it fit, there among the arexxsupport.\n\
Try getting into "Main GUI settings" where you\n\
can get back some buttons..
R_STILLSMALL(//)
Still can\at open the GUI!  Sorry.. :-(
R_YN(//)
Yes|No
R_OUTOFMEM(//)
Out of memory!
;
; Other
;
L_ERROR(//)
Error!!!
;
; NOTE: Max 5 chars for the three (3) following items!!
S_ERROR(//)
Error
START(//)
Start
ONCE(//)
Once
ON(//)
On
OFF(//)
Off
STARTDATE(//)
StartDate
OK(//)
OK
CANCEL(//)
Cancel
CLOSE(//)
Close
QUIT(//)
Quit
;
SOMETHING(//)
Select something!
AGUIFONT(//)
Select GUI-font
REQ_MENU(//)
DRemindPrefs v2.53
;
; About
;
H_ABOUTDR(//)
About DRemindPrefs v2.53 by Deniil 715!\n\n\
DRemind is made in Amiga-E for OnyxSoft!\n\n\
With DRemindPrefs can you specify up to 2000\n\
reminds of different types: Single, Daily, Weekly,\n\
Monthly, Yearly, "Day-interval" or "Time-interval"-remind!
H_ABOUTDRGADS(//)
OnyxSoft|Cancel
