Skip to content

Commit

Permalink
included info for new permission and changed copyright text
Browse files Browse the repository at this point in the history
  • Loading branch information
sleep-yearning committed Sep 24, 2020
1 parent 0d9958f commit 2b35fab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<string name="about_author">Autor</string>
<string name="about_author_contributors">und Mitwirkende.</string>
<string name="about_affiliation">In Zusammenarbeit mit</string>
<string name="privacy_friendly">Diese App gehört zur Gruppe der Privacy Friendly Apps entwickelt von der Technischen Universität Darmstadt. Quelltext lizenziert unter GPLv3. Bilder Copyright Technische Universität Darmstadt und Google Inc.</string>
<string name="privacy_friendly">Diese App gehört zur Gruppe der Privacy Friendly Apps entwickelt von der Forschungsgruppe SECUSO. Quelltext lizenziert unter GPLv3. Bilder Copyright SECUSO und Google Inc.</string>
<string name="more_info">Weitere Infos unter:</string>
<string name="about_API">Diese App verwendet Java-SSL Labs-API von Björn Roland and Qualis SSL Labs.</string>

Expand Down Expand Up @@ -84,7 +84,8 @@
<string name="help_permission">Welche Berechtigungen braucht die App?</string>
<string name="help_permission_answer">Privacy Friendly Net Monitor benötigt keine zusätzlichen
Berechtigungen um Netzwerkverbindungen zu überwachen. Die Zertifikatsüberprüfung benötigt
die Internet-Berechtigung um Testergebnisse von Qualys SSL Labs abzufragen.</string>
die Internet-Berechtigung um Testergebnisse von Qualys SSL Labs abzufragen.
Außerdem benötigt die App eine Berechtigung zum starten von Vordergrund Services ab Android 9.</string>

<string name="help_sysuser">Was bedeutet die [System] Markierung?</string>
<string name="help_sysuser_answer">Die [System] Markierung bedeutet, dass die entsprechende
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<string name="about_author">作者</string>
<string name="about_author_contributors">と貢献者。</string>
<string name="about_affiliation">提携</string>
<string name="privacy_friendly">このアプリケーションは、ダルムシュタット工科大学 (Technische Universität Darmstadt, Germany)が開発したプライバシーフレンドリーアプリの1つです。ソースコードは GPLv3 の下でライセンス管理されています。画像の著作権は Technische Universität Darmstadt および Google Inc.に帰属します。</string>
<string name="privacy_friendly">このアプリは研究グループSECUSOが開発したPrivacy Friendly Appsのカテゴリに属しています。ソースコードはGPLv3でライセンスされています。画像の著作権はSECUSO und Google Inc.</string>
<string name="more_info">さらに詳しい情報は以下でご覧ください:</string>
<string name="about_API">このアプリは Java-SSLLabs-API by Björn Roland と Qualis SSL Labs を使用しています。</string>

Expand Down Expand Up @@ -79,7 +79,8 @@
<string name="help_permission">アプリが必要とするアクセス許可は?</string>
<string name="help_permission_answer">プライバシーフレンドリー Net Monitor は、
アクティブな接続をスキャンするためにアクセス許可を必要としません。 証明書検証機能は、
Qualys SSL Labs のサーバーテスト結果を要求するためのインターネットアクセス許可が必要です。</string>
Qualys SSL Labs のサーバーテスト結果を要求するためのインターネットアクセス許可が必要です。
フォアグラウンドでサービスを実行するには、Android 9 フォワードからの許可も必要です。</string>

<string name="help_sysuser">[システム] タグの意味は?</string>
<string name="help_sysuser_answer">[システム]タグは、OEM (相手先ブランド名製造) によって Android
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<string name="about_author">Author</string>
<string name="about_author_contributors">and contributors.</string>
<string name="about_affiliation">In affiliation with</string>
<string name="privacy_friendly">This app belongs to the group of Privacy Friendly Apps developed by Technische Universität Darmstadt. Sourcecode licensed under GPLv3. Images Copyright Technische Universität Darmstadt und Google Inc.</string>
<string name="privacy_friendly">This app belongs to the group of Privacy Friendly Apps developed by the research group SECUSO. Sourcecode licensed under GPLv3. Images Copyright SECUSO und Google Inc.</string>
<string name="more_info">More information can be found on:</string>
<string name="github"><a href="https://github.com/SecUSo/privacy-friendly-netmonitor/">Github-Repo</a></string>
<string name="url"><a href="https://www.secuso.org/pfa">SECUSO-Website</a></string>
Expand Down Expand Up @@ -92,7 +92,8 @@
<string name="help_permission">Which permissions requires the app?</string>
<string name="help_permission_answer">Privacy Friendly Net Monitor does not require any permission
for scanning active connections. The Certificate Validation feature requires
the Internet permission to request server test results from Qualys SSL Labs.</string>
the Internet permission to request server test results from Qualys SSL Labs.
Running a service in the foreground also requires a permission from Android 9 forward.</string>

<string name="help_sysuser">What does the [System] tag mean?</string>
<string name="help_sysuser_answer">The [System] tag identifies an app pre-installed on the
Expand Down

0 comments on commit 2b35fab

Please sign in to comment.