summaryrefslogtreecommitdiffstats
path: root/res/values-fr/cm_strings.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-05 00:19:02 +0200
committerMichael Bestas <mikeioannina@cyanogenmod.org>2016-03-05 00:19:02 +0200
commitef9e2437b058ca2416437b8735030a845fcf5dcc (patch)
tree9d86a55a950ce3136061e35ecaeadaffb591f832 /res/values-fr/cm_strings.xml
parentae8048271b4c000b95c3b80edc71a7ca5a6cd7f9 (diff)
downloadandroid_packages_apps_SoundRecorder-ef9e2437b058ca2416437b8735030a845fcf5dcc.tar.gz
android_packages_apps_SoundRecorder-ef9e2437b058ca2416437b8735030a845fcf5dcc.tar.bz2
android_packages_apps_SoundRecorder-ef9e2437b058ca2416437b8735030a845fcf5dcc.zip
Automatic translation import
Change-Id: Id27ebc96e3bf247c48927d4574fe4a71d4bf3108
Diffstat (limited to 'res/values-fr/cm_strings.xml')
-rw-r--r--res/values-fr/cm_strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values-fr/cm_strings.xml b/res/values-fr/cm_strings.xml
index 28c3227..abcb994 100644
--- a/res/values-fr/cm_strings.xml
+++ b/res/values-fr/cm_strings.xml
@@ -16,12 +16,19 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Label shown when recording is paused -->
<string name="recording_paused">En pause</string>
+ <!-- Label shown when recording is finished -->
<string name="recording_finished">Enregistrement terminé</string>
+ <!-- Button to save the current recording -->
<string name="save">Enregistrer</string>
+ <!-- shown as the message in a dialog when the app encountered and unsupported format -->
<string name="error_app_unsupported">Format non pris en charge.</string>
+ <!-- shown as the message in a dialog when the recording cannot be started while in call -->
<string name="error_mediadb_incall">Cette option n\'est pas prise en charge pendant un appel.</string>
+ <!-- shown as the message in a dialog when voice call recording is started for AAC format -->
<string name="error_mediadb_aacincall">Enregistrement d\'appel vocal AAC non pris en charge.</string>
+ <!-- shown as the dialog title when user selects recording format -->
<string name="format_setting">Type de fichier</string>
<string name="storage_setting">Emplacement de stockage</string>
<string name="storage_setting_sdcard_item">Carte SD</string>
@@ -29,8 +36,10 @@
<string name="no_phonestorage">Stockage du téléphone non disponible</string>
<string name="keyboard">Clavier</string>
<string name="file_deleted">Le fichier a été supprimé</string>
+ <!-- shown as the message in a dialog when the app encountered an internal error while trying to start recording -->
<string name="error_app_internal_recorder">Erreur interne de l\'application.\n\nLe microphone est peut-être en cours d\'utilisation.</string>
<string name="view_recordings">Afficher les enregistrements</string>
+ <!-- Permissions feedback -->
<string name="denied_title">Autorisations</string>
<string name="perm_mic">Le magnétophone a besoin d\'accéder au microphone pour enregistrer l\'audio.</string>
<string name="perm_storage">Le magnétophone a besoin d’accéder au stockage pour sauvegarder les fichiers enregistrés.</string>
@@ -43,7 +52,9 @@
<string name="ask_again">Redemander</string>
<string name="dismiss">Masquer</string>
<string name="perm_toast">Les autorisations requises ont été refusées, activez-les depuis l\'application Paramètres pour commencer à enregistrer</string>
+ <!-- shown as the message in a dialog when an error occured because of an error accessing the sd card [CHAR LIMIT=NONE] -->
<string name="error_storage_access" product="nosdcard">Impossible d\'accéder au stockage USB. Assurez-vous que le magnétophone est autorisé à accéder au stockage</string>
+ <!-- shown as the message in a dialog when an error occured because of an error accessing the sd card -->
<string name="error_storage_access" product="default">Impossible d\'accéder à la carte SD. Assurez-vous que le magnétophone est autorisé à accéder au stockage</string>
<string name="in_call_record_error">L\'enregistrement n\'est pas autorisé pendant un appel.</string>
<string name="button_menu">Plus d\'options</string>