From 4f69180e3da866e3765bdf648fbd6a9e032765d7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 3 Oct 2022 18:39:35 +0200 Subject: [PATCH] Update translations from Transifex Signed-off-by: Simon Rozman --- EAPMethods/locale/es_ES.po | 2 +- EAPMethods/locale/hr_HR.po | 6 +++--- EAPMethods/locale/it_IT.po | 2 +- EAPMethods/locale/nb_NO.po | 2 +- EAPMethods/locale/pt_PT.po | 2 +- EventMonitor/locale/es_ES.po | 2 +- EventMonitor/locale/it_IT.po | 2 +- EventMonitor/locale/nb_NO.po | 4 ++-- EventMonitor/locale/pt_PT.po | 2 +- MSI/Base/locale/es_ES.po | 2 +- MSI/Base/locale/it_IT.po | 2 +- MSI/Base/locale/nb_NO.po | 4 ++-- MSI/Base/locale/pt_PT.po | 2 +- WLANManager/locale/es_ES.po | 2 +- WLANManager/locale/it_IT.po | 2 +- WLANManager/locale/nb_NO.po | 4 ++-- WLANManager/locale/pt_PT.po | 8 +++++--- 17 files changed, 26 insertions(+), 24 deletions(-) diff --git a/EAPMethods/locale/es_ES.po b/EAPMethods/locale/es_ES.po index d96ff25..e2c9ebd 100644 --- a/EAPMethods/locale/es_ES.po +++ b/EAPMethods/locale/es_ES.po @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.3\n" "X-Poedit-Basepath: ../..\n" "X-Poedit-KeywordsList: _\n" diff --git a/EAPMethods/locale/hr_HR.po b/EAPMethods/locale/hr_HR.po index b66f7fe..8170993 100644 --- a/EAPMethods/locale/hr_HR.po +++ b/EAPMethods/locale/hr_HR.po @@ -1,7 +1,7 @@ # # Translators: -# Dubravko Penezic , 2018 # Simon Rozman , 2020 +# Dubravko Penezic , 2022 # #, fuzzy msgid "" @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: EAPMethods\n" "POT-Creation-Date: 2020-04-17 14:55+0200\n" "PO-Revision-Date: 2016-08-25 06:18+0000\n" -"Last-Translator: Simon Rozman , 2020\n" +"Last-Translator: Dubravko Penezic , 2022\n" "Language-Team: Croatian (Croatia) (https://www.transifex.com/eduroam_devel/teams/11799/hr_HR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -600,7 +600,7 @@ msgstr "" #: lib/TLS_UI/src/TLS_UI.cpp:118 msgid "No certificate selected" -msgstr "" +msgstr "Nije odabran certifikat" #: lib/TLS_UI/src/TLS_UI.cpp:118 msgid "Validation conflict" diff --git a/EAPMethods/locale/it_IT.po b/EAPMethods/locale/it_IT.po index 4e823e5..ec91cc5 100644 --- a/EAPMethods/locale/it_IT.po +++ b/EAPMethods/locale/it_IT.po @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it_IT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.3\n" "X-Poedit-Basepath: ../..\n" "X-Poedit-KeywordsList: _\n" diff --git a/EAPMethods/locale/nb_NO.po b/EAPMethods/locale/nb_NO.po index 3913eee..70713e6 100644 --- a/EAPMethods/locale/nb_NO.po +++ b/EAPMethods/locale/nb_NO.po @@ -1,6 +1,6 @@ # # Translators: -# Tom Ivar Myren , 2017 +# Tom Ivar Myren , 2017 # Simon Rozman , 2020 # #, fuzzy diff --git a/EAPMethods/locale/pt_PT.po b/EAPMethods/locale/pt_PT.po index f49e3c9..6d608c2 100644 --- a/EAPMethods/locale/pt_PT.po +++ b/EAPMethods/locale/pt_PT.po @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_PT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.3\n" "X-Poedit-Basepath: ../..\n" "X-Poedit-KeywordsList: _\n" diff --git a/EventMonitor/locale/es_ES.po b/EventMonitor/locale/es_ES.po index 2fcdf90..a031872 100644 --- a/EventMonitor/locale/es_ES.po +++ b/EventMonitor/locale/es_ES.po @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.2.3\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" diff --git a/EventMonitor/locale/it_IT.po b/EventMonitor/locale/it_IT.po index 6b81dde..e73b8f2 100644 --- a/EventMonitor/locale/it_IT.po +++ b/EventMonitor/locale/it_IT.po @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it_IT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.2.3\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" diff --git a/EventMonitor/locale/nb_NO.po b/EventMonitor/locale/nb_NO.po index 85297b8..11cbdfd 100644 --- a/EventMonitor/locale/nb_NO.po +++ b/EventMonitor/locale/nb_NO.po @@ -1,6 +1,6 @@ # # Translators: -# Tom Ivar Myren , 2016 +# Tom Ivar Myren , 2016 # #, fuzzy msgid "" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: EventMonitor\n" "POT-Creation-Date: 2019-08-12 14:04+0200\n" "PO-Revision-Date: 2016-08-27 11:21+0000\n" -"Last-Translator: Tom Ivar Myren , 2016\n" +"Last-Translator: Tom Ivar Myren , 2016\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/eduroam_devel/teams/11799/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/EventMonitor/locale/pt_PT.po b/EventMonitor/locale/pt_PT.po index 986af32..9d2fc14 100644 --- a/EventMonitor/locale/pt_PT.po +++ b/EventMonitor/locale/pt_PT.po @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_PT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.2.3\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" diff --git a/MSI/Base/locale/es_ES.po b/MSI/Base/locale/es_ES.po index 47f967a..b87432c 100644 --- a/MSI/Base/locale/es_ES.po +++ b/MSI/Base/locale/es_ES.po @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.2.3\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" diff --git a/MSI/Base/locale/it_IT.po b/MSI/Base/locale/it_IT.po index f1eda41..effa5a7 100644 --- a/MSI/Base/locale/it_IT.po +++ b/MSI/Base/locale/it_IT.po @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it_IT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.2.3\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" diff --git a/MSI/Base/locale/nb_NO.po b/MSI/Base/locale/nb_NO.po index c35a7b5..d52ee0a 100644 --- a/MSI/Base/locale/nb_NO.po +++ b/MSI/Base/locale/nb_NO.po @@ -1,7 +1,7 @@ # # Translators: # Simon Rozman , 2016 -# Tom Ivar Myren , 2016 +# Tom Ivar Myren , 2016 # #, fuzzy msgid "" @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: GÉANTLink MSI\n" "POT-Creation-Date: 2019-08-12 14:04+0200\n" "PO-Revision-Date: 2016-09-10 07:51+0000\n" -"Last-Translator: Tom Ivar Myren , 2016\n" +"Last-Translator: Tom Ivar Myren , 2016\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/eduroam_devel/teams/11799/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/MSI/Base/locale/pt_PT.po b/MSI/Base/locale/pt_PT.po index 7e273f4..1031047 100644 --- a/MSI/Base/locale/pt_PT.po +++ b/MSI/Base/locale/pt_PT.po @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_PT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.2.3\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" diff --git a/WLANManager/locale/es_ES.po b/WLANManager/locale/es_ES.po index 14f8783..78bbcde 100644 --- a/WLANManager/locale/es_ES.po +++ b/WLANManager/locale/es_ES.po @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.2.3\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" diff --git a/WLANManager/locale/it_IT.po b/WLANManager/locale/it_IT.po index 57e3582..a24f04e 100644 --- a/WLANManager/locale/it_IT.po +++ b/WLANManager/locale/it_IT.po @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it_IT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.2.3\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" diff --git a/WLANManager/locale/nb_NO.po b/WLANManager/locale/nb_NO.po index d88fd26..ac57ce4 100644 --- a/WLANManager/locale/nb_NO.po +++ b/WLANManager/locale/nb_NO.po @@ -1,6 +1,6 @@ # # Translators: -# Tom Ivar Myren , 2016 +# Tom Ivar Myren , 2016 # #, fuzzy msgid "" @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: WLANManager\n" "POT-Creation-Date: 2019-08-12 14:09+0200\n" "PO-Revision-Date: 2016-08-28 10:03+0000\n" -"Last-Translator: Tom Ivar Myren , 2016\n" +"Last-Translator: Tom Ivar Myren , 2016\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/eduroam_devel/teams/11799/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/WLANManager/locale/pt_PT.po b/WLANManager/locale/pt_PT.po index 3c4c935..2c29ba2 100644 --- a/WLANManager/locale/pt_PT.po +++ b/WLANManager/locale/pt_PT.po @@ -1,6 +1,6 @@ # # Translators: -# Pedro Simões , 2016 +# Pedro Simões , 2022 # #, fuzzy msgid "" @@ -8,13 +8,13 @@ msgstr "" "Project-Id-Version: WLANManager\n" "POT-Creation-Date: 2019-08-12 14:09+0200\n" "PO-Revision-Date: 2016-08-28 10:03+0000\n" -"Last-Translator: Pedro Simões , 2016\n" +"Last-Translator: Pedro Simões , 2022\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/eduroam_devel/teams/11799/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_PT\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" "X-Generator: Poedit 2.2.3\n" "X-Poedit-Basepath: ..\n" "X-Poedit-KeywordsList: _\n" @@ -39,3 +39,5 @@ msgstr "WLAN Manager" msgid "" "Helper utility to support direct shortcuts to Wireless Network Properties" msgstr "" +"Utilitário auxiliar para oferecer suporte a atalhos diretos para " +"Propriedades de rede sem fio"