File: strings.xml

package info (click to toggle)
ddnet 19.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 68,960 kB
  • sloc: cpp: 195,050; ansic: 58,572; python: 5,568; asm: 946; sh: 941; java: 366; xml: 206; makefile: 31
file content (14 lines) | stat: -rw-r--r-- 977 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<resources>
	<string name="app_name">DDNet</string>
	<string name="shortcut_play_vulkan_short">Play (Vulkan)</string>
	<string name="shortcut_play_gles_short">Play (OpenGL ES)</string>
	<string name="server_name">DDNet-Server</string>
	<string name="server_notification_description_default">DDNet-Server is running…</string>
	<string name="server_notification_description_stopping">DDNet-Server is stopping…</string>
	<string name="server_notification_action_stop">Stop</string>
	<string name="server_notification_action_run_command">Run command</string>
	<string name="server_notification_channel_description">Notification to control the local DDNet-Server while it\'s running.</string>
	<string name="server_error_external_files_inaccessible">Error starting DDNet-Server: could not access external files directory.</string>
	<string name="server_error_exit_code">DDNet-Server stopped with error code \'%1$d\'.</string>
</resources>