Skip to content

Commit 4a8fedc

Browse files
committed
feat: New release
1 parent 3ba5059 commit 4a8fedc

File tree

6 files changed

+221
-179
lines changed

6 files changed

+221
-179
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"scripts": {
1212
"lint": "phpcs",
1313
"lint:fix": "phpcbf",
14-
"make-release": "@php tools/make-release.php",
15-
"update-locales": "@php tools/update-locales.php"
14+
"make-release": "robo build",
15+
"update-locales": "robo update_locales"
1616
},
1717
"config": {
1818
"allow-plugins": {

locales/en_GB.po

Lines changed: 57 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# English translations for singlesignon package.
2-
# Copyright (C) 2021 THE singlesignon'S COPYRIGHT HOLDER
2+
# Copyright (C) 2022 THE singlesignon'S COPYRIGHT HOLDER
33
# This file is distributed under the same license as the singlesignon package.
4-
# Automatically generated, 2021.
4+
# Automatically generated, 2022.
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: singlesignon 1.3.1\n"
9-
"Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/issues\n"
10-
"POT-Creation-Date: 2021-03-17 09:30-0300\n"
11-
"PO-Revision-Date: 2022-03-23 14:36+0100\n"
8+
"Project-Id-Version: singlesignon 1.3.2\n"
9+
"Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/"
10+
"issues\n"
11+
"POT-Creation-Date: 2022-06-28 23:02-0300\n"
12+
"PO-Revision-Date: 2022-06-28 23:02-0300\n"
1213
"Last-Translator: Automatically generated\n"
1314
"Language-Team: none\n"
1415
"Language: en_GB\n"
1516
"MIME-Version: 1.0\n"
1617
"Content-Type: text/plain; charset=UTF-8\n"
1718
"Content-Transfer-Encoding: 8bit\n"
1819
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19-
"X-Generator: Poedit 3.0.1\n"
2020

2121
#: front/callback.php:15
2222
msgid "Provider not defined."
@@ -31,124 +31,145 @@ msgid "Provider not active."
3131
msgstr "Provider not active."
3232

3333
#: front/provider.form.php:61 front/provider.form.php:63 front/provider.php:8
34-
#: front/provider.php:10 inc/preference.class.php:64 inc/provider.class.php:57 setup.php:40
34+
#: front/provider.php:10 inc/preference.class.php:64 inc/provider.class.php:59
35+
#: setup.php:40
3536
msgid "Single Sign-on"
3637
msgstr "Single Sign-on"
3738

38-
#: inc/preference.class.php:147 inc/provider.class.php:50
39+
#: inc/preference.class.php:147 inc/provider.class.php:52
3940
msgid "Single Sign-on Provider"
4041
msgstr "Single Sign-on Provider"
4142

4243
#: inc/preference.class.php:172
4344
msgid "Linked accounts"
4445
msgstr "Linked accounts"
4546

46-
#: inc/provider.class.php:98
47+
#: inc/provider.class.php:100
4748
msgid "SSO Type"
4849
msgstr "SSO Type"
4950

50-
#: inc/provider.class.php:106 inc/provider.class.php:423
51+
#: inc/provider.class.php:108 inc/provider.class.php:445
5152
msgid "Client ID"
5253
msgstr "Client ID"
5354

54-
#: inc/provider.class.php:108 inc/provider.class.php:431
55+
#: inc/provider.class.php:110 inc/provider.class.php:453
5556
msgid "Client Secret"
5657
msgstr "Client Secret"
5758

58-
#: inc/provider.class.php:113 inc/provider.class.php:439
59+
#: inc/provider.class.php:121 inc/provider.class.php:461
5960
msgid "Scope"
6061
msgstr "Scope"
6162

62-
#: inc/provider.class.php:115 inc/provider.class.php:447
63+
#: inc/provider.class.php:123 inc/provider.class.php:469
6364
msgid "Extra Options"
6465
msgstr "Extra Options"
6566

66-
#: inc/provider.class.php:126 inc/provider.class.php:455
67+
#: inc/provider.class.php:128 inc/provider.class.php:477
6768
msgid "Authorize URL"
6869
msgstr "Authorize URL"
6970

70-
#: inc/provider.class.php:131 inc/provider.class.php:463
71+
#: inc/provider.class.php:133 inc/provider.class.php:485
7172
msgid "Access Token URL"
7273
msgstr "Access Token URL"
7374

74-
#: inc/provider.class.php:136 inc/provider.class.php:471
75+
#: inc/provider.class.php:138 inc/provider.class.php:493
7576
msgid "Resource Owner Details URL"
7677
msgstr "Resource Owner Details URL"
7778

78-
#: inc/provider.class.php:224
79+
#: inc/provider.class.php:145
80+
msgid "PopupAuth"
81+
msgstr "PopupAuth"
82+
83+
#: inc/provider.class.php:151
84+
msgid "SplitDomain"
85+
msgstr "SplitDomain"
86+
87+
#: inc/provider.class.php:155
88+
msgid "AuthorizedDomains"
89+
msgstr "AuthorizedDomains"
90+
91+
#: inc/provider.class.php:157
92+
msgid "AuthorizedDomainsTooltip"
93+
msgstr "AuthorizedDomainsTooltip"
94+
95+
#: inc/provider.class.php:246
7996
msgid "Callback URL"
8097
msgstr "Callback URL"
8198

82-
#: inc/provider.class.php:228
99+
#: inc/provider.class.php:250
83100
msgid "Test Single Sign-on"
84101
msgstr "Test Single Sign-on"
85102

86-
#: inc/provider.class.php:286
103+
#: inc/provider.class.php:308
87104
msgid "A Name is required"
88105
msgstr "A Name is required"
89106

90-
#: inc/provider.class.php:292
107+
#: inc/provider.class.php:314
91108
#, php-format
92109
msgid "The \"%s\" is a Invalid type"
93110
msgstr "The \"%s\" is a Invalid type"
94111

95-
#: inc/provider.class.php:296
112+
#: inc/provider.class.php:318
96113
msgid "A Client ID is required"
97114
msgstr "A Client ID is required"
98115

99-
#: inc/provider.class.php:300
116+
#: inc/provider.class.php:322
100117
msgid "A Client Secret is required"
101118
msgstr "A Client Secret is required"
102119

103-
#: inc/provider.class.php:305
120+
#: inc/provider.class.php:327
104121
msgid "An Authorize URL is required"
105122
msgstr "An Authorize URL is required"
106123

107-
#: inc/provider.class.php:307
124+
#: inc/provider.class.php:329
108125
msgid "The Authorize URL is invalid"
109126
msgstr "The Authorize URL is invalid"
110127

111-
#: inc/provider.class.php:311
128+
#: inc/provider.class.php:333
112129
msgid "An Access Token URL is required"
113130
msgstr "An Access Token URL is required"
114131

115-
#: inc/provider.class.php:313
132+
#: inc/provider.class.php:335
116133
msgid "The Access Token URL is invalid"
117134
msgstr "The Access Token URL is invalid"
118135

119-
#: inc/provider.class.php:317
136+
#: inc/provider.class.php:339
120137
msgid "A Resource Owner Details URL is required"
121138
msgstr "A Resource Owner Details URL is required"
122139

123-
#: inc/provider.class.php:319
140+
#: inc/provider.class.php:341
124141
msgid "The Resource Owner Details URL is invalid"
125142
msgstr "The Resource Owner Details URL is invalid"
126143

127-
#: inc/provider.class.php:530
144+
#: inc/provider.class.php:552
128145
msgid "Generic"
129146
msgstr "Generic"
130147

131-
#: inc/provider.class.php:531
148+
#: inc/provider.class.php:553
149+
msgid "Azure"
150+
msgstr "Azure"
151+
152+
#: inc/provider.class.php:554
132153
msgid "Facebook"
133154
msgstr "Facebook"
134155

135-
#: inc/provider.class.php:532
156+
#: inc/provider.class.php:555
136157
msgid "GitHub"
137158
msgstr "GitHub"
138159

139-
#: inc/provider.class.php:533
160+
#: inc/provider.class.php:556
140161
msgid "Google"
141162
msgstr "Google"
142163

143-
#: inc/provider.class.php:534
164+
#: inc/provider.class.php:557
144165
msgid "Instagram"
145166
msgstr "Instagram"
146167

147-
#: inc/provider.class.php:535
168+
#: inc/provider.class.php:558
148169
msgid "LinkdeIn"
149170
msgstr "LinkdeIn"
150171

151-
#: inc/toolbox.class.php:154
172+
#: inc/toolbox.class.php:166
152173
#, php-format
153174
msgid "Login with %s"
154175
msgstr "Login with %s"
@@ -161,19 +182,3 @@ msgstr "Please, rename the plugin folder \"%s\" to \"singlesignon\""
161182
#: setup.php:57
162183
msgid "This plugin requires GLPI >= 0.85"
163184
msgstr "This plugin requires GLPI >= 0.85"
164-
165-
#: inc/provider.class.php:141
166-
msgid "IsDefault"
167-
msgstr "Default Authentication"
168-
169-
msgid "PopupAuth"
170-
msgstr "Authentication through a Pop-up"
171-
172-
msgid "SplitDomain"
173-
msgstr "Do not take into account the domain for the matching with the GLPI user identifier"
174-
175-
msgid "AuthorizedDomains"
176-
msgstr "Authorized domains"
177-
178-
msgid "AuthorizedDomainsTooltip"
179-
msgstr "Allowed domains separated by ','. Empty : all domains are allowed"

0 commit comments

Comments
 (0)