diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2020-10-16 13:57:32 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2020-10-16 13:57:32 +0200 |
| commit | 6231edc8cde98fdd0432b4211296086a6e5ff302 (patch) | |
| tree | ac9ef72b77c9068130c342c0aa473903d35a79c9 /examples/i18n/mywidget_it.ts | |
| parent | 4d9a10c8950c1209a6499cdc751662ae72c2832b (diff) | |
| download | tqt-6231edc8cde98fdd0432b4211296086a6e5ff302.tar.gz tqt-6231edc8cde98fdd0432b4211296086a6e5ff302.zip | |
Merge translation files from master branch.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'examples/i18n/mywidget_it.ts')
| -rw-r--r-- | examples/i18n/mywidget_it.ts | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/examples/i18n/mywidget_it.ts b/examples/i18n/mywidget_it.ts index a450deb4c..de74287d7 100644 --- a/examples/i18n/mywidget_it.ts +++ b/examples/i18n/mywidget_it.ts @@ -1,4 +1,6 @@ -<!DOCTYPE TS><TS> +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS language="it"> <context> <name>MyWidget</name> <message encoding="UTF-8"> @@ -7,66 +9,66 @@ </message> <message encoding="UTF-8"> <source>First</source> - <translation type="unfinished">Primo</translation> + <translation>Primo</translation> </message> <message encoding="UTF-8"> <source>Internationalization Example</source> - <translation type="unfinished">Esempio di localizzazione</translation> + <translation>Esempio di localizzazione</translation> </message> <message encoding="UTF-8"> <source>Isometric</source> - <translation type="unfinished">Isometrica</translation> + <translation>Isometrico</translation> </message> <message encoding="UTF-8"> <source>Language: English</source> - <translation type="unfinished">Lingua: Italiano</translation> + <translation>Lingua: Italiano</translation> </message> <message encoding="UTF-8"> <source>Oblique</source> - <translation type="unfinished">Obliqua</translation> + <translation>Obliquo</translation> </message> <message encoding="UTF-8"> <source>Perspective</source> - <translation type="unfinished">Prospettica</translation> + <translation>Prospettiva</translation> </message> <message encoding="UTF-8"> <source>Second</source> - <translation type="unfinished">Secondo</translation> + <translation>Secondo</translation> </message> <message encoding="UTF-8"> <source>The Main Window</source> - <translation type="unfinished">La Finestra Principale</translation> + <translation>La finestra principale</translation> </message> <message encoding="UTF-8"> <source>Third</source> - <translation type="unfinished">Terzo</translation> + <translation>Terzo</translation> </message> <message encoding="UTF-8"> <source>View</source> - <translation type="unfinished">Vista</translation> + <translation>Vista</translation> </message> <message> <source>E&xit</source> - <translation type="unfinished"></translation> + <translation>&Uscita</translation> </message> <message> <source>Ctrl+Q</source> - <translation type="unfinished"></translation> + <translation>Ctrl+Q</translation> </message> <message> <source>&File</source> - <translation type="unfinished"></translation> + <translation>&File</translation> </message> </context> <context> <name>QVDialog</name> <message> <source>OK</source> - <translation type="unfinished"></translation> + <translation>OK</translation> </message> <message> <source>Cancel</source> - <translation type="unfinished"></translation> + <translation>Annulla</translation> </message> </context> </TS> |
