Merge branch 'main' of github.com:MM2-0/Kvaesitso

This commit is contained in:
MM20 2022-06-18 19:45:02 +02:00
commit 3cf0038c70
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 10 additions and 3 deletions

View File

@ -16,6 +16,10 @@ In order to use Google APIs, you need to setup a new project in the Google Cloud
1. Enable the Drive API:
1. Go to APIs & Services > Library and search for the Google Drive API.
1. Enable this API for your project.
1. Setup your OAuth consent screen
1. Go to APIs & Services > OAuth consent screen
1. On the Oauth consent screen page, fill out all the required fields
1. On the Scopes page, click add or remove scopes and add the following scopes: `userinfo.profile` and `drive.metadata.readonly`
1. Create a new Oauth 2.0 client (you need to do this twice, for debug builds and for release builds)
1. Go to APIs & Services > Credentials
1. Click on Create Credentials > OAuth client ID

View File

@ -200,7 +200,7 @@
<string name="preference_suspended_badges">Applications suspendues</string>
<string name="preference_cloud_badges">Badges du cloud</string>
<string name="preference_cloud_badges_summary">Afficher un badge pour les fichiers stockés dans le cloud</string>
<string name="preference_shortcut_badges">Badges de raccourci</string>
<string name="preference_shortcut_badges">Badges de raccourcis</string>
<string name="preference_shortcut_badges_summary">Afficher un badge qui indique à quelle application le raccourci appartient</string>
<string name="preference_icon_shape_platform">Suivre le système</string>
<string name="preference_category_services_microsoft">Microsoft</string>
@ -365,8 +365,8 @@
<string name="preference_calendar_calendars">Calendriers</string>
<string name="preference_calendar_hide_allday">Cacher les évènements qui durent toute la journée</string>
<plurals name="preference_calendar_calendars_summary">
<item quantity="one">%1$d calendrier sélectioné</item>
<item quantity="other">%1$d calendriers sélectionés</item>
<item quantity="one">%1$d calendrier sélectionné</item>
<item quantity="other">%1$d calendriers sélectionnés</item>
</plurals>
<string name="preference_screen_buildinfo">Informations sur la version</string>
<string name="preference_screen_buildinfo_summary">Plus d\'informations à propos de la version de cette application</string>
@ -460,4 +460,7 @@
<string name="preference_colors_auto_generate">Générer depuis la couleur primaire</string>
<string name="preference_custom_colors_n2">Variant neutre</string>
<string name="preference_custom_colors_a2">Secondaire</string>
<string name="save">Enregistrer</string>
<string name="file_type_launcherbackup">Sauvegarde %1$s</string>
<string name="weather_location_search_no_result">Emplacement inconnu.</string>
</resources>