|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <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 --> |
38 | 3 | <string name="start_button">Start</string>
|
39 | 4 | <string name="stop_button">Stop</string>
|
40 | 5 | <string name="title_activity_settings">Ustawienia</string>
|
|
0 commit comments