Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
2,546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.33 KB | None | 0 0
  1. screen.welcome.welcome=Congratulations on bringing CAS online! To learn how to authenticate, please review the default authentication handler configuration.
  2. screen.welcome.security=For security reasons, please <a href="logout">log out</a> and exit your web browser when you are done accessing \
  3. services that require authentication!
  4. screen.welcome.instructions=Enter your Username and Password
  5. screen.welcome.label.netid=<span class="accesskey">U</span>sername:
  6. screen.welcome.label.netid.accesskey=u
  7. screen.welcome.label.password=<span class="accesskey">P</span>assword:
  8. screen.welcome.label.password.accesskey=p
  9. screen.welcome.label.publicstation=I am at a public workstation.
  10. screen.welcome.label.warn=<span class="accesskey">W</span>arn me!
  11. screen.welcome.label.warn.accesskey=w
  12. screen.welcome.label.warnremove=Do not warn me again
  13. screen.welcome.button.login=LOGIN
  14. screen.welcome.button.logout=LOGOUT
  15. screen.welcome.button.loginwip=One moment please...
  16. screen.welcome.button.register=Register
  17. screen.welcome.button.print=Print
  18. screen.welcome.button.clear=CLEAR
  19. screen.welcome.label.loginwith=Or login with:
  20.  
  21. screen.cookies.disabled.title=Browser cookies disabled
  22. screen.cookies.disabled.message=Your browser does not accept cookies. Single Sign On WILL NOT WORK.
  23.  
  24. screen.pm.button.submit=SUBMIT
  25. screen.pm.button.cancel=CANCEL
  26. screen.pm.button.forgotpwd=<a href="https://pwd.example.org">Forgot your password? </a>
  27. screen.pm.button.resetPassword=Reset your password
  28. screen.pm.reset.username=Username:
  29. screen.pm.reset.heading=Password Reset Failed
  30. screen.pm.reset.message=We were unable to process your password reset request at this time.
  31. screen.pm.reset.qstitle=Answer Security Questions
  32. screen.pm.reset.qsmsg=Welcome <strong>{0}</strong>. Before you can reset your password, you must answer the following security questions.
  33. screen.pm.reset.sentInstructions=You should shortly receive an email with follow-instructions to reset your password. Please do not take \
  34. long as the password reset instructions may expire.
  35. screen.pm.reset.sent=Password Reset Instructions Sent Successfully.
  36. screen.pm.reset.title=Reset your password
  37. screen.pm.reset.instructions=Please provide your username. You will receive an email with follow-up instructions on how to reset \
  38. your password.
  39. screen.aup.button.accept=ACCEPT
  40. screen.aup.button.cancel=CANCEL
  41.  
  42. screen.consent.confirm=CONFIRM
  43. screen.consent.cancel=CANCEL
  44.  
  45. screen.consent.title=Attribute Consent
  46.  
  47. screen.nonsecure.title=Non-secure Connection
  48. screen.nonsecure.message=You are currently accessing CAS over a non-secure connection. Single Sign On WILL NOT WORK. In order to have single sign on work, you MUST log in over HTTPS.
  49.  
  50. screen.defaultauthn.title=Static Authentication
  51. screen.defaultauthn.heading=CAS is configured to accept a static list of users for primary authentication. Please be advised that this is ONLY useful for demo purposes.
  52.  
  53. logo.title=go to Apereo home page
  54. copyright=Copyright &copy; 2005&ndash;2017 Apereo, Inc.
  55. screen.capslock.on = CAPSLOCK key is turned on!
  56. screen.button.continue=Continue
  57. screen.post.response.message=You are being redirected to {0}.
  58.  
  59. # Remember-Me Authentication
  60. screen.rememberme.checkbox.title=Remember Me
  61.  
  62. # Gua
  63. screen.gua.confirm.message=If you do not recognize this image as yours, do NOT continue.
  64.  
  65. # Blocked Errors Page
  66. screen.blocked.header=Access Denied
  67. screen.blocked.message=You've entered the wrong password for the user too many times. You've been throttled.
  68. AbstractAccessDecisionManager.accessDenied=You are not authorized to access this resource. Contact your CAS administrator for more info.
  69.  
  70. #Confirmation Screen Messages
  71. screen.confirmation.message=You asked to be warned before logging into applications. Please proceed.
  72. screen.authentication.warning=Authentication Succeeded with Warnings
  73.  
  74. #Generic Success Screen Messages
  75. screen.success.header=Log In Successful
  76. screen.success.success=You, <strong>{0}</strong>, have successfully logged into the Central Authentication Service. However, you are seeing \
  77. this page because CAS does not know about your target destination and how to get you there. Examine the authentication request again and \
  78. make sure a target service/application that is authorized and registered with CAS is specified.
  79. screen.success.security=When you are finished, for security reasons, please <a href="logout">log out</a> and exit your web browser.
  80.  
  81. #Logout Screen Messages
  82. screen.logout.confirm.header=Do you want to log out completely?
  83. screen.logout.confirm.text=An application may have redirected you to the Central Authentication Service \
  84. to completely log you out and destroy your single sign-on session. If you choose to log out, you will be asked again \
  85. to provide your credentials and re-autheticate once you attempt to access an application.<p><p><br>Do you want to proceed?
  86.  
  87. screen.logout.header=Logout successful
  88. screen.logout.success=You have successfully logged out of the Central Authentication Service. You may <a href="login">log in</a> again.
  89. screen.logout.fc.success=You have successfully logged out of the Central Authentication Service. Given single logout is enabled with CAS, \
  90. the following list of applications are <strong> only notified</strong> to log you out and destroy your user session. Remember that this \
  91. is just a notification, not a guarantee. It is up the application itself to honor these notifications and properly take action to log you \
  92. out.
  93. screen.logout.security=For security reasons, exit your web browser.
  94. screen.logout.redirect=The service from which you arrived has supplied a <a href="{0}">link you may follow by clicking here</a>.
  95.  
  96. screen.service.sso.error.header=Re-Authentication Required to Access this Service
  97. screen.service.sso.error.message=You attempted to access a service that requires authentication without re-authenticating. Please try authenticating again</a>.
  98. screen.service.required.message=You attempted authentication without specifying the target application. Please re-examine the request and try again.
  99.  
  100. captchaError=reCAPTCHA validation failed.
  101. username.required=Username is a required field.
  102. password.required=Password is a required field.
  103.  
  104. # Password Management
  105. confirmedPassword.required=Password must be confirmed.
  106. pm.passwordsMustMatch=Provided passwords do not match.
  107. pm.passwordFailedCriteria=Provided password does not satisfy the password security policy. Please try again.
  108. pm.updateFailure=Account password could not be modified. Please try again.
  109.  
  110. # Authentication failure messages
  111. authenticationFailure.AccountDisabledException=This account has been disabled.
  112. authenticationFailure.AccountLockedException=This account has been locked.
  113. authenticationFailure.CredentialExpiredException=Your password has expired.
  114. authenticationFailure.InvalidLoginLocationException=You cannot login from this workstation.
  115. authenticationFailure.InvalidLoginTimeException=Your account is forbidden to login at this time.
  116. authenticationFailure.AccountNotFoundException=Invalid credentials .
  117. authenticationFailure.FailedLoginException=Invalid credentials .
  118. authenticationFailure.AccountPasswordMustChangeException=Your account password has expired and must be changed.
  119. authenticationFailure.UnauthorizedServiceForPrincipalException=Service access denied due to missing privileges.
  120. authenticationFailure.UNKNOWN=Invalid credentials.
  121. authenticationFailure.AuthenticationException=Credentials are rejected/invalid and authentication attempt has failed.
  122.  
  123. INVALID_REQUEST_PROXY=The request is incorrectly formatted. Ensure all required parameters are properly encoded and included.
  124. INVALID_TICKET_SPEC=Ticket failed validation specification. Possible errors could include attempting to validate a Proxy Ticket via a Service Ticket validator, or not complying with the renew true request.
  125. INVALID_REQUEST=service and ticket parameters are both required
  126. INVALID_AUTHENTICATION_CONTEXT=The validation request for [''{0}''] cannot be satisfied. The request is either unrecognized or unfulfilled.
  127. INVALID_TICKET=Ticket ''{0}'' not recognized
  128. INVALID_PROXY_GRANTING_TICKET=PGT already generated for this ST. Cannot grant more than one PGT for ST
  129. INVALID_SERVICE=Ticket ''{0}'' does not match supplied service. The original service was ''{1}'' and the supplied service was ''{2}''.
  130. INVALID_PROXY_CALLBACK=The supplied proxy callback url ''{0}'' could not be authenticated. Either ''{0}'' cannot be reached, it is not \
  131. allowed to exercise proxy authentication.
  132. UNAUTHORIZED_SERVICE_PROXY=The supplied service ''{0}'' is not authorized to use CAS proxy authentication.
  133. UNSATISFIED_AUTHN_POLICY=Service access denied due to an unsatisfied authentication policy.
  134.  
  135. screen.service.error.header=Application Not Authorized to Use CAS
  136. service.not.authorized.missing.attr=You are not authorized to access the application as your account \
  137. is missing privileges required by the CAS server to authenticate into this service. Please notify your support desk.
  138. screen.service.error.message=The application you attempted to authenticate to is not authorized to use CAS. \
  139. Contact your CAS administrator to learn how you might register and integrate your application with CAS.
  140. screen.service.empty.error.message=The services registry of CAS is empty and has no service definitions. \
  141. Applications that wish to authenticate with CAS must explicitly be defined in the services registry.
  142.  
  143. # Password policy
  144. password.expiration.warning=Your password expires in {0} day(s). Please <a href="{1}">change your password</a> now.
  145. password.expiration.loginsRemaining=You have {0} login(s) remaining before you <strong>MUST</strong> change your password.
  146. screen.accountdisabled.heading=This account has been disabled.
  147. screen.accountdisabled.message=Please contact the system administrator to regain access.
  148. screen.accountlocked.heading=This account has been locked.
  149. screen.accountlocked.message=Please contact the system administrator to regain access.
  150. screen.expiredpass.heading=Your password has expired.
  151. screen.expiredpass.message=Please <a href="https://changepsw.exampple.org">change your password</a>.
  152. screen.mustchangepass.heading=You must change your password.
  153. screen.mustchangepass.message=Please <a href="https://changepsw.exampple.org">change your password</a>.
  154. screen.badhours.heading=Your account is forbidden to login at this time.
  155. screen.badhours.message=Please try again later.
  156. screen.authnblocked.heading=Authentication attempt is blocked.
  157. screen.authnblocked.message=Your authentication attempt is untrusted and unauthorized from your current workstation.
  158. screen.risk.authnblocked.heading=Authentication attempt is blocked.
  159. screen.risk.authnblocked.message=Your authentication attempt is untrusted and unauthorized from your current workstation.
  160. screen.badworkstation.heading=You cannot login from this workstation.
  161. screen.badworkstation.message=Please contact the system administrator to regain access.
  162.  
  163. screen.pm.success.header=Password Change Successful
  164. screen.pm.success.message=Your account password is successfully updated.
  165.  
  166. screen.pm.confirmpsw=Confirm Password:
  167. screen.pm.enterpsw=Enter Password:
  168.  
  169. screen.pac4j.unauthz.pagetitle=Unauthorized Access
  170. screen.pac4j.unauthz.gotoapp=Goto Application
  171. screen.pac4j.unauthz.login=Back to CAS
  172. screen.pac4j.unauthz.heading=Unauthorized Access
  173. screen.pac4j.unauthz.message=Either the authentication request was rejected/cancelled, or the authentication provider denied access due \
  174. to permissions, etc. Review logs to find the root cause of the issue.
  175.  
  176. # GAuth
  177. screen.authentication.gauth.register=Your account is not registered. Use the below settings to register your device with CAS.
  178. screen.authentication.gauth.key=Secret key to register is {0}
  179.  
  180. # OAuth
  181. screen.oauth.confirm.header=Authorization
  182. screen.oauth.confirm.message=Do you want to grant access to "{0}" ?
  183. screen.oauth.confirm.allow=Allow
  184. screen.oauth.confirm.deny=Deny
  185. cas.oauth.confirm.pagetitle=Approve Access
  186.  
  187. # OIDC
  188. screen.oidc.confirm.infourl=Learn more about {0}.
  189. screen.oidc.confirm.privacyurl=Learn about {0} privacy rules.
  190.  
  191. screen.oidc.confirm.scope.profile=This requests access to the profile claims excluding the address and email claims.
  192. screen.oidc.confirm.scope.email=This requests access to the email claims.
  193. screen.oidc.confirm.scope.address=This requests access to the address claims.
  194. screen.oidc.confirm.scope.openid=This indicates an OpenID Connect authorization request.
  195. screen.oidc.confirm.scope.phone=This requests access to the phone claims.
  196. screen.oidc.confirm.scope.offline_access=This requests access for a refresh token used for offline access.
  197.  
  198. screen.oidc.confirm.asksinfo=The client is asked for the following information:
  199. screen.oidc.confirm.dynamic=This client was dynamically registered at <code>{0}</code>.
  200.  
  201. # Unavailable
  202. screen.unavailable.heading=CAS is unable to process this request: "{0}:{1}"
  203. screen.unavailable.message=There was an error trying to complete your request. \
  204. <strong>Please notify your support desk or try again.</strong> \
  205. <div>Apereo is a non-profit open source software governance foundation. The CAS software is an Apereo sponsored project \
  206. and is freely downloadable and usable by anyone. However, Apereo does not operate the systems of anyone using the \
  207. software and in most cases doesn't even know who is using it or how to contact them unless they are an active part \
  208. of the Apereo community.<br/></br>If you are having problems logging in using CAS, \
  209. <strong>you will need to contact the IT staff or Help Desk of your organization for assistance</strong>. \
  210. <br/><br/>We wish we could be more directly helpful to you.</div>
  211.  
  212. #####################################################################
  213. # SSO Sessions View
  214. #####################################################################
  215. # No sessions found screen
  216. cas.ssosessions.loading=Loading SSO Sessions...
  217. cas.ssosessions.nosessionsfound=No sessions found.
  218. cas.ssosessions.button.refresh=Refresh Page
  219.  
  220. # Report View
  221. cas.ssosessions.report.pagetitle=SSO Sessions Report
  222. cas.ssosessions.report.panel.totalactiveprincipals=Total Active Principals
  223. cas.ssosessions.report.panel.usagecountsessions=Usage Count Sessions
  224. cas.ssosessions.report.panel.totalssosessions=Total SSO Sessions
  225.  
  226. cas.ssosessions.buttons.removeall=Remove All Sessions
  227.  
  228. cas.ssosessions.buttons.filter.all=All
  229. cas.ssosessions.buttons.filter.proxied=Proxied
  230. cas.ssosessions.buttons.filter.nonproxied=Non-Proxied
  231.  
  232. cas.ssosessions.table.header.principal=Principal
  233. cas.ssosessions.table.header.ticketgrantingticket=Ticket Granting Ticket
  234. cas.ssosessions.table.header.authenticationdate=Authentication Date
  235. cas.ssosessions.table.header.usagecount=Usage Count
  236.  
  237.  
  238. # Remove Session AJAX messages
  239. cas.sessions.ajax.error=There appears to be an error. Please try your request again.
  240.  
  241. #####################################################################
  242. # Statistics View
  243. #####################################################################
  244. # Ticket Registry Section
  245. cas.statistics.pagetitle=Statistics View
  246. cas.statistics.loading=Loading...
  247. cas.statistics.section.ticket.title=Ticket Statistics
  248. cas.statistics.section.ticket.panel.unexpiredtgts.title=Unexpired TGTs
  249. cas.statistics.section.ticket.panel.unexpiredsts.title=Unexpired STs
  250. cas.statistics.section.ticket.panel.expiredtgts.title=Expired TGTs
  251. cas.statistics.section.ticket.panel.expiredsts.title=Expired STs
  252. cas.statistics.section.ticket.button=View SSO Sessions
  253.  
  254. # JVM Section
  255. cas.statistics.section.serverstatistics.title=JVM Server Statistics
  256.  
  257. ## memory gauges
  258. cas.statistics.section.serverstatistics.freememorygauge.label=Total JVM Memory
  259. cas.statistics.section.serverstatistics.maxmemorygauge.label=Max Memory
  260.  
  261. ## Uptime
  262. cas.statistics.section.serverstatistics.panel.uptime.title=Uptime
  263.  
  264. ## Server Info
  265. cas.statistics.section.serverstatistics.panel.serverinfo.title=Server Info
  266. cas.statistics.section.serverstatistics.panel.serverinfo.table.property.label=Property
  267. cas.statistics.section.serverstatistics.panel.serverinfo.table.value.label=Value
  268.  
  269. ## Property Names
  270. cas.statistics.section.serverstatistics.panel.serverinfo.table.property.server.label=Server
  271. cas.statistics.section.serverstatistics.panel.serverinfo.table.property.casticketsuffix.label=CAS Ticket Suffix
  272. cas.statistics.section.serverstatistics.panel.serverinfo.table.property.starttime.label=Server Start Time
  273. cas.statistics.section.serverstatistics.panel.serverinfo.table.property.uptime.label=Uptime
  274. cas.statistics.section.serverstatistics.panel.serverinfo.table.property.memory.label=Memory
  275. cas.statistics.section.serverstatistics.panel.serverinfo.table.property.free=free
  276. cas.statistics.section.serverstatistics.panel.serverinfo.table.property.total=total
  277. cas.statistics.section.serverstatistics.panel.serverinfo.table.property.maxmemory.label=Maximum Memory
  278. cas.statistics.section.serverstatistics.panel.serverinfo.table.property.availprocessors.label=Available Processors
  279.  
  280. ##
  281. ## End Statistics View
  282. #####################################################################
  283.  
  284.  
  285.  
  286. #####################################################################
  287. # Logging Dashboard View
  288. #####################################################################
  289. ## General
  290. cas.loggingdashboard.title=Logging Dashboard
  291. cas.loggingdashboard.warning=Modifications applied to the logging configuration are not persisted, and will be lost upon server restarts.
  292. cas.loggingdashboard.loading=Reading logging configuration
  293. cas.loggingdashboard.loading.error=Error loading log configuration. Please try again.
  294. cas.loggingdashboard.button.refresh=Refresh
  295. cas.loggingdashboard.configuration=Configuration
  296. cas.loggingdashboard.loggers=Loggers
  297. cas.loggingdashboard.logger=Logger
  298. cas.loggingdashboard.state=State
  299. cas.loggingdashboard.additive=Additive
  300. cas.loggingdashboard.level=Level
  301.  
  302. ## Log Levels
  303. cas.loggingdashboard.level.off=OFF
  304. cas.loggingdashboard.level.fatal=FATAL
  305. cas.loggingdashboard.level.error=ERROR
  306. cas.loggingdashboard.level.warn=WARN
  307. cas.loggingdashboard.level.info=INFO
  308. cas.loggingdashboard.level.debug=DEBUG
  309. cas.loggingdashboard.level.trace=TRACE
  310. cas.loggingdashboard.level.all=ALL
  311.  
  312. cas.loggingdashboard.activeloggers=Active Loggers
  313. cas.loggingdashboard.state.on=On
  314. cas.loggingdashboard.state.off=Off
  315. cas.loggingdashboard.state.enabled=Enabled
  316. cas.loggingdashboard.state.disabled=Disabled
  317.  
  318.  
  319.  
  320.  
  321. ##
  322. ## End Logging Dashboard View
  323. #####################################################################
  324.  
  325. #####################################################################
  326. # Configuration View
  327. #####################################################################
  328. # Error loading screen
  329. cas.viewconfig.loading=Loading Configuration...
  330. cas.viewconfig.persistence=Changes to application configuration are applied immediately, though at this time they are only persisted in runtime memory \
  331. and last for as long as the CAS server is up and running. Be sure to apply any and all \
  332. changes directly to the underlying configuration if you wish for them to stay with you through server restarts.
  333. cas.viewconfig.errormessage=Error reading configuration
  334. cas.viewconfig.button.refresh=Refresh
  335.  
  336. # Report View
  337. cas.viewconfig.pagetitle=View CAS Configuration
  338. cas.viewconfig.table.column.key=Setting
  339. cas.viewconfig.table.column.value=Value
  340.  
  341. ##
  342. ## End Configuration View
  343. #####################################################################
  344.  
  345. #####################################################################
  346. # Dashboard View
  347. #####################################################################
  348. cas.dashboard.pagetitle=Dashboard View
  349. cas.dashboard.loading=Loading...
  350. cas.dashboard.section.dashboard.title=CAS Dashboard
  351. cas.dashboard.section.configuration.title=Configuration Profiles
  352. cas.dashboard.section.server.functions.title=Server Functions
  353. cas.dashboard.action.button.refresh=Reload CAS Application Context
  354. cas.dashboard.action.button.refresh.modal.title=Refreshing CAS Configuration server to pick up changes to properties and settings.
  355. cas.dashboard.action.button.refresh.modal.message=The server is refreshing your changes. Please give it a few minutes and refresh the page.
  356.  
  357. cas.dashboard.action.button.reboot=Reboot
  358. cas.dashboard.action.button.reboot.modal.title=Rebooting Server
  359. cas.dashboard.action.button.reboot.modal.message=The server is rebooting. Please give it a few minutes and refresh the page.
  360.  
  361. cas.dashboard.action.button.shutdown=Shutdown
  362. cas.dashboard.action.button.shutdown.modal.title=Shutdown Server
  363. cas.dashboard.action.button.shutdown.modal.message=The server will shut down. You will need to manually restart it.
  364.  
  365. cas.dashboard.tooltip.autoconfiguration=Displays an auto-configuration report showing all auto-configuration candidates and the reason why they ‘were’ or ‘were not’ applied.
  366. cas.dashboard.tooltip.beans=Displays a complete list of all the Spring beans in your application.
  367. cas.dashboard.tooltip.mappings=Displays a collated list of all request mapping paths.
  368. cas.dashboard.tooltip.configprops=Displays a collated list of all configuration properties.
  369. cas.dashboard.tooltip.trace=Displays trace information (by default the last 100 HTTP requests).
  370. cas.dashboard.tooltip.metrics=Shows ‘metrics’ information for the CAS application
  371. cas.dashboard.tooltip.info=Displays CAS application info.
  372. cas.dashboard.tooltip.attrresolution=Allows CAS administrators to resolve and examine attributes associated with a given CAS principal.
  373. cas.dashboard.tooltip.health=Shows application health information (when the application is secure, a simple ‘status’ when accessed over an unauthenticated connection or full message details when authenticated).
  374. cas.dashboard.tooltip.env=Exposes properties from Spring container’s environment.
  375. cas.dashboard.tooltip.dump=Performs a thread dump.
  376. cas.dashboard.tooltip.status=Performs a health check on CAS configured monitors and provides status.
  377. cas.dashboard.tooltip.stats=Reports back ticket statistics and memory stats.
  378. cas.dashboard.tooltip.configpanel=Control and configure CAS settings and properties.
  379. cas.dashboard.tooltip.logging=Configure the CAS logging machinery and auto-monitor logs.
  380. cas.dashboard.tooltip.ssostatus=Reports whether the CAS server still maintains an active single sign-on status for this session.
  381. cas.dashboard.tooltip.ssosessions=Display and control the current active SSO sessions.
  382. cas.dashboard.tooltip.authnevents=Reports back a listing of authentication events that have commenced
  383. cas.dashboard.tooltip.trusteddevs=Shows a listing of current registered and trusted devices, relevant to multifactor authentication.
  384. cas.dashboard.tooltip.swf=Shows the current collection of Spring Webflow states, actions, flows and transitions.
  385.  
  386. #####################################################################
  387. # Login View
  388. #####################################################################
  389. #Resources Labels
  390. cas.login.pagetitle=Login
  391. cas.login.resources.header=Links to CAS Resources
  392. cas.login.resources.wiki=Documentation
  393. cas.login.resources.issuetracker=Issue Tracker
  394. cas.login.resources.mailinglist=Mailing Lists
  395. cas.login.resources.chat=Chatroom
  396. cas.login.resources.blog=Blog
  397. cas.login.resources.dashboard=Dashboard
  398.  
  399. ####
  400. # Acceptable Usage Policy View
  401. #
  402. cas.acceptableusagepolicyview.pagetitle=Acceptable Usage Policy View
  403.  
  404. ####
  405. # Attribute Resolution View
  406. #
  407. cas.attrresolutionview.pagetitle=Attribute Resolution
  408. cas.attrresolutionview.label.uid=Username:
  409. cas.attrresolutionview.button.submit=SUBMIT
  410.  
  411. ##
  412. # MFA
  413. ##
  414. cas.mfa.duologin.pagetitle=DuoSecurity Login
  415. cas.mfa.googleauth.pagetitle=Google Authenticator
  416. cas.mfa.googleauth.label.token=Token:
  417. cas.mfa.azure.pagetitle=Microsoft Authenticator
  418. cas.mfa.radius.pagetitle=Radius Authentication
  419. cas.mfa.yubikey.pagetitle=YubiKey Authentication
  420. cas.mfa.u2f.pagetitle=U2F Authentication
  421. cas.mfa.authy.pagetitle=Authy Login
  422.  
  423. cas.mfa.registerdevice.label.title=Register Device
  424. cas.mfa.registerdevice.label.intro=Please name the current device.
  425. cas.mfa.registerdevice.pagetitle=Register Device
  426. cas.mfa.registerdevice.label.name=Name
  427. cas.mfa.registerdevice.button.register=Register
  428.  
  429.  
  430. cas.login.user.placeholder.userName=User name
  431. cas.login.user.placeholder.password=Password
  432. cas.login.rememberMe=Remember me
  433. cas.login.forgetPassword=Forget password
  434. cas.login.Register=Register
  435. cas.login.info.title=Unified gateway
  436. cas.login.info.parag1=Ajman gateway for Intelligent Access We provide you with a smart login service and access to your account in different entities through a unified gateway
  437. cas.login.info.parag2=New user
  438. cas.login.info.parag3=If you do not have an account, please click the Register button to create an account in quick and easy steps
  439. cas.login.info.footer=Ajman Smart Entry gateway, All Rights Reserved
  440. cas.recoverpassword.placeholder.username =User name *
  441. cas.recoverpassword.placeholder.tradeLicence =trade licence number *
  442. cas.recoverpassword.placeholder.eid = emirates id *
  443. cas.recoverpassword.placeholder.passportNumber = Passport number *
  444. cas.recoverpassword.placeholder.countryCode =Country code *
  445. cas.recoverpassword.placeholder.emirate =emirate *
  446. cas.recoverpassword.info.title= RECOVER PASSWORD
  447. cas.screen.welcome.button.recoverpassword=Activate
  448. cas.screen.reset.button.recoverpassword=Reset
  449. cas.resetpassword.placeholder.username =User name *
  450. cas.resetpassword.placeholder.securityCode = Security code *
  451. cas.resetpassword.placeholder.password =Password *
  452. cas.resetpassword.placeholder.Confirmpassword =Confirm password *
  453. cas.recoverpassword.option.Resident =Resident
  454. cas.recoverpassword.option.Tourist =Tourist
  455. cas.recoverpassword.option.Business =Business
  456. cas.recoverpassword.error.1004=error when you try to accomplish this operation
  457. cas.recoverpassword.error.1003=Operation not authorized
  458. cas.recoverpassword.error.100=General error not handled.
  459. cas.resetpassword.success.messagedesc =Security code generated with success
  460. cas.resetpassword.success.messageadvice =Please complete Reset Password
  461. cas.resetpassword.error.100=General error not handled.
  462. cas.resetpassword.error.5002=Password invalid
  463. cas.resetpassword.error.5003=Old password invalid
  464. cas.resetpassword.error.8001=securityCode for reset password is invalid
  465. cas.resetpassword.error.3003=Username invalid
  466. cas.resetpassword.error.5001=Reintialization Origin invalid
  467. cas.resetpassword.error.1004=error when you try to accomplish this operation
  468. cas.resetpassword.error.1003=Operation not authorized
  469. cas.resetpassword.tologin.success.messagedesc =Success Operation, You can login from this
  470. cas.resetpassword.tologin.success.link =link
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement