File: strings.xml

package info (click to toggle)
ddnet 19.1-2
  • links: PTS, VCS
  • area: main
  • in suites: 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-- 1,042 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">Jogar (Vulkan)</string>
	<string name="shortcut_play_gles_short">Jogar (OpenGL ES)</string>
	<string name="server_name">DDNet-Server</string>
	<string name="server_notification_description_default">DDNet-Server está em execução…</string>
	<string name="server_notification_description_stopping">DDNet-Server está em encerramento…</string>
	<string name="server_notification_action_stop">Parar</string>
	<string name="server_notification_action_run_command">Executar comando</string>
	<string name="server_notification_channel_description">Notificação para controlar o DDNet-Server local enquanto está em execução.</string>
	<string name="server_error_external_files_inaccessible">Erro ao iniciar o DDNet-Server: não foi possível acessar o diretório de ficheiros externo.</string>
	<string name="server_error_exit_code">DDNet-Server parou com o código de erro \'%1$d\'.</string>
</resources>