mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-14 03:00:29 +03:00
test load_localized_locale() and translated Anti-Features
This commit is contained in:
parent
b04c7ff539
commit
d6dba05ec3
21 changed files with 955 additions and 3 deletions
44
tests/config/de/antiFeatures.yml
Normal file
44
tests/config/de/antiFeatures.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
Ads:
|
||||
description: Diese App enthält Werbung
|
||||
icon: ic_antifeature_ads.xml
|
||||
name: Werbung
|
||||
DisabledAlgorithm:
|
||||
description: Diese App hat eine schwache Sicherheitssignatur
|
||||
icon: ic_antifeature_disabledalgorithm.xml
|
||||
name: Mit einem unsicheren Algorithmus signiert
|
||||
KnownVuln:
|
||||
description: Diese App enthält eine bekannte Sicherheitslücke
|
||||
icon: ic_antifeature_knownvuln.xml
|
||||
name: Bekannte Sicherheitslücke
|
||||
NSFW:
|
||||
description: Diese App enthält Inhalte, die nicht überall veröffentlicht oder sichtbar
|
||||
sein sollten
|
||||
icon: ic_antifeature_nsfw.xml
|
||||
name: NSFW
|
||||
NoSourceSince:
|
||||
icon: ic_antifeature_nosourcesince.xml
|
||||
name: Der Quellcode ist nicht mehr erhältlich, keine Aktualisierungen möglich.
|
||||
NonFreeAdd:
|
||||
description: Diese App bewirbt nicht-quelloffene Erweiterungen
|
||||
icon: ic_antifeature_nonfreeadd.xml
|
||||
name: Nicht-quelloffene Erweiterungen
|
||||
NonFreeAssets:
|
||||
description: Diese App enthält nicht-quelloffene Bestandteile
|
||||
icon: ic_antifeature_nonfreeassets.xml
|
||||
name: Nicht-quelloffene Bestandteile
|
||||
NonFreeDep:
|
||||
description: Diese App ist abhängig von anderen nicht-quelloffenen Apps
|
||||
icon: ic_antifeature_nonfreedep.xml
|
||||
name: Nicht-quelloffene Abhängigkeiten
|
||||
NonFreeNet:
|
||||
description: Diese App bewirbt nicht-quelloffene Netzwerkdienste
|
||||
icon: ic_antifeature_nonfreenet.xml
|
||||
name: Nicht-quelloffene Netzwerkdienste
|
||||
Tracking:
|
||||
description: Diese App verfolgt und versendet Ihre Aktivitäten
|
||||
icon: ic_antifeature_tracking.xml
|
||||
name: Tracking
|
||||
UpstreamNonFree:
|
||||
description: Der Originalcode ist nicht völlig quelloffen
|
||||
icon: ic_antifeature_upstreamnonfree.xml
|
||||
name: Originalcode nicht-quelloffen
|
||||
Loading…
Add table
Add a link
Reference in a new issue