gen.php 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <?php
  2. /******************************************************************************/
  3. /* Each entry of that file can be associated with a comment to indicate its */
  4. /* state. When there is no comment, it means the entry is fully translated. */
  5. /* The recognized comments are (comment matching is case-insensitive): */
  6. /* + TODO: the entry has never been translated. */
  7. /* + DIRTY: the entry has been translated but needs to be updated. */
  8. /* + IGNORE: the entry does not need to be translated. */
  9. /* When a comment is not recognized, it is discarded. */
  10. /******************************************************************************/
  11. return array(
  12. 'action' => array(
  13. 'actualize' => 'Feeds aktualisieren',
  14. 'add' => 'Hinzufügen',
  15. 'back' => '← Zurück',
  16. 'back_to_rss_feeds' => '← Zurück zu Ihren RSS-Feeds gehen',
  17. 'cancel' => 'Abbrechen',
  18. 'create' => 'Erstellen',
  19. 'demote' => 'Zurückstufen',
  20. 'disable' => 'Deaktivieren',
  21. 'empty' => 'Leeren',
  22. 'enable' => 'Aktivieren',
  23. 'export' => 'Exportieren',
  24. 'filter' => 'Filtern',
  25. 'import' => 'Importieren',
  26. 'load_default_shortcuts' => 'Standard-Kürzel laden',
  27. 'manage' => 'Verwalten',
  28. 'mark_read' => 'Als gelesen markieren',
  29. 'promote' => 'Hochstufen',
  30. 'purge' => 'Bereinigen',
  31. 'remove' => 'Entfernen',
  32. 'rename' => 'Umbenennen',
  33. 'see_website' => 'Website ansehen',
  34. 'submit' => 'Speichern',
  35. 'truncate' => 'Alle Artikel löschen',
  36. 'update' => 'Aktualisieren',
  37. ),
  38. 'auth' => array(
  39. 'accept_tos' => 'Ich akzeptiere die <a href="%s">Nutzungsbedingungen</a>.',
  40. 'email' => 'E-Mail-Adresse',
  41. 'keep_logged_in' => 'Eingeloggt bleiben <small>(%s Tage)</small>',
  42. 'login' => 'Anmelden',
  43. 'logout' => 'Abmelden',
  44. 'password' => array(
  45. '_' => 'Passwort',
  46. 'format' => '<small>mindestens 7 Zeichen</small>',
  47. ),
  48. 'registration' => array(
  49. '_' => 'Neuer Account',
  50. 'ask' => 'Erstelle einen Account?',
  51. 'title' => 'Accounterstellung',
  52. ),
  53. 'username' => array(
  54. '_' => 'Nutzername',
  55. 'format' => '<small>Maximal 16 alphanumerische Zeichen</small>',
  56. ),
  57. ),
  58. 'date' => array(
  59. 'Apr' => '\\A\\p\\r\\i\\l', // IGNORE
  60. 'Aug' => '\\A\\u\\g\\u\\s\\t', // IGNORE
  61. 'Dec' => '\\D\\e\\z\\e\\m\\b\\e\\r',
  62. 'Feb' => '\\F\\e\\b\\r\\u\\a\\r',
  63. 'Jan' => '\\J\\a\\n\\u\\a\\r',
  64. 'Jul' => '\\J\\u\\l\\i',
  65. 'Jun' => '\\J\\u\\n\\i',
  66. 'Mar' => '\\M\\ä\\r\\z',
  67. 'May' => '\\M\\a\\i',
  68. 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', // IGNORE
  69. 'Oct' => '\\O\\k\\t\\o\\b\\e\\r',
  70. 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', // IGNORE
  71. 'apr' => 'Apr',
  72. 'april' => 'April', // IGNORE
  73. 'aug' => 'Aug',
  74. 'august' => 'August', // IGNORE
  75. 'before_yesterday' => 'Ältere Beiträge',
  76. 'dec' => 'Dez',
  77. 'december' => 'Dezember',
  78. 'feb' => 'Feb',
  79. 'february' => 'Februar',
  80. 'format_date' => 'd\\. %s Y',
  81. 'format_date_hour' => 'd\\. %s Y \\u\\m H\\:i',
  82. 'fri' => 'Fr',
  83. 'jan' => 'Jan',
  84. 'january' => 'Januar',
  85. 'jul' => 'Jul',
  86. 'july' => 'Juli',
  87. 'jun' => 'Jun',
  88. 'june' => 'Juni',
  89. 'last_2_year' => 'Letzte 2 Jahre',
  90. 'last_3_month' => 'Letzte 3 Monate',
  91. 'last_3_year' => 'Letzte 3 Jahre',
  92. 'last_5_year' => 'Letzte 5 Jahre',
  93. 'last_6_month' => 'Letzte 6 Monate',
  94. 'last_month' => 'Letzter Monat',
  95. 'last_week' => 'Letzte Woche',
  96. 'last_year' => 'Letztes Jahr',
  97. 'mar' => 'Mär',
  98. 'march' => 'März',
  99. 'may' => 'Mai',
  100. 'may_' => 'Mai',
  101. 'mon' => 'Mo',
  102. 'month' => 'Monat(en)',
  103. 'nov' => 'Nov',
  104. 'november' => 'November', // IGNORE
  105. 'oct' => 'Okt',
  106. 'october' => 'Oktober',
  107. 'sat' => 'Sa',
  108. 'sep' => 'Sep',
  109. 'september' => 'September', // IGNORE
  110. 'sun' => 'So',
  111. 'thu' => 'Do',
  112. 'today' => 'Heute',
  113. 'tue' => 'Di',
  114. 'wed' => 'Mi',
  115. 'yesterday' => 'Gestern',
  116. ),
  117. 'dir' => 'ltr', // IGNORE
  118. 'freshrss' => array(
  119. '_' => 'FreshRSS', // IGNORE
  120. 'about' => 'Über FreshRSS',
  121. ),
  122. 'js' => array(
  123. 'category_empty' => 'Kategorie leeren',
  124. 'confirm_action' => 'Sind Sie sicher, dass Sie diese Aktion durchführen wollen? Diese Aktion kann nicht abgebrochen werden!',
  125. 'confirm_action_feed_cat' => 'Sind Sie sicher, dass Sie diese Aktion durchführen wollen? Sie werden zugehörige Favoriten und Benutzerabfragen verlieren. Dies kann nicht abgebrochen werden!',
  126. 'feedback' => array(
  127. 'body_new_articles' => 'Es gibt %%d neue Artikel zum Lesen auf FreshRSS.',
  128. 'request_failed' => 'Eine Anfrage ist fehlgeschlagen, dies könnte durch Probleme mit der Internetverbindung verursacht worden sein.',
  129. 'title_new_articles' => 'FreshRSS: neue Artikel!',
  130. ),
  131. 'new_article' => 'Es gibt neue verfügbare Artikel. Klicken Sie, um die Seite zu aktualisieren.',
  132. 'should_be_activated' => 'JavaScript muss aktiviert sein',
  133. ),
  134. 'lang' => array(
  135. 'cz' => 'Čeština', // IGNORE
  136. 'de' => 'Deutsch', // IGNORE
  137. 'en' => 'English', // IGNORE
  138. 'en-us' => 'English (United States)', // IGNORE
  139. 'es' => 'Español', // IGNORE
  140. 'fr' => 'Français', // IGNORE
  141. 'he' => 'עברית', // IGNORE
  142. 'it' => 'Italiano', // IGNORE
  143. 'ja' => '日本語', // IGNORE
  144. 'ko' => '한국어', // IGNORE
  145. 'nl' => 'Nederlands', // IGNORE
  146. 'oc' => 'Occitan', // IGNORE
  147. 'pl' => 'Polski', // IGNORE
  148. 'pt-br' => 'Português (Brasil)', // IGNORE
  149. 'ru' => 'Русский', // IGNORE
  150. 'sk' => 'Slovenčina', // IGNORE
  151. 'tr' => 'Türkçe', // IGNORE
  152. 'zh-cn' => '简体中文', // IGNORE
  153. ),
  154. 'menu' => array(
  155. 'about' => 'Über',
  156. 'account' => 'Account', // IGNORE
  157. 'admin' => 'Administration', // IGNORE
  158. 'archiving' => 'Archivierung',
  159. 'authentication' => 'Authentifizierung',
  160. 'check_install' => 'Installationsüberprüfung',
  161. 'configuration' => 'Konfiguration',
  162. 'display' => 'Anzeige',
  163. 'extensions' => 'Erweiterungen',
  164. 'logs' => 'Protokolle',
  165. 'queries' => 'Benutzerabfragen',
  166. 'reading' => 'Lesen',
  167. 'search' => 'Suche Worte oder #Tags',
  168. 'sharing' => 'Teilen',
  169. 'shortcuts' => 'Tastaturkürzel',
  170. 'stats' => 'Statistiken',
  171. 'system' => 'Systemeinstellungen',
  172. 'update' => 'Aktualisieren',
  173. 'user_management' => 'Benutzer verwalten',
  174. 'user_profile' => 'Profil',
  175. ),
  176. 'pagination' => array(
  177. 'first' => 'Erste',
  178. 'last' => 'Letzte',
  179. 'load_more' => 'Weitere Artikel laden',
  180. 'mark_all_read' => 'Alle als gelesen markieren',
  181. 'next' => 'Nächste',
  182. 'nothing_to_load' => 'Es gibt keine weiteren Artikel',
  183. 'previous' => 'Vorherige',
  184. ),
  185. 'period' => array(
  186. 'days' => 'Tage',
  187. 'hours' => 'Stunden',
  188. 'months' => 'Monate',
  189. 'weeks' => 'Wochen',
  190. 'years' => 'Jahre',
  191. ),
  192. 'share' => array(
  193. 'Known' => 'Known-Seite (https://withknown.com)',
  194. 'blogotext' => 'Blogotext', // IGNORE
  195. 'clipboard' => 'Zwischenablage',
  196. 'diaspora' => 'Diaspora*', // IGNORE
  197. 'email' => 'E-Mail',
  198. 'facebook' => 'Facebook', // IGNORE
  199. 'gnusocial' => 'GNU social', // IGNORE
  200. 'jdh' => 'Journal du hacker', // IGNORE
  201. 'lemmy' => 'Lemmy', // IGNORE
  202. 'linkedin' => 'LinkedIn', // IGNORE
  203. 'mastodon' => 'Mastodon', // IGNORE
  204. 'movim' => 'Movim', // IGNORE
  205. 'pinboard' => 'Pinboard', // IGNORE
  206. 'pocket' => 'Pocket', // IGNORE
  207. 'print' => 'Drucken',
  208. 'raindrop' => 'Raindrop.io', // IGNORE
  209. 'shaarli' => 'Shaarli', // IGNORE
  210. 'twitter' => 'Twitter', // IGNORE
  211. 'wallabag' => 'wallabag v1', // IGNORE
  212. 'wallabagv2' => 'wallabag v2', // IGNORE
  213. ),
  214. 'short' => array(
  215. 'attention' => 'Achtung!',
  216. 'blank_to_disable' => 'Zum Deaktivieren frei lassen',
  217. 'by_author' => 'Von:',
  218. 'by_default' => 'standardmäßig',
  219. 'damn' => 'Verdammt!',
  220. 'default_category' => 'Unkategorisiert',
  221. 'no' => 'Nein',
  222. 'not_applicable' => 'Nicht verfügbar',
  223. 'ok' => 'OK!',
  224. 'or' => 'oder',
  225. 'yes' => 'Ja',
  226. ),
  227. );