Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
sunbelt-plb-samples/agenda/agenda2_tran.inc at main · KcsDev1982/sunbelt-plb-samples · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
KcsDev1982
/
sunbelt-plb-samples
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
5
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
main
Breadcrumbs
sunbelt-plb-samples
/
agenda
/
agenda2_tran.inc
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
132 lines (132 loc) · 5.66 KB
main
Breadcrumbs
sunbelt-plb-samples
/
agenda
/
agenda2_tran.inc
Copy path
Top
File metadata and controls
Code
Blame
132 lines (132 loc) · 5.66 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
*
--
-------------------------------------------------------------
.
.
Module
Name
: agenda2_tran.inc
. Description: The Agenda2 Translation
File
.
. Revision History:
.
...............................................................................
. Translation Considerations:
.
. The following initialized string may be translated into any language.
. These strings are
all
the literals used
in
AGENDA2
2.8
, but others may
. be added on a later version. Should this occur, new literals will be added
.
to
the
end
of
this
file
.
.
. The strings below are separated into three sections, Months, Menus,
and
.
all
other Miscellaneous data items.
.
1
) Notes on Months.
. Months can be translated
as
is
to
the desired language, keeping
in
. mind the three character abbreviation.
.
2
) Notes on Menus.
. The translator will need
to
note the significance
of
the following
. variables (the main menu
is
used
as
an example) :
. A) The
function
names
are defined first. These can be translated
as
.
is
into any language. (note,
for
the system main menu the spacing
. within the quotes must be maintained
as
is
to
ensure the main menu
. appears correctly on the opening screen)
. .
. . System Menu Functions
. .
. SFUNC1 INIT
"
Calendar
"
. SFUNC2 INIT
"
Messages
"
. SFUNC3 INIT
"
Users
"
. SFUNC4 INIT
"
Directory
"
. SFUNC5 INIT
"
Notes
"
. SFUNC6 INIT
"
Alarm
"
. SFUNC7 INIT
"
Plan
"
. SFUNC8 INIT
"
Logon
"
. SFUNC9 INIT
"
Exit
"
. B) The two variables below
do
not
need any translation
and
are just
. here
for
menu completeness.
. FUNCDESC DIM
21
. SFUNC FORM
"
01
"
. C) The *LETS variable contains the capital letter used
to
key over
to
. that menu item,
and
*LETS2 contains the lower
case
of
the same letters
. so both upper
and
lower
case
are available. These should be translated
. accordingly. THE *POS variable contains the horizontal position,
as
. a two character number,
for
each menu item.
For
example, Calendar will
. be placed at horizontal position
"
02
"
, Messages at
"
13
"
,. . .,
and
. Exit at
"
75
"
. These can be changed
to
fit your needs.
. SLETS INIT
"
CMUDNAPLE
"
. SLETS2 INIT
"
cmudnaple
"
. SFPOS INIT
"
021324324452606775
"
.
3
) Notes on Miscellaneous data items.
. These can be translated directly, note that the spacing on the Telephone
. message flags
and
the User status variables must be
as
is
. Also,
. spaces that occur at the beginning
or
end
of
strings are there
for
. proper spacing among data items
and
should be maintained, N
'
s or
. Y
'
s that occur after
'
?
'
in
strings represent
'
Yes
'
or
'
No
'
and
. should be translated
in
this way.
...............................................................................
.
.
VERSION INIT
"
3.0.A
"
Reserve
6
Positions
*
. Months
.
JAN INIT
"
Jan
"
* January
FEB INIT
"
Feb
"
* February
MAR INIT
"
Mar
"
* March
APR INIT
"
Apr
"
* April
MAY INIT
"
May
"
* May
JUN INIT
"
Jun
"
* June
JUL INIT
"
Jul
"
* July
AUG INIT
"
Aug
"
* August
SEP INIT
"
Sep
"
* September
OCT INIT
"
Oct
"
* October
NOV INIT
"
Nov
"
* November
DEC INIT
"
Dec
"
* December
*
. Exit Menu
.
FUNC1 INIT
"
Exit
"
* Exit Function
FUNC2 INIT
"
Restore
"
* Restore Function
FUNC3 INIT
"
reOrganize
"
* Reorganize Function
CMDLETS INIT
"
ERO
"
* Command Letters
CMDPOS INIT
"
020919
"
*
Function
Positions
FUNC FORM
"
01
"
*
Function
Number
*
. Miscellaneous Data Items
.
AG2TIT INIT
"
Agenda
"
AM INIT
"
am
"
AUTOMSG INIT
"
automatically
"
* Informative Message
BRERR INIT
"
A2$CMD4: Branch Error - Func:
"
CHERR INIT
"
CFAIL: Error Chaining to AGENDA.
"
NOCONT INIT
"
NOCONT: Control File Not Found.
"
NOTEMSG INIT
"
Note
"
* Note Message
NO INIT
"
No
"
* Negative Response
NUERR INIT
"
NOUSERS: User File Failed to Open.
"
PM INIT
"
pm
"
RESTSYST INIT
"
Restore the System Upon Completion ? N
"
ROLLFAIL INIT
"
Rollout Failed.
"
SECPASS INIT
"
Security Password:
"
SS1 INIT
"
The Agenda System is currently shutdown. It was taken
"
:
"
down on
"
SS2 INIT
"
at
"
SS3 INIT
"
by
"
SS4 INIT
"
for
"
SS5 INIT
"
It is scheduled to
"
SS6 INIT
"
return on
"
SS7 INIT
"
at
"
SS8 INIT
"
You may choose one of four actions.
"
SS9 INIT
"
The Exit function will terminate
"
SS10 INIT
"
this program. The
"
SS11 INIT
"
Restore function will allow the user to bring the
"
SS12 INIT
"
system back up. The Reorganize function will reorganize the Agenda
"
SS13 INIT
"
"
SS14 INIT
"
system files. If no
"
SS15 INIT
"
action is taken, this program will simply await
"
SS16 INIT
"
the restoration of the system.
"
SSM INIT
"
System Shutdown Monitor
"
SYSREST INIT
"
Agenda System Restored.
"
AG2TITNI INIT
"
Agenda
"
CHERRNI INIT
"
CFAIL: Error Chaining to AGENDA.
"
SS1NI INIT
"
The Agenda System is currently shutdown. It was taken
"
:
"
down on
"
SS14NI INIT
"
system files. If no
"
SYSRSTNI INIT
"
Agenda System Restored.
"
.
. ***
End
***
.
You can’t perform that action at this time.