aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/qtshark_fr.ts
AgeCommit message (Collapse)AuthorFilesLines
2014-01-26lupdate / lrelease ui/qt/Qtshark.proAlexis La Goutte1-383/+3717
svn path=/trunk/; revision=54968
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591 svn path=/trunk/; revision=54387
2013-05-13lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt FilesAlexis La Goutte1-364/+675
svn path=/trunk/; revision=49272
2013-03-31Make the menu item for importing a hex dump text file be "Import fromGuy Harris1-1/+1
Hex Dump", to clarify that it's not some sort of "generic" import function, just one that can read a hex dump file. ("Import from Hex Dump Text" is another possibility.) Use that string in the dialog title as well. svn path=/trunk/; revision=48665
2013-01-20Update French translations with last change and update of QtsharkAlexis La Goutte1-193/+1265
svn path=/trunk/; revision=47184
2012-12-04lupdate -no-obsolete QtShark.pro Updating 'qtshark_de.ts'... Found 328 ↵Alexis La Goutte1-164/+75
source text(s) (8 new and 320 already existing) Removed 10 obsolete entries Updating 'qtshark_fr.ts'... Found 328 source text(s) (8 new and 320 already existing) Removed 10 obsolete entries Same-text heuristic provided 5 translation(s) Update the french translation and regenerate qm files. lrelease QtShark.pro Updating '/home/prolag/wireshark-ng/ui/qt/qtshark_de.qm'... Generated 29 translation(s) (29 finished and 0 unfinished) Ignored 299 untranslated source text(s) Updating '/home/prolag/wireshark-ng/ui/qt/qtshark_fr.qm'... Generated 328 translation(s) (328 finished and 0 unfinished) svn path=/trunk/; revision=46370
2012-11-04Update French TranslationsAlexis La Goutte1-92/+92
svn path=/trunk/; revision=45895
2012-11-04lupdate QtShark.pro (update translation file) Updating 'qtshark_de.ts'... ↵Alexis La Goutte1-196/+531
Found 330 source text(s) (77 new and 253 already existing) Kept 4 obsolete entries Updating 'qtshark_fr.ts'... Found 330 source text(s) (77 new and 253 already existing) Kept 4 obsolete entries Same-text heuristic provided 3 translation(s) svn path=/trunk/; revision=45894
2012-10-11Make new text translatable (a Alexis La Goutte1-84/+168
And lupdate QtShark.pro (update translation file) Updating 'qtshark_de.ts'... Found 257 source text(s) (15 new and 242 already existing) Kept 1 obsolete entries Updating 'qtshark_fr.ts'... Found 257 source text(s) (15 new and 242 already existing) Kept 1 obsolete entries Same-text heuristic provided 1 translation(s) svn path=/trunk/; revision=45492
2012-10-08Update French translations !Alexis La Goutte1-226/+300
svn path=/trunk/; revision=45384
2012-10-08Make new text translatable (for QtShark:file_set_dialog.cpp)Alexis La Goutte1-4/+234
and lupdate qtshark.pro (update translation file) Updating 'qtshark_de.ts'... Found 243 source text(s) (45 new and 198 already existing) Updating 'qtshark_fr.ts'... Found 243 source text(s) (45 new and 198 already existing) Number heuristic provided 1 translation(s) svn path=/trunk/; revision=45383
2012-10-04Update translation filesAlexis La Goutte1-88/+764
Updating 'qtshark_de.ts'... Found 198 source text(s) (135 new and 63 already existing) Kept 9 obsolete entries Updating 'qtshark_fr.ts'... Found 198 source text(s) (135 new and 63 already existing) Kept 9 obsolete entries svn path=/trunk/; revision=45314
2012-08-07lupdate QtShark.proAlexis La Goutte1-95/+116
Updating 'qtshark_de.ts'... Found 72 source text(s) (16 new and 56 already existing) Kept 13 obsolete entries Updating 'qtshark_fr.ts'... Found 72 source text(s) (16 new and 56 already existing) Kept 10 obsolete entries Similar-text heuristic provided 3 translation(s) Also remove $Id$, it is xml file (auto)generated by Qt (lupdate) svn path=/trunk/; revision=44305
2012-08-06Set svn propertiesJörg Mayer1-1/+1
svn path=/trunk/; revision=44286
2012-08-06Add Id header (and the standard copyright headers) to some files.Jörg Mayer1-0/+21
svn path=/trunk/; revision=44285
2012-07-25lupdate QtShark.pro (with the last change in translation and help menu)Alexis La Goutte1-29/+154
Updating 'qtshark_de.ts'... Found 69 source text(s) (23 new and 46 already existing) Updating 'qtshark_fr.ts'... Found 69 source text(s) (25 new and 44 already existing) Kept 1 obsolete entries There is new string to translate.... svn path=/trunk/; revision=43989
2012-03-16Fix some Gui Text not translate and update french translationAlexis La Goutte1-8/+23
svn path=/trunk/; revision=41623
2012-03-07Add i18n to QtSharkAlexis La Goutte1-0/+239
The goal is only to translate the Gui (Not dissector) Actually, there is only a french translation. To try, (if you are not French) launch qtshark with LANG=fr ./qtshark (in ui/qt folder) Missing some feature : * Add preference to select (force) your language * Some Gui Text, it no available for translation * Documentation about how to translate (Coming soon...) * Your translation ! svn path=/trunk/; revision=41389