Files
File-Manager/app/src/main/res/values-fr/strings.xml
2017-09-03 18:26:48 +02:00

49 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Gestionnaire de fichiers simple</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="no_app_found">No app for opening this type of file is available</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="home_folder_updated">Home folder updated</string>
<!-- Compression -->
<string name="compress">Compress</string>
<string name="decompress">Decompress</string>
<string name="compress_as">Compress as</string>
<string name="compressing">Compressing…</string>
<string name="decompressing">Decompressing…</string>
<string name="compression_successful">Compression successful</string>
<string name="decompression_successful">Decompression successful</string>
<string name="compressing_failed">Compressing failed</string>
<string name="decompressing_failed">Decompressing failed</string>
<!-- Favorites -->
<string name="favorites">Favoris</string>
<string name="add_to_favorites">Ajouter aux favoris</string>
<string name="remove_from_favorites">Enlever des favoris</string>
<string name="manage_favorites">Manage favorites</string>
<string name="go_to_favorite">Go to favorite</string>
<string name="favorites_activity_placeholder">You can add frequently used folders to favorites for easy access from anywhere.</string>
<!-- Settings -->
<string name="enable_root_access">Enable root access</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- 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_long_description">
Peut aussi être utilisé pour naviguer dans les fichiers à la racines et ceux de la carte SD. Vous pouvez facilement renommer, copier, déplacer, supprimmer et partager ce que vous voulez.
Ne contient pas de pubs ou de permissions inutiles. C\'est un logiciel libre et open-source. Il y a un thème sombre.
Cette app est juste une pièce d\'une plus grande série d\'apps. Vous pouvez trouver le reste à http://www.simplemobiletools.com
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/library/src/main/res
-->
</resources>