Merge branch '2.3-maintenance'

This commit is contained in:
Adrian Moennich 2021-01-05 14:31:54 +01:00
commit 490f86b498
138 changed files with 2810 additions and 168 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
vc_zoom/README.md merge=union

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.vscode
.coverage
htmlcov/
.idea/

View File

@ -7,6 +7,12 @@ source_file = vc_vidyo/indico_vc_vidyo/translations/messages.pot
source_lang = en
type = PO
[indico.vc-zoom-messages]
file_filter = vc_zoom/indico_vc_zoom/translations/<lang>/LC_MESSAGES/messages.po
source_file = vc_zoom/indico_vc_zoom/translations/messages.pot
source_lang = en
type = PO
[indico.piwik-messages]
file_filter = piwik/indico_piwik/translations/<lang>/LC_MESSAGES/messages.po
source_file = piwik/indico_piwik/translations/messages.pot

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -48,7 +48,7 @@ for plugin in $(find . -name setup.py -exec sh -c 'basename $(dirname $0)' {} \;
pybabel update -i "./indico_${plugin}/translations/messages.pot" -l "$LOCALE" -d "./indico_${plugin}/translations"
elif [[ "$ACTION" == "compile" ]]; then
require_locale
pybabel compile -d "./indico_${plugin}/translations/" -l "$LOCALE"
pybabel compile -f -d "./indico_${plugin}/translations/" -l "$LOCALE"
fi
popd >/dev/null
done

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
// This file is part of the Indico plugins.
// Copyright (C) 2002 - 2020 CERN
// Copyright (C) 2002 - 2021 CERN
//
// The Indico plugins are free software; you can redistribute
// them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
/* This file is part of the Indico plugins.
* Copyright (C) 2002 - 2020 CERN
* Copyright (C) 2002 - 2021 CERN
*
* The Indico plugins are free software; you can redistribute
* them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
// This file is part of the Indico plugins.
// Copyright (C) 2002 - 2020 CERN
// Copyright (C) 2002 - 2021 CERN
//
// The Indico plugins are free software; you can redistribute
// them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
// This file is part of the Indico plugins.
// Copyright (C) 2002 - 2020 CERN
// Copyright (C) 2002 - 2021 CERN
//
// The Indico plugins are free software; you can redistribute
// them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;
@ -24,6 +24,6 @@ class RHVidyoRoomOwner(RHVCSystemEventBase):
result['success'] = False
db.session.rollback()
else:
flash(_(f"You are now the owner of the room '{self.vc_room.name}'"), 'success')
flash(_("You are now the owner of the room '{room}'").format(room=self.vc_room.name), 'success')
result['success'] = True
return jsonify(result)

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,5 +1,5 @@
# This file is part of the Indico plugins.
# Copyright (C) 2002 - 2020 CERN
# Copyright (C) 2002 - 2021 CERN
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;

View File

@ -1,231 +1,224 @@
# Translations template for PROJECT.
# Copyright (C) 2017 ORGANIZATION
# Copyright (C) 2021 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
#
# Translators:
# Adrian Mönnich, 2021
# Thomas Baron <thomas.baron@cern.ch>, 2015,2017
msgid ""
msgstr ""
"Project-Id-Version: Indico\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-10-18 11:55+0200\n"
"PO-Revision-Date: 2017-10-30 11:04+0000\n"
"Last-Translator: Thomas Baron <thomas.baron@cern.ch>\n"
"POT-Creation-Date: 2021-01-05 13:23+0100\n"
"PO-Revision-Date: 2021-01-05 12:24+0000\n"
"Last-Translator: Adrian Mönnich\n"
"Language-Team: French (France) (http://www.transifex.com/indico/indico/language/fr_FR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.1\n"
"Generated-By: Babel 2.8.0\n"
"Language: fr_FR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: indico_vc_vidyo/controllers.py:38
msgid "You are now the owner of the room '{room.name}'"
msgstr "Vous êtes maintenant responsable de la salle '{room.name}'"
#: indico_vc_vidyo/controllers.py:29
msgid "You are now the owner of the room '{room}'"
msgstr "Vous êtes maintenant responsable de la salle '{room}'"
#: indico_vc_vidyo/forms.py:32
#: indico_vc_vidyo/forms.py:23
msgid "The PIN must be a number"
msgstr "Le code confidentiel doit être un nombre entier"
#: indico_vc_vidyo/forms.py:37
#: indico_vc_vidyo/forms.py:28
msgid "Show PIN"
msgstr "Afficher le code confidentiel"
#: indico_vc_vidyo/forms.py:39
#: indico_vc_vidyo/forms.py:30
msgid "Show the VC Room PIN on the event page (insecure!)"
msgstr "Afficher le code confidentiel de la salle Vidyo sur la page de l'événement (peu sûr!)"
#: indico_vc_vidyo/forms.py:40
#: indico_vc_vidyo/forms.py:31
msgid "Show Auto-join URL"
msgstr "Afficher l'URL de connexion"
#: indico_vc_vidyo/forms.py:42
#: indico_vc_vidyo/forms.py:33
msgid "Show the auto-join URL on the event page"
msgstr "Afficher l'URL de connexion sur la page de l'événement"
#: indico_vc_vidyo/forms.py:43
#: indico_vc_vidyo/forms.py:34
msgid "Show Phone Access numbers"
msgstr "Afficher les numéros d'accès téléphonique"
#: indico_vc_vidyo/forms.py:45
#: indico_vc_vidyo/forms.py:36
msgid "Show a link to the list of phone access numbers"
msgstr "Afficher un lien vers la liste des numéros d'accès téléphonique"
#: indico_vc_vidyo/forms.py:58 indico_vc_vidyo/templates/info_box.html:7
#: indico_vc_vidyo/forms.py:49 indico_vc_vidyo/templates/info_box.html:7
#: indico_vc_vidyo/templates/manage_event_info_box.html:6
msgid "Description"
msgstr "Description"
#: indico_vc_vidyo/forms.py:58
#: indico_vc_vidyo/forms.py:49
msgid "The description of the room"
msgstr "La description de la salle"
#: indico_vc_vidyo/forms.py:59 indico_vc_vidyo/templates/info_box.html:14
#: indico_vc_vidyo/forms.py:50 indico_vc_vidyo/templates/info_box.html:14
#: indico_vc_vidyo/templates/manage_event_info_box.html:10
msgid "Owner"
msgstr "Responsable"
#: indico_vc_vidyo/forms.py:59
#: indico_vc_vidyo/forms.py:50
msgid "The owner of the room"
msgstr "Le responsable de la salle"
#: indico_vc_vidyo/forms.py:60
#: indico_vc_vidyo/forms.py:51
#: indico_vc_vidyo/templates/manage_event_info_box.html:39
msgid "Moderation PIN"
msgstr "Code confidentiel de modération"
#: indico_vc_vidyo/forms.py:61
#: indico_vc_vidyo/forms.py:52
msgid "Used to moderate the VC Room. Only digits allowed."
msgstr "Utilisé pour modérer la salle de VC. Seuls les chiffres sont autorisés."
#: indico_vc_vidyo/forms.py:62 indico_vc_vidyo/templates/info_box.html:18
#: indico_vc_vidyo/forms.py:53 indico_vc_vidyo/templates/info_box.html:18
#: indico_vc_vidyo/templates/manage_event_info_box.html:32
msgid "Room PIN"
msgstr "Code confidentiel de la salle"
#: indico_vc_vidyo/forms.py:63
#: indico_vc_vidyo/forms.py:54
msgid ""
"Used to protect the access to the VC Room (leave blank for open access). "
"Only digits allowed."
msgstr "Utilisé pour protéger l'accès à la salle de VC (laisser vide pour un accès ouvert). Seuls les chiffres sont autorisés."
#: indico_vc_vidyo/forms.py:65
#: indico_vc_vidyo/forms.py:56
msgid "Auto mute"
msgstr "Coupure automatique des périphériques d'entrée"
#: indico_vc_vidyo/forms.py:66
msgid "On"
msgstr "Activé"
#: indico_vc_vidyo/forms.py:66
msgid "Off"
msgstr "Désactivé"
#: indico_vc_vidyo/forms.py:67
#: indico_vc_vidyo/forms.py:58
msgid ""
"The VidyoDesktop clients will join the VC room muted by default (audio and "
"video)"
msgstr "Les clients VidyoDesktop rejoindront la salle Vidyo avec le micro et la caméra coupés par défaut"
#: indico_vc_vidyo/forms.py:82
#: indico_vc_vidyo/forms.py:73
msgid "Unable to find this user in Indico."
msgstr "Impossible de trouver cet utilisateur dans Indico."
#: indico_vc_vidyo/forms.py:84
#: indico_vc_vidyo/forms.py:75
msgid "This user does not have a suitable account to use Vidyo."
msgstr "Cet utilisateur n'a pas de compte qui lui permet d'utiliser Vidyo."
#: indico_vc_vidyo/plugin.py:49
#: indico_vc_vidyo/plugin.py:40
msgid "Vidyo email support"
msgstr "Adresse électronique de l'assistance Vidyo"
#: indico_vc_vidyo/plugin.py:50
#: indico_vc_vidyo/plugin.py:41
msgid "Username"
msgstr "Identifiant"
#: indico_vc_vidyo/plugin.py:50
#: indico_vc_vidyo/plugin.py:41
msgid "Indico username for Vidyo"
msgstr "Identifiant Indico pour Vidyo"
#: indico_vc_vidyo/plugin.py:51
#: indico_vc_vidyo/plugin.py:42
msgid "Password"
msgstr "Mot de passe"
#: indico_vc_vidyo/plugin.py:52
#: indico_vc_vidyo/plugin.py:43
msgid "Indico password for Vidyo"
msgstr "Mot de passe utilisateur pour Vidyo"
#: indico_vc_vidyo/plugin.py:53
#: indico_vc_vidyo/plugin.py:44
msgid "Admin API WSDL URL"
msgstr "URL WSDL pour l'API admin"
#: indico_vc_vidyo/plugin.py:54
#: indico_vc_vidyo/plugin.py:45
msgid "User API WSDL URL"
msgstr "URL WSDL pour l'API utilisateur"
#: indico_vc_vidyo/plugin.py:55
#: indico_vc_vidyo/plugin.py:46
msgid "Indico tenant prefix"
msgstr "Préfixe de tenant pour Indico"
#: indico_vc_vidyo/plugin.py:56
#: indico_vc_vidyo/plugin.py:47
msgid "The tenant prefix for Indico rooms created on this server"
msgstr "Le préfixe de tenant pour les salles Vidyo créées sur ce serveur Indico"
#: indico_vc_vidyo/plugin.py:57
#: indico_vc_vidyo/plugin.py:48
msgid "Public rooms' group name"
msgstr "Nom du groupe Vidyo pour les salles Vidyo"
#: indico_vc_vidyo/plugin.py:58
#: indico_vc_vidyo/plugin.py:49
msgid "Group name for public videoconference rooms created by Indico"
msgstr "Nom du groupe pour les salles publiques de visioconférence créées par Indico"
#: indico_vc_vidyo/plugin.py:59
#: indico_vc_vidyo/plugin.py:50
msgid "Authenticators"
msgstr "Services d'authentification"
#: indico_vc_vidyo/plugin.py:60
#: indico_vc_vidyo/plugin.py:51
msgid "Identity providers to convert Indico users to Vidyo accounts"
msgstr "Fournisseurs d'identité pour convertir des utilisateurs Indico en comptes Vidyo"
#: indico_vc_vidyo/plugin.py:61
#: indico_vc_vidyo/plugin.py:52
msgid "VC room age threshold"
msgstr "Limite d'âge pour les salles Vidyo"
#: indico_vc_vidyo/plugin.py:62
#: indico_vc_vidyo/plugin.py:53
msgid ""
"Number of days after an Indico event when a videoconference room is "
"considered old"
msgstr "Nombre de jours à partir de la fin d'un événement dans Indico après lesquels une salle de visioconférence est considérée comme agée"
#: indico_vc_vidyo/plugin.py:64
#: indico_vc_vidyo/plugin.py:55
msgid "Max. num. VC rooms before warning"
msgstr "Nombre maximum de salles Vidyo avant un message d'alerte"
#: indico_vc_vidyo/plugin.py:65
#: indico_vc_vidyo/plugin.py:56
msgid "Maximum number of rooms until a warning is sent to the managers"
msgstr "Nombre maximum de salles Vidyo créées sur ce serveur avant qu'un message d'alerte soit envoyé aux administrateurs"
#: indico_vc_vidyo/plugin.py:66
#: indico_vc_vidyo/plugin.py:57
msgid "VidyoVoice phone number"
msgstr "Numéros de téléphone VidyoVoice"
#: indico_vc_vidyo/plugin.py:67
#: indico_vc_vidyo/plugin.py:58
msgid "Link to the list of VidyoVoice phone numbers"
msgstr "Lien vers la liste des numéros de téléphones VidyoVoice"
#: indico_vc_vidyo/plugin.py:68
#: indico_vc_vidyo/plugin.py:59
msgid "Client Chooser URL"
msgstr "URL de sélection du client"
#: indico_vc_vidyo/plugin.py:69
#: indico_vc_vidyo/plugin.py:60
msgid ""
"URL for client chooser interface. The room key will be passed as a 'url' GET"
" query argument"
msgstr "L'URL pour l'interface de sélection du client. Le code de la salle sera passé comme argument de requête GET."
#: indico_vc_vidyo/plugin.py:71
#: indico_vc_vidyo/plugin.py:62
msgid "Creation email footer"
msgstr "Pied de page du courriel de création"
#: indico_vc_vidyo/plugin.py:72
#: indico_vc_vidyo/plugin.py:63
msgid "Footer to append to emails sent upon creation of a VC room"
msgstr "Pied de page ajouté au courriel envoyé à la création d'une nouvelle salle Vidyo"
#: indico_vc_vidyo/plugin.py:162 indico_vc_vidyo/plugin.py:202
#: indico_vc_vidyo/plugin.py:240 indico_vc_vidyo/plugin.py:269
#: indico_vc_vidyo/plugin.py:153 indico_vc_vidyo/plugin.py:193
#: indico_vc_vidyo/plugin.py:231 indico_vc_vidyo/plugin.py:260
msgid "No valid Vidyo account found for this user"
msgstr "Pas de compte Vidyo valide pour cet utilisateur"
#: indico_vc_vidyo/plugin.py:198 indico_vc_vidyo/plugin.py:263
#: indico_vc_vidyo/plugin.py:189 indico_vc_vidyo/plugin.py:254
msgid "Room name already in use"
msgstr "Ce nom de salle est déjà utilisé"
#: indico_vc_vidyo/plugin.py:213
#: indico_vc_vidyo/plugin.py:204
msgid "Could not find newly created room in Vidyo"
msgstr "Impossible de trouver la nouvelle salle dans Vidyo"
#: indico_vc_vidyo/plugin.py:232 indico_vc_vidyo/plugin.py:259
#: indico_vc_vidyo/plugin.py:288
#: indico_vc_vidyo/plugin.py:223 indico_vc_vidyo/plugin.py:250
#: indico_vc_vidyo/plugin.py:279
msgid "This room has been deleted from Vidyo"
msgstr "Cette salle a été supprimée de Vidyo"

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