From 8bb0248dbf84bea48770cbf5500d02914938d3b3 Mon Sep 17 00:00:00 2001 From: Olimpia Magliulo <olimpiam@gast-honderdzevenentachtig.161.surf.nl> Date: Wed, 6 Dec 2017 15:01:02 +0100 Subject: [PATCH] Add locales folder for translations in sanitycheck --- locales/en/LC_MESSAGES/messages.po | 6 ------ modules/sanitycheck/locales/de/LC_MESSAGES/messages.po | 0 modules/sanitycheck/locales/en/LC_MESSAGES/messages.po | 6 ++++++ modules/sanitycheck/locales/es/LC_MESSAGES/messages.po | 0 modules/sanitycheck/locales/fr/LC_MESSAGES/messages.po | 0 modules/sanitycheck/locales/it/LC_MESSAGES/messages.po | 6 ++++++ modules/sanitycheck/locales/nb/LC_MESSAGES/messages.po | 0 modules/sanitycheck/locales/nl/LC_MESSAGES/messages.po | 0 modules/sanitycheck/locales/nn/LC_MESSAGES/messages.po | 0 modules/sanitycheck/locales/pt/LC_MESSAGES/messages.po | 0 10 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 modules/sanitycheck/locales/de/LC_MESSAGES/messages.po create mode 100644 modules/sanitycheck/locales/en/LC_MESSAGES/messages.po create mode 100644 modules/sanitycheck/locales/es/LC_MESSAGES/messages.po create mode 100644 modules/sanitycheck/locales/fr/LC_MESSAGES/messages.po create mode 100644 modules/sanitycheck/locales/it/LC_MESSAGES/messages.po create mode 100644 modules/sanitycheck/locales/nb/LC_MESSAGES/messages.po create mode 100644 modules/sanitycheck/locales/nl/LC_MESSAGES/messages.po create mode 100644 modules/sanitycheck/locales/nn/LC_MESSAGES/messages.po create mode 100644 modules/sanitycheck/locales/pt/LC_MESSAGES/messages.po diff --git a/locales/en/LC_MESSAGES/messages.po b/locales/en/LC_MESSAGES/messages.po index ceb7d5f7e..4df17251e 100644 --- a/locales/en/LC_MESSAGES/messages.po +++ b/locales/en/LC_MESSAGES/messages.po @@ -1739,9 +1739,3 @@ msgstr "" "provide a SAML Authentication Response. Please note that this endpoint is" " not intended to be accessed directly." -msgid "These checks failed:" -msgstr "These checks failed:" - -msgid "These checks succeeded:" -msgstr "These checks succeeded:" - diff --git a/modules/sanitycheck/locales/de/LC_MESSAGES/messages.po b/modules/sanitycheck/locales/de/LC_MESSAGES/messages.po new file mode 100644 index 000000000..e69de29bb diff --git a/modules/sanitycheck/locales/en/LC_MESSAGES/messages.po b/modules/sanitycheck/locales/en/LC_MESSAGES/messages.po new file mode 100644 index 000000000..2b50d34d1 --- /dev/null +++ b/modules/sanitycheck/locales/en/LC_MESSAGES/messages.po @@ -0,0 +1,6 @@ +msgid "These checks failed:" +msgstr "These checks failed:" + +msgid "These checks succeeded:" +msgstr "These checks succeeded:" + diff --git a/modules/sanitycheck/locales/es/LC_MESSAGES/messages.po b/modules/sanitycheck/locales/es/LC_MESSAGES/messages.po new file mode 100644 index 000000000..e69de29bb diff --git a/modules/sanitycheck/locales/fr/LC_MESSAGES/messages.po b/modules/sanitycheck/locales/fr/LC_MESSAGES/messages.po new file mode 100644 index 000000000..e69de29bb diff --git a/modules/sanitycheck/locales/it/LC_MESSAGES/messages.po b/modules/sanitycheck/locales/it/LC_MESSAGES/messages.po new file mode 100644 index 000000000..558b243e0 --- /dev/null +++ b/modules/sanitycheck/locales/it/LC_MESSAGES/messages.po @@ -0,0 +1,6 @@ +msgid "These checks failed:" +msgstr "I seguenti controlli hanno riscontrato dei problemi:" + +msgid "These checks succeeded:" +msgstr "I seguenti controlli sono stati eseguiti con successo:" + diff --git a/modules/sanitycheck/locales/nb/LC_MESSAGES/messages.po b/modules/sanitycheck/locales/nb/LC_MESSAGES/messages.po new file mode 100644 index 000000000..e69de29bb diff --git a/modules/sanitycheck/locales/nl/LC_MESSAGES/messages.po b/modules/sanitycheck/locales/nl/LC_MESSAGES/messages.po new file mode 100644 index 000000000..e69de29bb diff --git a/modules/sanitycheck/locales/nn/LC_MESSAGES/messages.po b/modules/sanitycheck/locales/nn/LC_MESSAGES/messages.po new file mode 100644 index 000000000..e69de29bb diff --git a/modules/sanitycheck/locales/pt/LC_MESSAGES/messages.po b/modules/sanitycheck/locales/pt/LC_MESSAGES/messages.po new file mode 100644 index 000000000..e69de29bb -- GitLab