singlesignon.pot 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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 21:23+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. #, php-format
  72. msgid ""
  73. "Allows you to specify custom parameters for the SSO provider %1$s. Example: "
  74. "%2$s to force login or %3$s to force account selection (supported URL "
  75. "settings may vary by provider). You can specify additional parameters with "
  76. "the \"&\" delimiter."
  77. msgstr ""
  78. #: inc/provider.class.php:183 inc/provider.class.php:190
  79. #: inc/provider.class.php:541
  80. msgid "Authorize URL"
  81. msgstr ""
  82. #: inc/provider.class.php:195 inc/provider.class.php:549
  83. msgid "Access Token URL"
  84. msgstr ""
  85. #: inc/provider.class.php:200 inc/provider.class.php:557
  86. msgid "Resource Owner Details URL"
  87. msgstr ""
  88. #: inc/provider.class.php:205
  89. msgid "IsDefault"
  90. msgstr ""
  91. #: inc/provider.class.php:207
  92. msgid "PopupAuth"
  93. msgstr ""
  94. #: inc/provider.class.php:213
  95. msgid "SplitDomain"
  96. msgstr ""
  97. #: inc/provider.class.php:217
  98. msgid "AuthorizedDomains"
  99. msgstr ""
  100. #: inc/provider.class.php:219
  101. msgid ""
  102. "Provide a list of domains allowed to log in through this provider (separated "
  103. "by commas, no spaces) (optional)."
  104. msgstr ""
  105. #: inc/provider.class.php:225
  106. msgid "Use Email as Login"
  107. msgstr ""
  108. #: inc/provider.class.php:228
  109. msgid "Split Name"
  110. msgstr ""
  111. #: inc/provider.class.php:316
  112. msgid "Callback URL"
  113. msgstr ""
  114. #: inc/provider.class.php:320
  115. msgid "Test Single Sign-on"
  116. msgstr ""
  117. #: inc/provider.class.php:379
  118. msgid "A Name is required"
  119. msgstr ""
  120. #: inc/provider.class.php:385
  121. #, php-format
  122. msgid "The \"%s\" is a Invalid type"
  123. msgstr ""
  124. #: inc/provider.class.php:389
  125. msgid "A Client ID is required"
  126. msgstr ""
  127. #: inc/provider.class.php:393
  128. msgid "A Client Secret is required"
  129. msgstr ""
  130. #: inc/provider.class.php:398
  131. msgid "An Authorize URL is required"
  132. msgstr ""
  133. #: inc/provider.class.php:400
  134. msgid "The Authorize URL is invalid"
  135. msgstr ""
  136. #: inc/provider.class.php:404
  137. msgid "An Access Token URL is required"
  138. msgstr ""
  139. #: inc/provider.class.php:406
  140. msgid "The Access Token URL is invalid"
  141. msgstr ""
  142. #: inc/provider.class.php:410
  143. msgid "A Resource Owner Details URL is required"
  144. msgstr ""
  145. #: inc/provider.class.php:412
  146. msgid "The Resource Owner Details URL is invalid"
  147. msgstr ""
  148. #: inc/provider.class.php:634
  149. msgid "Generic"
  150. msgstr ""
  151. #: inc/provider.class.php:635
  152. msgid "Azure"
  153. msgstr ""
  154. #: inc/provider.class.php:636
  155. msgid "Facebook"
  156. msgstr ""
  157. #: inc/provider.class.php:637
  158. msgid "GitHub"
  159. msgstr ""
  160. #: inc/provider.class.php:638
  161. msgid "Google"
  162. msgstr ""
  163. #: inc/provider.class.php:639
  164. msgid "Instagram"
  165. msgstr ""
  166. #: inc/provider.class.php:640
  167. msgid "LinkdeIn"
  168. msgstr ""
  169. #: inc/toolbox.class.php:195
  170. #, php-format
  171. msgid "Login with %s"
  172. msgstr ""