de_DE.po 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. # German translations for singlesignon package.
  2. # Copyright (C) 2022 THE singlesignon'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the singlesignon package.
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: singlesignon 1.3.2\n"
  8. "Report-Msgid-Bugs-To: https://github.com/edgardmessias/glpi-singlesignon/"
  9. "issues\n"
  10. "POT-Creation-Date: 2024-04-06 10:00-0300\n"
  11. "PO-Revision-Date: 2024-04-06 10:00-0300\n"
  12. "Last-Translator: invisiblemarcel\n"
  13. "Language-Team: none\n"
  14. "Language: de_DE\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #: front/callback.php:15
  20. msgid "Provider not defined."
  21. msgstr "Provider nicht definiert."
  22. #: front/callback.php:21
  23. msgid "Provider not found."
  24. msgstr "Provider nicht gefunden."
  25. #: front/callback.php:25
  26. msgid "Provider not active."
  27. msgstr "Provider nicht aktiv."
  28. #: front/provider.form.php:61 front/provider.form.php:63 front/provider.php:8
  29. #: front/provider.php:10 inc/preference.class.php:64 inc/provider.class.php:59
  30. #: setup.php:40
  31. msgid "Single Sign-on"
  32. msgstr "Single Sign-on"
  33. #: inc/preference.class.php:147 inc/provider.class.php:52
  34. msgid "Single Sign-on Provider"
  35. msgstr "Single Sign-on Provider"
  36. #: inc/preference.class.php:172
  37. msgid "Linked accounts"
  38. msgstr "Verlinkte Accounts"
  39. #: inc/provider.class.php:100
  40. msgid "SSO Type"
  41. msgstr "SSO Typ"
  42. #: inc/provider.class.php:108 inc/provider.class.php:445
  43. msgid "Client ID"
  44. msgstr "Client ID"
  45. #: inc/provider.class.php:110 inc/provider.class.php:453
  46. msgid "Client Secret"
  47. msgstr "Client Secret"
  48. #: inc/provider.class.php:121 inc/provider.class.php:461
  49. msgid "Scope"
  50. msgstr "Scope"
  51. #: inc/provider.class.php:123 inc/provider.class.php:469
  52. msgid "Extra Options"
  53. msgstr "Weitere Optionen"
  54. #: inc/provider.class.php:128 inc/provider.class.php:477
  55. msgid "Authorize URL"
  56. msgstr "URL Autorisierung"
  57. #: inc/provider.class.php:133 inc/provider.class.php:485
  58. msgid "Access Token URL"
  59. msgstr "URL Access Token"
  60. #: inc/provider.class.php:138 inc/provider.class.php:493
  61. msgid "Resource Owner Details URL"
  62. msgstr "URL Benutzerinfornmationen"
  63. #: inc/provider.class.php:145
  64. msgid "PopupAuth"
  65. msgstr "PopupAuth"
  66. #: inc/provider.class.php:151
  67. msgid "SplitDomain"
  68. msgstr "Domäne abtrennen"
  69. #: inc/provider.class.php:168
  70. msgid "IsDefault"
  71. msgstr "Ist Standard"
  72. #: inc/provider.class.php:188
  73. msgid "Use Email as Login"
  74. msgstr "E-Mail als Login benutzen"
  75. #: inc/provider.class.php:191
  76. msgid "Split Name"
  77. msgstr "Name abtrennen"
  78. #: inc/provider.class.php:155
  79. msgid "AuthorizedDomains"
  80. msgstr "Erlaubte Domänen"
  81. #: inc/provider.class.php:157
  82. msgid "AuthorizedDomainsTooltip"
  83. msgstr "Erlaubte Domänen Hinweis"
  84. #: inc/provider.class.php:246
  85. msgid "Callback URL"
  86. msgstr "Callback URL"
  87. #: inc/provider.class.php:250
  88. msgid "Test Single Sign-on"
  89. msgstr "Teste Single Sign-on"
  90. #: inc/provider.class.php:308
  91. msgid "A Name is required"
  92. msgstr "Es wird ein Name benötigt."
  93. #: inc/provider.class.php:314
  94. #, php-format
  95. msgid "The \"%s\" is a Invalid type"
  96. msgstr "Der Typ \"%s\" ist nicht gültig"
  97. #: inc/provider.class.php:318
  98. msgid "A Client ID is required"
  99. msgstr "Eine Client ID ist notwendig"
  100. #: inc/provider.class.php:322
  101. msgid "A Client Secret is required"
  102. msgstr "Ein Client Secret ist notwendig"
  103. #: inc/provider.class.php:327
  104. msgid "An Authorize URL is required"
  105. msgstr "Eine Autorisierungs URL ist notwendig"
  106. #: inc/provider.class.php:329
  107. msgid "The Authorize URL is invalid"
  108. msgstr "Die Autorisierungs URL ist nicht gültig"
  109. #: inc/provider.class.php:333
  110. msgid "An Access Token URL is required"
  111. msgstr "Eine Access Token URL ist notwendig"
  112. #: inc/provider.class.php:335
  113. msgid "The Access Token URL is invalid"
  114. msgstr "Die Access Token URL ist nicht gültig"
  115. #: inc/provider.class.php:339
  116. msgid "A Resource Owner Details URL is required"
  117. msgstr "Eine Benutzerinfornmationen URL ist notwendig"
  118. #: inc/provider.class.php:341
  119. msgid "The Resource Owner Details URL is invalid"
  120. msgstr "Die Benutzerinfornmationen URL ist nicht gültig"
  121. #: inc/provider.class.php:552
  122. msgid "Generic"
  123. msgstr "Generisch"
  124. #: inc/provider.class.php:553
  125. msgid "Azure"
  126. msgstr "Azure"
  127. #: inc/provider.class.php:554
  128. msgid "Facebook"
  129. msgstr "Facebook"
  130. #: inc/provider.class.php:555
  131. msgid "GitHub"
  132. msgstr "GitHub"
  133. #: inc/provider.class.php:556
  134. msgid "Google"
  135. msgstr "Google"
  136. #: inc/provider.class.php:557
  137. msgid "Instagram"
  138. msgstr "Instagram"
  139. #: inc/provider.class.php:558
  140. msgid "LinkdeIn"
  141. msgstr "LinkdeIn"
  142. #: inc/toolbox.class.php:166
  143. #, php-format
  144. msgid "Login with %s"
  145. msgstr "Login mit %s"
  146. #: setup.php:8
  147. #, php-format
  148. msgid "Please, rename the plugin folder \"%s\" to \"singlesignon\""
  149. msgstr "Bitte benenne das Plugin Verzeichnis von \"%s\" in \"singlesignon\" um."
  150. #: setup.php:57
  151. msgid "This plugin requires GLPI >= 0.85"
  152. msgstr "Das Plugin benötigt mindestens GLPI Version 0.85"