File tree 6 files changed +16
-8
lines changed
6 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 3
3
# This file is distributed under the same license as the PACKAGE package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
+ # Translators:
7
+ # Cédric Anne, 2020
8
+ #
6
9
#, fuzzy
7
10
msgid ""
8
11
msgstr ""
9
12
"Project-Id-Version : PACKAGE VERSION\n "
10
13
"Report-Msgid-Bugs-To : \n "
11
14
"POT-Creation-Date : 2020-10-14 13:17+0000\n "
12
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
13
- "Last-Translator : FULL NAME <EMAIL@ADDRESS> \n "
14
- "
Language-Team :
LANGUAGE <[email protected] > \n"
15
+ "PO-Revision-Date : 2020-10-15 13:49+0000 \n "
16
+ "Last-Translator : Cédric Anne, 2020 \n "
17
+ "Language-Team : English (United Kingdom) (https://www.transifex.com/teclib/teams/28042/en_GB/) \n "
15
18
"MIME-Version : 1.0\n "
16
- "Content-Type : text/plain; charset=CHARSET \n "
19
+ "Content-Type : text/plain; charset=UTF-8 \n "
17
20
"Content-Transfer-Encoding : 8bit\n "
18
- "Language : \n "
19
- "Plural-Forms : nplurals=INTEGER ; plural=EXPRESSION ;\n "
21
+ "Language : en_GB \n "
22
+ "Plural-Forms : nplurals=2 ; plural=(n != 1) ;\n "
20
23
21
24
#: front/authorization.callback.php:39
22
25
#, php-format
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgstr ""
12
12
"Project-Id-Version : PACKAGE VERSION\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
14
"POT-Creation-Date : 2020-10-14 13:17+0000\n "
15
- "PO-Revision-Date : 2020-10-14 13:13 +0000\n "
15
+ "PO-Revision-Date : 2020-10-15 13:49 +0000\n "
16
16
"Last-Translator : Cédric Anne, 2020\n "
17
17
"Language-Team : French (France) (https://www.transifex.com/teclib/teams/28042/fr_FR/)\n "
18
18
"MIME-Version : 1.0\n "
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ It permits emails fetching from G Suite and Azure AD mailboxes.
27
27
<author >TECLIB'</author >
28
28
</authors >
29
29
<versions >
30
+ <version >
31
+ <num >1.0.2</num >
32
+ <compatibility >~9.5.0</compatibility >
33
+ <download_url >https://github.com/pluginsGLPI/oauthimap/releases/download/1.0.2/glpi-oauthimap-1.0.2.tar.bz2</download_url >
34
+ </version >
30
35
<version >
31
36
<num >1.0.1</num >
32
37
<compatibility >~9.5.0</compatibility >
Original file line number Diff line number Diff line change 24
24
--------------------------------------------------------------------------
25
25
*/
26
26
27
- define ('PLUGIN_OAUTHIMAP_VERSION ' , '1.0.1 ' );
27
+ define ('PLUGIN_OAUTHIMAP_VERSION ' , '1.0.2 ' );
28
28
29
29
// Minimal GLPI version, inclusive
30
30
define ('PLUGIN_OAUTHIMAP_MIN_GLPI ' , '9.5 ' );
You can’t perform that action at this time.
0 commit comments