singlesignon.pot 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  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 1.3.0\n"
  10. "Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/"
  11. "issues\n"
  12. "POT-Creation-Date: 2021-01-20 14:48-0300\n"
  13. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  14. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  15. "Language-Team: LANGUAGE <LL@li.org>\n"
  16. "Language: \n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. #: setup.php:8
  21. #, php-format
  22. msgid "Please, rename the plugin folder \"%s\" to \"singlesignon\""
  23. msgstr ""
  24. #: setup.php:40 front/provider.form.php:59 front/provider.form.php:61
  25. #: front/provider.php:6 front/provider.php:8 inc/preference.class.php:64
  26. #: inc/provider.class.php:57
  27. msgid "Single Sign-on"
  28. msgstr ""
  29. #: setup.php:57
  30. msgid "This plugin requires GLPI >= 0.85"
  31. msgstr ""
  32. #: front/callback.php:15
  33. msgid "Provider not defined."
  34. msgstr ""
  35. #: front/callback.php:21
  36. msgid "Provider not found."
  37. msgstr ""
  38. #: front/callback.php:25
  39. msgid "Provider not active."
  40. msgstr ""
  41. #: inc/preference.class.php:147 inc/provider.class.php:50
  42. msgid "Single Sign-on Provider"
  43. msgstr ""
  44. #: inc/preference.class.php:172
  45. msgid "Linked accounts"
  46. msgstr ""
  47. #: inc/provider.class.php:98
  48. msgid "SSO Type"
  49. msgstr ""
  50. #: inc/provider.class.php:106 inc/provider.class.php:426
  51. msgid "Client ID"
  52. msgstr ""
  53. #: inc/provider.class.php:108 inc/provider.class.php:434
  54. msgid "Client Secret"
  55. msgstr ""
  56. #: inc/provider.class.php:113 inc/provider.class.php:442
  57. msgid "Scope"
  58. msgstr ""
  59. #: inc/provider.class.php:115 inc/provider.class.php:450
  60. msgid "Extra Options"
  61. msgstr ""
  62. #: inc/provider.class.php:126 inc/provider.class.php:458
  63. msgid "Authorize URL"
  64. msgstr ""
  65. #: inc/provider.class.php:131 inc/provider.class.php:466
  66. msgid "Access Token URL"
  67. msgstr ""
  68. #: inc/provider.class.php:136 inc/provider.class.php:474
  69. msgid "Resource Owner Details URL"
  70. msgstr ""
  71. #: inc/provider.class.php:224
  72. msgid "Callback URL"
  73. msgstr ""
  74. #: inc/provider.class.php:228
  75. msgid "Test Single Sign-on"
  76. msgstr ""
  77. #: inc/provider.class.php:286
  78. msgid "A Name is required"
  79. msgstr ""
  80. #: inc/provider.class.php:292
  81. #, php-format
  82. msgid "The \"%s\" is a Invalid type"
  83. msgstr ""
  84. #: inc/provider.class.php:296
  85. msgid "A Client ID is required"
  86. msgstr ""
  87. #: inc/provider.class.php:300
  88. msgid "A Client Secret is required"
  89. msgstr ""
  90. #: inc/provider.class.php:305
  91. msgid "An Authorize URL is required"
  92. msgstr ""
  93. #: inc/provider.class.php:307
  94. msgid "The Authorize URL is invalid"
  95. msgstr ""
  96. #: inc/provider.class.php:311
  97. msgid "An Access Token URL is required"
  98. msgstr ""
  99. #: inc/provider.class.php:313
  100. msgid "The Access Token URL is invalid"
  101. msgstr ""
  102. #: inc/provider.class.php:317
  103. msgid "A Resource Owner Details URL is required"
  104. msgstr ""
  105. #: inc/provider.class.php:319
  106. msgid "The Resource Owner Details URL is invalid"
  107. msgstr ""
  108. #: inc/provider.class.php:533
  109. msgid "Generic"
  110. msgstr ""
  111. #: inc/provider.class.php:534
  112. msgid "Facebook"
  113. msgstr ""
  114. #: inc/provider.class.php:535
  115. msgid "GitHub"
  116. msgstr ""
  117. #: inc/provider.class.php:536
  118. msgid "Google"
  119. msgstr ""
  120. #: inc/provider.class.php:537
  121. msgid "Instagram"
  122. msgstr ""
  123. #: inc/provider.class.php:538
  124. msgid "LinkdeIn"
  125. msgstr ""
  126. #: inc/toolbox.class.php:154
  127. #, php-format
  128. msgid "Login with %s"
  129. msgstr ""