Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FR strings.xml #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<!-- About -->
<string name="link">Site web : github.com/dkim0419/SoundRecorder</string>

<!-- Toolbar -->
<string name="app_name">Sound Recorder</string>
<string name="action_licenses">Licenses</string>
Expand All @@ -21,9 +23,11 @@
<string name="dialog_title_delete">Confirmation de la suppression…</string>
<string name="dialog_text_delete">Êtes-vous sûr de vouloir supprimer ce fichier ?</string>
<string name="dialog_title_licenses">Licences Open Source</string>
<string name="dialog_title_share">Partager le fichier</string>
<string name="dialog_title_rename">Renommer le fichier</string>
<string name="dialog_title_options">Options</string>

<string name="dialog_file_share">Partager le fichier</string>
<string name="dialog_file_rename">Renommer le fichier</string>
<string name="dialog_file_delete">Supprimer le fichier</string>
<string name="dialog_action_cancel">Annuler</string>
Expand All @@ -37,5 +41,15 @@
<string name="default_file_name">Enregistrement</string>
<string name="record_prompt">Appuyez sur le bouton pour démarrer l\'enregistrement</string>
<string name="record_in_progress">Enregistrement en cours</string>

<string name="send_to">Envoyer à</string>

<!-- Preferences -->
<string name="pref_high_quality_key">pref_high_quality</string>
<string name="pref_high_quality_title">Activer l\'enregistrement Haute Qualité</string>
<string name="pref_high_quality_desc">Enregistrer en qualité CD</string>
<string name="pref_about_key">pref_about</string>
<string name="pref_about_title">À propos</string>
<string name="pref_about_desc">v%s</string>

</resources>