Compare commits

...

14 Commits

Author SHA1 Message Date
Teo Mrnjavac
fddddc5cb9 Bump. 2017-01-18 14:55:55 +01:00
Teo Mrnjavac
45adde11e1 Do not write bootloader install path if the system is EFI. 2017-01-18 12:11:25 +01:00
Calamares CI
a65a5bfc61 [dummypythonqt] Automatic merge of Transifex translations 2017-01-18 00:36:54 +00:00
Calamares CI
5b13b9f575 [dummypythonqt] Automatic merge of Transifex translations 2017-01-17 00:36:23 +00:00
Calamares CI
0700cc7e66 [core] Automatic merge of Transifex translations 2017-01-17 00:36:22 +00:00
Teo Mrnjavac
2e41037eea Also disable dummypythonqt in jobs list. 2017-01-16 12:55:59 +01:00
Teo Mrnjavac
721302f888 Disable dummypythonqt by default. 2017-01-16 11:00:42 +01:00
Calamares CI
e8c37ab7ee [dummypythonqt] Automatic merge of Transifex translations 2017-01-16 00:36:27 +00:00
Calamares CI
9201f1a48f [core] Automatic merge of Transifex translations 2017-01-16 00:36:26 +00:00
shainer
aa0d1a62a3 Print full error when failing the copy of resolv.conf 2017-01-15 17:11:16 +00:00
Calamares CI
0bd8ecd79c [dummypythonqt] Automatic merge of Transifex translations 2017-01-15 00:36:15 +00:00
Calamares CI
d7f9b06a56 [core] Automatic merge of Transifex translations 2017-01-15 00:36:15 +00:00
Calamares CI
d697517e4e [dummypythonqt] Automatic merge of Transifex translations 2017-01-14 00:36:28 +00:00
Calamares CI
a7cb2c8ef8 [core] Automatic merge of Transifex translations 2017-01-14 00:36:27 +00:00
103 changed files with 362 additions and 353 deletions

View File

