singlesignon.pot 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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-03 12:56-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. "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:125
  50. msgid "SSO Type"
  51. msgstr ""
  52. #: inc/provider.class.php:133 inc/provider.class.php:472
  53. msgid "Client ID"
  54. msgstr ""
  55. #: inc/provider.class.php:135 inc/provider.class.php:480
  56. msgid "Client Secret"
  57. msgstr ""
  58. #: inc/provider.class.php:146 inc/provider.class.php:488
  59. msgid "Scope"
  60. msgstr ""
  61. #: inc/provider.class.php:148 inc/provider.class.php:496
  62. msgid "Extra Options"
  63. msgstr ""
  64. #: inc/provider.class.php:153 inc/provider.class.php:504
  65. msgid "Authorize URL"
  66. msgstr ""
  67. #: inc/provider.class.php:158 inc/provider.class.php:512
  68. msgid "Access Token URL"
  69. msgstr ""
  70. #: inc/provider.class.php:163 inc/provider.class.php:520
  71. msgid "Resource Owner Details URL"
  72. msgstr ""
  73. #: inc/provider.class.php:168
  74. msgid "IsDefault"
  75. msgstr ""
  76. #: inc/provider.class.php:170
  77. msgid "PopupAuth"
  78. msgstr ""
  79. #: inc/provider.class.php:176
  80. msgid "SplitDomain"
  81. msgstr ""
  82. #: inc/provider.class.php:180
  83. msgid "AuthorizedDomains"
  84. msgstr ""
  85. #: inc/provider.class.php:182
  86. msgid ""
  87. "Provide a list of domains allowed to log in through this provider (separated "
  88. "by commas, no spaces)."
  89. msgstr ""
  90. #: inc/provider.class.php:188
  91. msgid "Use Email as Login"
  92. msgstr ""
  93. #: inc/provider.class.php:191
  94. msgid "Split Name"
  95. msgstr ""
  96. #: inc/provider.class.php:279
  97. msgid "Callback URL"
  98. msgstr ""
  99. #: inc/provider.class.php:283
  100. msgid "Test Single Sign-on"
  101. msgstr ""
  102. #: inc/provider.class.php:342
  103. msgid "A Name is required"
  104. msgstr ""
  105. #: inc/provider.class.php:348
  106. #, php-format
  107. msgid "The \"%s\" is a Invalid type"
  108. msgstr ""
  109. #: inc/provider.class.php:352
  110. msgid "A Client ID is required"
  111. msgstr ""
  112. #: inc/provider.class.php:356
  113. msgid "A Client Secret is required"
  114. msgstr ""
  115. #: inc/provider.class.php:361
  116. msgid "An Authorize URL is required"
  117. msgstr ""
  118. #: inc/provider.class.php:363
  119. msgid "The Authorize URL is invalid"
  120. msgstr ""
  121. #: inc/provider.class.php:367
  122. msgid "An Access Token URL is required"
  123. msgstr ""
  124. #: inc/provider.class.php:369
  125. msgid "The Access Token URL is invalid"
  126. msgstr ""
  127. #: inc/provider.class.php:373
  128. msgid "A Resource Owner Details URL is required"
  129. msgstr ""
  130. #: inc/provider.class.php:375
  131. msgid "The Resource Owner Details URL is invalid"
  132. msgstr ""
  133. #: inc/provider.class.php:597
  134. msgid "Generic"
  135. msgstr ""
  136. #: inc/provider.class.php:598
  137. msgid "Azure"
  138. msgstr ""
  139. #: inc/provider.class.php:599
  140. msgid "Facebook"
  141. msgstr ""
  142. #: inc/provider.class.php:600
  143. msgid "GitHub"
  144. msgstr ""
  145. #: inc/provider.class.php:601
  146. msgid "Google"
  147. msgstr ""
  148. #: inc/provider.class.php:602
  149. msgid "Instagram"
  150. msgstr ""
  151. #: inc/provider.class.php:603
  152. msgid "LinkdeIn"
  153. msgstr ""
  154. #: inc/toolbox.class.php:195
  155. #, php-format
  156. msgid "Login with %s"
  157. msgstr ""