source: trunk/doc/src/snippets/i18n-non-qt-class/translations/i18n-non-qt-class_fr.ts

Last change on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 305 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!DOCTYPE TS><TS version="1.1" language="fr">
3<context>
4 <name>MyClass</name>
5 <message>
6 <location filename="../myclass.cpp" line="6"/>
7 <source>Hello Qt!
8</source>
9 <translation>Bonjour Qt!
10</translation>
11 </message>
12</context>
13</TS>
Note: See TracBrowser for help on using the repository browser.