Skip to content

Commit c7f181f

Browse files
committed
Remove untranslatable strings
1 parent ecf9459 commit c7f181f

File tree

3 files changed

+0
-61
lines changed

3 files changed

+0
-61
lines changed

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

-35
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="pcapdroid_app_name" translatable="false">PCAPdroid</string>
4-
<string name="default_collector_ip" translatable="false">127.0.0.1</string>
5-
<string name="default_collector_port" translatable="false">1234</string>
6-
<string name="ip_and_port" translatable="false">%1$s:%2$d</string>
7-
<string name="app_and_proto" translatable="false">%1$s (%2$s)</string>
8-
<string name="sni" translatable="false">SNI</string>
9-
<string name="url" translatable="false">URL</string>
10-
<string name="whois_lookup" translatable="false">WHOIS</string>
11-
<string name="installation_id" translatable="false">Installation ID</string>
12-
<string name="license_code" translatable="false">License code</string>
13-
<string name="root" translatable="false">root</string>
14-
<string name="app_license" translatable="false">PCAPdroid is distributed in the hope that it will be useful, but WITHOUT
15-
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16-
See the <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html">GNU General Public License or later</a> for
17-
more details</string>
18-
<string name="opensource_licenses" translatable="false"><b>Open Source Licenses:</b><br/>\n\n
19-
- zdtun: <a href="https://github.com/emanuele-f/zdtun/blob/master/COPYING">LGPL-3.0</a>\n\n
20-
- nDPI: <a href="https://github.com/ntop/nDPI/blob/dev/COPYING">LGPL-3.0</a>\n\n
21-
- CustomActivityOnCrash: <a href="https://github.com/Ereza/CustomActivityOnCrash/blob/master/LICENSE">Apache-2.0</a>\n\n
22-
- Gson: <a href="https://github.com/google/gson/blob/master/LICENSE">Apache-2.0</a>\n\n
23-
- Brotli decoder: <a href="https://github.com/google/brotli/blob/master/LICENSE">MIT</a>\n\n
24-
- mitmproxy: <a href="https://github.com/mitmproxy/mitmproxy/blob/main/LICENSE">MIT</a>\n\n
25-
- Chaquopy: <a href="https://github.com/chaquo/chaquopy/blob/master/LICENSE.txt">MIT</a>\n\n
26-
- MaxMind DB Reader: <a href="https://github.com/maxmind/MaxMind-DB-Reader-java/blob/main/LICENSE">Apache-2.0</a>\n\n
27-
- FlagKit: <a href="https://github.com/madebybowtie/FlagKit/blob/master/LICENSE">MIT</a>\n\n
28-
- IP Geolocation by <a href="https://db-ip.com">DB-IP</a>\n\n
29-
- AppIntro: <a href="https://github.com/AppIntro/AppIntro/blob/main/LICENSE">Apache-2.0</a>\n\n
30-
- QrGenerator: <a href="https://github.com/androidmads/QRGenerator/blob/master/LICENSE.md">MIT</a>\n\n
31-
- Font Awesome: <a href="https://fontawesome.com/license/free">Licenses</a>\n\n
32-
- App icon by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">flaticon</a>\n\n
33-
- SourceCodePro font: <a href="https://github.com/adobe-fonts/source-code-pro/blob/release/LICENSE.md">OFL-1.1</a>\n\n
34-
</string>
35-
<string name="connections_csv_fields" translatable="false">IPProto,SrcIP,SrcPort,DstIp,DstPort,UID,App,PackageName,Proto,Status,Info,BytesSent,BytesRcvd,PktsSent,PktsRcvd,FirstSeen,LastSeen</string>
36-
<string name="unlock_token" translatable="false">Unlock token</string>
37-
<!-- Localized -->
383
<string name="start_button">Start</string>
394
<string name="stop_button">Stop</string>
405
<string name="title_activity_settings">Ustawienia</string>

app/src/main/res/values-pt-rBR/strings.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<!-- Localized -->
43
<string name="start_button">Iniciar</string>
54
<string name="stop_button">Parar</string>
65
<string name="title_activity_settings">Configurações</string>

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

-25
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="pcapdroid_app_name" translatable="false">PCAPdroid</string>
4-
<string name="default_collector_ip" translatable="false">127.0.0.1</string>
5-
<string name="default_collector_port" translatable="false">1234</string>
6-
<string name="ip_and_port" translatable="false">%1$s:%2$d</string>
7-
<string name="app_and_proto" translatable="false">%1$s (%2$s)</string>
8-
<string name="sni" translatable="false">SNI</string>
9-
<string name="url" translatable="false">URL</string>
10-
<string name="whois_lookup" translatable="false">WHOIS</string>
11-
<string name="app_license" translatable="false">PCAPdroid is distributed in the hope that it will be useful, but WITHOUT
12-
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13-
See the <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html">GNU General Public License</a> for
14-
more details.</string>
15-
<string name="opensource_licenses" translatable="false"><b>Open Source Licenses:</b><br/>\n\n
16-
- zdtun: <a href="https://github.com/emanuele-f/zdtun/blob/master/COPYING">GPL-3.0</a>\n\n
17-
- nDPI: <a href="https://github.com/ntop/nDPI/blob/dev/COPYING">LGPL-3.0</a>\n\n
18-
- nanohttpd: <a href="https://github.com/NanoHttpd/nanohttpd/blob/master/LICENSE.md">BSD-3-Clause</a>\n\n
19-
- CustomActivityOnCrash: <a href="https://github.com/Ereza/CustomActivityOnCrash/blob/master/LICENSE">Apache-2.0</a>\n\n
20-
- gson: <a href="https://github.com/google/gson/blob/master/LICENSE">Apache-2.0</a>\n\n
21-
- MaxMind DB Reader: <a href="https://github.com/maxmind/MaxMind-DB-Reader-java/blob/main/LICENSE">Apache-2.0</a>\n\n
22-
- Android-Flag-Kit: <a href="https://github.com/madebybowtie/FlagKit/blob/master/LICENSE">MIT</a>\n\n
23-
- IP Geolocation by <a href="https://db-ip.com">DB-IP</a>\n\n
24-
- Font Awesome: <a href="https://fontawesome.com/license/free">License</a>\n\n
25-
- App icon made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">flaticon</a>\n\n
26-
</string>
27-
<!-- Localized -->
283
<string name="start_button">启动</string>
294
<string name="stop_button">停止</string>
305
<string name="title_activity_settings">设置</string>

0 commit comments

Comments
 (0)