summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/lang/rbutil_fr.ts
AgeCommit message (Collapse)AuthorFilesLines
2015-02-22Update Russian and French rbutil translations.Семён Жуковский1-3/+3
Change-Id: I52a42309b27b44463061f36a98b131d82a58a293
2014-01-05Add missing german translations and lupdate remaining ones.Dominik Riebeling1-0/+10
Change-Id: I1bf100e17170d3845a54267e74f1a2fa8e84b7e5
2014-01-05Update french Rockbox Utility translation.Dominik Riebeling1-33/+34
Thanks to lebellium for updating. Change-Id: Ic8f14f358a28202d3c6d88b24ec45b8106d590e0
2014-01-05lupdate all translations.Dominik Riebeling1-556/+717
Change-Id: Iac3462ba5191b3b7e3f2a37c67119685e1931a6f
2014-01-05Drop year from (c) notice in Rockbox Utility.Dominik Riebeling1-2/+2
Instead of having to update it every year just drop it. We have the build date in the binaries we provide, and the years it has been developed can be retrieved via git anyway. Change-Id: Ib33ee851883146509034c405cd65552a0f67194e
2013-08-18Fix typo in source string.Dominik Riebeling1-1/+1
Change-Id: Iaa3f3c34b6f6931a6620dfbe3d24cf6a57b96e77
2013-02-08Update copyright information for 2013.Dominik Riebeling1-2/+2
We're still working on this. Change-Id: I218d9ad0125950076ef3502e123e75d6f0f1de1e
2012-09-02rbutilqt: finish french translationAmaury Pouly1-27/+27
Change-Id: Ia518d9cd242fd7678500f75d87832524c9820a2d
2012-09-01rbutilqt: frenc translationAmaury Pouly1-59/+58
Change-Id: Ic007f1c82ef6cda6f6179d1c949dcd324f62d72f
2012-09-01rbutilqt: french translationAmaury Pouly1-86/+86
Change-Id: I78b2901516caf94ffe198a6534588106b18e5933
2012-08-31rbutilqt: french translationAmaury Pouly1-22/+22
Change-Id: I8a84ed91318e3cedf844ad6f27f15c74f0c8ba45
2012-07-03Update german translation.Dominik Riebeling1-879/+809
lupdate all other translations and drop obsolete string. Change-Id: I74d2ae8dd3c973aeaf35a41f8d32081729c13298
2012-02-26Rockbox Utility: update french translationJean-Louis Biasini1-26/+28
- change some strings that were not really nice - update empty strings Change-Id: Iab816bdbcd09bc254320c50d5eab424648b9a832 Reviewed-on: http://gerrit.rockbox.org/124 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
2012-02-23lupdate all translations and drop obsolete ones.Dominik Riebeling1-652/+847
Change-Id: I799c45018926e7a0138481b51258f73cbc17dd5d
2012-02-19Remove "r" prefix for version information.Dominik Riebeling1-4/+4
Since we don't have revision numbers anymore remove the "r" prefix when showing the version information to the user. Change-Id: I1e36b11a23301dda9fe67bb284489510c65567d8
2012-01-14Update copyright information for 2012.Dominik Riebeling1-2/+2
We're still working on this. Change-Id: I029f192dfa9ab6d125140ce778100af1b383fd1e
2011-06-25Fix a source string whitespace error.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30069 a1c6a512-1295-4272-9138-f99709370657
2011-04-29Add missing strings to German Rockbox Utility translation.Dominik Riebeling1-324/+250
Run lupdate on all other translation files as well and drop obsolete strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29795 a1c6a512-1295-4272-9138-f99709370657
2011-03-20Update copyright information in about box. We're still working on this.Dominik Riebeling1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29620 a1c6a512-1295-4272-9138-f99709370657
2010-11-28rbutil: r28687 touched too much. Restore some accelerator keys.Mustapha Senhaji1-17/+17
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28692 a1c6a512-1295-4272-9138-f99709370657
2010-11-28rbutil: Bring the french translation up to date.Mustapha Senhaji1-16/+19
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28688 a1c6a512-1295-4272-9138-f99709370657
2010-11-27rbutil: Fix typos in french translation plus some minor changes (fix few ↵Mustapha Senhaji1-109/+108
typos on source strings too while I was here). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28687 a1c6a512-1295-4272-9138-f99709370657
2010-09-20rbutil: update french translationAmaury Pouly1-37/+37
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28122 a1c6a512-1295-4272-9138-f99709370657
2010-09-19Make tooltip for Offline Mode setting wrap properly.Dominik Riebeling1-3/+3
Qt wraps tooltip texts automatically when it detects the text to be Rich text. Embed the tooltip text into <p> tags to get it recognized as such. Manually update translations to avoid the need to retranslation that line. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28117 a1c6a512-1295-4272-9138-f99709370657
2010-06-18Rockbox Utility translation updates.Dominik Riebeling1-77/+71
- Update german translation. - lupdate all other translations and drop obsolete strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26932 a1c6a512-1295-4272-9138-f99709370657
2010-06-15Remove ugly RTL writing direction hack.Dominik Riebeling1-256/+429
Instead of hard coding the languages to be rendered as RTL make it dependent on a translation string. Translate the string LTR to RTL to switch to RTL layout. This is equivalent to the handling done in the i18n example for Qt Jambi and while not the best solution at least cleaner than hardcoded languages. Update hebrew translation for this which is currently the only RTL translation. lupdate all other translations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26865 a1c6a512-1295-4272-9138-f99709370657
2010-04-21Update year in about box. We are still working on this.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25694 a1c6a512-1295-4272-9138-f99709370657
2010-04-13rbutil: update french translationAmaury Pouly1-38/+45
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25620 a1c6a512-1295-4272-9138-f99709370657
2010-04-08rbutil: update french translation.Amaury Pouly1-74/+86
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25536 a1c6a512-1295-4272-9138-f99709370657
2010-04-08rbutil: update french translation.Amaury Pouly1-69/+72
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25534 a1c6a512-1295-4272-9138-f99709370657
2010-04-08rbutil: update french translation.Amaury Pouly1-118/+119
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25533 a1c6a512-1295-4272-9138-f99709370657
2010-03-30Update german Rockbox Utility translation.Dominik Riebeling1-582/+1013
lupdate all other translations and drop obsolete strings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25404 a1c6a512-1295-4272-9138-f99709370657
2009-06-09Update rbutil translations:Dominik Riebeling1-502/+348
- japanese by Yoshihisa Uchida (FS#10302) - german by myself - lupdate all other languages and drop obsolete messages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21239 a1c6a512-1295-4272-9138-f99709370657
2009-04-06Fix a typo in the german translation (thanks to pyro_maniac on IRC for ↵Dominik Riebeling1-269/+442
pointing it out) and update it partly. lupdate all translations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20636 a1c6a512-1295-4272-9138-f99709370657
2008-12-20* Update Rockbox Utility Dutch language fileMaurus Cuelenaere1-101/+120
* 'lupdate' the other git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19504 a1c6a512-1295-4272-9138-f99709370657
2008-12-14Update german translation and lupdate all other translations.Dominik Riebeling1-774/+893
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19438 a1c6a512-1295-4272-9138-f99709370657
2008-10-05Move rbutil translations into a subfolder.Dominik Riebeling1-0/+2697
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18713 a1c6a512-1295-4272-9138-f99709370657