-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAgcStringTable_en.ini
More file actions
72 lines (62 loc) · 1.94 KB
/
Copy pathAgcStringTable_en.ini
File metadata and controls
72 lines (62 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Welcome! This file contains text AndroidGameController
# uses in its UI and other places!
#
# PLEASE NOTE that I use a set of conventions for writing this file
# that perhaps you too should use, for the sake of my sanity! :sweat_smile:
#
# ...here it is!:
# <-- Use the `#` hash symbol for comments that are... actual comments. Leave a space after it.
# Use the `;` symbol for comments with data. DON'T leave a space after it.
#
# Section names should be written in `PascalCase`, and property names use `camelCase`:
# ```ini
# [SectionName]
# propertyName=value
# ```
#
# Also, don't use comments after values - that is, this won't work!:
# ```ini
# propertyName=value # Comment
# ```
#
[Meta] # Stuff that doesn't fit in some other category. "Miscellaneous".
lang=English
winTitle=AndroidGameController - Server
iconPath=data/icon-192.png
[AwaitingConnectionsScene]
# You use this message on the screen when AGC is started but is idle.
text=Psst!\nConnect your devices!
[ExitScene]
# Exit message!
text=Thank you for\nusing\nAndroidGameController!
# Unused:
;[FindConnectionWaitBox]
;title=Finding clients...
;text=Looking for devices on your WiFi! Please wait...
[TouchpadRenderer]
doubleTap=Double!
[SettingsForm]
winTitle=Settings - AndroidGameController
exitButton=Exit AndroidGameController
bgTransparencySlider=Window transparency:
timeoutSlider=Clients auto-exit after this many minutes:
bansMenuButton=Banned IPs
[BansForm]
winTitle=Temporarily Banned IPs - AndroidGameController
label=Please select the name of a device to continue.
noBans=Nothing banned. Great you are!
[UnbansForm]
winTitle=Temporary Ban options for
unbanButton=Unban!
permBanButton=Add to permanently banned clients.
[ConfirmConnection]
message=Ping-pong! The device <name> (`<address>`) would like to connect. Let it?
winTitle=New connection!
yes=Yes
no=No
[RejectConnection]
winTitle=Are you sure..?
message=Ban <name> from (only) this session?
yes=Yes
no=No
tip=Look in settings to unban devices.