summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'OpenIDConnect/i18n')
-rw-r--r--OpenIDConnect/i18n/SelectOpenIDConnectIssuer.alias.php1
-rw-r--r--OpenIDConnect/i18n/ar.json9
-rw-r--r--OpenIDConnect/i18n/el.json8
-rw-r--r--OpenIDConnect/i18n/sh.json9
-rw-r--r--OpenIDConnect/i18n/tr.json9
-rw-r--r--OpenIDConnect/i18n/zh-hk.json9
6 files changed, 44 insertions, 1 deletions
diff --git a/OpenIDConnect/i18n/SelectOpenIDConnectIssuer.alias.php b/OpenIDConnect/i18n/SelectOpenIDConnectIssuer.alias.php
index 353ed4d5..e30385bb 100644
--- a/OpenIDConnect/i18n/SelectOpenIDConnectIssuer.alias.php
+++ b/OpenIDConnect/i18n/SelectOpenIDConnectIssuer.alias.php
@@ -21,7 +21,6 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*/
-// @codingStandardsIgnoreFile
$specialPageAliases = [];
diff --git a/OpenIDConnect/i18n/ar.json b/OpenIDConnect/i18n/ar.json
new file mode 100644
index 00000000..f1bad33d
--- /dev/null
+++ b/OpenIDConnect/i18n/ar.json
@@ -0,0 +1,9 @@
+{
+ "@metadata": {
+ "authors": [
+ "ديفيد"
+ ]
+ },
+ "openidconnect-desc": "يوفر المصادقة باستخدام OpenID Connect بالاقتران مع PluggableAuth",
+ "selectopenidconnectissuer": "حدد مصدر المصادقة"
+}
diff --git a/OpenIDConnect/i18n/el.json b/OpenIDConnect/i18n/el.json
new file mode 100644
index 00000000..25d98138
--- /dev/null
+++ b/OpenIDConnect/i18n/el.json
@@ -0,0 +1,8 @@
+{
+ "@metadata": {
+ "authors": [
+ "Nikosgranturismogt"
+ ]
+ },
+ "selectopenidconnectissuer": "Επιλογή εκδότη επαλήθευσης"
+}
diff --git a/OpenIDConnect/i18n/sh.json b/OpenIDConnect/i18n/sh.json
new file mode 100644
index 00000000..38e5f1f2
--- /dev/null
+++ b/OpenIDConnect/i18n/sh.json
@@ -0,0 +1,9 @@
+{
+ "@metadata": {
+ "authors": [
+ "Vlad5250"
+ ]
+ },
+ "openidconnect-desc": "Omogućuje potvdu identiteta s OpenID Connect koja radi zajedno s PluggableAuth",
+ "selectopenidconnectissuer": "Izaberite izdatelja potvrde identiteta"
+}
diff --git a/OpenIDConnect/i18n/tr.json b/OpenIDConnect/i18n/tr.json
new file mode 100644
index 00000000..0d20717f
--- /dev/null
+++ b/OpenIDConnect/i18n/tr.json
@@ -0,0 +1,9 @@
+{
+ "@metadata": {
+ "authors": [
+ "BaRaN6161 TURK"
+ ]
+ },
+ "openidconnect-desc": "PluIDableAuth ile birlikte OpenID Connect kullanarak kimlik doğrulama sağlar",
+ "selectopenidconnectissuer": "Kimlik Doğrulayıcıyı Seçin"
+}
diff --git a/OpenIDConnect/i18n/zh-hk.json b/OpenIDConnect/i18n/zh-hk.json
new file mode 100644
index 00000000..c226a2ea
--- /dev/null
+++ b/OpenIDConnect/i18n/zh-hk.json
@@ -0,0 +1,9 @@
+{
+ "@metadata": {
+ "authors": [
+ "C933103"
+ ]
+ },
+ "openidconnect-desc": "與PluggableAuth共同提供OpenID Connect認證",
+ "selectopenidconnectissuer": "選擇認證發行者"
+}