> For the complete documentation index, see [llms.txt](https://sandbox-docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sandbox-docs.verifone.com/s-adk-5.1-programmers-guide/readme/examples/en-_u_s_8ctlg-example.md).

# en-US.ctlg

```cpp
txt_battery_failure=Battery failure!
txt_enter_password=Enter password:
txt_bad_password=Invalid password
txt_sleep=Sleep
txt_deep_sleep=Deep Sleep
txt_hibernate=Hibernate
txt_reboot=Reboot
txt_shutdown=Shutdown
txt_sysmode=Sysmode
txt_car_charger=Car charger
txt_battery_fault=Battery fault!
txt_battery_low=Battery too low!
txt_battery_low_charging=Battery too low! Charging...
txt_gui_init=GUI init...
txt_cpr_init=CPR init...
txt_nfy_init=NFY init...
txt_pm_init=PM init...
txt_reg_init=REG init...
txt_evt_init=EVT init...
txt_cmd_init=CMD init...
txt_statusbar_init=Statusbar init...
txt_hotkey_init=Hotkey init...
txt_manifest_files=Processing manifest files...
txt_start_app_failed=Failed to start <?var appid?>
txt_start_app=Starting <?var appid?>
txt_starting_applications=Starting applications...
txt_stopping_applications=Stopping applications...
txt_done=done!
txt_control_panel=Control Panel
txt_back=Back
txt_autolaunch=Autolaunch
txt_system=System
txt_adk_info=ADK
txt_power_panel=Power panel
txt_adk_version=ADK version
txt_mac_version=MAC version:
txt_mac_lib_version=MAC lib version:
txt_gui_version=GUI version:
txt_gui_lib_version=GUI lib version:
txt_sys_version=SYS version:
txt_sys_lib_version=SYS lib version:
txt_pm_version=PM version:
txt_pm_lib_version=PM lib version:
txt_log_lib_version=LOG lib version:
txt_ipc_version=IPC version:
txt_mode_name=Model name
txt_part_no=Part number
txt_os_ver=OS version
txt_boot_ver=Boot version
txt_sn=Serial number
txt_hw_string=HW string
txt_sponsor=Sponsor
txt_battery=Battery
txt_sponsor_sn=Sponsor S/N
txt_ram=RAM (KiB)
txt_flash=FLASH (KiB)
txt_exe_part=Executable storage (KiB)
txt_data_part=Data storage (KiB)
txt_availible=Available:
txt_status=Status:
txt_voltage=Voltage:
txt_capacity=Capacity:
txt_charge_level=Charge level:
txt_soh=State of health:
txt_temp=Temperature:
txt_charging=Charging:
txt_powered=Powered:
txt_app_list=Application List
txt_notifications=Notifications
txt_info=Info
txt_warning=Warning
txt_error=Error
txt_ok=Ok
txt_clear=Clear
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sandbox-docs.verifone.com/s-adk-5.1-programmers-guide/readme/examples/en-_u_s_8ctlg-example.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
