de_DE.po 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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. # Translators:
  7. # Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>, 2025
  8. #
  9. #, fuzzy
  10. msgid ""
  11. msgstr ""
  12. "Project-Id-Version: singlesignon\n"
  13. "Report-Msgid-Bugs-To: \n"
  14. "POT-Creation-Date: 2025-02-04 19:54+0000\n"
  15. "PO-Revision-Date: 2025-02-04 19:31+0000\n"
  16. "Last-Translator: Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>, 2025\n"
  17. "Language-Team: German (Germany) (https://app.transifex.com/eduardomozart/teams/204814/de_DE/)\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Language: de_DE\n"
  22. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  23. #: setup.php:33
  24. #, php-format
  25. msgid "Please, rename the plugin folder \"%s\" to \"singlesignon\""
  26. msgstr "Bitte benenne das Plugin Verzeichnis von \"%s\" in \"singlesignon\" um."
  27. #: setup.php:67 front/provider.form.php:86 front/provider.form.php:88
  28. #: front/provider.php:33 front/provider.php:35 inc/preference.class.php:89
  29. #: inc/provider.class.php:84
  30. msgid "Single Sign-on"
  31. msgstr "Single Sign-on"
  32. #: setup.php:84
  33. msgid "This plugin requires GLPI >= 0.85"
  34. msgstr "Das Plugin benötigt mindestens GLPI Version 0.85"
  35. #: front/callback.php:40
  36. msgid "Provider not defined."
  37. msgstr "Provider nicht definiert."
  38. #: front/callback.php:46
  39. msgid "Provider not found."
  40. msgstr "Provider nicht gefunden."
  41. #: front/callback.php:50
  42. msgid "Provider not active."
  43. msgstr "Provider nicht aktiv."
  44. #: front/callback.php:108
  45. msgid "Automatic redirection, else click"
  46. msgstr ""
  47. #: inc/preference.class.php:172 inc/provider.class.php:77
  48. msgid "Single Sign-on Provider"
  49. msgstr "Single Sign-on Provider"
  50. #: inc/preference.class.php:197
  51. msgid "Linked accounts"
  52. msgstr "Verlinkte Accounts"
  53. #: inc/provider.class.php:126
  54. msgid "JSON SSO provider representation"
  55. msgstr ""
  56. #: inc/provider.class.php:127
  57. msgid "Copy provider information"
  58. msgstr ""
  59. #: inc/provider.class.php:158
  60. msgid "SSO Type"
  61. msgstr "SSO Typ"
  62. #: inc/provider.class.php:166 inc/provider.class.php:509
  63. msgid "Client ID"
  64. msgstr "Client ID"
  65. #: inc/provider.class.php:168 inc/provider.class.php:517
  66. msgid "Client Secret"
  67. msgstr "Client Secret"
  68. #: inc/provider.class.php:179 inc/provider.class.php:525
  69. msgid "Scope"
  70. msgstr "Scope"
  71. #: inc/provider.class.php:181 inc/provider.class.php:533
  72. msgid "Extra Options"
  73. msgstr "Weitere Optionen"
  74. #: inc/provider.class.php:183
  75. #, php-format
  76. msgid ""
  77. "Allows you to specify custom parameters for the SSO provider %1$s. Example: "
  78. "%2$s to force login or %3$s to force account selection (supported URL "
  79. "settings may vary by provider). You can specify additional parameters with "
  80. "the \"&\" delimiter."
  81. msgstr ""
  82. #: inc/provider.class.php:183 inc/provider.class.php:190
  83. #: inc/provider.class.php:541
  84. msgid "Authorize URL"
  85. msgstr "URL Autorisierung"
  86. #: inc/provider.class.php:195 inc/provider.class.php:549
  87. msgid "Access Token URL"
  88. msgstr "URL Access Token"
  89. #: inc/provider.class.php:200 inc/provider.class.php:557
  90. msgid "Resource Owner Details URL"
  91. msgstr "URL Benutzerinfornmationen"
  92. #: inc/provider.class.php:205
  93. msgid "IsDefault"
  94. msgstr "Ist Standard"
  95. #: inc/provider.class.php:207
  96. msgid "PopupAuth"
  97. msgstr "PopupAuth"
  98. #: inc/provider.class.php:213
  99. msgid "SplitDomain"
  100. msgstr "Domäne abtrennen"
  101. #: inc/provider.class.php:217
  102. msgid "AuthorizedDomains"
  103. msgstr "Erlaubte Domänen"
  104. #: inc/provider.class.php:219
  105. msgid ""
  106. "Provide a list of domains allowed to log in through this provider (separated"
  107. " by commas, no spaces)."
  108. msgstr ""
  109. #: inc/provider.class.php:225
  110. msgid "Use Email as Login"
  111. msgstr "E-Mail als Login benutzen"
  112. #: inc/provider.class.php:228
  113. msgid "Split Name"
  114. msgstr "Name abtrennen"
  115. #: inc/provider.class.php:316
  116. msgid "Callback URL"
  117. msgstr "Callback URL"
  118. #: inc/provider.class.php:320
  119. msgid "Test Single Sign-on"
  120. msgstr "Teste Single Sign-on"
  121. #: inc/provider.class.php:379
  122. msgid "A Name is required"
  123. msgstr "Es wird ein Name benötigt."
  124. #: inc/provider.class.php:385
  125. #, php-format
  126. msgid "The \"%s\" is a Invalid type"
  127. msgstr "Der Typ \"%s\" ist nicht gültig"
  128. #: inc/provider.class.php:389
  129. msgid "A Client ID is required"
  130. msgstr "Eine Client ID ist notwendig"
  131. #: inc/provider.class.php:393
  132. msgid "A Client Secret is required"
  133. msgstr "Ein Client Secret ist notwendig"
  134. #: inc/provider.class.php:398
  135. msgid "An Authorize URL is required"
  136. msgstr "Eine Autorisierungs URL ist notwendig"
  137. #: inc/provider.class.php:400
  138. msgid "The Authorize URL is invalid"
  139. msgstr "Die Autorisierungs URL ist nicht gültig"
  140. #: inc/provider.class.php:404
  141. msgid "An Access Token URL is required"
  142. msgstr "Eine Access Token URL ist notwendig"
  143. #: inc/provider.class.php:406
  144. msgid "The Access Token URL is invalid"
  145. msgstr "Die Access Token URL ist nicht gültig"
  146. #: inc/provider.class.php:410
  147. msgid "A Resource Owner Details URL is required"
  148. msgstr "Eine Benutzerinfornmationen URL ist notwendig"
  149. #: inc/provider.class.php:412
  150. msgid "The Resource Owner Details URL is invalid"
  151. msgstr "Die Benutzerinfornmationen URL ist nicht gültig"
  152. #: inc/provider.class.php:634
  153. msgid "Generic"
  154. msgstr "Generisch"
  155. #: inc/provider.class.php:635
  156. msgid "Azure"
  157. msgstr "Azure"
  158. #: inc/provider.class.php:636
  159. msgid "Facebook"
  160. msgstr "Facebook"
  161. #: inc/provider.class.php:637
  162. msgid "GitHub"
  163. msgstr "GitHub"
  164. #: inc/provider.class.php:638
  165. msgid "Google"
  166. msgstr "Google"
  167. #: inc/provider.class.php:639
  168. msgid "Instagram"
  169. msgstr "Instagram"
  170. #: inc/provider.class.php:640
  171. msgid "LinkdeIn"
  172. msgstr "LinkdeIn"
  173. #: inc/toolbox.class.php:195
  174. #, php-format
  175. msgid "Login with %s"
  176. msgstr "Login mit %s"