blob: b0adf581e63deb6e899671e4859a2b57678fc3a7 (
plain)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the advtrains_luaautomation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: advtrains_luaautomation\n"
"Report-Msgid-Bugs-To: advtrains-discuss@lists.sr.ht\n"
"POT-Creation-Date: 2025-06-11 23:03+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: active_common.lua
msgid "Unconfigured LuaATC component"
msgstr ""
#: active_common.lua
msgid "LuaATC Environment"
msgstr ""
#: active_common.lua chatcmds.lua
msgid "Save"
msgstr ""
#: active_common.lua
msgid "Clear Local Environment"
msgstr ""
#: active_common.lua
msgid "Code"
msgstr ""
#: active_common.lua
msgid ""
"You are not allowed to configure this LuaATC component without the @1 "
"privilege."
msgstr ""
#: active_common.lua
msgid "LuaATC component assigned to environment '@1'"
msgstr ""
#: active_common.lua
msgid "LuaATC component assigned to an invalid environment"
msgstr ""
#: active_common.lua
msgid "LuaATC component with error: @1"
msgstr ""
#: atc_rail.lua
msgid "LuaATC Track"
msgstr ""
#: chatcmds.lua
msgid "Run Init Code"
msgstr ""
#: chatcmds.lua
msgid "Clear S"
msgstr ""
#: chatcmds.lua
msgid "Delete Env."
msgstr ""
#: chatcmds.lua
msgid "Environment initialization code"
msgstr ""
#: chatcmds.lua
msgid "Set up and modify AdvTrains LuaAutomation environment"
msgstr ""
#: chatcmds.lua
msgid "Invalid environment name!"
msgstr ""
#: chatcmds.lua
msgid "Create an AdvTrains LuaAutomation environment"
msgstr ""
#: chatcmds.lua
msgid "Name required!"
msgstr ""
#: chatcmds.lua
msgid "Invalid name (only common characters)"
msgstr ""
#: chatcmds.lua
msgid "Environment already exists!"
msgstr ""
#: chatcmds.lua
msgid ""
"Created environment '@1'. Use '/env_setup @2' to define global "
"initialization code, or start building LuaATC components!"
msgstr ""
#: chatcmds.lua
msgid "Subscribe to the log of an Advtrains LuaATC environment"
msgstr ""
#: chatcmds.lua
msgid "Already subscribed!"
msgstr ""
#: chatcmds.lua
msgid "Subscribed to environment '@1'."
msgstr ""
#: chatcmds.lua
msgid "Unubscribe to the log of an Advtrains LuaATC environment"
msgstr ""
#: chatcmds.lua
msgid "Successfully unsubscribed!"
msgstr ""
#: chatcmds.lua
msgid "Not subscribed!"
msgstr ""
#: chatcmds.lua
msgid ""
"List Advtrains LuaATC environments you are subscribed to (no parameters) or "
"subscribers of an environment (giving an env name)."
msgstr ""
#: chatcmds.lua
msgid "Not subscribed to any!"
msgstr ""
#: chatcmds.lua
msgid "No subscribers!"
msgstr ""
#: chatcmds.lua
msgid "Environment deleted!"
msgstr ""
#: chatcmds.lua
msgid ""
"SURE TO DELETE ENVIRONMENT @1? Type YES (all uppercase) to continue or just "
"quit form to cancel."
msgstr ""
#: init.lua
msgid ""
"Can place and configure LuaATC components, including execute potentially "
"harmful Lua code"
msgstr ""
#: mesecon_controller.lua
msgid "LuaATC Mesecon Controller"
msgstr ""
#: operation_panel.lua
msgid "LuaATC Operation Panel"
msgstr ""
#: pcnaming.lua
msgid ""
"Passive Component Naming Tool\n"
"\n"
"Right-click to name a passive component."
msgstr ""
#: pcnaming.lua
msgid ""
"You are not allowed to name LuaATC passive components without the @1 "
"privilege."
msgstr ""
#: pcnaming.lua
msgid "Set name of component (empty to clear)"
msgstr ""
|