mirror of https://github.com/Icinga/L10n.git
Add copyright notice to all templates and catalogs
This commit is contained in:
parent
d64f3915b4
commit
11f6881840
bin
locale
ar_SA/LC_MESSAGES
de_DE/LC_MESSAGES
fi_FI/LC_MESSAGES
it_IT/LC_MESSAGES
ja_JP/LC_MESSAGES
pt_BR/LC_MESSAGES
ru_RU/LC_MESSAGES
uk_UA/LC_MESSAGES
src
|
@ -61,7 +61,7 @@ xgettext --language=PHP \
|
|||
--from-code=utf-8 \
|
||||
--files-from=catalog.txt \
|
||||
--sort-by-file \
|
||||
--foreign-user \
|
||||
--copyright-holder="Icinga GmbH" \
|
||||
--package-name="Icinga L10n" \
|
||||
--package-version=$(git describe --always) \
|
||||
--msgid-bugs-address=https://github.com/Icinga/L10n/issues \
|
||||
|
@ -78,6 +78,12 @@ result = re.sub(
|
|||
+ '\"X-Poedit-SearchPath-0: sources.d\\\\\\\\n\"',
|
||||
sys.stdin.read()
|
||||
)
|
||||
from datetime import date
|
||||
result = result.replace(
|
||||
'# Copyright (C) YEAR Icinga GmbH',
|
||||
'# Copyright (C) {0} Icinga GmbH'.format(date.today().year),
|
||||
1
|
||||
)
|
||||
sys.stdout.write(result)
|
||||
PYTHON
|
||||
)
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Icinga - Arabic translation (ar_SA)
|
||||
# This file is put in the public domain.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Munzir Taha <munzirtaha@gmail.com>, 2016.
|
||||
#
|
||||
msgid ""
|
||||
|
|
|
@ -1,6 +1,25 @@
|
|||
# Icinga - German translation (de_DE)
|
||||
# This file is put in the public domain.
|
||||
# Johannes Meyer <johannes.meyer@icinga.com>, 2019.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Philipp Dorschner <pdorschner@netways.de>, 2019
|
||||
# Bernd Arnold <wopfel@gmail.com>, 2019
|
||||
# Marian Rainer-Harbach <marian@rainer-harbach.at>, 2018
|
||||
# Christoph Niemann <kordolan@googlemail.com>, 2018
|
||||
# Markus Frosch <markus.frosch@icinga.com>, 2017
|
||||
# Michael Friedrich <michael.friedrich@icinga.com>, 2017
|
||||
# Noah Hilverling <noah.hilverling@icinga.com>, 2016
|
||||
# Alexander A. Klimov <alexander.klimov@icinga.com>, 2016
|
||||
# Ken Jungclaus <lum33n@web.de>, 2016
|
||||
# hailthemelody@rm-laptop04 <hailthemelody@rm-laptop04>, 2016
|
||||
# Marius Hein <marius.hein@netways.de>, 2016
|
||||
# Pieter Lexis <pieter.lexis@powerdns.com>, 2015
|
||||
# Cornelius Wachinger <cornelius@dercorn.com>, 2015
|
||||
# Eric Lippmann <eric.lippmann@icinga.com>, 2015
|
||||
# Gunnar Beutner <gunnar.beutner@netways.de>, 2014
|
||||
# Thomas Gelf <thomas.gelf@icinga.com>, 2014
|
||||
# Johannes Meyer <johannes.meyer@icinga.com>, 2014
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Icinga - Finnish translation (fi_FI)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Mikko Peltokangas <mikko@peltokangas.org>, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
@ -8,7 +11,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: https://github.com/Icinga/ipl-L10n/issues\n"
|
||||
"POT-Creation-Date: 2020-04-27 15:57+0200\n"
|
||||
"PO-Revision-Date: 2020-04-27 14:34+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Last-Translator: Mikko Peltokangas <mikko@peltokangas.org>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: fi_FI\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
# Icinga - Italian translation (it_IT)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Francesco Mazzi <fmazzi@comune.genova.it>, 2018
|
||||
# Thomas Gelf <thomas.gelf@icinga.com>, 2015
|
||||
# Davide Demuru <davide.demuru@buongiorno.com>, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
@ -8,7 +13,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: https://github.com/Icinga/ipl-L10n/issues\n"
|
||||
"POT-Creation-Date: 2020-04-27 15:57+0200\n"
|
||||
"PO-Revision-Date: 2020-04-27 14:45+0200\n"
|
||||
"Last-Translator: Thomas Gelf <thomas@gelf.net>\n"
|
||||
"Last-Translator: Francesco Mazzi <fmazzi@comune.genova.it>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: it_IT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# Icinga - Japanese translation (ja_JP)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# papillon326 <udagawa@www2178ue.sakura.ne.jp>, 2019
|
||||
# chisatohasimoto <hasimoto@designet.co.jp>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
@ -8,7 +12,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: https://github.com/Icinga/ipl-L10n/issues\n"
|
||||
"POT-Creation-Date: 2020-04-27 15:57+0200\n"
|
||||
"PO-Revision-Date: 2020-04-27 14:54+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Last-Translator: papillon326 <udagawa@www2178ue.sakura.ne.jp>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: ja_JP\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# Icinga - Brazilian Portuguese translation (pt_BR)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Carlos Cesario <carloscesario@gmail.com>, 2014
|
||||
# Thomas Gelf <thomas.gelf@icinga.com>, 2014
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
@ -8,7 +12,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: https://github.com/Icinga/ipl-L10n/issues\n"
|
||||
"POT-Creation-Date: 2020-04-27 15:57+0200\n"
|
||||
"PO-Revision-Date: 2020-04-27 14:55+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Last-Translator: Carlos Cesario <carloscesario@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Icinga - Russian translation (ru_RU)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Yuri Konotopov <ykonotopov@gmail.com>, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Icinga - Ukrainian translation (uk_UA)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Pavlo Kuznetsov <p4k81337@gmail.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Icinga - Arabic translation (ar_SA)
|
||||
# This file is put in the public domain.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Munzir Taha <munzirtaha@gmail.com>, 2016.
|
||||
#
|
||||
msgid ""
|
||||
|
|
|
@ -1,6 +1,25 @@
|
|||
# Icinga - German translation (de_DE)
|
||||
# This file is put in the public domain.
|
||||
# Johannes Meyer <johannes.meyer@icinga.com>, 2019.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Philipp Dorschner <pdorschner@netways.de>, 2019
|
||||
# Bernd Arnold <wopfel@gmail.com>, 2019
|
||||
# Marian Rainer-Harbach <marian@rainer-harbach.at>, 2018
|
||||
# Christoph Niemann <kordolan@googlemail.com>, 2018
|
||||
# Markus Frosch <markus.frosch@icinga.com>, 2017
|
||||
# Michael Friedrich <michael.friedrich@icinga.com>, 2017
|
||||
# Noah Hilverling <noah.hilverling@icinga.com>, 2016
|
||||
# Alexander A. Klimov <alexander.klimov@icinga.com>, 2016
|
||||
# Ken Jungclaus <lum33n@web.de>, 2016
|
||||
# hailthemelody@rm-laptop04 <hailthemelody@rm-laptop04>, 2016
|
||||
# Marius Hein <marius.hein@netways.de>, 2016
|
||||
# Pieter Lexis <pieter.lexis@powerdns.com>, 2015
|
||||
# Cornelius Wachinger <cornelius@dercorn.com>, 2015
|
||||
# Eric Lippmann <eric.lippmann@icinga.com>, 2015
|
||||
# Gunnar Beutner <gunnar.beutner@netways.de>, 2014
|
||||
# Thomas Gelf <thomas.gelf@icinga.com>, 2014
|
||||
# Johannes Meyer <johannes.meyer@icinga.com>, 2014
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Icinga - Finnish translation (fi_FI)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Mikko Peltokangas <mikko@peltokangas.org>, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
@ -8,7 +11,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: https://github.com/Icinga/L10n/issues\n"
|
||||
"POT-Creation-Date: 2020-04-30 14:44+0000\n"
|
||||
"PO-Revision-Date: 2020-04-27 14:34+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Last-Translator: Mikko Peltokangas <mikko@peltokangas.org>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: fi_FI\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# This file is put in the public domain.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
# Icinga - Italian translation (it_IT)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Francesco Mazzi <fmazzi@comune.genova.it>, 2018
|
||||
# Thomas Gelf <thomas.gelf@icinga.com>, 2015
|
||||
# Davide Demuru <davide.demuru@buongiorno.com>, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
@ -8,7 +13,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: https://github.com/Icinga/L10n/issues\n"
|
||||
"POT-Creation-Date: 2020-04-30 14:44+0000\n"
|
||||
"PO-Revision-Date: 2020-04-27 14:45+0200\n"
|
||||
"Last-Translator: Thomas Gelf <thomas@gelf.net>\n"
|
||||
"Last-Translator: Francesco Mazzi <fmazzi@comune.genova.it>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: it_IT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# Icinga - Japanese translation (ja_JP)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# papillon326 <udagawa@www2178ue.sakura.ne.jp>, 2019
|
||||
# chisatohasimoto <hasimoto@designet.co.jp>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
@ -8,7 +12,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: https://github.com/Icinga/L10n/issues\n"
|
||||
"POT-Creation-Date: 2020-04-30 14:44+0000\n"
|
||||
"PO-Revision-Date: 2020-04-27 14:54+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Last-Translator: papillon326 <udagawa@www2178ue.sakura.ne.jp>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: ja_JP\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# Icinga - Brazilian Portuguese translation (pt_BR)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Carlos Cesario <carloscesario@gmail.com>, 2014
|
||||
# Thomas Gelf <thomas.gelf@icinga.com>, 2014
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
@ -8,7 +12,7 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: https://github.com/Icinga/L10n/issues\n"
|
||||
"POT-Creation-Date: 2020-04-30 14:44+0000\n"
|
||||
"PO-Revision-Date: 2020-04-27 14:55+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Last-Translator: Carlos Cesario <carloscesario@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Icinga - Russian translation (ru_RU)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Yuri Konotopov <ykonotopov@gmail.com>, 2015
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Icinga - Ukrainian translation (uk_UA)
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# Copyright (C) 2020 Icinga GmbH
|
||||
# This file is distributed under the same license as the Icinga L10n package.
|
||||
#
|
||||
# Contributors:
|
||||
# Pavlo Kuznetsov <p4k81337@gmail.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue