Skip to content

Commit 905f560

Browse files
committed
dialog_serve.xml: untranslate protocol names
1 parent e5ac7e2 commit 905f560

5 files changed

Lines changed: 4 additions & 20 deletions

File tree

app/src/main/res/layout/dialog_serve.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@
2121
android:layout_width="wrap_content"
2222
android:layout_height="wrap_content"
2323
android:paddingBottom="8dp"
24-
android:text="@string/provider_ftp" />
24+
android:text="FTP" />
2525

2626
<RadioButton
2727
android:id="@+id/radio_dlna"
2828
android:layout_width="wrap_content"
2929
android:layout_height="wrap_content"
3030
android:paddingBottom="8dp"
31-
android:text="@string/serve_dlna" />
31+
android:text="DLNA" />
3232

3333
<RadioButton
3434
android:id="@+id/radio_http"
3535
android:layout_width="wrap_content"
3636
android:layout_height="wrap_content"
3737
android:checked="true"
3838
android:paddingBottom="8dp"
39-
android:text="@string/provider_http" />
39+
android:text="HTTP" />
4040

4141
<RadioButton
4242
android:id="@+id/radio_webdav"
4343
android:layout_width="wrap_content"
4444
android:layout_height="wrap_content"
4545
android:paddingBottom="8dp"
46-
android:text="@string/provider_webdav" />
46+
android:text="WebDAV" />
4747
</RadioGroup>
4848

4949
<CheckBox

app/src/main/res/values-de/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@
148148
<string name="remote_name_hint">Name (nur a-z, 0-9)</string>
149149
<string name="waiting_for_code">Warte auf Autorisierung</string>
150150
<string name="open_browser">Browser öffnen</string>
151-
<string name="provider_ftp">FTP</string>
152-
<string name="provider_http">HTTP</string>
153-
<string name="serve_dlna">DLNA</string>
154-
<string name="provider_webdav">WebDAV</string>
155151
<string name="error_creating_remote">Fehler beim Erstellen der Remote</string>
156152
<string name="remote_creation_success">Remote erfolgreich erstellt</string>
157153
<string name="next">Weiter</string>

app/src/main/res/values-ru/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@
159159
<string name="remote_name_hint">Название (только a–z, 0-9)</string>
160160
<string name="waiting_for_code">Ожидание кода</string>
161161
<string name="open_browser">Открыть броузер</string>
162-
<string name="provider_ftp">FTP</string>
163-
<string name="provider_http">HTTP</string>
164-
<string name="serve_dlna">DLNA</string>
165-
<string name="provider_webdav">Webdav</string>
166162
<string name="error_creating_remote">Ошибка при создании внешнего хранилища</string>
167163
<string name="remote_creation_success">Внешнее хранилище успешно создано</string>
168164
<string name="next">Далее</string>

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,6 @@
161161
<string name="remote_name_hint">名称 (仅限 a–z, 0–9)</string>
162162
<string name="waiting_for_code">正在等待代码</string>
163163
<string name="open_browser">打开浏览器</string>
164-
<string name="provider_ftp">FTP</string>
165-
<string name="provider_http">HTTP</string>
166-
<string name="serve_dlna">DLNA</string>
167-
<string name="provider_webdav">Webdav</string>
168164
<string name="error_creating_remote">创建远端时出错</string>
169165
<string name="remote_creation_success">远端创建成功</string>
170166
<string name="next">下一步</string>

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@
199199
<string name="remote_name_hint">Name (a–z, 0-9 only)</string>
200200
<string name="waiting_for_code">Waiting for code</string>
201201
<string name="open_browser">Open browser</string>
202-
<string name="provider_ftp">FTP</string>
203-
<string name="provider_http">HTTP</string>
204-
<string name="serve_dlna">DLNA</string>
205-
<string name="provider_webdav">Webdav</string>
206202
<string name="error_creating_remote">Error creating remote</string>
207203
<string name="remote_creation_success">Remote created successfully</string>
208204
<string name="next">Next</string>

0 commit comments

Comments
 (0)