Skip to content

Commit

Permalink
Add mentions to deGoogle to be more user friendly and less techy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanklee committed May 18, 2024
1 parent 5c2a249 commit e3a999d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Sapio is the anagram of Open Source API.

Sapio provides the compatibility matrix of an Android application with bare Android Open Source Project (AOSP) devices, coupled or not with microG.
Sapio provides the compatibility matrix of an Android application with deGoogled bare Android Open Source Project (AOSP) devices, coupled or not with microG.

Evaluations in Sapio are given to the community by the community.

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="next">Suivant</string>
<string name="previous">Précédent</string>
<string name="warning_desc">Vous êtes sur le point d\'évaluer le fonctionnement d\'une application Android sur un appareil AOSP pure.\n\nPar conséquent, votre appareil ne doit pas avoir les Google Play Services d\'installés.\n\nVeuillez noter qu\'il n\'est pas nécessaire d\'évaluer les applications disponibles sur F-Droid car elles n\'ont pas de dépendances vers les Google Play Services.</string>
<string name="warning_desc">Vous êtes sur le point d\'évaluer le fonctionnement d\'une application Android sur un appareil AOSP déGooglisé.\n\nPar conséquent, votre appareil ne doit pas avoir les Google Play Services d\'installés.\n\nVeuillez noter qu\'il n\'est pas nécessaire d\'évaluer les applications disponibles sur F-Droid car elles n\'ont pas de dépendances vers les Google Play Services.</string>
<string name="proceed">Commencer</string>
<string name="select_button">Sélectionner</string>
<string name="select_application_text">Selectionnez l\'application à évaluer</string>
Expand All @@ -11,7 +11,7 @@
<string name="works_perfectly">\ Elle fonctionne parfaitement.</string>
<string name="works_partially">\ Elle fonctionne partiellement.</string>
<string name="dont_work">\ Elle ne fonctionne pas du tout ou crashe.</string>
<string name="about_text">Sapio est l\'anagramme d\'Open Source API.\n\nSapio fournit la matrice de compatibilité d\'une application Android avec les téléphones fonctionnant sur un Android Open Source Project (AOSP) pure, associés ou non à microG.\n\nLes évaluations de Sapio sont fournies à la communauté par la communauté.</string>
<string name="about_text">Sapio est l\'anagramme d\'Open Source API.\n\nSapio fournit la matrice de compatibilité d\'une application Android avec les téléphones fonctionnant sur un Android Open Source Project (AOSP) déGooglisé, associés ou non à microG.\n\nLes évaluations de Sapio sont fournies à la communauté par la communauté.</string>
<string name="credits">Icone cerveau créé par Freepik - Flaticon</string>
<string name="evaluate_another_app">Evaluer une autre application</string>
<string name="configuration_detected">Configuration détéctée</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<string name="app_name" translatable="false">Sapio</string>
<string name="next">Next</string>
<string name="previous">Previous</string>
<string name="warning_desc">You are tasked with evaluating the behavior of an Android application on a bare Android Open Source Project (AOSP) device.\n\nTherefore, your device must not have the official Google Play Services installed.\n\nPlease note that there is no need to evaluate applications which are available on F-Droid, as they are free from any dependencies on Google Play Services.</string>
<string name="warning_desc">You are tasked with evaluating the behavior of an Android application on a deGoogled bare Android Open Source Project (AOSP) device.\n\nTherefore, your device must not have the official Google Play Services installed.\n\nPlease note that there is no need to evaluate applications which are available on F-Droid, as they are free from any dependencies on Google Play Services.</string>
<string name="proceed">Proceed</string>
<string name="select_button">Select</string>
<string name="select_application_text">Select the application to evaluate</string>
Expand All @@ -16,7 +16,7 @@
<string name="works_perfectly">\ It works perfectly. All features are working.</string>
<string name="works_partially">\ It works partially. Some features do not work.</string>
<string name="dont_work">\ It does not work at all or crashes.</string>
<string name="about_text">Sapio is the anagram of Open Source API.\n\nSapio provides the compatibility matrix of an Android application with bare Android Open Source Project (AOSP) devices, coupled or not with microG.\n\nEvaluations in Sapio are given to the community by the community.</string>
<string name="about_text">Sapio is the anagram of Open Source API.\n\nSapio provides the compatibility matrix of an Android application with deGoogled bare Android Open Source Project (AOSP) devices, coupled or not with microG.\n\nEvaluations in Sapio are given to the community by the community.</string>
<string name="credits">Brain icons created by Freepik - Flaticon</string>
<string name="evaluate_another_app">Evaluate another app</string>
<string name="configuration_detected">Configuration detected</string>
Expand Down

0 comments on commit e3a999d

Please sign in to comment.