singlesignon.pot 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2019-04-26 15:28-0300\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: hook.php:22
  19. #, php-format
  20. msgid "[ Login with %s ]"
  21. msgstr ""
  22. #: setup.php:8
  23. #, php-format
  24. msgid "Please, rename the plugin folder \"%s\" to \"singlesignon\""
  25. msgstr ""
  26. #: setup.php:36 front/provider.form.php:59 front/provider.form.php:61
  27. #: front/provider.php:6 front/provider.php:8 inc/provider.class.php:53
  28. msgid "Single Sign-on"
  29. msgstr ""
  30. #: setup.php:49
  31. msgid "Run first: composer install"
  32. msgstr ""
  33. #: setup.php:53
  34. msgid "This plugin requires GLPI >= 0.85"
  35. msgstr ""
  36. #: front/callback.php:11
  37. msgid "Provider not defined."
  38. msgstr ""
  39. #: front/callback.php:17
  40. msgid "Provider not found."
  41. msgstr ""
  42. #: front/callback.php:21
  43. msgid "Provider not active."
  44. msgstr ""
  45. #: inc/provider.class.php:46
  46. msgid "Single Sign-on Provider"
  47. msgstr ""
  48. #: inc/provider.class.php:94
  49. msgid "SSO Type"
  50. msgstr ""
  51. #: inc/provider.class.php:102 inc/provider.class.php:267
  52. msgid "Client ID"
  53. msgstr ""
  54. #: inc/provider.class.php:104 inc/provider.class.php:275
  55. msgid "Client Secret"
  56. msgstr ""
  57. #: inc/provider.class.php:109 inc/provider.class.php:283
  58. msgid "Scope"
  59. msgstr ""
  60. #: inc/provider.class.php:111 inc/provider.class.php:291
  61. msgid "Extra Options"
  62. msgstr ""
  63. #: inc/provider.class.php:122 inc/provider.class.php:299
  64. msgid "Authorize URL"
  65. msgstr ""
  66. #: inc/provider.class.php:127 inc/provider.class.php:307
  67. msgid "Access Token URL"
  68. msgstr ""
  69. #: inc/provider.class.php:132 inc/provider.class.php:315
  70. msgid "Resource Owner Details URL"
  71. msgstr ""
  72. #: inc/provider.class.php:166
  73. msgid "A Name is required"
  74. msgstr ""
  75. #: inc/provider.class.php:172
  76. #, php-format
  77. msgid "The \"%s\" is a Invalid type"
  78. msgstr ""
  79. #: inc/provider.class.php:176
  80. msgid "A Client ID is required"
  81. msgstr ""
  82. #: inc/provider.class.php:180
  83. msgid "A Client Secret is required"
  84. msgstr ""
  85. #: inc/provider.class.php:185
  86. msgid "An Authorize URL is required"
  87. msgstr ""
  88. #: inc/provider.class.php:187
  89. msgid "The Authorize URL is invalid"
  90. msgstr ""
  91. #: inc/provider.class.php:191
  92. msgid "An Access Token URL is required"
  93. msgstr ""
  94. #: inc/provider.class.php:193
  95. msgid "The Access Token URL is invalid"
  96. msgstr ""
  97. #: inc/provider.class.php:197
  98. msgid "A Resource Owner Details URL is required"
  99. msgstr ""
  100. #: inc/provider.class.php:199
  101. msgid "The Resource Owner Details URL is invalid"
  102. msgstr ""
  103. #: inc/provider.class.php:374
  104. msgid "Generic"
  105. msgstr ""
  106. #: inc/provider.class.php:375
  107. msgid "Facebook"
  108. msgstr ""
  109. #: inc/provider.class.php:376
  110. msgid "GitHub"
  111. msgstr ""
  112. #: inc/provider.class.php:377
  113. msgid "Google"
  114. msgstr ""
  115. #: inc/provider.class.php:378
  116. msgid "Instagram"
  117. msgstr ""
  118. #: inc/provider.class.php:379
  119. msgid "LinkdeIn"
  120. msgstr ""