diff options
author | Michele Calgaro <[email protected]> | 2020-05-22 16:44:48 +0000 |
---|---|---|
committer | TDE Weblate <[email protected]> | 2020-05-23 17:30:38 +0000 |
commit | b2ca85ae3d78f4a836f4d1db6b8e8f102da40cbb (patch) | |
tree | 77cda075d9f24eb0261a2e03f8928fd6ac0ff764 /examples/i18n/mywidget_it.ts | |
parent | b22938848318c66ef314e9aa42487d1e42003a13 (diff) | |
download | tqt3-b2ca85ae3d78f4a836f4d1db6b8e8f102da40cbb.tar.gz tqt3-b2ca85ae3d78f4a836f4d1db6b8e8f102da40cbb.zip |
Translated using Weblate (Italian)
Currently translated at 100.0% (15 of 15 strings)
Translation: dependencies/tqt3 - examples-i18n
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/it/
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> |