- New circular badge logo (ic_logo) on Intro + Connect screens; launcher icon rebuilt as dark circle + white grid. - Reddish synthwave backdrop (bg-intro-2) behind Intro, Connect, and the remote/gamepad (edge-to-edge with a light scrim); controllers no longer paint an opaque fill over it. - Server name: added to ServerEntry/prefs, the Connect form, the modal add-form, and saved-server rows; removal now matches by connection identity (rename- and legacy-format-safe). - NESMenu modal restyled to glassmorphism #0A0A0A with centered, larger fields. Connect-form glass cards given a darker base for legibility. - Intro title/subtitle set to #FAFAFA. - Deleting the last server clears the active server and returns to Connect. - D-pad auto-repeat initial delay raised to 500ms so a tap sends one key (fixes doubled nav sound). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
29 lines
1.7 KiB
XML
29 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">Archipelago</string>
|
|
<string name="server_address_label">Server Address</string>
|
|
<string name="server_address_placeholder">192.168.1.100</string>
|
|
<string name="server_address_hint">Enter your Archipelago server IP or hostname</string>
|
|
<string name="connect">Connect</string>
|
|
<string name="connecting">Connecting…</string>
|
|
<string name="connection_failed">Could not reach server. Check the address and try again.</string>
|
|
<string name="connection_timeout">Connection timed out. Is the server running?</string>
|
|
<string name="welcome_title">Your Sovereign\nPersonal Server</string>
|
|
<string name="welcome_subtitle">Bitcoin node, app platform, and private cloud — all in one box you control.</string>
|
|
<string name="get_started">Get Started</string>
|
|
<string name="use_https">Use HTTPS</string>
|
|
<string name="port_label">Port (optional)</string>
|
|
<string name="saved_servers">Saved Servers</string>
|
|
<string name="no_saved_servers">No saved servers yet</string>
|
|
<string name="remove_server">Remove</string>
|
|
<string name="disconnect">Disconnect</string>
|
|
<string name="server_unreachable">Server unreachable</string>
|
|
<string name="retry">Retry</string>
|
|
<string name="remote_input">Remote Control</string>
|
|
<string name="remote_input_hint">Use your phone as a keyboard and mouse for the kiosk</string>
|
|
<string name="close">Close</string>
|
|
<string name="open_in_browser">Open in browser</string>
|
|
<string name="server_name_label">Server Name (optional)</string>
|
|
<string name="server_name_placeholder">My Archipelago</string>
|
|
</resources>
|