diff options
author | Olivier Humbert <trebmuh@tuxfamily.org> | 2020-08-20 18:15:57 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-08-30 15:59:30 +0200 |
commit | a02b7366438a9d00d8a5184123b1608daf41835a (patch) | |
tree | 8349fac010619970126ac77f243ceae0c244f6c5 /plugingui/locale | |
parent | 781de78b46c0cf63e685a48b0e557808438d4bec (diff) |
Add even more _(...) and translations of strings of the UI.
Diffstat (limited to 'plugingui/locale')
-rw-r--r-- | plugingui/locale/drumgizmo.pot | 36 | ||||
-rw-r--r-- | plugingui/locale/fr.po | 40 |
2 files changed, 74 insertions, 2 deletions
diff --git a/plugingui/locale/drumgizmo.pot b/plugingui/locale/drumgizmo.pot index 1c53d28..51af101 100644 --- a/plugingui/locale/drumgizmo.pot +++ b/plugingui/locale/drumgizmo.pot @@ -174,6 +174,18 @@ msgstr "" msgid "Quality" msgstr "" +#: resamplingframecontent.cc:81 +msgid "Session samplerate: " +msgstr "" + +#: resamplingframecontent.cc:82 +msgid "Drumkit samplerate: " +msgstr "" + +#: resamplingframecontent.cc:83 +msgid "Resampling recommended: " +msgstr "" + #: resamplingframecontent.cc:105 msgid "Yes" msgstr "" @@ -182,6 +194,30 @@ msgstr "" msgid "No" msgstr "" +#: statusframecontent.cc:72 +msgid "Drumkit status: " +msgstr "" + +#: statusframecontent.cc:74 +msgid "Drumkit name: " +msgstr "" + +#: statusframecontent.cc:75 +msgid "Drumkit description: " +msgstr "" + +#: statusframecontent.cc:77 +msgid "Session buffer size: " +msgstr "" + +#: statusframecontent.cc:78 +msgid "Number of underruns: " +msgstr "" + +#: statusframecontent.cc:79 +msgid "Messages:\n" +msgstr "" + #: statusframecontent.cc:88 msgid "No Kit Loaded" msgstr "" diff --git a/plugingui/locale/fr.po b/plugingui/locale/fr.po index 48c49ee..e17e721 100644 --- a/plugingui/locale/fr.po +++ b/plugingui/locale/fr.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: drumgizmo 0.9.18.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-09-13 21:07+0200\n" -"PO-Revision-Date: 2020-08-19 02:05+0200\n" +"PO-Revision-Date: 2020-08-20 18:08+0200\n" "Last-Translator: Olivier Humbert <trebmuh@tuxfamily.org>\n" "Language-Team: none\n" "Language: fr\n" @@ -177,6 +177,18 @@ msgstr "sortie" msgid "Quality" msgstr "Qualité" +#: resamplingframecontent.cc:81 +msgid "Session samplerate: " +msgstr "Taux de la session : " + +#: resamplingframecontent.cc:82 +msgid "Drumkit samplerate: " +msgstr "Taux du kit de batterie : " + +#: resamplingframecontent.cc:83 +msgid "Resampling recommended: " +msgstr "Ré-échantillonnage recommandé : " + #: resamplingframecontent.cc:105 msgid "Yes" msgstr "Oui" @@ -185,9 +197,33 @@ msgstr "Oui" msgid "No" msgstr "Non" +#: statusframecontent.cc:72 +msgid "Drumkit status: " +msgstr "Status du kit de batterie : " + +#: statusframecontent.cc:74 +msgid "Drumkit name: " +msgstr "Nom du kit de batterie : " + +#: statusframecontent.cc:75 +msgid "Drumkit description: " +msgstr "Description du kit de batterie : " + +#: statusframecontent.cc:77 +msgid "Session buffer size: " +msgstr "Taille du tampon de session : " + +#: statusframecontent.cc:78 +msgid "Number of underruns: " +msgstr "Nombre de désynchros : " + +#: statusframecontent.cc:79 +msgid "Messages:\n" +msgstr "Messages :\n" + #: statusframecontent.cc:88 msgid "No Kit Loaded" -msgstr "Pas de kit chargé" +msgstr "pas de kit chargé" #: statusframecontent.cc:91 statusframecontent.cc:133 msgid "Loading..." |