Skip to content

Commit 996e49b

Browse files
AUTO: Updated .po files
1 parent e88a1a7 commit 996e49b

39 files changed

Lines changed: 512 additions & 890 deletions

_translator-files/po/de/DNS-SRV-Support.po

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -36,127 +36,111 @@ msgstr ""
3636

3737
#. type: Title #
3838
#: ../wiki/en/DNS-SRV-Support.md:1 ../wiki/en/DNS-SRV-Support.md:10
39-
#, markdown-text, no-wrap
39+
#, no-wrap
4040
msgid "DNS SRV Record Support"
4141
msgstr ""
4242

4343
#. type: Plain text
4444
#: ../wiki/en/DNS-SRV-Support.md:9
45-
#, markdown-text
4645
msgid "{% include breadcrumb.html root=\"More\" branch1=\"Server Administration\" branch1-url=\"Running-a-Server\" %}"
4746
msgstr ""
4847

4948
#. type: Title ####
5049
#: ../wiki/en/DNS-SRV-Support.md:12
51-
#, markdown-text, no-wrap
50+
#, no-wrap
5251
msgid "Background - connecting to a Server or Directory"
5352
msgstr ""
5453

5554
#. type: Plain text
5655
#: ../wiki/en/DNS-SRV-Support.md:15
57-
#, markdown-text
5856
msgid "The default UDP port on which a Jamulus Server or Directory listens is **22124**. Normally, when a Client or a Server is given a plain hostname or an IP address to connect to, such as `198.51.100.46` or `jamulus.example.com`, it will use `22124` as the destination port number."
5957
msgstr ""
6058

6159
#. type: Plain text
6260
#: ../wiki/en/DNS-SRV-Support.md:17
63-
#, markdown-text
6461
msgid "Since a single Jamulus Server only provides a single \"room\", and a single Jamulus Directory only provides a single \"list\", it is often useful to run multiple Jamulus Server or Directory instances on a single host, sharing one IP address. In order to do this, the instances must each be made to listen on a different UDP port. This is done by specifying the port number on the command line, using `-p NNNNN` or `--port NNNNN`."
6562
msgstr ""
6663

6764
#. type: Plain text
6865
#: ../wiki/en/DNS-SRV-Support.md:19
69-
#, markdown-text
7066
msgid "If such a Server is registered with a Directory, such as the standard Jamulus Directories, e.g. **Any Genre 1**, the port number in use is automatically detected by the Directory at registration time, and stored in the list which is sent to a Client. The user's Jamulus Client can then connect to the Server in the normal way from the list in the Connect Dialog."
7167
msgstr ""
7268

7369
#. type: Plain text
7470
#: ../wiki/en/DNS-SRV-Support.md:21
75-
#, markdown-text
7671
msgid "However, a Jamulus instance wanting to connect _directly_ to a Server or Directory by IP or hostname must know the port number to use. This can be specified after the IP address or hostname, such as `198.51.100.46:22123` or `jamulus.example.com:22120`. Such port numbers are not very memorable, so it's often necessary to look them up! The solution is for the server operator to publish the port number using an SRV record in DNS."
7772
msgstr ""
7873

7974
#. type: Title ####
8075
#: ../wiki/en/DNS-SRV-Support.md:22
81-
#, markdown-text, no-wrap
76+
#, no-wrap
8277
msgid "Using DNS SRV to publish port numbers"
8378
msgstr ""
8479

8580
#. type: Plain text
8681
#: ../wiki/en/DNS-SRV-Support.md:25
87-
#, markdown-text
8882
msgid "A [DNS SRV record (\"service\" record)](https://en.wikipedia.org/wiki/SRV_record) is a special DNS record that can be used to publish the port number and hostname that should be used to connect to a particular service."
8983
msgstr ""
9084

9185
#. type: Plain text
9286
#: ../wiki/en/DNS-SRV-Support.md:27
93-
#, markdown-text
9487
msgid "Recent versions of Jamulus Clients and Servers are able to make use of such records. Depending on the version of Jamulus (see below), if it finds a DNS SRV record associated with the domain name given, it will try to connect to the endpoint host and port listed in the SRV record. The user does not have to specify the port number explicitly."
9588
msgstr ""
9689

9790
#. type: Plain text
9891
#: ../wiki/en/DNS-SRV-Support.md:29
99-
#, markdown-text
10092
msgid "If no SRV records are found on the DNS server for the hostname given, Jamulus will attempt to connect to the Directory or Server address on the default port number `22124`."
10193
msgstr ""
10294

10395
#. type: Title ####
10496
#: ../wiki/en/DNS-SRV-Support.md:30
105-
#, markdown-text, no-wrap
97+
#, no-wrap
10698
msgid "Jamulus versions supporting SRV"
10799
msgstr ""
108100

109101
#. type: Plain text
110102
#: ../wiki/en/DNS-SRV-Support.md:33
111-
#, markdown-text
112103
msgid "Clients with version **3.10.0** or later support SRV records for a hostname given in the following contexts:"
113104
msgstr ""
114105

115106
#. type: Bullet: '* '
116107
#: ../wiki/en/DNS-SRV-Support.md:36
117-
#, markdown-text
118108
msgid "In the Connect dialog as \"Server Address\"."
119109
msgstr ""
120110

