diff options
| author | Ophir Lojkine <pere.jobs@gmail.com> | 2012-01-10 03:05:21 -0500 |
|---|---|---|
| committer | Rafaël Carré <funman@videolan.org> | 2012-01-10 03:05:21 -0500 |
| commit | 1313396cab5438db03b7ec5f721c2b87635eae08 (patch) | |
| tree | c476d76521ccbde3a788ce9858078f524d65c590 | |
| parent | 83b0ec39198534eaa481fade126cfe6be30c9969 (diff) | |
| download | rockbox-1313396cab5438db03b7ec5f721c2b87635eae08.zip rockbox-1313396cab5438db03b7ec5f721c2b87635eae08.tar.gz rockbox-1313396cab5438db03b7ec5f721c2b87635eae08.tar.bz2 rockbox-1313396cab5438db03b7ec5f721c2b87635eae08.tar.xz | |
FS#12392: french translation update
Change-Id: I370e2c1ccd4b0c1120079e46662573e7f3762dc6
Signed-off-by: Rafaël Carré <funman@videolan.org>
| -rw-r--r-- | apps/lang/francais.lang | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang index a53aeeb..8b03d20 100644 --- a/apps/lang/francais.lang +++ b/apps/lang/francais.lang @@ -12845,3 +12845,51 @@ *: "Lancer la minuterie d'arrêt au démarrage" </voice> </phrase> +<phrase> + id: LANG_KEYCLICK_HARDWARE + desc: in keyclick settings menu + user: core + <source> + *: none + hardware_click: "Speaker Keyclick" + </source> + <dest> + *: none + hardware_click: "Clics audibles sans écouteurs" + </dest> + <voice> + *: none + hardware_click: "Clics audibles sans écouteurs" + </voice> +</phrase> +<phrase> + id: LANG_KEYCLICK_SOFTWARE + desc: in keyclick settings menu + user: core + <source> + *: none + hardware_click: "Headphone Keyclick" + </source> + <dest> + *: none + hardware_click: "Clics dans les écouteurs" + </dest> + <voice> + *: none + hardware_click: "Clics dans les écouteurs" + </voice> +</phrase> +<phrase> + id: LANG_SHORTCUTS + desc: Title in the shortcuts menu + user: core + <source> + *: "Shortcuts" + </source> + <dest> + *: "Raccourcis" + </dest> + <voice> + *: "Raccourcis" + </voice> +</phrase> |