Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Oct 14, 2020
2 parents 944e617 + 1057196 commit 21d79f0
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 32 deletions.
8 changes: 8 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[main]
host = https://www.transifex.com

[glpi-plugin-oauthimap.oauthimap-pot]
file_filter = locales/<lang>.po
source_file = locales/oauthimap.pot
source_lang = en
type = PO
2 changes: 1 addition & 1 deletion inc/application.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class PluginOauthimapApplication extends CommonDropdown {
private $form_rand;

public static function getTypeName($nb = 0) {
return _n('Oauth application', 'Oauth applications', $nb, 'oauthimap');
return _n('Oauth IMAP application', 'Oauth IMAP applications', $nb, 'oauthimap');
}

static function getMenuContent() {
Expand Down
Binary file modified locales/en_GB.mo
Binary file not shown.
31 changes: 16 additions & 15 deletions locales/en_GB.po
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# English translations for PACKAGE package.
# Copyright (C) 2020 THE PACKAGE'S COPYRIGHT HOLDER
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Automatically generated, 2020.
#
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-07 13:24+0000\n"
"PO-Revision-Date: 2020-10-07 13:24+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en_GB\n"
"POT-Creation-Date: 2020-10-14 13:17+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: \n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: front/authorization.callback.php:39
#, php-format
Expand Down Expand Up @@ -82,10 +83,10 @@ msgid "Is active ?"
msgstr "Is active ?"

#: inc/application.class.php:48
msgid "Oauth application"
msgid_plural "Oauth applications"
msgstr[0] "Oauth application"
msgstr[1] "Oauth applications"
msgid "Oauth IMAP application"
msgid_plural "Oauth IMAP applications"
msgstr[0] "Oauth IMAP application"
msgstr[1] "Oauth IMAP applications"

#: inc/application.class.php:86 inc/application.class.php:119
msgid "Oauth provider"
Expand Down
Binary file modified locales/fr_FR.mo
Binary file not shown.
27 changes: 15 additions & 12 deletions locales/fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,24 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#
# Translators:
# Cédric Anne, 2020
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-07 13:24+0000\n"
"PO-Revision-Date: 2020-10-07 13:24+0000\n"
"Language-Team: \n"
"POT-Creation-Date: 2020-10-14 13:17+0000\n"
"PO-Revision-Date: 2020-10-14 13:13+0000\n"
"Last-Translator: Cédric Anne, 2020\n"
"Language-Team: French (France) (https://www.transifex.com/teclib/teams/28042/fr_FR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 2.3\n"
"Last-Translator: \n"
"Language: fr_FR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: front/authorization.callback.php:39
#, php-format
Expand Down Expand Up @@ -83,10 +86,10 @@ msgid "Is active ?"
msgstr "Est actif ?"

#: inc/application.class.php:48
msgid "Oauth application"
msgid_plural "Oauth applications"
msgstr[0] "Application Oauth"
msgstr[1] "Applications Oauth"
msgid "Oauth IMAP application"
msgid_plural "Oauth IMAP applications"
msgstr[0] "Application Oauth IMAP"
msgstr[1] "Applications Oauth IMAP"

#: inc/application.class.php:86 inc/application.class.php:119
msgid "Oauth provider"
Expand Down
6 changes: 3 additions & 3 deletions locales/oauthimap.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-10-07 13:24+0000\n"
"POT-Creation-Date: 2020-10-14 13:17+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -83,8 +83,8 @@ msgid "Is active ?"
msgstr ""

#: inc/application.class.php:48
msgid "Oauth application"
msgid_plural "Oauth applications"
msgid "Oauth IMAP application"
msgid_plural "Oauth IMAP applications"
msgstr[0] ""
msgstr[1] ""

Expand Down
5 changes: 5 additions & 0 deletions oauthimap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ It permits emails fetching from G Suite and Azure AD mailboxes.
<author>TECLIB'</author>
</authors>
<versions>
<version>
<num>1.0.1</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/pluginsGLPI/oauthimap/releases/download/1.0.1/glpi-oauthimap-1.0.1.tar.bz2</download_url>
</version>
<version>
<num>1.0.0</num>
<compatibility>~9.5.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
--------------------------------------------------------------------------
*/

define('PLUGIN_OAUTHIMAP_VERSION', '1.0.0');
define('PLUGIN_OAUTHIMAP_VERSION', '1.0.1');

// Minimal GLPI version, inclusive
define('PLUGIN_OAUTHIMAP_MIN_GLPI', '9.5');
Expand Down

0 comments on commit 21d79f0

Please sign in to comment.