121111
#. type: Bullet: '* '
122112
#: ../wiki/en/DNS-SRV-Support.md:36
123-
#, markdown-text
124113
msgid "On the command line with `-c`, to specify immediate direct connection to a Server."
125114
msgstr ""
126115

127116
#. type: Plain text
128117
#: ../wiki/en/DNS-SRV-Support.md:38
129-
#, markdown-text
130118
msgid "In addition to the above, both Clients and Servers with version **3.12.0** or later also support SRV records for a hostname given to specify a Directory, in the following contexts:"
131119
msgstr ""
132120

133121
#. type: Bullet: '* '
134122
#: ../wiki/en/DNS-SRV-Support.md:42
135-
#, markdown-text
136123
msgid "Server: `-e` or `--directoryaddress` option on the command line."
137124
msgstr ""
138125

139126
#. type: Bullet: '* '
140127
#: ../wiki/en/DNS-SRV-Support.md:42
141-
#, markdown-text
142128
msgid "Server: (GUI) in the \"Custom Directory address\" setting under \"Options\"."
143129
msgstr ""
144130

145131
#. type: Bullet: '* '
146132
#: ../wiki/en/DNS-SRV-Support.md:42
147-
#, markdown-text
148133
msgid "Client: (GUI) in the list of custom Directories under \"Advanced Setup\" in \"Settings\"."
149134
msgstr ""
150135

151136
#. type: Title ####
152137
#: ../wiki/en/DNS-SRV-Support.md:43
153-
#, markdown-text, no-wrap
138+
#, no-wrap
154139
msgid "Creating DNS SRV records"
155140
msgstr ""
156141

157142
#. type: Plain text
158143
#: ../wiki/en/DNS-SRV-Support.md:46
159-
#, markdown-text
160144
msgid "SRV records are created by the administrator of the DNS domain being used to host the Jamulus Server. The SRV records are added through the administration portal (or API if available) of the domain's DNS hosting service. The format of the SRV record entry can vary by DNS hosting service but will generally look something like this:"
161145
msgstr ""
162146

@@ -168,13 +152,11 @@ msgstr ""
168152

169153
#. type: Plain text
170154
#: ../wiki/en/DNS-SRV-Support.md:52
171-
#, markdown-text
172155
msgid "Note that the `name` and `target` hostnames may either be the same or different. `name` is the hostname the user will use without a port number for SRV lookup, and `target` is the hostname the Jamulus will use together with the discovered port number in order to connect to the Jamulus Server or Directory."
173156
msgstr ""
174157

175158
#. type: Plain text
176159
#: ../wiki/en/DNS-SRV-Support.md:54
177-
#, markdown-text
178160
msgid "In the case of Jamulus, the `service` must be `jamulus` and the `proto` must be `udp`, so the record will look like this (for a port number of `12345`):"
179161
msgstr ""
180162

@@ -186,31 +168,28 @@ msgstr ""
186168

187169
#. type: Plain text
188170
#: ../wiki/en/DNS-SRV-Support.md:60
189-
#, markdown-text
190171
msgid "This technique allows you to host many Jamulus Servers or Directories at different ports on a single host with different hostnames by giving each its own SRV record. This avoids having to give your users the port number, which may be less memorable than a name. In the above example, the user will specify `myserver.example.com` and Jamulus will then connect to `myhost.example.com:12345`."
191172
msgstr ""
192173

193174
#. type: Plain text
194175
#: ../wiki/en/DNS-SRV-Support.md:62
195-
#, markdown-text
196176
msgid "See the documentation of your DNS provider for instructions on creating an SRV record."
197177
msgstr ""
198178

199179
#. type: Title ####
200180
#: ../wiki/en/DNS-SRV-Support.md:63
201-
#, markdown-text, no-wrap
181+
#, no-wrap
202182
msgid "Example - SRV records for the main Jamulus public Directories"
203183
msgstr ""
204184

205185
#. type: Plain text
206186
#: ../wiki/en/DNS-SRV-Support.md:66
207-
#, markdown-text
208187
msgid "In the `jamulus.io` domain, SRV records have been created to specify the correct port for each of the standard public Directories:"
209188
msgstr ""
210189

211190
#. type: Plain text
212191
#: ../wiki/en/DNS-SRV-Support.md:76
213-
#, markdown-text, no-wrap
192+
#, no-wrap
214193
msgid ""
215194
"| DIRECTORY | DNS SRV RECORD | JAMULUS SERVER |\n"
216195
"| ---------------------- | ------------------------------------------------------------------------------- | ---------------------------- |\n"
@@ -225,12 +204,10 @@ msgstr ""
225204

226205
#. type: Plain text
227206
#: ../wiki/en/DNS-SRV-Support.md:78
228-
#, markdown-text
229207
msgid "This means that a Jamulus Server of version **3.12.0** or later can just give the hostname of the Directory to the `-e` or `--directoryaddress` option, without needing to find and specify the port number."
230208
msgstr ""
231209

232210
#. type: Plain text
233211
#: ../wiki/en/DNS-SRV-Support.md:79
234-
#, markdown-text
235212
msgid "A server administrator can use the same technique to publish an SRV record for his own Server or Directory."
236213
msgstr ""

0 commit comments

Comments
 (0)