Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
234bead5
Commit
234bead5
authored
Mar 30, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version
parent
76de3109
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
15 deletions
+12
-15
build.gradle
app/build.gradle
+6
-6
strings.xml
app/src/main/res/values-fr/strings.xml
+6
-9
No files found.
app/build.gradle
View file @
234bead5
...
@@ -8,8 +8,8 @@ android {
...
@@ -8,8 +8,8 @@ android {
applicationId
"com.topjohnwu.magisk"
applicationId
"com.topjohnwu.magisk"
minSdkVersion
21
minSdkVersion
21
targetSdkVersion
25
targetSdkVersion
25
versionCode
2
6
versionCode
2
7
versionName
"4.
2.7
"
versionName
"4.
3.0
"
jackOptions
{
jackOptions
{
enabled
true
enabled
true
jackInProcess
true
jackInProcess
true
...
@@ -47,10 +47,10 @@ repositories {
...
@@ -47,10 +47,10 @@ repositories {
dependencies
{
dependencies
{
compile
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
compile
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
compile
'com.android.support:recyclerview-v7:25.3.
0
'
compile
'com.android.support:recyclerview-v7:25.3.
1
'
compile
'com.android.support:cardview-v7:25.3.
0
'
compile
'com.android.support:cardview-v7:25.3.
1
'
compile
'com.android.support:design:25.3.
0
'
compile
'com.android.support:design:25.3.
1
'
compile
'com.android.support:support-v4:25.3.
0
'
compile
'com.android.support:support-v4:25.3.
1
'
compile
'com.jakewharton:butterknife:8.5.1'
compile
'com.jakewharton:butterknife:8.5.1'
compile
'com.github.clans:fab:1.6.4'
compile
'com.github.clans:fab:1.6.4'
compile
'com.thoughtbot:expandablerecyclerview:1.4'
compile
'com.thoughtbot:expandablerecyclerview:1.4'
...
...
app/src/main/res/values-fr/strings.xml
View file @
234bead5
<resources>
<resources>
<!--Universal-->
<!--Universal-->
<string
name=
"app_name"
translatable=
"false"
>
Magisk Manager
</string>
<string
name=
"magisk"
translatable=
"false"
>
Magisk
</string>
<!--Welcome Activity-->
<!--Welcome Activity-->
<string
name=
"navigation_drawer_open"
>
Ouvrir le menu de navigation
</string>
<string
name=
"navigation_drawer_open"
>
Ouvrir le menu de navigation
</string>
<string
name=
"navigation_drawer_close"
>
Fermer le menu de navigation
</string>
<string
name=
"navigation_drawer_close"
>
Fermer le menu de navigation
</string>
<string
name=
"magiskhide"
translatable=
"false"
>
Magisk Hide
</string>
<string
name=
"modules"
>
Modules
</string>
<string
name=
"modules"
>
Modules
</string>
<string
name=
"downloads"
>
Téléchargements
</string>
<string
name=
"downloads"
>
Téléchargements
</string>
<string
name=
"superuser"
>
Superuser
</string>
<string
name=
"superuser"
>
Superuser
</string>
...
@@ -17,7 +14,7 @@
...
@@ -17,7 +14,7 @@
<string
name=
"magisk_version"
>
Magisk v%1$s installée
</string>
<string
name=
"magisk_version"
>
Magisk v%1$s installée
</string>
<string
name=
"magisk_version_core_only"
>
Magisk v%1$s installée (Mode Core uniquement)
</string>
<string
name=
"magisk_version_core_only"
>
Magisk v%1$s installée (Mode Core uniquement)
</string>
<string
name=
"magisk_version_error"
>
Magisk non installé
</string>
<string
name=
"magisk_version_error"
>
Magisk non installé
</string>
<string
name=
"checking_for_updates"
>
Vérification de mises à jour
...
</string>
<string
name=
"checking_for_updates"
>
Vérification de mises à jour
…
</string>
<string
name=
"magisk_update_available"
>
Magisk v%1$.1f disponible !
</string>
<string
name=
"magisk_update_available"
>
Magisk v%1$.1f disponible !
</string>
<string
name=
"cannot_check_updates"
>
Impossible de vérifier les mises à jour, pas d\'Internet ?
</string>
<string
name=
"cannot_check_updates"
>
Impossible de vérifier les mises à jour, pas d\'Internet ?
</string>
<string
name=
"up_to_date"
>
Dernière version %1$s installée
</string>
<string
name=
"up_to_date"
>
Dernière version %1$s installée
</string>
...
@@ -25,7 +22,7 @@
...
@@ -25,7 +22,7 @@
<string
name=
"not_rooted"
>
Non rooté
</string>
<string
name=
"not_rooted"
>
Non rooté
</string>
<string
name=
"proper_root"
>
Correctement rooté
</string>
<string
name=
"proper_root"
>
Correctement rooté
</string>
<string
name=
"safetyNet_check_text"
>
Appuyer pour lancer le contrôle SafetyNet
</string>
<string
name=
"safetyNet_check_text"
>
Appuyer pour lancer le contrôle SafetyNet
</string>
<string
name=
"checking_safetyNet_status"
>
Vérification de l\'état de SafetyNet
...
</string>
<string
name=
"checking_safetyNet_status"
>
Vérification de l\'état de SafetyNet
…
</string>
<string
name=
"safetyNet_connection_failed"
>
Impossible de se connecter à l\'API Google
</string>
<string
name=
"safetyNet_connection_failed"
>
Impossible de se connecter à l\'API Google
</string>
<string
name=
"safetyNet_connection_suspended"
>
La connexion à l\'API Google a été suspendue
</string>
<string
name=
"safetyNet_connection_suspended"
>
La connexion à l\'API Google a été suspendue
</string>
<string
name=
"safetyNet_error"
>
Impossible de contrôler SafetyNet, pas d\'Internet?
</string>
<string
name=
"safetyNet_error"
>
Impossible de contrôler SafetyNet, pas d\'Internet?
</string>
...
@@ -92,15 +89,15 @@
...
@@ -92,15 +89,15 @@
<string
name=
"goto_install"
>
Aller à la section \"Installer\"
</string>
<string
name=
"goto_install"
>
Aller à la section \"Installer\"
</string>
<string
name=
"download_file_error"
>
Erreur de téléchargement du fichier
</string>
<string
name=
"download_file_error"
>
Erreur de téléchargement du fichier
</string>
<string
name=
"install_error"
>
Échec de l\'installation !
</string>
<string
name=
"install_error"
>
Échec de l\'installation !
</string>
<string
name=
"invalid_zip"
>
Ce zip n'est pas un Module Magisk !!
</string>
<string
name=
"invalid_zip"
>
Ce zip n
\
'est pas un Module Magisk !!
</string>
<string
name=
"reboot_title"
>
Installation réussie !
</string>
<string
name=
"reboot_title"
>
Installation réussie !
</string>
<string
name=
"reboot_msg"
>
Voulez-vous redémarrer maintenant ?
</string>
<string
name=
"reboot_msg"
>
Voulez-vous redémarrer maintenant ?
</string>
<string
name=
"reboot"
>
Redémarrer
</string>
<string
name=
"reboot"
>
Redémarrer
</string>
<string
name=
"copying_msg"
>
Copie du zip dans le répertoire temp
</string>
<string
name=
"copying_msg"
>
Copie du zip dans le répertoire temp
</string>
<string
name=
"zip_install_progress_title"
>
Installation
</string>
<string
name=
"zip_install_progress_title"
>
Installation
</string>
<string
name=
"zip_unzip_msg"
>
Décompression du fichier zip
...
</string>
<string
name=
"zip_unzip_msg"
>
Décompression du fichier zip
…
</string>
<string
name=
"zip_process_msg"
>
Exécution du fichier zip
...
</string>
<string
name=
"zip_process_msg"
>
Exécution du fichier zip
…
</string>
<string
name=
"zip_install_progress_msg"
>
Installation %1$s
...
</string>
<string
name=
"zip_install_progress_msg"
>
Installation %1$s
…
</string>
<string
name=
"no_magisk_title"
>
Magisk non installé !
</string>
<string
name=
"no_magisk_title"
>
Magisk non installé !
</string>
<string
name=
"no_magisk_msg"
>
Voulez-vous télécharger et installer Magisk ?
</string>
<string
name=
"no_magisk_msg"
>
Voulez-vous télécharger et installer Magisk ?
</string>
<string
name=
"downloading_toast"
>
Téléchargement %1$s
</string>
<string
name=
"downloading_toast"
>
Téléchargement %1$s
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment