;;
;; OnyxBase 1.0 cd file
;; 1998-07-23
;;
#language english
#version 1
#basename OnyxBase
;
;GUI text
;
TXT_FIRSTNAME(//)
Firstname:
;
TXT_LASTNAME(//)
Lastname:
;
TXT_NICKNAME(//)
Nickname:
;
TXT_ADDRESS(//)
Address:
;
TXT_ZIPCODE(//)
Zip code:
;
TXT_CITY(//)
City/State:
;
TXT_COUNTRY(//)
Country:
;
TXT_EMAIL(//)
Email:
;
TXT_URL(//)
URL:
;
TXT_PHONE(//)
Phone:
;
TXT_OTHER(//)
Other:
;
;Buttons
;
BUTTON_ADD(//)
_Add
;
SHCUT_ADD(//)
a
;
BUTTON_DELETE(//)
_Delete
;
SHCUT_DELETE(//)
d
;
BUTTON_SORT(//)
_Sort
;
SHCUT_SORT(//)
s
;
BUTTON_SEARCH(//)
Search
;
BUTTON_CALLNUMBER(//)
D_ial
;
SHCUT_CALLNUMBER(//)
i
;
BUTTON_SENDEMAIL(//)
_Email
;
SHCUT_SENDEMAIL(//)
e
;
BUTTON_GOHOMEPAGE(//)
_Homepage
;
SHCUT_GOHOMEPAGE(//)
h
;
BUTTON_PREFERENCES(//)
_Preferences
;
SHCUT_PREFERENCES(//)
p
;
;Menu Project
;
MENU_PROJECT(//)
Project
;
MENU_NEW(//)
New
;
SHCUT_MENUNEW(//)
n
;
MENU_OPEN(//)
Open file
;
SHCUT_MENUOPEN(//)
o
;
MENU_APPEND(//)
Append..
;
MENU_SAVE(//)
Save file
;
SHCUT_MENUSAVE(//)
w
;
MENU_SAVEAS(//)
Save as..
;
MENU_ABOUT(//)
About..
;
SHCUT_MENUABOUT(//)
?
;
MENU_QUIT(//)
Quit
;
SHCUT_MENUQUIT(//)
q
;
;Menu Edit 
;
MENU_EDIT(//)
Edit
;
MENU_COPY(//)
Copy
;
MENU_PASTE(//)
Paste
;
MENU_FIRSTNAME(//)
Firstname
;
MENU_LASTNAME(//)
Lastname
;
MENU_NICKNAME(//)
Nickname
;
MENU_ADDRESS(//)
Address
;
MENU_ZIPCODE(//)
Zip code
;
MENU_CITY(//)
City
;
MENU_COUNTRY(//)
Country
;
MENU_EMAIL(//)
Email
;
MENU_URL(//)
URL
;
MENU_PHONE(//)
Phone
;
MENU_OTHER(//)
Other
;
MENU_ADDPOST(//)
Add post
;
SHCUT_MENUADDPOST(//)
a
;
MENU_DELPOST(//)
Delete post
;
SHCUT_MENUDELPOST(//)
d
;
MENU_SORT(//)
Sort
;
MENU_SORTFIRST(//)
Firstname
;
MENU_SORTLAST(//)
Lastname
;
MENU_SEARCH(//)
Search
;
MENU_SEARCHFIRST(//)
Firstname
;
MENU_SEARCHLAST(//)
Lastname
;
;Misc - texts..
;
TXT_ABOUTREQ(//)
About OnyxBase...
;
TXT_ABOUT(//)
OnyxBase is a userdatabase with lots of features.\n\nThe program can communicate directly with internet programs,\nsuch as email and web-browser softwares.\nThe program has also built-in DTMP-tone sender for use when calling.\n\nAuthor : Stefan Blixth (develin@alfaskop.net)
;
TXT_INFOREQ(//)
Information!
;
TXT_NOOBFILE(//)
No OnyxBase file!
;
TXT_NOOPENFILE(//)
Could not open the file for some reason!
;
TXT_SORT(//)
Sort type
;
BUTTONS_SORT(//)
Lastname|Firstname|Cancel
;
TXT_OPEN(//)
There are unsaved data!
;
BUTTONS_OPEN(//)
Continue|Append|Cancel
;
TXT_NEW(//)
There are unsaved data!
;
BUTTONS_NEW(//)
Save|Clear|Cancel
;
ASL_OPEN(//)
Open #?.onx file
;
ASL_SAVE(//)
Save #?.onx file
;
BUTTON_OK(//)
OK
;
TXT_POST0(//)
Post 0 of 0 
;
TXT_POST(//)
Post
;
TXT_POSTOF(//)
of
;
TXT_DEMOVERSION(//)
This function is not enable in this demo-version!
;
TXT_NOFIND(//)
Could not find the file!
;
TXT_FILESAVED(//)
The file is saved!
;
TXT_NOFILESAVE(//)
There is nothing to save!
;
TXT_NOSAVEFILE(//)
Could not save the file for some reason!
;
TXT_NEWPOST(//)
-new post-
;
TXT_PREFSGUI(//)
OnyxBase - Preferences
;
TXT_EMAILPRG(//)
Email-program :
;
TXT_WEBPRG(//)
Web-browser :
;
TXT_DIALDELAY(//)
Dial delay :
;
BUTTON0_DIALDELAY(//)
No delay
;
BUTTON1_DIALDELAY(//)
0.05 second
;
BUTTON2_DIALDELAY(//)
0.5 second
;
BUTTON3_DIALDELAY(//)
1 second
;
BUTTON4_DIALDELAY(//)
2 seconds
;
TXT_SPEAKER(//)
Speaker :
;
BUTTON1_SPEAKER(//)
Left
;
BUTTON2_SPEAKER(//)
Right
;
TXT_APRIORITY(//)
Audio priority:
;
BUTTON_SAVEPREFS(//)
Save
;
BUTTON_USEPREFS(//)
Use
;
PORT_ERROR1(//)
Can not communicate with AMosaic!
;
PORT_ERROR2(//)
Can not communicate with AWeb!
;
PORT_ERROR3(//)
Can not communicate with IBrowse!
;
PORT_ERROR4(//)
Can not communicate with Mindwalker!
;
PORT_ERROR5(//)
Can not communicate with Voyager!
;
PORT_ERROR6(//)
Can not communicate with AEmail!
;
PORT_ERROR7(//)
Can not communicate with Eucalyptus!
;
PORT_ERROR8(//)
Can not communicate with Voodoo!
;
PORT_ERROR9(//)
Can not communicate with YAM!
;
TXT_QUITOB(//)
Are you sure you want to quit OnyxBase?
;
TXT_FILEEXISTS(//)
A file with that name already exist!\nWould you like to overwrite it?
;
BUTTON_YESNO(//)
Yes|No
;