| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- # SOME DESCRIPTIVE TITLE.
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
- # This file is distributed under the same license as the singlesignon package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: singlesignon 1.3.1\n"
- "Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/"
- "issues\n"
- "POT-Creation-Date: 2021-03-17 09:30-0300\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- #: front/callback.php:15
- msgid "Provider not defined."
- msgstr ""
- #: front/callback.php:21
- msgid "Provider not found."
- msgstr ""
- #: front/callback.php:25
- msgid "Provider not active."
- msgstr ""
- #: front/provider.form.php:61 front/provider.form.php:63 front/provider.php:8
- #: front/provider.php:10 inc/preference.class.php:64 inc/provider.class.php:57
- #: setup.php:40
- msgid "Single Sign-on"
- msgstr ""
- #: inc/preference.class.php:147 inc/provider.class.php:50
- msgid "Single Sign-on Provider"
- msgstr ""
- #: inc/preference.class.php:172
- msgid "Linked accounts"
- msgstr ""
- #: inc/provider.class.php:98
- msgid "SSO Type"
- msgstr ""
- #: inc/provider.class.php:106 inc/provider.class.php:423
- msgid "Client ID"
- msgstr ""
- #: inc/provider.class.php:108 inc/provider.class.php:431
- msgid "Client Secret"
- msgstr ""
- #: inc/provider.class.php:113 inc/provider.class.php:439
- msgid "Scope"
- msgstr ""
- #: inc/provider.class.php:115 inc/provider.class.php:447
- msgid "Extra Options"
- msgstr ""
- #: inc/provider.class.php:126 inc/provider.class.php:455
- msgid "Authorize URL"
- msgstr ""
- #: inc/provider.class.php:131 inc/provider.class.php:463
- msgid "Access Token URL"
- msgstr ""
- #: inc/provider.class.php:136 inc/provider.class.php:471
- msgid "Resource Owner Details URL"
- msgstr ""
- #: inc/provider.class.php:224
- msgid "Callback URL"
- msgstr ""
- #: inc/provider.class.php:228
- msgid "Test Single Sign-on"
- msgstr ""
- #: inc/provider.class.php:286
- msgid "A Name is required"
- msgstr ""
- #: inc/provider.class.php:292
- #, php-format
- msgid "The \"%s\" is a Invalid type"
- msgstr ""
- #: inc/provider.class.php:296
- msgid "A Client ID is required"
- msgstr ""
- #: inc/provider.class.php:300
- msgid "A Client Secret is required"
- msgstr ""
- #: inc/provider.class.php:305
- msgid "An Authorize URL is required"
- msgstr ""
- #: inc/provider.class.php:307
- msgid "The Authorize URL is invalid"
- msgstr ""
- #: inc/provider.class.php:311
- msgid "An Access Token URL is required"
- msgstr ""
- #: inc/provider.class.php:313
- msgid "The Access Token URL is invalid"
- msgstr ""
- #: inc/provider.class.php:317
- msgid "A Resource Owner Details URL is required"
- msgstr ""
- #: inc/provider.class.php:319
- msgid "The Resource Owner Details URL is invalid"
- msgstr ""
- #: inc/provider.class.php:530
- msgid "Generic"
- msgstr ""
- #: inc/provider.class.php:531
- msgid "Facebook"
- msgstr ""
- #: inc/provider.class.php:532
- msgid "GitHub"
- msgstr ""
- #: inc/provider.class.php:533
- msgid "Google"
- msgstr ""
- #: inc/provider.class.php:534
- msgid "Instagram"
- msgstr ""
- #: inc/provider.class.php:535
- msgid "LinkdeIn"
- msgstr ""
- #: inc/toolbox.class.php:154
- #, php-format
- msgid "Login with %s"
- msgstr ""
- #: setup.php:8
- #, php-format
- msgid "Please, rename the plugin folder \"%s\" to \"singlesignon\""
- msgstr ""
- #: setup.php:57
- msgid "This plugin requires GLPI >= 0.85"
- msgstr ""
|