singlesignon.pot 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR glpi-singlesignon Development Team
  3. # This file is distributed under the same license as the singlesignon package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: singlesignon\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2025-02-04 19:41+0000\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. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #: setup.php:33
  20. #, php-format
  21. msgid "Please, rename the plugin folder \"%s\" to \"singlesignon\""
  22. msgstr ""
  23. #: setup.php:67 front/provider.form.php:86 front/provider.form.php:88
  24. #: front/provider.php:33 front/provider.php:35 inc/preference.class.php:89
  25. #: inc/provider.class.php:84
  26. msgid "Single Sign-on"
  27. msgstr ""
  28. #: setup.php:84
  29. msgid "This plugin requires GLPI >= 0.85"
  30. msgstr ""
  31. #: front/callback.php:40
  32. msgid "Provider not defined."
  33. msgstr ""
  34. #: front/callback.php:46
  35. msgid "Provider not found."
  36. msgstr ""
  37. #: front/callback.php:50
  38. msgid "Provider not active."
  39. msgstr ""
  40. #: front/callback.php:108
  41. msgid "Automatic redirection, else click"
  42. msgstr ""
  43. #: inc/preference.class.php:172 inc/provider.class.php:77
  44. msgid "Single Sign-on Provider"
  45. msgstr ""
  46. #: inc/preference.class.php:197
  47. msgid "Linked accounts"
  48. msgstr ""
  49. #: inc/provider.class.php:126
  50. msgid "JSON SSO provider representation"
  51. msgstr ""
  52. #: inc/provider.class.php:127
  53. msgid "Copy provider information"
  54. msgstr ""
  55. #: inc/provider.class.php:158
  56. msgid "SSO Type"
  57. msgstr ""
  58. #: inc/provider.class.php:166 inc/provider.class.php:509
  59. msgid "Client ID"
  60. msgstr ""
  61. #: inc/provider.class.php:168 inc/provider.class.php:517
  62. msgid "Client Secret"
  63. msgstr ""
  64. #: inc/provider.class.php:179 inc/provider.class.php:525
  65. msgid "Scope"
  66. msgstr ""
  67. #: inc/provider.class.php:181 inc/provider.class.php:533
  68. msgid "Extra Options"
  69. msgstr ""
  70. #: inc/provider.class.php:183
  71. msgid ""
  72. "Allows you to specify custom parameters for the SSO provider "
  73. "<strong>Authorize URL</strong>. Example: <code>prompt=login</code> to force "
  74. "login or <code>prompt=select_account</code> to force account selection "
  75. "(supported URL settings may vary by provider). You can specify additional "
  76. "parameters with the \"&\" delimiter."
  77. msgstr ""
  78. #: inc/provider.class.php:190 inc/provider.class.php:541
  79. msgid "Authorize URL"
  80. msgstr ""
  81. #: inc/provider.class.php:195 inc/provider.class.php:549
  82. msgid "Access Token URL"
  83. msgstr ""
  84. #: inc/provider.class.php:200 inc/provider.class.php:557
  85. msgid "Resource Owner Details URL"
  86. msgstr ""
  87. #: inc/provider.class.php:205
  88. msgid "IsDefault"
  89. msgstr ""
  90. #: inc/provider.class.php:207
  91. msgid "PopupAuth"
  92. msgstr ""
  93. #: inc/provider.class.php:213
  94. msgid "SplitDomain"
  95. msgstr ""
  96. #: inc/provider.class.php:217
  97. msgid "AuthorizedDomains"
  98. msgstr ""
  99. #: inc/provider.class.php:219
  100. msgid ""
  101. "Provide a list of domains allowed to log in through this provider (separated "
  102. "by commas, no spaces)."
  103. msgstr ""
  104. #: inc/provider.class.php:225
  105. msgid "Use Email as Login"
  106. msgstr ""
  107. #: inc/provider.class.php:228
  108. msgid "Split Name"
  109. msgstr ""
  110. #: inc/provider.class.php:316
  111. msgid "Callback URL"
  112. msgstr ""
  113. #: inc/provider.class.php:320
  114. msgid "Test Single Sign-on"
  115. msgstr ""
  116. #: inc/provider.class.php:379
  117. msgid "A Name is required"
  118. msgstr ""
  119. #: inc/provider.class.php:385
  120. #, php-format
  121. msgid "The \"%s\" is a Invalid type"
  122. msgstr ""
  123. #: inc/provider.class.php:389
  124. msgid "A Client ID is required"
  125. msgstr ""
  126. #: inc/provider.class.php:393
  127. msgid "A Client Secret is required"
  128. msgstr ""
  129. #: inc/provider.class.php:398
  130. msgid "An Authorize URL is required"
  131. msgstr ""
  132. #: inc/provider.class.php:400
  133. msgid "The Authorize URL is invalid"
  134. msgstr ""
  135. #: inc/provider.class.php:404
  136. msgid "An Access Token URL is required"
  137. msgstr ""
  138. #: inc/provider.class.php:406
  139. msgid "The Access Token URL is invalid"
  140. msgstr ""
  141. #: inc/provider.class.php:410
  142. msgid "A Resource Owner Details URL is required"
  143. msgstr ""
  144. #: inc/provider.class.php:412
  145. msgid "The Resource Owner Details URL is invalid"
  146. msgstr ""
  147. #: inc/provider.class.php:634
  148. msgid "Generic"
  149. msgstr ""
  150. #: inc/provider.class.php:635
  151. msgid "Azure"
  152. msgstr ""
  153. #: inc/provider.class.php:636
  154. msgid "Facebook"
  155. msgstr ""
  156. #: inc/provider.class.php:637
  157. msgid "GitHub"
  158. msgstr ""
  159. #: inc/provider.class.php:638
  160. msgid "Google"
  161. msgstr ""
  162. #: inc/provider.class.php:639
  163. msgid "Instagram"
  164. msgstr ""
  165. #: inc/provider.class.php:640
  166. msgid "LinkdeIn"
  167. msgstr ""
  168. #: inc/toolbox.class.php:195
  169. #, php-format
  170. msgid "Login with %s"
  171. msgstr ""