summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Humbert <trebmuh@tuxfamily.org>2018-03-30 09:02:44 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-03-30 09:02:44 +0200
commit84cde90be3c190e7462667bc418ea681566522fa (patch)
tree46085d5cb809d9e6d42fe6c67183df88d789c992
parent4c9baea3136e4164fb30cea88c2c3048109df4f5 (diff)
- adds the FR translation file
- adds the FR translation in the makefile.am file in order to be processed - fixes a few typos in the makefile (TRANLATIONS -> TRANSLATIONS) - remove the session.cc file since it doesn't exist and made the build failed here
-rw-r--r--src/Makefile.am10
-rw-r--r--src/ts/dgedit_fr.ts204
2 files changed, 209 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0c37d01..60556ff 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,8 +9,9 @@ dgedit_CXXFLAGS = $(SNDFILE_CXXFLAGS) $(QT_CFLAGS) $(AO_CFLAGS) \
-DLOCALEDIR='"$(localedir)"'
AM_CXXFLAGS = $(QT_CFLAGS)
-dgedit_TRANLATIONS = \
- ts/dgedit_da.ts
+dgedit_TRANSLATIONS = \
+ ts/dgedit_da.ts \
+ ts/dgedit_fr.ts
dgedit_SOURCES = \
dgedit.cc \
@@ -29,7 +30,6 @@ dgedit_SOURCES = \
samplesorter.cc \
selection.cc \
selectioneditor.cc \
- session.cc \
volumefader.cc \
zoomslider.cc
@@ -86,5 +86,5 @@ qrc_%.cc: %.qrc
QT_SELECT=qt5 lrelease $<
dgeditdir = $(localedir)
-dgedit_DATA = $(dgedit_TRANLATIONS:.ts=.qm)
-BUILT_SOURCES = $(dgedit_TRANLATIONS)
+dgedit_DATA = $(dgedit_TRANSLATIONS:.ts=.qm)
+BUILT_SOURCES = $(dgedit_TRANSLATIONS)
diff --git a/src/ts/dgedit_fr.ts b/src/ts/dgedit_fr.ts
new file mode 100644
index 0000000..2080523
--- /dev/null
+++ b/src/ts/dgedit_fr.ts
@@ -0,0 +1,204 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="da_DK">
+<context>
+ <name>FileList</name>
+ <message>
+ <location filename="../filelist.cc" line="51"/>
+ <source>Open file</source>
+ <translation>Ouvrir un fichier</translation>
+ </message>
+ <message>
+ <location filename="../filelist.cc" line="52"/>
+ <source>Audio Files (*.wav)</source>
+ <translation>Fichiers audio (*.wav)</translation>
+ </message>
+ <message>
+ <location filename="../filelist.cc" line="96"/>
+ <source>Set as Master (dbl-click)</source>
+ <translation>Paramétrer en tant que maître (dbl-clic)</translation>
+ </message>
+ <message>
+ <location filename="../filelist.cc" line="99"/>
+ <source>Edit name</source>
+ <translation>Éditer le nom</translation>
+ </message>
+ <message>
+ <location filename="../filelist.cc" line="102"/>
+ <source>Remove</source>
+ <translation>Supprimer</translation>
+ </message>
+ <message>
+ <location filename="../filelist.cc" line="105"/>
+ <source>Remove all</source>
+ <translation>Supprimer tout</translation>
+ </message>
+</context>
+<context>
+ <name>MainWindow</name>
+ <message>
+ <location filename="../mainwindow.cc" line="88"/>
+ <source>Tools</source>
+ <translation>Outils</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="105"/>
+ <source>&amp;File</source>
+ <translation>&amp;Fichiers</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="106"/>
+ <source>&amp;Quit</source>
+ <translation>&amp;Quitter</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="148"/>
+ <source>Play samples</source>
+ <translation>Lire les échantillons</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="166"/>
+ <source>Dock Widget</source>
+ <translation>Quai des gadgets</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="179"/>
+ <source>Files</source>
+ <translation>Fichiers</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="181"/>
+ <source>Edit</source>
+ <translation>Éditer</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="182"/>
+ <location filename="../mainwindow.cc" line="401"/>
+ <source>Export</source>
+ <translation>Exporter</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="225"/>
+ <location filename="../mainwindow.cc" line="549"/>
+ <source>Ready</source>
+ <translation>Prêt</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="246"/>
+ <source>Files: (double-click to set as master)</source>
+ <translation>Fichiers : (double-clic pour paramétrer en tant que maître)</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="248"/>
+ <source>Add files...</source>
+ <translation>Ajouter des fichiers....</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="180"/>
+ <location filename="../mainwindow.cc" line="315"/>
+ <source>Generate</source>
+ <translation>Générer</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="327"/>
+ <source>Clear</source>
+ <translation>Vider</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="336"/>
+ <source>Attack length:</source>
+ <translation>Longueur d'attaque :</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="343"/>
+ <source>Power spread:</source>
+ <translation>Étalement de la puissance :</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="350"/>
+ <source>Minimum size (samples):</source>
+ <translation>Taille minimum (échantillons) :</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="357"/>
+ <source>Falloff:</source>
+ <translation>Temps de chute :</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="364"/>
+ <source>Fadelength:</source>
+ <translation>Longueur de fondu :</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="382"/>
+ <source>Prefix:</source>
+ <translation>Préfixe :</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="388"/>
+ <source>Export path:</source>
+ <translation>Chemin d'exportation :</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="394"/>
+ <source>...</source>
+ <translation>...</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="538"/>
+ <source>Loading...</source>
+ <translation>Chargement...</translation>
+ </message>
+ <message>
+ <location filename="../mainwindow.cc" line="566"/>
+ <source>Select export path</source>
+ <translation>Sélectionner le chemin d'exportation</translation>
+ </message>
+</context>
+<context>
+ <name>SelectionEditor</name>
+ <message>
+ <location filename="../selectioneditor.cc" line="57"/>
+ <source>From:</source>
+ <translation>Depuis :</translation>
+ </message>
+ <message>
+ <location filename="../selectioneditor.cc" line="58"/>
+ <source>To:</source>
+ <translation>Jusqu&apos;à :</translation>
+ </message>
+ <message>
+ <location filename="../selectioneditor.cc" line="59"/>
+ <source>FadeIn:</source>
+ <translation>Fondu ouverture :</translation>
+ </message>
+ <message>
+ <location filename="../selectioneditor.cc" line="60"/>
+ <source>FadeOut:</source>
+ <translation>Fondu fermeture :</translation>
+ </message>
+ <message>
+ <location filename="../selectioneditor.cc" line="61"/>
+ <source>Energy:</source>
+ <translation>Énergie :</translation>
+ </message>
+ <message>
+ <location filename="../selectioneditor.cc" line="62"/>
+ <source>Name:</source>
+ <translation>Nom :</translation>
+ </message>
+</context>
+<context>
+ <name>VolumeFader</name>
+ <message>
+ <location filename="../volumefader.cc" line="73"/>
+ <source>Peak </source>
+ <translation>Pic </translation>
+ </message>
+ <message>
+ <location filename="../volumefader.cc" line="97"/>
+ <source>Gain %1 dB</source>
+ <translation>Gain %1 dB</translation>
+ </message>
+</context>
+</TS>