en_GB.po 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. # English translations for singlesignon package.
  2. # Copyright (C) 2021 THE singlesignon'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the singlesignon package.
  4. # Automatically generated, 2021.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: singlesignon 1.0.0\n"
  9. "Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/"
  10. "issues\n"
  11. "POT-Creation-Date: 2021-01-12 13:25-0300\n"
  12. "PO-Revision-Date: 2021-01-12 13:25-0300\n"
  13. "Last-Translator: Automatically generated\n"
  14. "Language-Team: none\n"
  15. "Language: en_GB\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #: hook.php:27 hook.php:75
  21. #, php-format
  22. msgid "Login with %s"
  23. msgstr "Login with %s"
  24. #: setup.php:8
  25. #, php-format
  26. msgid "Please, rename the plugin folder \"%s\" to \"singlesignon\""
  27. msgstr "Please, rename the plugin folder \"%s\" to \"singlesignon\""
  28. #: setup.php:36 front/provider.form.php:59 front/provider.form.php:61
  29. #: front/provider.php:6 front/provider.php:8 inc/provider.class.php:57
  30. msgid "Single Sign-on"
  31. msgstr "Single Sign-on"
  32. #: setup.php:53
  33. msgid "This plugin requires GLPI >= 0.85"
  34. msgstr "This plugin requires GLPI >= 0.85"
  35. #: front/callback.php:15
  36. msgid "Provider not defined."
  37. msgstr "Provider not defined."
  38. #: front/callback.php:21
  39. msgid "Provider not found."
  40. msgstr "Provider not found."
  41. #: front/callback.php:25
  42. msgid "Provider not active."
  43. msgstr "Provider not active."
  44. #: inc/provider.class.php:50
  45. msgid "Single Sign-on Provider"
  46. msgstr "Single Sign-on Provider"
  47. #: inc/provider.class.php:98
  48. msgid "SSO Type"
  49. msgstr "SSO Type"
  50. #: inc/provider.class.php:106 inc/provider.class.php:298
  51. msgid "Client ID"
  52. msgstr "Client ID"
  53. #: inc/provider.class.php:108 inc/provider.class.php:306
  54. msgid "Client Secret"
  55. msgstr "Client Secret"
  56. #: inc/provider.class.php:113 inc/provider.class.php:314
  57. msgid "Scope"
  58. msgstr "Scope"
  59. #: inc/provider.class.php:115 inc/provider.class.php:322
  60. msgid "Extra Options"
  61. msgstr "Extra Options"
  62. #: inc/provider.class.php:126 inc/provider.class.php:330
  63. msgid "Authorize URL"
  64. msgstr "Authorize URL"
  65. #: inc/provider.class.php:131 inc/provider.class.php:338
  66. msgid "Access Token URL"
  67. msgstr "Access Token URL"
  68. #: inc/provider.class.php:136 inc/provider.class.php:346
  69. msgid "Resource Owner Details URL"
  70. msgstr "Resource Owner Details URL"
  71. #: inc/provider.class.php:144
  72. msgid "Callback URL"
  73. msgstr "Callback URL"
  74. #: inc/provider.class.php:148
  75. msgid "Test Single Sign-on"
  76. msgstr "Test Single Sign-on"
  77. #: inc/provider.class.php:197
  78. msgid "A Name is required"
  79. msgstr "A Name is required"
  80. #: inc/provider.class.php:203
  81. #, php-format
  82. msgid "The \"%s\" is a Invalid type"
  83. msgstr "The \"%s\" is a Invalid type"
  84. #: inc/provider.class.php:207
  85. msgid "A Client ID is required"
  86. msgstr "A Client ID is required"
  87. #: inc/provider.class.php:211
  88. msgid "A Client Secret is required"
  89. msgstr "A Client Secret is required"
  90. #: inc/provider.class.php:216
  91. msgid "An Authorize URL is required"
  92. msgstr "An Authorize URL is required"
  93. #: inc/provider.class.php:218
  94. msgid "The Authorize URL is invalid"
  95. msgstr "The Authorize URL is invalid"
  96. #: inc/provider.class.php:222
  97. msgid "An Access Token URL is required"
  98. msgstr "An Access Token URL is required"
  99. #: inc/provider.class.php:224
  100. msgid "The Access Token URL is invalid"
  101. msgstr "The Access Token URL is invalid"
  102. #: inc/provider.class.php:228
  103. msgid "A Resource Owner Details URL is required"
  104. msgstr "A Resource Owner Details URL is required"
  105. #: inc/provider.class.php:230
  106. msgid "The Resource Owner Details URL is invalid"
  107. msgstr "The Resource Owner Details URL is invalid"
  108. #: inc/provider.class.php:405
  109. msgid "Generic"
  110. msgstr "Generic"
  111. #: inc/provider.class.php:406
  112. msgid "Facebook"
  113. msgstr "Facebook"
  114. #: inc/provider.class.php:407
  115. msgid "GitHub"
  116. msgstr "GitHub"
  117. #: inc/provider.class.php:408
  118. msgid "Google"
  119. msgstr "Google"
  120. #: inc/provider.class.php:409
  121. msgid "Instagram"
  122. msgstr "Instagram"
  123. #: inc/provider.class.php:410
  124. msgid "LinkdeIn"
  125. msgstr "LinkdeIn"