index_title=UI library demo
index_desc=A live gallery of the widgets in ui-lib.pl, and of the existing forms, buttons and tables to combine them with
index_docs=Developer docs
index_tab_cards=Cards
index_tab_elements=Elements
index_tab_forms=Forms
index_tab_buttons=Buttons
index_tab_accordions=Accordions
index_tab_tables=Tables
index_tab_lists=Lists
index_tab_iconlinks=Icon links
index_cards_desc=Cards are the container for dashboard-style pages. They hold description lists, stat tiles, lists, feeds or plain text, with optional header actions and a footer.
index_elements_desc=Small elements for showing state and progress inside cards and next to text.
index_forms_desc=Forms keep using the existing ui_table_start and ui_table_row layout with the existing controls. The toggle switch and the search box are the only new controls.
index_buttons_desc=Single buttons come from ui_submit, ui_reset and ui_link_button, or from ui_button when only JavaScript should run. The buttons at the end of a form come from ui_form_end, from ui_form_grouped_buttons when actions should be grouped and kept apart, or from ui_form_end_side_by_side to keep Delete away from Save. A delete link should lead to a ui_confirmation_form page. The return buttons under a page come from the URL and text pairs given to ui_print_footer, most specific first, as the config editor page shows.
index_accordions_desc=A settings page in the style of the grub2 module : a table of common settings first, then collapsible sections built with ui_hidden_table_start for the rest, all in one form.
index_tables_desc=Tables are the existing ui_columns_table and ui_form_columns_table, unchanged. The sortable parameter asks the theme for client-side sorting and searching.
index_lists_desc=Lists show entries with a title, a description and trailing details, and an empty state replaces an empty table.
index_iconlinks_desc=A table of icon links to sub-pages, built with the existing icons_table function and small SVG icons from the module, followed by a rule and the action buttons that end an index page. Modules such as SSH Server, grub2 and Webmin Configuration are laid out this way.
index_service=Service
index_boot=Start at boot
index_boot_on=Enabled
index_boot_off=Do not start at boot
index_stop_confirm=Stop the service?
index_card_desc=With a title, a description, header actions and a footer
index_card_actions=Card with actions
index_card_actions_body=Anything can go in the top-right action area — a status badge, links or buttons.
index_card_footer=Footer with secondary information
index_card_state=Card with a state
index_card_state_body=A state option adds a colored accent along the card edge to call attention to it.
index_running=Running
index_failed=Failed
index_pending=Pending
index_stopped=Stopped
index_syncing=Syncing
index_off=Off
index_manage=Manage
index_stats=Stat tiles
index_stats_desc=Large numbers with labels, optionally linked and colored
index_stat_units=Loaded units
index_stat_units_desc=of 141 installed
index_stat_failed=Failed units
index_stat_failed_desc=needs attention
index_stat_uptime=Uptime
index_stat_uptime_desc=since last reboot
index_stat_disk=Disk used
index_stat_disk_desc=on /dev/sda1
index_badges=Badges and inline elements
index_note=A note from ui_note
index_help_demo=Inline help
index_help_tip=Help bubbles show extra detail on hover using the current theme's tooltip.
index_progress=Progress
index_disk=Disk usage
index_memory=Memory
index_cpu=CPU
index_feed=Activity feed
index_allevents=All events
index_feed_now=Just now
index_feed_minutes=minutes ago
index_feed_hours=hours ago
index_empty=Empty state
index_empty_title=No matching services
index_empty_desc=Try changing the search, or create a new service to get started.
index_empty_action=Create service
index_start=Start
index_restart=Restart
index_stop=Stop
index_icons=Icons
index_icons_desc=The built-in SVG icon set, drawn with the current text color
index_f_title=Edit server
index_f_name=Server name
index_f_name_help=The hostname clients will connect to.
index_f_pass=Admin password
index_f_pass2=Repeat password
index_f_port=Port
index_f_port_help=Between 1 and 65535.
index_f_proto=Protocol
index_f_both=Both protocols
index_f_log=Logging
index_f_log_all=Everything
index_f_log_err=Errors only
index_f_log_none=Nothing
index_f_feat=Features
index_f_ssl=SSL encryption
index_f_compress=Compress responses
index_f_boot=Start at boot
index_f_boot_label=Start when the system boots
index_f_notes=Notes
index_f_notes_value=Monospaced textarea for configuration snippets
index_f_cancel=Cancel
index_f_delete_confirm=Really delete this server and all of its settings?
index_f_active=Active
index_f_limit=Connection limit
index_f_unlimited=Unlimited
index_f_limit_to=Limit to
index_f_quota=Disk quota
index_f_dates=Actions on dates
index_f_dates_all=All dates
index_f_today=Today
index_f_yesterday=Yesterday
index_f_week=This week
index_f_between=Between&nbsp;&nbsp;$1&nbsp;and&nbsp;&nbsp;$2
index_f_grouped=Grouped buttons
index_f_grouped_desc=Built with ui_form_grouped_buttons, as in the Virtualmin Podman module: related actions are joined, destructive ones are set apart, and the right-hand button submits a separate hidden form through its form attribute.
index_f_logs=View logs
index_f_stacked=New controls
index_f_stacked_desc=A search box that filters lists and tables client-side, and the toggle switch, off and on
index_a_general=General settings
index_a_hostname=Hostname
index_a_enabled=Enabled
index_a_desc=Description
index_a_network=Network
index_a_address=IP address
index_a_dhcp=From DHCP
index_a_static=Static
index_a_gateway=Gateway
index_a_dns=DNS servers
index_a_limits=Resource limits
index_a_memory=Memory limit
index_a_cpus=CPU limit
index_a_pids=Process limit
index_a_nolimit=No limit
index_a_limit_to=Limit to
index_a_security=Security
index_a_readonly=Root filesystem
index_a_readonly_label=Read-only
index_a_privileged=Privileged mode
index_a_caps=Added capabilities
index_t_unit=Unit
index_t_desc=Description
index_t_state=State
index_t_cpu=CPU
index_t_create=Create
index_t_sortable=Sortable table
index_t_sortable_desc=A standard ui_columns_table with its sortable parameter set. Themes that support it add client-side sorting and searching, as Authentic does with DataTables; the gray theme sorts with sorttable; other themes show a plain table. A module can also set sortable=1 in module.info for all of its tables.
index_t_checked_desc=A standard ui_form_columns_table with its sortable parameter set: a checkbox column, select all and invert links, and buttons that act on the selection. Failed units are checked by default.
index_t_empty=Empty table
index_t_empty_title=No scheduled jobs yet
index_t_empty_desc=When a table has no rows, it can show an empty state with a next step instead of a bare header.
index_l_title=List rows
index_l_desc=Titles, descriptions, badges, tags, trailing details and actions
index_l_bans=bans
index_edit=Edit
index_subtitle=Widgets of Webmin $1
index_apply=Apply demo changes
index_b_refresh=Refresh status
index_b_refresh_desc=Re-read the state of every service and update the cards above.
index_b_boot=Start at boot time
index_b_boot_desc=Change this option to control whether the service is started at boot time or not.
index_t_new=Create a new service
index_t_export=Export to batch file
index_t_batch=Run batch file
index_b_addnew=Add New
index_b_type=Type of resource
index_b_type_recipe=Application recipe
index_b_type_container=Container
index_b_named=named
index_b_recipe=Recipe
index_b_for=for
index_b_domain=Virtual server
index_subtitle_theme=Theme $1
index_creds=Administrator credentials
index_creds_userpass=$1 with password $2
index_p_disk_value=3.4 GB of 10 GB
index_p_inside=Value marker on the bar
index_p_more=More progress bars
index_p_segments=Disk breakdown
index_p_used=Used
index_p_cache=Cache
index_p_reserved=Reserved
index_p_busy=Rebuilding the search index
index_p_rings=Ring gauges
index_p_rings_desc=The same options as the bars, drawn as a circle with the value in the middle
index_p_quota=Quota
index_p_working=Working
index_tab_editor=Config editor
index_editor_desc=A page for editing a configuration file by hand, laid out as the Linux Firewall, Scheduled Cron Jobs and SSH Server modules do it : a file selector, then the file in a large text area with a Save button.
index_e_file=Editing config file
index_e_open=Open
index_e_sample=Sample configuration shown by the demo
index_tab_alerts=Alerts
index_alerts_desc=The existing ui_alert in every type, with the icon and title the theme gives each one, and with a custom icon and title on one line.
index_al_success=The configuration was saved and the service reloaded.
index_al_info=Changes take effect the next time the service starts.
index_al_warning=The configuration file has been edited manually since it was last saved here.
index_al_danger=The service failed to start. Check the log for details.
index_al_inline=The next run is scheduled for tonight at 02:00.
index_al_inline_title=Scheduled
index_e_button=Open the config editor
index_e_files=Editable files
index_e_file_desc=Opens in the editor page
index_return=Return to the gallery
edit_manual_title=Edit config files
index_f_pickers=Choosers
index_f_file=Configuration file
index_f_dir=Log directory
index_f_owner=Owner
index_f_group=Group
index_f_members=Members
index_f_groups=Secondary groups
index_al_backup=12 virtual servers were backed up to /backup in 4 minutes.
index_al_backup_title=Backup finished
index_al_cert=The SSL certificate for example.com expires in 9 days.
index_al_cert_title=Certificate
index_al_db=Connection to MariaDB on localhost:3306 was refused.
index_al_db_title=Database unreachable
index_al_update=A new version 2.700 is available for download.
index_al_reboot=A kernel update was installed. Reboot to start using it.
index_al_reboot_title=Reboot required
index_l_backups=Recent backups
index_l_backup_desc=Full backup of $1 servers to $2
index_l_backup_failed=Destination not writable, nothing was saved
index_l_failed=Failed
index_l_restore=Restore
index_l_log=View log
index_l_fs=Filesystems
index_l_users=Users
index_l_admin=Administrator
index_l_lastlogin=Last login $1
index_l_days=days ago
index_l_never=never
index_l_delete=Delete
index_l_delete_confirm=Delete this user and its home directory?
index_tables_more=Both tables are built from the same rows. The sortable flag is the last argument of each call; a module can instead set sortable=1 in module.info to mark all of its tables. The unit column of the sortable table keeps details behind a tick, built with ui_details.
index_t_d_pid=Main PID
index_t_d_since=Active since
index_t_d_mem=Memory
index_al_errdetails=Database error message
index_al_errmsg=The full error message was : $1
index_tab_choices=Choices
index_choices_desc=Three ways to pick one option that needs its own inputs, in place of ui_radio_table and of hand-made tables of radios and fields : ui_choice keeps every option and its inputs visible, ui_select_switch shows only the block of the option chosen in a select, and ui_radio_list is the compact list of radios.
index_c_backup=Backup settings
index_c_dest=Backup destination
index_c_local=Local file
index_c_ftp=FTP server
index_c_ssh=SSH server
index_c_path=File on server
index_c_login=Login as user
index_c_pass=Password
index_c_port=Server port
index_c_download=Download in browser
index_c_download_desc=The archive is sent to your browser instead of being stored on the server.
index_c_ip=New virtual IP address
index_c_ip4=New IPv4 address
index_c_ip6=New IPv6 address
index_c_none=None
index_c_shared=Shared address
index_c_shared_of=$1 (Shared address for all servers)
index_c_dedicated=Use dedicated address
index_c_active=Already active
index_c_dest_select=Backup destination as a select
index_return_editor=Return to the config editor tab
index_k_system=System
index_k_hostname=Hostname
index_k_os=Operating system
index_k_kernel=Kernel
index_k_uptime=Uptime
index_k_load=Load average
index_k_memory=Memory
index_k_services=Services
index_k_ok=All services running
index_k_ok_body=Every monitored service answered within the last minute.
index_k_updates=Updates available
index_k_updates_body=14 packages can be updated, including a new kernel.
index_k_install=Install updates
index_k_backup=Backup failed
index_k_backup_body=Last night's backup to /backup stopped after 2 of 12 servers.
index_k_logins=Recent logins
index_k_user=User
index_k_from=From
index_k_when=When
index_k_yesterday=Yesterday
index_k_storage=Storage
index_k_details=Details
index_k_output=Command output
index_k_output_desc=Printed piece by piece with ui_card_start and ui_card_end
index_k_done=Finished
index_l_days_plain=days
index_badge_clock=Scheduled
index_badge_tip=With a tooltip
index_badge_tip_text=Badges take a title option, shown by the browser on hover
index_tip_text=Hover this text
index_tip=Any HTML can carry the theme tooltip that the help bubble uses
index_e_dl=Description list
index_e_dl_desc=Label and value pairs, with help bubbles and HTML values
index_e_dl_status=Status
index_e_dl_status_help=Whether the service is running right now
index_e_dl_version=Version
index_e_dl_config=Configuration file
index_e_dl_config_help=The file read when the service starts
index_e_dl_started=Started
index_e_dl_started_help=When the running instance was started, and by whom
index_e_istats=Stat tiles with icons
index_e_istats_desc=An icon before the value, links on tiles, and a state color
index_e_domains=Domains
index_e_users=Users
index_e_mail=Mailboxes
index_e_alerts=Alerts
index_feed_backup=Backup of $1 finished
index_b_single=Single buttons
index_b_single_desc=The button functions of ui-lib.pl in one row
index_b_disabled=Disabled
index_b_reset=Reset fields
index_b_cards=Open the Cards tab
index_b_end=Buttons of ui_form_end
index_b_saveapply=Save and apply
index_b_sides=Buttons at both sides
index_b_confirm=Confirmation page
index_b_confirm_desc=What a delete link should lead to before anything is removed
index_b_confirm_msg=Are you sure you want to delete the server $1?
index_b_confirm_warn=All of its settings will be lost
index_b_confirm_purge=Also remove its log files
index_b_delete=Delete server
index_f_search_ph=Search services
index_f_alerts=Email alerts
index_f_autoupdate=Automatic updates
