Create strings.xml

Added some translated Strings of Hindi
This commit is contained in:
Tejas Mate 2020-10-20 20:34:44 +05:30 committed by GitHub
parent 5228e28d61
commit b4ed57b5d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 90 additions and 0 deletions

View File

@ -0,0 +1,90 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">साधा फ़ाइल मैंनेजर</string>
<string name="app_launcher_name">फ़ाइल मैंनेजर</string>
<string name="press_back_again">Appuyer à nouveau sur le bouton retour pour quitter</string>
<string name="go_to_home_folder">Aller au dossier par défaut</string>
<string name="set_as_home_folder">Définir en tant que dossier par défaut</string>
<string name="home_folder_updated">Dossier par défaut mis à jour</string>
<string name="copy_path">Copier le chemin du fichier dans le presse-papiers</string>
<string name="path_copied">Chemin du fichier copié</string>
<string name="select_audio_file">Veuillez sélectionner un fichier audio</string>
<string name="search_folder">Chercher dans le dossier</string>
<string name="rooted_device_only">Cette opération ne fonctionne que sur les périphériques rooté</string>
<!-- Open as -->
<string name="open_as">Ouvert comme</string>
<string name="text_file">Fichier texte</string>
<string name="image_file">Fichier image</string>
<string name="audio_file">Fichier audio</string>
<string name="video_file">Fichier vidéo</string>
<string name="other_file">Autre fichier</string>
<!-- Compression -->
<string name="compress">Compresser</string>
<string name="decompress">Décompresser</string>
<string name="compress_as">Compresser sous</string>
<string name="compressing">Compression…</string>
<string name="decompressing">Décompression…</string>
<string name="compression_successful">Compression réussie</string>
<string name="decompression_successful">Décompression réussie</string>
<string name="compressing_failed">Compression ratée</string>
<string name="decompressing_failed">Décompression ratée</string>
<!-- Favorites -->
<string name="manage_favorites">Gérer les favoris</string>
<string name="go_to_favorite">Aller au favori</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>
<!-- File Editor -->
<string name="file_editor">Éditeur de fichier</string>
<!-- Settings -->
<string name="enable_root_access">Activer les droits root</string>
<!-- Strings displayed only on Google Play Store. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple File Manager Pro - Manage files easy &amp; fast</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Easy app for managing your files without ads, respecting your privacy &amp; security</string>
<string name="app_long_description">
A lightweight quick file manager for everyday use. It offers a userful search functionality, you can also customize the home folder and select favorite folders for quick access.
The app contains multiple powerful security related functions, like password protecting hidden items, deleting files, or the whole app. You can choose between using a pattern, pin, or a fingerprint to keep your data private.
This modern file organizer supports fast browsing of root files, SD cards and USB devices.
To keep your productive, it obviously has all the standard file operations like rename, copy, move, delete, share etc. It can also be used for saving up some storage, since it allows compressing and decompressing too. You can easily create new files or folders if you wish so.
You can obviously select sorting by multiple different values, toggle between ascending and descending, or use a folder specific sorting.
By just a few clicks you can also check file or folder properties, which shows various fields like the file size, date of the last modification, or EXIF values like the creation date, camera model at photos etc.
To get a file or folders path quickly, you can easily select it by long pressing and copying it in the clipboard.
You can create handy desktop shortcuts for accessing your favorite items quickly.
It contains a light file editor that you can use either for printing documents, editing them, or read easily with using zoom gestures, whenever needed.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
Ne contient pas de pubs ou de permissions inutiles. C\'est un logiciel libre et open-source. Il y a un thème sombre.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Standalone website of Simple File Manager Pro:</b>
https://www.simplemobiletools.com/filemanager
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>