en_GB.po 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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.3.1\n"
  9. "Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/"
  10. "issues\n"
  11. "POT-Creation-Date: 2021-03-17 09:30-0300\n"
  12. "PO-Revision-Date: 2021-03-17 09:30-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. #: front/callback.php:15
  21. msgid "Provider not defined."
  22. msgstr "Provider not defined."
  23. #: front/callback.php:21
  24. msgid "Provider not found."
  25. msgstr "Provider not found."
  26. #: front/callback.php:25
  27. msgid "Provider not active."
  28. msgstr "Provider not active."
  29. #: front/provider.form.php:61 front/provider.form.php:63 front/provider.php:8
  30. #: front/provider.php:10 inc/preference.class.php:64 inc/provider.class.php:57
  31. #: setup.php:40
  32. msgid "Single Sign-on"
  33. msgstr "Single Sign-on"
  34. #: inc/preference.class.php:147 inc/provider.class.php:50
  35. msgid "Single Sign-on Provider"
  36. msgstr "Single Sign-on Provider"
  37. #: inc/preference.class.php:172
  38. msgid "Linked accounts"
  39. msgstr "Linked accounts"
  40. #: inc/provider.class.php:98
  41. msgid "SSO Type"
  42. msgstr "SSO Type"
  43. #: inc/provider.class.php:106 inc/provider.class.php:423
  44. msgid "Client ID"
  45. msgstr "Client ID"
  46. #: inc/provider.class.php:108 inc/provider.class.php:431
  47. msgid "Client Secret"
  48. msgstr "Client Secret"
  49. #: inc/provider.class.php:113 inc/provider.class.php:439
  50. msgid "Scope"
  51. msgstr "Scope"
  52. #: inc/provider.class.php:115 inc/provider.class.php:447
  53. msgid "Extra Options"
  54. msgstr "Extra Options"
  55. #: inc/provider.class.php:126 inc/provider.class.php:455
  56. msgid "Authorize URL"
  57. msgstr "Authorize URL"
  58. #: inc/provider.class.php:131 inc/provider.class.php:463
  59. msgid "Access Token URL"
  60. msgstr "Access Token URL"
  61. #: inc/provider.class.php:136 inc/provider.class.php:471
  62. msgid "Resource Owner Details URL"
  63. msgstr "Resource Owner Details URL"
  64. #: inc/provider.class.php:224
  65. msgid "Callback URL"
  66. msgstr "Callback URL"
  67. #: inc/provider.class.php:228
  68. msgid "Test Single Sign-on"
  69. msgstr "Test Single Sign-on"
  70. #: inc/provider.class.php:286
  71. msgid "A Name is required"
  72. msgstr "A Name is required"
  73. #: inc/provider.class.php:292
  74. #, php-format
  75. msgid "The \"%s\" is a Invalid type"
  76. msgstr "The \"%s\" is a Invalid type"
  77. #: inc/provider.class.php:296
  78. msgid "A Client ID is required"
  79. msgstr "A Client ID is required"
  80. #: inc/provider.class.php:300
  81. msgid "A Client Secret is required"
  82. msgstr "A Client Secret is required"
  83. #: inc/provider.class.php:305
  84. msgid "An Authorize URL is required"
  85. msgstr "An Authorize URL is required"
  86. #: inc/provider.class.php:307
  87. msgid "The Authorize URL is invalid"
  88. msgstr "The Authorize URL is invalid"
  89. #: inc/provider.class.php:311
  90. msgid "An Access Token URL is required"
  91. msgstr "An Access Token URL is required"
  92. #: inc/provider.class.php:313
  93. msgid "The Access Token URL is invalid"
  94. msgstr "The Access Token URL is invalid"
  95. #: inc/provider.class.php:317
  96. msgid "A Resource Owner Details URL is required"
  97. msgstr "A Resource Owner Details URL is required"
  98. #: inc/provider.class.php:319
  99. msgid "The Resource Owner Details URL is invalid"
  100. msgstr "The Resource Owner Details URL is invalid"
  101. #: inc/provider.class.php:530
  102. msgid "Generic"
  103. msgstr "Generic"
  104. #: inc/provider.class.php:531
  105. msgid "Facebook"
  106. msgstr "Facebook"
  107. #: inc/provider.class.php:532
  108. msgid "GitHub"
  109. msgstr "GitHub"
  110. #: inc/provider.class.php:533
  111. msgid "Google"
  112. msgstr "Google"
  113. #: inc/provider.class.php:534
  114. msgid "Instagram"
  115. msgstr "Instagram"
  116. #: inc/provider.class.php:535
  117. msgid "LinkdeIn"
  118. msgstr "LinkdeIn"
  119. #: inc/toolbox.class.php:154
  120. #, php-format
  121. msgid "Login with %s"
  122. msgstr "Login with %s"
  123. #: setup.php:8
  124. #, php-format
  125. msgid "Please, rename the plugin folder \"%s\" to \"singlesignon\""
  126. msgstr "Please, rename the plugin folder \"%s\" to \"singlesignon\""
  127. #: setup.php:57
  128. msgid "This plugin requires GLPI >= 0.85"
  129. msgstr "This plugin requires GLPI >= 0.85"