Skip to content

Commit 21d79f0

Browse files
committed
Merge branch 'release/1.0.1'
2 parents 944e617 + 1057196 commit 21d79f0

File tree

9 files changed

+49
-32
lines changed

9 files changed

+49
-32
lines changed

.tx/config

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[main]
2+
host = https://www.transifex.com
3+
4+
[glpi-plugin-oauthimap.oauthimap-pot]
5+
file_filter = locales/<lang>.po
6+
source_file = locales/oauthimap.pot
7+
source_lang = en
8+
type = PO

inc/application.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class PluginOauthimapApplication extends CommonDropdown {
4545
private $form_rand;
4646

4747
public static function getTypeName($nb = 0) {
48-
return _n('Oauth application', 'Oauth applications', $nb, 'oauthimap');
48+
return _n('Oauth IMAP application', 'Oauth IMAP applications', $nb, 'oauthimap');
4949
}
5050

5151
static function getMenuContent() {

locales/en_GB.mo

43 Bytes
Binary file not shown.

locales/en_GB.po

+16-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
# English translations for PACKAGE package.
2-
# Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
4-
# Automatically generated, 2020.
5-
#
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
67
msgid ""
78
msgstr ""
89
"Project-Id-Version: PACKAGE VERSION\n"
910
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-10-07 13:24+0000\n"
11-
"PO-Revision-Date: 2020-10-07 13:24+0000\n"
12-
"Last-Translator: Automatically generated\n"
13-
"Language-Team: none\n"
14-
"Language: en_GB\n"
11+
"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"
1515
"MIME-Version: 1.0\n"
16-
"Content-Type: text/plain; charset=ASCII\n"
16+
"Content-Type: text/plain; charset=CHARSET\n"
1717
"Content-Transfer-Encoding: 8bit\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Language: \n"
19+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
1920

2021
#: front/authorization.callback.php:39
2122
#, php-format
@@ -82,10 +83,10 @@ msgid "Is active ?"
8283
msgstr "Is active ?"
8384

8485
#: inc/application.class.php:48
85-
msgid "Oauth application"
86-
msgid_plural "Oauth applications"
87-
msgstr[0] "Oauth application"
88-
msgstr[1] "Oauth applications"
86+
msgid "Oauth IMAP application"
87+
msgid_plural "Oauth IMAP applications"
88+
msgstr[0] "Oauth IMAP application"
89+
msgstr[1] "Oauth IMAP applications"
8990

9091
#: inc/application.class.php:86 inc/application.class.php:119
9192
msgid "Oauth provider"

locales/fr_FR.mo

98 Bytes
Binary file not shown.

locales/fr_FR.po

+15-12
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,24 @@
22
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the PACKAGE package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5-
#
5+
#
6+
# Translators:
7+
# Cédric Anne, 2020
8+
#
9+
#, fuzzy
610
msgid ""
711
msgstr ""
8-
"Project-Id-Version: \n"
12+
"Project-Id-Version: PACKAGE VERSION\n"
913
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-10-07 13:24+0000\n"
11-
"PO-Revision-Date: 2020-10-07 13:24+0000\n"
12-
"Language-Team: \n"
14+
"POT-Creation-Date: 2020-10-14 13:17+0000\n"
15+
"PO-Revision-Date: 2020-10-14 13:13+0000\n"
16+
"Last-Translator: Cédric Anne, 2020\n"
17+
"Language-Team: French (France) (https://www.transifex.com/teclib/teams/28042/fr_FR/)\n"
1318
"MIME-Version: 1.0\n"
1419
"Content-Type: text/plain; charset=UTF-8\n"
1520
"Content-Transfer-Encoding: 8bit\n"
16-
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
17-
"X-Generator: Poedit 2.3\n"
18-
"Last-Translator: \n"
1921
"Language: fr_FR\n"
22+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
2023

2124
#: front/authorization.callback.php:39
2225
#, php-format
@@ -83,10 +86,10 @@ msgid "Is active ?"
8386
msgstr "Est actif ?"
8487

8588
#: inc/application.class.php:48
86-
msgid "Oauth application"
87-
msgid_plural "Oauth applications"
88-
msgstr[0] "Application Oauth"
89-
msgstr[1] "Applications Oauth"
89+
msgid "Oauth IMAP application"
90+
msgid_plural "Oauth IMAP applications"
91+
msgstr[0] "Application Oauth IMAP"
92+
msgstr[1] "Applications Oauth IMAP"
9093

9194
#: inc/application.class.php:86 inc/application.class.php:119
9295
msgid "Oauth provider"

locales/oauthimap.pot

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-10-07 13:24+0000\n"
11+
"POT-Creation-Date: 2020-10-14 13:17+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -83,8 +83,8 @@ msgid "Is active ?"
8383
msgstr ""
8484

8585
#: inc/application.class.php:48
86-
msgid "Oauth application"
87-
msgid_plural "Oauth applications"
86+
msgid "Oauth IMAP application"
87+
msgid_plural "Oauth IMAP applications"
8888
msgstr[0] ""
8989
msgstr[1] ""
9090

oauthimap.xml

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ It permits emails fetching from G Suite and Azure AD mailboxes.
2727
<author>TECLIB'</author>
2828
</authors>
2929
<versions>
30+
<version>
31+
<num>1.0.1</num>
32+
<compatibility>~9.5.0</compatibility>
33+
<download_url>https://github.com/pluginsGLPI/oauthimap/releases/download/1.0.1/glpi-oauthimap-1.0.1.tar.bz2</download_url>
34+
</version>
3035
<version>
3136
<num>1.0.0</num>
3237
<compatibility>~9.5.0</compatibility>

setup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
--------------------------------------------------------------------------
2525
*/
2626

27-
define('PLUGIN_OAUTHIMAP_VERSION', '1.0.0');
27+
define('PLUGIN_OAUTHIMAP_VERSION', '1.0.1');
2828

2929
// Minimal GLPI version, inclusive
3030
define('PLUGIN_OAUTHIMAP_MIN_GLPI', '9.5');

0 commit comments

Comments
 (0)