Merge branch 'master' of github.com:SimpleMobileTools/Simple-File-Manager
This commit is contained in:
commit
64a671fec7
|
@ -0,0 +1,17 @@
|
||||||
|
# Copying and distribution of this file, with or without modification,
|
||||||
|
# are permitted in any medium without royalty provided this notice is
|
||||||
|
# preserved. This file is offered as-is, without any warranty.
|
||||||
|
# Names of contributors must not be used to endorse or promote products
|
||||||
|
# derived from this file without specific prior written permission.
|
||||||
|
|
||||||
|
# EditorConfig
|
||||||
|
# http://EditorConfig.org
|
||||||
|
|
||||||
|
# top-most EditorConfig file
|
||||||
|
root = true
|
||||||
|
|
||||||
|
# LF end-of-line, insert an empty new line and UTF-8
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
charset = utf-8
|
|
@ -1,3 +1,17 @@
|
||||||
|
# Temp files
|
||||||
|
*~
|
||||||
|
*.bak
|
||||||
|
*.backup
|
||||||
|
\#*
|
||||||
|
.\#*
|
||||||
|
*\#
|
||||||
|
*.swp
|
||||||
|
*.swap
|
||||||
|
*.sav
|
||||||
|
*.save
|
||||||
|
*.autosav
|
||||||
|
*.autosave
|
||||||
|
|
||||||
*.iml
|
*.iml
|
||||||
.gradle
|
.gradle
|
||||||
/local.properties
|
/local.properties
|
||||||
|
|
|
@ -190,4 +190,3 @@ Version 1.0 *(2016-08-02)*
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
|
||||||
|
|
4
LICENSE
4
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
Apache License
|
Apache License
|
||||||
Version 2.0, January 2004
|
Version 2.0, January 2004
|
||||||
http://www.apache.org/licenses/
|
https://www.apache.org/licenses/
|
||||||
|
|
||||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
@ -192,7 +192,7 @@
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
|
|
@ -19,7 +19,7 @@ This app is just one piece of a bigger series of apps. You can find the rest of
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
Copyright 2016 SimpleMobileTools
|
Copyright 2016-2017 SimpleMobileTools
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -3,34 +3,34 @@
|
||||||
<string name="app_name">Gestionnaire de fichiers simple</string>
|
<string name="app_name">Gestionnaire de fichiers simple</string>
|
||||||
<string name="app_launcher_name">Gestionnaire de fichiers</string>
|
<string name="app_launcher_name">Gestionnaire de fichiers</string>
|
||||||
<string name="press_back_again">Appuyer à nouveau sur le bouton retour pour quitter</string>
|
<string name="press_back_again">Appuyer à nouveau sur le bouton retour pour quitter</string>
|
||||||
<string name="no_app_found">No app for opening this type of file is available</string>
|
<string name="no_app_found">Aucune application pour ouvrir ce type de fichier n\'est installée</string>
|
||||||
<string name="go_to_home_folder">Go to home folder</string>
|
<string name="go_to_home_folder">Aller au dossier par défaut</string>
|
||||||
<string name="set_as_home_folder">Set as home folder</string>
|
<string name="set_as_home_folder">Définir en tant que dossier par défaut</string>
|
||||||
<string name="home_folder_updated">Home folder updated</string>
|
<string name="home_folder_updated">Dossier par défaut mis à jour</string>
|
||||||
|
|
||||||
<!-- Compression -->
|
<!-- Compression -->
|
||||||
<string name="compress">Compress</string>
|
<string name="compress">Compresser</string>
|
||||||
<string name="decompress">Decompress</string>
|
<string name="decompress">Décompresser</string>
|
||||||
<string name="compress_as">Compress as</string>
|
<string name="compress_as">Compresser sous</string>
|
||||||
<string name="compressing">Compressing…</string>
|
<string name="compressing">Compression…</string>
|
||||||
<string name="decompressing">Decompressing…</string>
|
<string name="decompressing">Déompression…</string>
|
||||||
<string name="compression_successful">Compression successful</string>
|
<string name="compression_successful">Compression réussie</string>
|
||||||
<string name="decompression_successful">Decompression successful</string>
|
<string name="decompression_successful">Décompression réussie</string>
|
||||||
<string name="compressing_failed">Compressing failed</string>
|
<string name="compressing_failed">Compression ratée</string>
|
||||||
<string name="decompressing_failed">Decompressing failed</string>
|
<string name="decompressing_failed">Décompression ratée</string>
|
||||||
|
|
||||||
<!-- Favorites -->
|
<!-- Favorites -->
|
||||||
<string name="favorites">Favoris</string>
|
<string name="favorites">Favoris</string>
|
||||||
<string name="add_to_favorites">Ajouter aux favoris</string>
|
<string name="add_to_favorites">Ajouter aux favoris</string>
|
||||||
<string name="remove_from_favorites">Enlever des favoris</string>
|
<string name="remove_from_favorites">Enlever des favoris</string>
|
||||||
<string name="manage_favorites">Manage favorites</string>
|
<string name="manage_favorites">Gérer les favoris</string>
|
||||||
<string name="go_to_favorite">Go to favorite</string>
|
<string name="go_to_favorite">Aller au favori</string>
|
||||||
<string name="favorites_activity_placeholder">You can add frequently used folders to favorites for easy access from anywhere.</string>
|
<string name="favorites_activity_placeholder">Vous pouvez ajouter des dossiers souvent utilisés comme favoris pour y avoir accès rapidement depuis n\'importe où.</string>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="enable_root_access">Enable root access</string>
|
<string name="enable_root_access">Activer les droits root</string>
|
||||||
|
|
||||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
<!-- Strings displayed only on Google Play Store. Optional, but good to have -->
|
||||||
<!-- Short description has to have less than 80 chars -->
|
<!-- Short description has to have less than 80 chars -->
|
||||||
<string name="app_short_description">Un gestionnaire de fichiers simple pour naviguer et éditer ses fichiers et dossiers.</string>
|
<string name="app_short_description">Un gestionnaire de fichiers simple pour naviguer et éditer ses fichiers et dossiers.</string>
|
||||||
<string name="app_long_description">
|
<string name="app_long_description">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<string name="app_name">Simple File Manager</string>
|
<string name="app_name">Simple File Manager</string>
|
||||||
<string name="app_launcher_name">File Manager</string>
|
<string name="app_launcher_name">File Manager</string>
|
||||||
<string name="press_back_again">Press back again to exit</string>
|
<string name="press_back_again">Press back again to exit</string>
|
||||||
<string name="no_app_found">No app for opening this type of file is available</string>
|
<string name="no_app_found">No app for opening this type of file is installed</string>
|
||||||
<string name="go_to_home_folder">Go to home folder</string>
|
<string name="go_to_home_folder">Go to home folder</string>
|
||||||
<string name="set_as_home_folder">Set as home folder</string>
|
<string name="set_as_home_folder">Set as home folder</string>
|
||||||
<string name="home_folder_updated">Home folder updated</string>
|
<string name="home_folder_updated">Home folder updated</string>
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="enable_root_access">Enable root access</string>
|
<string name="enable_root_access">Enable root access</string>
|
||||||
|
|
||||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
<!-- Strings displayed only on Google Play Store. Optional, but good to have -->
|
||||||
<!-- Short description has to have less than 80 chars -->
|
<!-- Short description has to have less than 80 chars -->
|
||||||
<string name="app_short_description">A simple file manager for browsing and editing files and directories.</string>
|
<string name="app_short_description">A simple file manager for browsing and editing files and directories.</string>
|
||||||
<string name="app_long_description">
|
<string name="app_long_description">
|
||||||
|
|
Loading…
Reference in New Issue