@@ -116,7 +116,7 @@ set( CALAMARES_TRANSLATION_LANGUAGES ar ast bg ca cs_CZ da de el en en_GB es_MX
### Bump version here ### Bump version here
set( CALAMARES_VERSION_MAJOR 2 ) set( CALAMARES_VERSION_MAJOR 2 )
set( CALAMARES_VERSION_MINOR 4 ) set( CALAMARES_VERSION_MINOR 4 )
set( CALAMARES_VERSION_PATCH 80 ) set( CALAMARES_VERSION_PATCH 90 )
set( CALAMARES_VERSION_RC 0 ) set( CALAMARES_VERSION_RC 0 )
set( CALAMARES_VERSION ${CALAMARES_VERSION_MAJOR}.${CALAMARES_VERSION_MINOR}.${CALAMARES_VERSION_PATCH} ) set( CALAMARES_VERSION ${CALAMARES_VERSION_MAJOR}.${CALAMARES_VERSION_MINOR}.${CALAMARES_VERSION_PATCH} )

View File

@@ -2099,12 +2099,12 @@ L&apos;instal·lador es tancarà i tots els canvis es perdran.</translation>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/>
<source>Cannot disable root account.</source> <source>Cannot disable root account.</source>
<translation type="unfinished"/> <translation>No es pot inhabilitar el compte d&apos;arrel.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/>
<source>passwd terminated with error code %1.</source> <source>passwd terminated with error code %1.</source>
<translation type="unfinished"/> <translation>El procés passwd ha acabat amb el codi d&apos;error %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/>

View File

@@ -2100,12 +2100,12 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/>
<source>Cannot disable root account.</source> <source>Cannot disable root account.</source>
<translation type="unfinished"/> <translation>No se puede deshabilitar la cuenta root</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/>
<source>passwd terminated with error code %1.</source> <source>passwd terminated with error code %1.</source>
<translation type="unfinished"/> <translation>passwd finalizó con el código de error %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/>

View File

@@ -620,7 +620,7 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/>
<source>Mountpoint already in use. Please select another one.</source> <source>Mountpoint already in use. Please select another one.</source>
<translation type="unfinished"/> <translation>Le point de montage est déjà utilisé. Merci d&apos;en sélectionner un autre.</translation>
</message> </message>
</context> </context>
<context> <context>
@@ -945,7 +945,7 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/>
<source>Mountpoint already in use. Please select another one.</source> <source>Mountpoint already in use. Please select another one.</source>
<translation type="unfinished"/> <translation>Le point de montage est déjà utilisé. Merci d&apos;en sélectionner un autre.</translation>
</message> </message>
</context> </context>
<context> <context>
@@ -2099,12 +2099,12 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/>
<source>Cannot disable root account.</source> <source>Cannot disable root account.</source>
<translation type="unfinished"/> <translation>Impossible de désactiver le compte root.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/>
<source>passwd terminated with error code %1.</source> <source>passwd terminated with error code %1.</source>
<translation type="unfinished"/> <translation>passwd c&apos;est arrêté avec le code d&apos;erreur %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/>

View File

@@ -2099,12 +2099,12 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/>
<source>Cannot disable root account.</source> <source>Cannot disable root account.</source>
<translation type="unfinished"/> <translation>Ne mogu onemogućiti root račun.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/>
<source>passwd terminated with error code %1.</source> <source>passwd terminated with error code %1.</source>
<translation type="unfinished"/> <translation>passwd je prekinut s greškom %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/>

View File

@@ -103,18 +103,18 @@
<message> <message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/>
<source>Type:</source> <source>Type:</source>
<translation type="unfinished"/> <translation>Tipo:</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/>
<source>none</source> <source>none</source>
<translation type="unfinished"/> <translation>nessuna</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/>
<source>Interface:</source> <source>Interface:</source>
<translation type="unfinished"/> <translation>Interfaccia:</translation>
</message> </message>
<message> <message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/>
@@ -620,7 +620,7 @@ Il programma d&apos;installazione sarà terminato e tutte le modifiche andranno
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/>
<source>Mountpoint already in use. Please select another one.</source> <source>Mountpoint already in use. Please select another one.</source>
<translation type="unfinished"/> <translation>Il punto di mount è già in uso. Sceglierne un altro.</translation>
</message> </message>
</context> </context>
<context> <context>
@@ -945,7 +945,7 @@ Il programma d&apos;installazione sarà terminato e tutte le modifiche andranno
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/>
<source>Mountpoint already in use. Please select another one.</source> <source>Mountpoint already in use. Please select another one.</source>
<translation type="unfinished"/> <translation>Il punto di mount è già in uso. Sceglierne un altro.</translation>
</message> </message>
</context> </context>
<context> <context>
@@ -2099,12 +2099,12 @@ Il programma d&apos;installazione sarà terminato e tutte le modifiche andranno
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/>
<source>Cannot disable root account.</source> <source>Cannot disable root account.</source>
<translation type="unfinished"/> <translation>Impossibile disabilitare l&apos;account di root.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/>
<source>passwd terminated with error code %1.</source> <source>passwd terminated with error code %1.</source>
<translation type="unfinished"/> <translation>passwd è terminato con codice di errore %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/>

View File

@@ -620,7 +620,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/>
<source>Mountpoint already in use. Please select another one.</source> <source>Mountpoint already in use. Please select another one.</source>
<translation type="unfinished"/> <translation>使</translation>
</message> </message>
</context> </context>
<context> <context>
@@ -945,7 +945,7 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/>
<source>Mountpoint already in use. Please select another one.</source> <source>Mountpoint already in use. Please select another one.</source>
<translation type="unfinished"/> <translation>使</translation>
</message> </message>
</context> </context>
<context> <context>
@@ -2100,12 +2100,12 @@ The installer will quit and all changes will be lost.</source>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/>
<source>Cannot disable root account.</source> <source>Cannot disable root account.</source>
<translation type="unfinished"/> <translation>rootアカウントを使用することができません</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/>
<source>passwd terminated with error code %1.</source> <source>passwd terminated with error code %1.</source>
<translation type="unfinished"/> <translation>passwd %1 </translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/>

View File

@@ -2099,12 +2099,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/>
<source>Cannot disable root account.</source> <source>Cannot disable root account.</source>
<translation type="unfinished"/> <translation>Nedá sa zakázať účet správcu.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/>
<source>passwd terminated with error code %1.</source> <source>passwd terminated with error code %1.</source>
<translation type="unfinished"/> <translation>Príkaz passwd ukončený s chybovým kódom %1.</translation>
</message> </message>
<message> <message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/>

View File

@@ -61,7 +61,7 @@ modules-search: [ local ]
sequence: sequence:
- show: - show:
- welcome - welcome
- dummypythonqt # - dummypythonqt
- locale - locale
- keyboard - keyboard
- partition - partition
@@ -71,7 +71,7 @@ sequence:
# - dummycpp # - dummycpp
# - dummyprocess # - dummyprocess
# - dummypython # - dummypython
- dummypythonqt # - dummypythonqt
- partition - partition
- mount - mount
- unpackfs - unpackfs

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n" "Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: ar\n" "Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n" "Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: ast\n" "Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Bulgarian (https://www.transifex.com/calamares/teams/20061/bg/)\n" "Language-Team: Bulgarian (https://www.transifex.com/calamares/teams/20061/bg/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: bg\n" "Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Davidmp <medipas@gmail.com>, 2016\n" "Last-Translator: Davidmp <medipas@gmail.com>, 2016\n"
"Language-Team: Catalan (https://www.transifex.com/calamares/teams/20061/ca/)\n" "Language-Team: Catalan (https://www.transifex.com/calamares/teams/20061/ca/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: ca\n" "Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Clica'm!" msgstr "Clica'm!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Una etiqueta Q nova." msgstr "Una etiqueta Q nova."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "La tasca Dummy PythonQt" msgstr "La tasca Dummy PythonQt"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Sóc la tasca Dummy PythonQt. La tasca diu el següent: {}" msgstr "Sóc la tasca Dummy PythonQt. La tasca diu el següent: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Un missatge d'estat per a la tasca Dummy PythonQt." msgstr "Un missatge d'estat per a la tasca Dummy PythonQt."

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: pavelrz <pavel@rzehak.cz>, 2016\n" "Last-Translator: pavelrz <pavel@rzehak.cz>, 2016\n"
"Language-Team: Czech (Czech Republic) (https://www.transifex.com/calamares/teams/20061/cs_CZ/)\n" "Language-Team: Czech (Czech Republic) (https://www.transifex.com/calamares/teams/20061/cs_CZ/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: cs_CZ\n" "Language: cs_CZ\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Klikni na mě!" msgstr "Klikni na mě!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Nový QLabel." msgstr "Nový QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "Testovací úloha PythonQt" msgstr "Testovací úloha PythonQt"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Toto je testovací úloha PythonQt. Testovací úloha říká: {}" msgstr "Toto je testovací úloha PythonQt. Testovací úloha říká: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Stavová zpráva o testovací úloze PythonQt." msgstr "Stavová zpráva o testovací úloze PythonQt."

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n" "Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: da\n" "Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n" "Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: de\n" "Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14,22 +14,22 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Click me!" msgstr "Click me!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "A new QLabel." msgstr "A new QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "The Dummy PythonQt Job" msgstr "The Dummy PythonQt Job"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "This is the Dummy PythonQt Job. The dummy job says: {}" msgstr "This is the Dummy PythonQt Job. The dummy job says: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "A status message for Dummy PythonQt Job." msgstr "A status message for Dummy PythonQt Job."

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Greek (https://www.transifex.com/calamares/teams/20061/el/)\n" "Language-Team: Greek (https://www.transifex.com/calamares/teams/20061/el/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: el\n" "Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/calamares/teams/20061/en_GB/)\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/calamares/teams/20061/en_GB/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: en_GB\n" "Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: strel <strelnic@gmail.com>, 2016\n" "Last-Translator: strel <strelnic@gmail.com>, 2016\n"
"Language-Team: Spanish (https://www.transifex.com/calamares/teams/20061/es/)\n" "Language-Team: Spanish (https://www.transifex.com/calamares/teams/20061/es/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: es\n" "Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "¡Púlsame!" msgstr "¡Púlsame!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Una nueva QLabel." msgstr "Una nueva QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "La Tarea PythonQt Ficticia" msgstr "La Tarea PythonQt Ficticia"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Esta es la Tarea PythonQt Ficticia. La tarea ficticia dice: {}" msgstr "Esta es la Tarea PythonQt Ficticia. La tarea ficticia dice: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Un mensaje de estado para la Tarea PythonQt Ficticia." msgstr "Un mensaje de estado para la Tarea PythonQt Ficticia."

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Spanish (Spain) (https://www.transifex.com/calamares/teams/20061/es_ES/)\n" "Language-Team: Spanish (Spain) (https://www.transifex.com/calamares/teams/20061/es_ES/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: es_ES\n" "Language: es_ES\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/calamares/teams/20061/es_MX/)\n" "Language-Team: Spanish (Mexico) (https://www.transifex.com/calamares/teams/20061/es_MX/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: es_MX\n" "Language: es_MX\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Spanish (Puerto Rico) (https://www.transifex.com/calamares/teams/20061/es_PR/)\n" "Language-Team: Spanish (Puerto Rico) (https://www.transifex.com/calamares/teams/20061/es_PR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: es_PR\n" "Language: es_PR\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Estonian (https://www.transifex.com/calamares/teams/20061/et/)\n" "Language-Team: Estonian (https://www.transifex.com/calamares/teams/20061/et/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: et\n" "Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Basque (https://www.transifex.com/calamares/teams/20061/eu/)\n" "Language-Team: Basque (https://www.transifex.com/calamares/teams/20061/eu/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: eu\n" "Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Persian (https://www.transifex.com/calamares/teams/20061/fa/)\n" "Language-Team: Persian (https://www.transifex.com/calamares/teams/20061/fa/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: fa\n" "Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Finnish (Finland) (https://www.transifex.com/calamares/teams/20061/fi_FI/)\n" "Language-Team: Finnish (Finland) (https://www.transifex.com/calamares/teams/20061/fi_FI/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: fi_FI\n" "Language: fi_FI\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: French (https://www.transifex.com/calamares/teams/20061/fr/)\n" "Language-Team: French (https://www.transifex.com/calamares/teams/20061/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: fr\n" "Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: French (Switzerland) (https://www.transifex.com/calamares/teams/20061/fr_CH/)\n" "Language-Team: French (Switzerland) (https://www.transifex.com/calamares/teams/20061/fr_CH/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: fr_CH\n" "Language: fr_CH\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Galician (https://www.transifex.com/calamares/teams/20061/gl/)\n" "Language-Team: Galician (https://www.transifex.com/calamares/teams/20061/gl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: gl\n" "Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Gujarati (https://www.transifex.com/calamares/teams/20061/gu/)\n" "Language-Team: Gujarati (https://www.transifex.com/calamares/teams/20061/gu/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: gu\n" "Language: gu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Hindi (https://www.transifex.com/calamares/teams/20061/hi/)\n" "Language-Team: Hindi (https://www.transifex.com/calamares/teams/20061/hi/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: hi\n" "Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Lovro Kudelić <lovro.kudelic@outlook.com>, 2016\n" "Last-Translator: Lovro Kudelić <lovro.kudelic@outlook.com>, 2016\n"
"Language-Team: Croatian (https://www.transifex.com/calamares/teams/20061/hr/)\n" "Language-Team: Croatian (https://www.transifex.com/calamares/teams/20061/hr/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: hr\n" "Language: hr\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Klikni me!" msgstr "Klikni me!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Novi QLabel." msgstr "Novi QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "Testni PythonQt posao" msgstr "Testni PythonQt posao"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Ovo je testni PythonQt posao. Testni posao kaže: {}" msgstr "Ovo je testni PythonQt posao. Testni posao kaže: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Statusna poruka za testni PythonQt posao." msgstr "Statusna poruka za testni PythonQt posao."

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Lajos Pasztor <mrlajos@gmail.com>, 2016\n" "Last-Translator: Lajos Pasztor <mrlajos@gmail.com>, 2016\n"
"Language-Team: Hungarian (https://www.transifex.com/calamares/teams/20061/hu/)\n" "Language-Team: Hungarian (https://www.transifex.com/calamares/teams/20061/hu/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: hu\n" "Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Kattints ide!" msgstr "Kattints ide!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Egy új QLabel." msgstr "Egy új QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "Egy PythonQt Job teszt" msgstr "Egy PythonQt Job teszt"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Ez egy PythonQt Job teszt. A teszt job azt mondja: {}" msgstr "Ez egy PythonQt Job teszt. A teszt job azt mondja: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Sztátus üzenet egy PythonQt Job-hoz." msgstr "Sztátus üzenet egy PythonQt Job-hoz."

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Kukuh Syafaat <syafaatkukuh@gmail.com>, 2016\n" "Last-Translator: Kukuh Syafaat <syafaatkukuh@gmail.com>, 2016\n"
"Language-Team: Indonesian (https://www.transifex.com/calamares/teams/20061/id/)\n" "Language-Team: Indonesian (https://www.transifex.com/calamares/teams/20061/id/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: id\n" "Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Klik saya!" msgstr "Klik saya!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "QLabel baru." msgstr "QLabel baru."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "Dummy PythonQt Job" msgstr "Dummy PythonQt Job"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Ini adalah Dummy PythonQt Job. Dummy job mengatakan: {}" msgstr "Ini adalah Dummy PythonQt Job. Dummy job mengatakan: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Sebuah pesan status untuk Dummy PythonQt Job." msgstr "Sebuah pesan status untuk Dummy PythonQt Job."

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Icelandic (https://www.transifex.com/calamares/teams/20061/is/)\n" "Language-Team: Icelandic (https://www.transifex.com/calamares/teams/20061/is/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: is\n" "Language: is\n"
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -4,12 +4,13 @@
# #
# Translators: # Translators:
# Teo Mrnjavac <teo@kde.org>, 2016 # Teo Mrnjavac <teo@kde.org>, 2016
# Saverio <saverio.brancaccio@gmail.com>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Teo Mrnjavac <teo@kde.org>, 2016\n" "Last-Translator: Saverio <saverio.brancaccio@gmail.com>, 2016\n"
"Language-Team: Italian (Italy) (https://www.transifex.com/calamares/teams/20061/it_IT/)\n" "Language-Team: Italian (Italy) (https://www.transifex.com/calamares/teams/20061/it_IT/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" "Content-Type: text/plain; charset=ANSI_X3.4-1968\n"
@@ -18,22 +19,22 @@ msgstr ""
"Language: it_IT\n" "Language: it_IT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Clicca qui!" msgstr "Clicca qui!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Una nuova QLabel." msgstr "Una nuova QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "Il Dummy PythonQt Job" msgstr "Il Job Dummy PythonQt"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Questo è il Dummy PythonQt Job. Il dummy job dice: {}" msgstr "Questo è il Job Dummy PythonQt. Il dummy job notifica: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Un messaggio di stato per Dummy PythonQt Job." msgstr "Un messaggio di stato per il Job Dummy PythonQt."

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Takefumi Nagata <take1975@kumamoto.email.ne.jp>, 2016\n" "Last-Translator: Takefumi Nagata <take1975@kumamoto.email.ne.jp>, 2016\n"
"Language-Team: Japanese (https://www.transifex.com/calamares/teams/20061/ja/)\n" "Language-Team: Japanese (https://www.transifex.com/calamares/teams/20061/ja/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: ja\n" "Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "クリックしてください!" msgstr "クリックしてください!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "新しいQLabel" msgstr "新しいQLabel"
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "ダミーのPythonQtジョブ" msgstr "ダミーのPythonQtジョブ"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "これはダミーのPythonQtジョブです。ダミーのジョブの出力: {}" msgstr "これはダミーのPythonQtジョブです。ダミーのジョブの出力: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "ダミーのPythonQtジョブの状態" msgstr "ダミーのPythonQtジョブの状態"

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Kazakh (https://www.transifex.com/calamares/teams/20061/kk/)\n" "Language-Team: Kazakh (https://www.transifex.com/calamares/teams/20061/kk/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: kk\n" "Language: kk\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Lao (https://www.transifex.com/calamares/teams/20061/lo/)\n" "Language-Team: Lao (https://www.transifex.com/calamares/teams/20061/lo/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: lo\n" "Language: lo\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Moo <moose@mail.ru>, 2016\n" "Last-Translator: Moo <moose@mail.ru>, 2016\n"
"Language-Team: Lithuanian (https://www.transifex.com/calamares/teams/20061/lt/)\n" "Language-Team: Lithuanian (https://www.transifex.com/calamares/teams/20061/lt/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: lt\n" "Language: lt\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Spustelėkite mane!" msgstr "Spustelėkite mane!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Naujas QLabel." msgstr "Naujas QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "Fiktyvi PythonQt užduotis" msgstr "Fiktyvi PythonQt užduotis"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Tai yra fiktyvi PythonQt užduotis. Fiktyvi užduotis sako: {}" msgstr "Tai yra fiktyvi PythonQt užduotis. Fiktyvi užduotis sako: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Fiktyvios PythonQt užduoties būsenos pranešimas." msgstr "Fiktyvios PythonQt užduoties būsenos pranešimas."

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Marathi (https://www.transifex.com/calamares/teams/20061/mr/)\n" "Language-Team: Marathi (https://www.transifex.com/calamares/teams/20061/mr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: mr\n" "Language: mr\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/calamares/teams/20061/nb/)\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/calamares/teams/20061/nb/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: nb\n" "Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: De Zeeappel <zeeappel@gmail.com>, 2016\n" "Last-Translator: De Zeeappel <zeeappel@gmail.com>, 2016\n"
"Language-Team: Dutch (https://www.transifex.com/calamares/teams/20061/nl/)\n" "Language-Team: Dutch (https://www.transifex.com/calamares/teams/20061/nl/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: nl\n" "Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Klik mij!" msgstr "Klik mij!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Een nieuw QLabel" msgstr "Een nieuw QLabel"
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "De Dummy PythonQt opdracht" msgstr "De Dummy PythonQt opdracht"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Dit is de Dummy PythonQt opdracht. De opdracht zegt: {}" msgstr "Dit is de Dummy PythonQt opdracht. De opdracht zegt: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Een statusbericht voor de Dummy PythonQt opdracht." msgstr "Een statusbericht voor de Dummy PythonQt opdracht."

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: m4sk1n <m4sk1n@o2.pl>, 2016\n" "Last-Translator: m4sk1n <m4sk1n@o2.pl>, 2016\n"
"Language-Team: Polish (https://www.transifex.com/calamares/teams/20061/pl/)\n" "Language-Team: Polish (https://www.transifex.com/calamares/teams/20061/pl/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: pl\n" "Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Naciśnij mnie!" msgstr "Naciśnij mnie!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Nowy QLabel." msgstr "Nowy QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "Zadanie Dummy PythonQt" msgstr "Zadanie Dummy PythonQt"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "To jest zadanie Dummy PythonQt mówiące: {}" msgstr "To jest zadanie Dummy PythonQt mówiące: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Wiadomość o stanie zadania Dummy PythonQt." msgstr "Wiadomość o stanie zadania Dummy PythonQt."

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Polish (Poland) (https://www.transifex.com/calamares/teams/20061/pl_PL/)\n" "Language-Team: Polish (Poland) (https://www.transifex.com/calamares/teams/20061/pl_PL/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: pl_PL\n" "Language: pl_PL\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/calamares/teams/20061/pt_BR/)\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/calamares/teams/20061/pt_BR/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: pt_BR\n" "Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Ricardo Simões <xmcorporation@gmail.com>, 2016\n" "Last-Translator: Ricardo Simões <xmcorporation@gmail.com>, 2016\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/calamares/teams/20061/pt_PT/)\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/calamares/teams/20061/pt_PT/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: pt_PT\n" "Language: pt_PT\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Clique-me!" msgstr "Clique-me!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Uma nova QLabel." msgstr "Uma nova QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "A Tarefa Dummy PythonQt" msgstr "A Tarefa Dummy PythonQt"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Esta é a tarefa Dummy PythonQt. A tarefa dummy diz: {}" msgstr "Esta é a tarefa Dummy PythonQt. A tarefa dummy diz: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Uma mensagem de estado para a Tarefa Dummy PythonQt." msgstr "Uma mensagem de estado para a Tarefa Dummy PythonQt."

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Baadur Jobava <jobaval10n@gmail.com>, 2016\n" "Last-Translator: Baadur Jobava <jobaval10n@gmail.com>, 2016\n"
"Language-Team: Romanian (https://www.transifex.com/calamares/teams/20061/ro/)\n" "Language-Team: Romanian (https://www.transifex.com/calamares/teams/20061/ro/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: ro\n" "Language: ro\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Clic aici!" msgstr "Clic aici!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Un nou QLabel." msgstr "Un nou QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "Un job job fictiv PythonQt" msgstr "Un job job fictiv PythonQt"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Acesta este jobul fictiv PythonQt. Descrierea jobului: {}" msgstr "Acesta este jobul fictiv PythonQt. Descrierea jobului: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Un mesaj de stare pentru jobul fictiv PythonQt." msgstr "Un mesaj de stare pentru jobul fictiv PythonQt."

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Russian (https://www.transifex.com/calamares/teams/20061/ru/)\n" "Language-Team: Russian (https://www.transifex.com/calamares/teams/20061/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: ru\n" "Language: ru\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dušan Kazik <prescott66@gmail.com>, 2016\n" "Last-Translator: Dušan Kazik <prescott66@gmail.com>, 2016\n"
"Language-Team: Slovak (https://www.transifex.com/calamares/teams/20061/sk/)\n" "Language-Team: Slovak (https://www.transifex.com/calamares/teams/20061/sk/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: sk\n" "Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Kliknite sem!" msgstr "Kliknite sem!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Nová menovka QLabel." msgstr "Nová menovka QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "Fiktívna úloha PythonQt" msgstr "Fiktívna úloha PythonQt"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Toto je fiktívna úloha PythonQt. Fiktívna úloha hovorí: {}" msgstr "Toto je fiktívna úloha PythonQt. Fiktívna úloha hovorí: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Stavová správa pre fiktívnu úlohu PythonQt." msgstr "Stavová správa pre fiktívnu úlohu PythonQt."

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Slovenian (https://www.transifex.com/calamares/teams/20061/sl/)\n" "Language-Team: Slovenian (https://www.transifex.com/calamares/teams/20061/sl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: sl\n" "Language: sl\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Serbian (https://www.transifex.com/calamares/teams/20061/sr/)\n" "Language-Team: Serbian (https://www.transifex.com/calamares/teams/20061/sr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: sr\n" "Language: sr\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Serbian (Latin) (https://www.transifex.com/calamares/teams/20061/sr@latin/)\n" "Language-Team: Serbian (Latin) (https://www.transifex.com/calamares/teams/20061/sr@latin/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: sr@latin\n" "Language: sr@latin\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Swedish (https://www.transifex.com/calamares/teams/20061/sv/)\n" "Language-Team: Swedish (https://www.transifex.com/calamares/teams/20061/sv/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: sv\n" "Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Thai (https://www.transifex.com/calamares/teams/20061/th/)\n" "Language-Team: Thai (https://www.transifex.com/calamares/teams/20061/th/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: th\n" "Language: th\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Demiray Muhterem <mdemiray@msn.com>, 2016\n" "Last-Translator: Demiray Muhterem <mdemiray@msn.com>, 2016\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/calamares/teams/20061/tr_TR/)\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/calamares/teams/20061/tr_TR/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: tr_TR\n" "Language: tr_TR\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "Buraya tıkla!" msgstr "Buraya tıkla!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "Yeni bir QLabel." msgstr "Yeni bir QLabel."
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "Kukla PythonQt Çalışması" msgstr "Kukla PythonQt Çalışması"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "Kukla PythonQt Çalışması. Kukla çalışması şöyle der: {}" msgstr "Kukla PythonQt Çalışması. Kukla çalışması şöyle der: {}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "Kukla PythonQt Çalışması için bir durum mesajı." msgstr "Kukla PythonQt Çalışması için bir durum mesajı."

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Ukrainian (https://www.transifex.com/calamares/teams/20061/uk/)\n" "Language-Team: Ukrainian (https://www.transifex.com/calamares/teams/20061/uk/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: uk\n" "Language: uk\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Urdu (https://www.transifex.com/calamares/teams/20061/ur/)\n" "Language-Team: Urdu (https://www.transifex.com/calamares/teams/20061/ur/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: ur\n" "Language: ur\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: Uzbek (https://www.transifex.com/calamares/teams/20061/uz/)\n" "Language-Team: Uzbek (https://www.transifex.com/calamares/teams/20061/uz/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@@ -15,22 +15,22 @@ msgstr ""
"Language: uz\n" "Language: uz\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "" msgstr ""
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "" msgstr ""

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Mingcong Bai <jeffbai@aosc.xyz>, 2017\n" "Last-Translator: Mingcong Bai <jeffbai@aosc.xyz>, 2017\n"
"Language-Team: Chinese (China) (https://www.transifex.com/calamares/teams/20061/zh_CN/)\n" "Language-Team: Chinese (China) (https://www.transifex.com/calamares/teams/20061/zh_CN/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: zh_CN\n" "Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "按我按我!" msgstr "按我按我!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "一个平淡无奇的 QLabel。" msgstr "一个平淡无奇的 QLabel。"
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "PythonQt 任务" msgstr "PythonQt 任务"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "我是个 PythonQt 任务。任务提示:{}" msgstr "我是个 PythonQt 任务。任务提示:{}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "来自 PythonQt 任务的状态消息。" msgstr "来自 PythonQt 任务的状态消息。"

View File

@@ -7,7 +7,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-01-12 16:04+0000\n" "POT-Creation-Date: 2017-01-17 00:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Jeff Huang <s8321414@gmail.com>, 2016\n" "Last-Translator: Jeff Huang <s8321414@gmail.com>, 2016\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/calamares/teams/20061/zh_TW/)\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/calamares/teams/20061/zh_TW/)\n"
@@ -18,22 +18,22 @@ msgstr ""
"Language: zh_TW\n" "Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
#: src/modules/dummypythonqt/main.py:65 #: src/modules/dummypythonqt/main.py:80
msgid "Click me!" msgid "Click me!"
msgstr "點擊我!" msgstr "點擊我!"
#: src/modules/dummypythonqt/main.py:70 #: src/modules/dummypythonqt/main.py:90
msgid "A new QLabel." msgid "A new QLabel."
msgstr "一個新的 QLabel。" msgstr "一個新的 QLabel。"
#: src/modules/dummypythonqt/main.py:113 #: src/modules/dummypythonqt/main.py:176
msgid "The Dummy PythonQt Job" msgid "The Dummy PythonQt Job"
msgstr "假的 PythonQt 工作" msgstr "假的 PythonQt 工作"
#: src/modules/dummypythonqt/main.py:116 #: src/modules/dummypythonqt/main.py:179
msgid "This is the Dummy PythonQt Job. The dummy job says: {}" msgid "This is the Dummy PythonQt Job. The dummy job says: {}"
msgstr "這是一個假的 PythonQt 工作。假工作表示:{}" msgstr "這是一個假的 PythonQt 工作。假工作表示:{}"
#: src/modules/dummypythonqt/main.py:120 #: src/modules/dummypythonqt/main.py:183
msgid "A status message for Dummy PythonQt Job." msgid "A status message for Dummy PythonQt Job."
msgstr "假的 PythonQt 工作的狀態訊息。" msgstr "假的 PythonQt 工作的狀態訊息。"

Some files were not shown because too many files have changed in this diff Show More