calamares: added translation support for slideshow (it)
This commit is contained in:
parent
8e28a6ea65
commit
f68b1ff126
2
Makefile
2
Makefile
@ -45,6 +45,8 @@ dist_archive = $(distdir).tar.bz2
|
|||||||
all: locales
|
all: locales
|
||||||
|
|
||||||
locales: $(pck_catalogs:.po=.mo)
|
locales: $(pck_catalogs:.po=.mo)
|
||||||
|
# lupdate calamares/etc/calamares/branding/openmamba/lang/calamares-openmamba_it.ts
|
||||||
|
lrelease calamares/etc/calamares/branding/openmamba/lang/calamares-openmamba_it.ts
|
||||||
|
|
||||||
install-locales: locales
|
install-locales: locales
|
||||||
@for f in $(pck_catalogs); do\
|
@for f in $(pck_catalogs); do\
|
||||||
|
@ -0,0 +1,43 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!DOCTYPE TS>
|
||||||
|
<TS version="2.1" language="fr">
|
||||||
|
<context>
|
||||||
|
<name>show</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../show.qml" line="51"/>
|
||||||
|
<location filename="../show.qml" line="84"/>
|
||||||
|
<source>Thanks for choosing openmamba!</source>
|
||||||
|
<translation>Grazie per aver scelto openmamba!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../show.qml" line="58"/>
|
||||||
|
<source>openmamba with KDE Plasma</source>
|
||||||
|
<translation>openmamba con KDE Plasma</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../show.qml" line="59"/>
|
||||||
|
<source>The most evolved and complete desktop system of openmamba, KDE Plasma based.</source>
|
||||||
|
<translation>Il sistema desktop più evoluto e completo disponibile in openmamba, basato su KDE Plasma.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../show.qml" line="60"/>
|
||||||
|
<source>For every user who wants a modern, multimedia and productive desktop.</source>
|
||||||
|
<translation>Per gli utenti che desiderano un desktop moderno, multimediale e produttivo.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../show.qml" line="91"/>
|
||||||
|
<source>openmamba with LXDE</source>
|
||||||
|
<translation>openmamba con LXDE</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../show.qml" line="92"/>
|
||||||
|
<source>openmamba system with a simple and light desktop.</source>
|
||||||
|
<translation>Il sistema openmamba con un desktop semplice e leggero.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../show.qml" line="93"/>
|
||||||
|
<source>For server installation or desktop on obsolete PC, embedded systems, tablet, single-board PC.</source>
|
||||||
|
<translation>Per installazioni di server o di desktop su PC obsoleti, sistemi embedded, table e computer single-board.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
@ -56,7 +56,7 @@ Presentation
|
|||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
anchors.top: background1.bottom
|
anchors.top: background1.bottom
|
||||||
text: "<br/><b>" + qsTr("openmamba with KDE Plasma") + "</b><br/><br/>" +
|
text: "<br/><b>" + qsTr("openmamba with KDE Plasma") + "</b><br/><br/>" +
|
||||||
qsTr("The most evolved and complete desktop system of openmamba, KDE based.") + "<br/>"+
|
qsTr("The most evolved and complete desktop system of openmamba, KDE Plasma based.") + "<br/>"+
|
||||||
qsTr("For every user who wants a modern, multimedia and productive desktop.") + "<br/>"
|
qsTr("For every user who wants a modern, multimedia and productive desktop.") + "<br/>"
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
horizontalAlignment: Text.Center
|
horizontalAlignment: Text.Center
|
||||||
|
Loading…
Reference in New Issue
Block a user