chinwag-android/app/src/main/res/values-de/strings.xml

337 lines
20 KiB
XML
Raw Normal View History

2017-03-20 10:44:40 +11:00
<resources>
<string name="error_generic">Ein Fehler ist aufgetreten.</string>
2017-07-26 17:27:03 +10:00
<string name="error_empty">Dies darf nicht leer sein.</string>
<string name="error_invalid_domain">Ungültige Domain angegeben</string>
<string name="error_failed_app_registration">Diese App konnte sich auf dem Server nicht authentifizieren.</string>
<string name="error_no_web_browser_found">Kein Webbrowser gefunden.</string>
2017-03-20 10:44:40 +11:00
<string name="error_authorization_unknown">Ein undefinierbarer Autorisierungsfehler ist aufgetreten.</string>
<string name="error_authorization_denied">Autorisierung fehlgeschlagen.</string>
<string name="error_retrieving_oauth_token">Es konnte kein Login-Token abgerufen werden.</string>
2017-04-09 02:16:32 +10:00
<string name="error_compose_character_limit">Der Beitrag ist zu lang!</string>
2018-09-07 06:48:19 +10:00
<string name="error_image_upload_size">Die Datei muss kleiner als 8MB sein.</string>
2018-11-18 21:34:06 +11:00
<string name="error_video_upload_size">Videodateien müssen kleiner als 40MB sein.</string>
2017-03-20 10:44:40 +11:00
<string name="error_media_upload_type">Dieser Dateityp darf nicht hochgeladen werden.</string>
<string name="error_media_upload_opening">Die Datei konnte nicht geöffnet werden.</string>
<string name="error_media_upload_permission">Eine Leseberechtigung wird für das Hochladen der Mediendatei benötigt.</string>
<string name="error_media_download_permission">Eine Berechtigung wird zum Speichern des Mediums benötigt.</string>
2017-04-09 02:16:32 +10:00
<string name="error_media_upload_image_or_video">Bilder und Videos können beide nicht an den Beitrag angehängt werden.</string>
2017-03-20 10:44:40 +11:00
<string name="error_media_upload_sending">Die Mediendatei konnte nicht hochgeladen werden.</string>
<string name="error_report_too_few_statuses">Mindestens ein Beitrag muss gemeldet werden.</string>
2017-03-20 10:44:40 +11:00
<string name="title_home">Start</string>
<string name="title_notifications">Benachrichtigungen</string>
2017-04-15 08:14:16 +10:00
<string name="title_public_local">Lokal</string>
<string name="title_public_federated">Föderiert</string>
<string name="title_view_thread">Unterhaltung</string>
2017-03-20 10:44:40 +11:00
<string name="title_tag">#%s</string>
2017-04-09 02:16:32 +10:00
<string name="title_statuses">Beiträge</string>
<string name="title_follows">Folgt</string>
<string name="title_followers">Folgende</string>
2017-03-20 10:44:40 +11:00
<string name="title_favourites">Favoriten</string>
2018-07-02 22:07:16 +10:00
<string name="title_blocks">Blockierte Profile</string>
2017-03-20 10:44:40 +11:00
<string name="status_username_format">\@%s</string>
<string name="status_boosted_format">%s teilte</string>
2017-12-01 06:12:09 +11:00
<string name="status_sensitive_media_title">Heikle Inhalte</string>
<string name="status_sensitive_media_directions">Zum Anzeigen tippen</string>
2017-03-20 10:44:40 +11:00
<string name="status_content_warning_show_more">Zeige mehr</string>
<string name="status_content_warning_show_less">Zeige weniger</string>
<string name="footer_empty">Noch keine Beiträge hier! Ziehe nach unten um zu aktualisieren!</string>
2017-03-20 10:44:40 +11:00
2017-04-09 02:16:32 +10:00
<string name="notification_reblog_format">%s teilte deinen Beitrag</string>
<string name="notification_favourite_format">%s favorisierte deinen Beitrag</string>
<string name="notification_follow_format">%s folgt dir</string>
2017-03-20 10:44:40 +11:00
<string name="report_username_format">\@%s melden</string>
2017-03-20 10:44:40 +11:00
<string name="report_comment_hint">Irgendwelche Anmerkungen?</string>
<string name="action_reply">Antworten</string>
<string name="action_reblog">Teilen</string>
<string name="action_favourite">Favorisieren</string>
<string name="action_more">Mehr</string>
2017-03-20 10:44:40 +11:00
<string name="action_compose">Schreiben</string>
<string name="action_login">Anmelden mit Mastodon</string>
<string name="action_logout">Ausloggen</string>
<string name="action_follow">Folgen</string>
<string name="action_unfollow">Entfolgen</string>
<string name="action_block">Blockieren</string>
<string name="action_unblock">Entblockieren</string>
2017-03-20 10:44:40 +11:00
<string name="action_report">Melden</string>
<string name="action_delete">Löschen</string>
2017-04-09 02:16:32 +10:00
<string name="action_send">TRÖT</string>
<string name="action_send_public">TRÖT!</string>
2017-03-20 10:44:40 +11:00
<string name="action_retry">Erneut versuchen</string>
<string name="action_close">Schließen</string>
<string name="action_view_profile">Profil</string>
<string name="action_view_preferences">Einstellungen</string>
<string name="action_view_favourites">Favoriten</string>
2018-07-02 22:07:16 +10:00
<string name="action_view_blocks">Blockierte Profile</string>
<string name="action_view_media">Medien</string>
2017-03-20 10:44:40 +11:00
<string name="action_open_in_web">Im Browser öffnen</string>
ComposeActivity improvements (#548) * do not add media urls to status text * add scrolling to content * add arrow icon and animation to replying-to toggle * remove unnecessary compose_button_colors.xml * improve toot button * improve bottom bar, add bottom sheet for compose options, dedicated cw button * fix crash on Android < API 21 * move media picking from dialog to bottom sheet * add small style tootbutton * fix colors/button background for light theme * add icons to media chose bottom sheet * improve hide media button, delete unused styles * fix crash on dev build when taking photo * consolidate drawables * consolidate strings and ids, add tooltips to buttons * allow media only toots * change error message to show max size of upload correctly * fix button color * add emoji * code cleanup * Merge branch 'master' into compose_activity_refactoring # Conflicts: # app/src/main/java/com/keylesspalace/tusky/ComposeActivity.java * fix hidden snackbar * improve hint text color * add SendTootService * fix timeline refreshing * toot saving and error handling for sendtootservice * restructure some code * convert EditTextTyped to Kotlin * fixed pick media button disabled color * force sensitive media when content warning is shown * add db cache for emojis & fix tests * reorder buttons to match mastodon web * add possibility to cancel sending of toot * correctly delete sent toots * refresh SavedTootActivity after toot was sent * remove unused resources * correct params for toot saving in SendTootService * consolidate strings * bugfix * remove unused resources * fix notifications on old android for SendTootService * fix crash
2018-04-14 06:37:21 +10:00
<string name="action_add_media">Füge Medien hinzu</string>
2017-07-28 06:41:06 +10:00
<string name="action_photo_take">Foto machen</string>
<string name="action_share">Teilen</string>
<string name="action_mute">Stummschalten</string>
<string name="action_unmute">Lautschalten</string>
<string name="action_mention">Erwähnen</string>
2017-04-15 08:14:16 +10:00
<string name="action_open_drawer">Drawer öffnen</string>
2017-07-28 06:41:06 +10:00
<string name="action_search">Suche</string>
2017-07-26 17:27:03 +10:00
<string name="action_access_saved_toot">Entwürfe</string>
<string name="action_save">Speichern</string>
<string name="action_edit_profile">Profil bearbeiten</string>
2017-04-15 08:14:16 +10:00
<string name="send_status_link_to">Beitragslink teilen</string>
<string name="send_status_content_to">Beitragsinhalt teilen</string>
2017-03-20 10:44:40 +11:00
<string name="confirmation_reported">Gesendet!</string>
<string name="hint_domain">Welche Instanz?</string>
<string name="hint_compose">Was gibt\'s Neues?</string>
2017-03-20 10:44:40 +11:00
<string name="hint_content_warning">Inhaltswarnung</string>
2017-07-26 17:27:03 +10:00
<string name="hint_display_name">Anzeigename</string>
<string name="hint_note">Bio</string>
<string name="hint_search">Mastodon durchsuchen</string>
2017-07-26 17:27:03 +10:00
<string name="label_avatar">Avatar</string>
2017-07-28 06:41:06 +10:00
<string name="label_header">Titelbild</string>
2017-03-20 10:44:40 +11:00
2017-04-05 19:22:11 +10:00
<string name="link_whats_an_instance">Was ist eine Instanz?</string>
2017-03-20 10:44:40 +11:00
<string name="dialog_whats_an_instance">Die Adresse einer Instanz oder Domain kann
hier eingegeben werden, wie z.B. mastodon.social, icosahedron.website, social.tchncs.de, und
<a href="https://instances.social">mehr!</a>
\n\nWenn du bis jetzt kein Konto hast, kannst du hier den Namen einer Instanz eingeben
und dort ein Konto einrichten.\n\nEine Instanz ist ein einziger Ort, wo dein Konto
2017-12-06 06:36:08 +11:00
gehostet ist, aber du kannst dennoch mit anderen Leuten reden und mit ihnen interagieren, als
wärt ihr alle auf einer Webseite.
\n\nWeitere Informationen gibt es auf <a href="https://joinmastodon.org">joinmastodon.org</a>.
2017-03-20 10:44:40 +11:00
</string>
<string name="dialog_title_finishing_media_upload">Stelle Medienupload fertig</string>
<string name="dialog_message_uploading_media">Lade hoch…</string>
2017-04-21 14:19:37 +10:00
<string name="dialog_download_image">Herunterladen</string>
2017-03-20 10:44:40 +11:00
2018-07-02 22:07:16 +10:00
<string name="visibility_public">Öffentlich: Für alle sichtbar</string>
<string name="visibility_unlisted">Ungelistet: Nicht in der öffentlichen Timeline sichtbar</string>
<string name="visibility_private">Nur Folgende: Nur für Folgende sichtbar</string>
2018-07-02 22:07:16 +10:00
<string name="visibility_direct">Direkt: Nur für Erwähnte sichtbar</string>
2017-03-20 10:44:40 +11:00
<string name="pref_title_notification_settings">Benachrichtigungen</string>
<string name="pref_title_edit_notification_settings">Benachrichtigungseinstellungen</string>
2018-02-04 19:30:29 +11:00
<string name="pref_title_notifications_enabled">Benachrichtigungen</string>
<string name="pref_title_notification_alerts">Benachrichtigungen</string>
2017-03-20 10:44:40 +11:00
<string name="pref_title_notification_alert_sound">Benachrichtige mit Sound</string>
2017-04-03 11:45:04 +10:00
<string name="pref_title_notification_alert_vibrate">Benachrichtige mit Vibration</string>
<string name="pref_title_notification_alert_light">Benachrichtige mit Licht</string>
2017-04-07 05:23:41 +10:00
<string name="pref_title_notification_filters">Benachrichtigen wenn</string>
<string name="pref_title_notification_filter_mentions">Ich erwähnt werde</string>
<string name="pref_title_notification_filter_follows">Mir jemand folgt</string>
2017-04-15 08:14:16 +10:00
<string name="pref_title_notification_filter_reblogs">Jemand meine Posts teilt</string>
<string name="pref_title_notification_filter_favourites">Jemandem meine Posts gefallen</string>
<string name="pref_title_appearance_settings">Aussehen</string>
2017-04-15 08:14:16 +10:00
<string name="pref_title_browser_settings">Browser</string>
<string name="pref_title_custom_tabs">Öffne Links in der App</string>
<string name="pref_title_hide_follow_button">Verstecke Button bei Bildlauf </string>
<string-array name="post_privacy_names">
2017-12-01 06:58:56 +11:00
<item>Öffentlich</item>
<item>Nicht gelistet</item>
<item>Nur Folgende</item>
</string-array>
<string name="pref_status_text_size">Schriftgröße</string>
2018-07-06 05:18:57 +10:00
<string-array name="status_text_size_names">
<item>Kleiner</item>
<item>Klein</item>
<item>Normal</item>
<item>Groß</item>
<item>Größer</item>
</string-array>
<string name="pref_title_app_theme">App-Thema</string>
<string-array name="app_theme_names">
<item>Dunkel</item>
<item>Hell</item>
<item>Schwarz</item>
2018-07-06 05:18:57 +10:00
<item>Automatisch bei Sonnenuntergang</item>
</string-array>
2017-04-15 08:14:16 +10:00
<string name="notification_mention_format">%s hat dich erwähnt</string>
<string name="notification_summary_large">%1$s, %2$s, %3$s und %4$d andere</string>
<string name="notification_summary_medium">%1$s, %2$s, und %3$s</string>
<string name="notification_summary_small">%1$s und %2$s</string>
<string name="notification_title_summary">%d neue Interaktionen</string>
2018-07-02 22:07:16 +10:00
<string name="description_account_locked">Gesperrtes Profil</string>
2017-05-02 00:18:01 +10:00
<string name="action_undo">rückgängig machen</string>
2018-07-02 22:07:16 +10:00
<string name="action_view_mutes">Stummgeschaltete Profile</string>
2017-05-02 00:18:01 +10:00
<string name="confirmation_unblocked">entblockt</string>
2018-07-02 22:07:16 +10:00
<string name="title_mutes">Stummgeschaltete Profile</string>
<string name="title_follow_requests">Folgeanfrage</string>
2017-05-02 00:18:01 +10:00
<string name="status_share_link">Link teilen</string>
<string name="status_share_content">Inhalt teilen</string>
<string name="action_accept">Akzeptieren</string>
<string name="action_reject">Ablehnen</string>
<string name="action_view_follow_requests">Folgeanfragen</string>
<string name="state_follow_requested">Folgeanfrage gesendet</string>
2017-05-02 00:18:01 +10:00
<string name="confirmation_unmuted">Stummschaltung aufgehoben</string>
Account activity redesign (#662) * Refactor-all-the-things version of the fix for issue #573 * Migrate SpanUtils to kotlin because why not * Minimal fix for issue #573 * Add tests for compose spanning * Clean up code suggestions * Make FakeSpannable.getSpans implementation less awkward * Add secondary validation pass for urls * Address code review feedback * Fixup type filtering in FakeSpannable again * Make all mentions in compose activity use the default link color * new layout for AccountActivity * fix the light theme * convert AccountActivity to Kotlin * introduce AccountViewModel * Merge branch 'master' into account-activity-redesign # Conflicts: # app/src/main/java/com/keylesspalace/tusky/AccountActivity.java * add Bot badge to profile * parse custom emojis in usernames * add possibility to cancel follow request * add third tab on profiles * add account fields to profile * add support for moved accounts * set click listener on account moved view * fix tests * use 24dp as statusbar size * add ability to hide reblogs from followed accounts * add button to edit own account to AccountActivity * set toolbar top margin programmatically * fix crash * add shadow behind statusbar * introduce ViewExtensions to clean up code * move code out of offsetChangedListener for perf reasons * clean up stuff * add error handling * improve type safety * fix ConstraintLayout warning * remove unneeded ressources * fix event dispatching * fix crash in event handling * set correct emoji on title * improve some things * wrap follower/foillowing/status views
2018-06-18 21:26:18 +10:00
<string name="dialog_message_cancel_follow_request">Folgeanfrage zurückziehen?</string>
2017-07-26 17:27:03 +10:00
<string name="title_edit_profile">Dein Profil bearbeiten</string>
<string name="login_connection">Verbinden…</string>
<string name="about_title_activity">Über</string>
<string name="about_tusky_version">Tusky %s</string>
2018-12-03 20:52:25 +11:00
<string name="about_tusky_license">Tusky ist freie Open-Source-Software.
Es ist lizenziert unter der GNU General Public License Version 3.
Du kannst dir die Lizenz hier anschauen: https://www.gnu.org/licenses/gpl-3.0.de.html</string>
<string name="about_project_site">
Webseite des Projekts:\n
2018-02-26 00:51:06 +11:00
https://tuskyapp.github.io
</string>
<string name="about_bug_feature_request_site">
Fehlermeldungen &amp; Verbesserungsvorschläge:\n
2018-02-26 00:51:06 +11:00
https://github.com/tuskyapp/Tusky/issues
</string>
<string name="about_tusky_account">Tuskys Profil</string>
2017-07-28 06:41:06 +10:00
<string name="search_no_results">Keine Ergebnisse</string>
<string name="status_media_images">Bilder</string>
<string name="status_media_video">Video</string>
<string name="pref_title_status_tabs">Tabs</string>
<string name="pref_title_show_replies">Zeige Antworten</string>
<string name="pref_title_show_media_preview">Zeige Medienvorschauen</string>
<string name="pref_title_show_boosts">Zeige Boosts</string>
<string name="no_content">leer</string>
<string name="action_hide_media">Verstecke Medien</string>
<string name="pref_title_status_filter">Timeline-Filter</string>
<string name="title_saved_toot">Gespeicherte Beiträge</string>
<string name="follows_you">Folgt dir</string>
2017-10-21 01:39:34 +11:00
<string name="action_copy_link">Link kopieren</string>
<string name="download_image">%1$s heruntergeladen</string>
2018-07-02 22:07:16 +10:00
<string name="dialog_unfollow_warning">Willst du diesem Profil wirklich nicht mehr folgen?</string>
<string name="pref_title_alway_show_sensitive_media">Heikle Inhalte immer anzeigen</string>
2017-10-21 01:39:34 +11:00
<string name="notification_channel_boost_name">Geteilte Beiträge</string>
<string name="notification_channel_boost_description">Benachrichtigungen wenn deine Beiträge geteilt werden</string>
<string name="notification_channel_favourite_description">Benachrichtigungen wenn deine Beiträge favorisiert werden</string>
<string name="notification_channel_favourite_name">Favorisierte Beiträge</string>
<string name="notification_channel_follow_description">Benachrichtigunen über neue Folgende</string>
<string name="notification_channel_follow_name">Neue Folgende</string>
2017-11-08 00:52:43 +11:00
<string name="notification_channel_mention_descriptions">Benachrichtigungen über neue Erwähnungen</string>
2017-10-21 01:39:34 +11:00
<string name="notification_channel_mention_name">Neue Erwähnungen</string>
2017-11-08 00:52:43 +11:00
<string name="replying_to">Antworten an @%s</string>
<string name="title_media">Medien</string>
2018-06-25 22:55:45 +10:00
2017-12-01 06:58:56 +11:00
<string name="load_more_placeholder_text">mehr laden</string>
<string name="pref_default_post_privacy">Beitragssichtbarkeit</string>
<string name="pref_publishing">Beiträge</string>
<string name="status_media_hidden_title">Medien versteckt</string>
2018-02-04 19:30:29 +11:00
<string name="pref_title_proxy_settings">Proxy</string>
<string name="pref_title_http_proxy_settings">HTTP-Proxy</string>
<string name="pref_title_http_proxy_server">HTTP-Proxy-Server</string>
<string name="pref_title_http_proxy_port">HTTP-Proxy-Port</string>
<string name="pref_title_http_proxy_enable">HTTP-Proxy aktivieren</string>
<string name="action_lists">Listen</string>
<string name="title_lists">Listen</string>
2018-02-04 20:31:50 +11:00
<string name="title_list_timeline">Liste</string>
2018-02-04 19:30:29 +11:00
<string name="action_remove_media">entfernen</string>
<string name="action_set_caption">Beschreibung eingeben</string>
<string name="error_failed_set_caption">Fehler beim Speichern der Beschreibung</string>
<string name="add_account_name">Konto hinzufügen</string>
<string name="add_account_description">Neues Mastodon-Konto hinzufügen</string>
<string name="pref_summary_notifications">für %1$s</string>
<string name="compose_active_account_description">verfassen mit %1$s</string>
<string name="action_logout_confirm">Bist du sicher, dass du dich aus dem Konto %1$s ausloggen möchtest?</string>
2018-04-14 22:33:45 +10:00
<string name="lock_account_label">Gesperrtes Profil</string>
<string name="lock_account_label_description">Wer dir folgen möchte, muss um deine Erlaubnis bitten</string>
<string name="compose_save_draft">Entwurf speichern?</string>
<string name="send_toot_notification_cancel_title">Senden abgebrochen</string>
<string name="title_advanced">Erweitert</string>
<string name="action_toggle_visibility">Beitragssichtbarkeit</string>
<string name="action_emoji_keyboard">Emoji</string>
<string name="pref_title_filter_regex">Mit regulärem Ausdruck filtern</string>
<string name="error_invalid_regex">Ungültiger regulärer Ausdruck</string>
<string name="action_content_warning">Inhaltswarnung</string>
<string name="send_toot_notification_title">Beitrag senden…</string>
2018-04-14 22:33:45 +10:00
<string name="send_toot_notification_error_title">Fehler beim senden</string>
<string name="send_toot_notification_saved_content">Eine Kopie des Beitrags wurde in deine Entwürfe gespeichert</string>
<string name="send_toot_notification_channel_name">Beiträge senden</string>
<string name="error_no_custom_emojis">Deine Instanz %s hat keine Emojis definiert</string>
<string name="copy_to_clipboard_success">In die Zwischenablage kopiert</string>
<string name="error_sender_account_gone">Fehler beim Senden des Status</string>
<string name="label_quick_reply">Antworten…</string>
<string name="status_sent_long">Antwort erfolgreich gesendet.</string>
<string name="status_sent">Gesendet!</string>
<string name="action_quick_reply">Schnell antworten</string>
<string name="expand_collapse_all_statuses">Alle Beiträge aus/einklappen</string>
<string name="action_compose_shortcut">Antworten</string>
<string name="performing_lookup_title">Nachschlagen…</string>
EmojiCompat support (#600) * Add EmojiCompat * EmojiCompat doesn' replace all emojis anymore * This app should be now capable of loading a EmojiCompat-font located in a file somewhere inside the device's storage * Should now replace all emojis * Add EmojiCompat support to EditTextTyped * Provide EmojiCompat fonts * The app won't crash anymore when no emoji font is available. Emoji font should now be located at [Private external app directory]/files/EmojiCompat.ttf * Removed BundledEmojiCompat dependency Since this EmojiCompat-implementation does not rely on BundledEmojiCompat, there's no reason to have it enabled. * Update EditTextTyped.kt Since connection isn't assigned to (I tried doing so), it can be declared final/val again. * Update README.md * Add some non-working emoji preferences * Add a short font list for testing * Finished implementation * Add Twemoji to font list * Update documentation, more comments * Delete AssetEmojiCompat which is obsolete now * Update the font list * Update the font list * Fix font list & add Exception handling for malformed JSON files (hopefully) * More fixes. It should work now... * Removed AssetEmojiCompat (again) * Add most of the changes * Improved the EmojiCompat dialog's style * The font list is now based on a static layout without external files * Re-add the real font URL for Twemoji * Emoji-font captions are now translatable * Removed one unused String (loading) * Removed emoji fonts from this repo * Applied changes from the PR change requests * The correct emoji font will be selected after cancelling a change * Add details on the EmojiCompat fonts available (not shown yet) * Add licensing information on Twemoji and Blobmoji * Reworked some strings * Moved FileEmojiCompat to its own library * Update FileEmojiCompat to the latest version (1.0.3) * EmojiCompat bug should be fixed * Better handling of failed downloads * Removed one TODO Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com> * Update emoji attribution strings Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com> * Fixed some misspelled strings Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com>
2018-05-10 19:16:56 +10:00
<string name="emoji_style">Emoji-Stil</string>
<string name="system_default">System-Standard</string>
<string name="download_fonts">Du musst diese Emoji-Sets zunächst herunterladen.</string>
<string name="restart_required">App-Neustart erforderlich</string>
<string name="restart_emoji">Du musst Tusky neustarten um die Änderungen anzuwenden</string>
<string name="later">Später</string>
<string name="restart">Neustarten</string>
<string name="caption_systememoji">Die Standard-Emojis deines Geräts</string>
2018-06-26 00:23:43 +10:00
<string name="caption_blobmoji">Die BlobEmojis aus Android 4.47.1</string>
EmojiCompat support (#600) * Add EmojiCompat * EmojiCompat doesn' replace all emojis anymore * This app should be now capable of loading a EmojiCompat-font located in a file somewhere inside the device's storage * Should now replace all emojis * Add EmojiCompat support to EditTextTyped * Provide EmojiCompat fonts * The app won't crash anymore when no emoji font is available. Emoji font should now be located at [Private external app directory]/files/EmojiCompat.ttf * Removed BundledEmojiCompat dependency Since this EmojiCompat-implementation does not rely on BundledEmojiCompat, there's no reason to have it enabled. * Update EditTextTyped.kt Since connection isn't assigned to (I tried doing so), it can be declared final/val again. * Update README.md * Add some non-working emoji preferences * Add a short font list for testing * Finished implementation * Add Twemoji to font list * Update documentation, more comments * Delete AssetEmojiCompat which is obsolete now * Update the font list * Update the font list * Fix font list & add Exception handling for malformed JSON files (hopefully) * More fixes. It should work now... * Removed AssetEmojiCompat (again) * Add most of the changes * Improved the EmojiCompat dialog's style * The font list is now based on a static layout without external files * Re-add the real font URL for Twemoji * Emoji-font captions are now translatable * Removed one unused String (loading) * Removed emoji fonts from this repo * Applied changes from the PR change requests * The correct emoji font will be selected after cancelling a change * Add details on the EmojiCompat fonts available (not shown yet) * Add licensing information on Twemoji and Blobmoji * Reworked some strings * Moved FileEmojiCompat to its own library * Update FileEmojiCompat to the latest version (1.0.3) * EmojiCompat bug should be fixed * Better handling of failed downloads * Removed one TODO Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com> * Update emoji attribution strings Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com> * Fixed some misspelled strings Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com>
2018-05-10 19:16:56 +10:00
<string name="caption_twemoji">Die Standard-Emojis von Mastodon</string>
EmojiCompat support (#600) * Add EmojiCompat * EmojiCompat doesn' replace all emojis anymore * This app should be now capable of loading a EmojiCompat-font located in a file somewhere inside the device's storage * Should now replace all emojis * Add EmojiCompat support to EditTextTyped * Provide EmojiCompat fonts * The app won't crash anymore when no emoji font is available. Emoji font should now be located at [Private external app directory]/files/EmojiCompat.ttf * Removed BundledEmojiCompat dependency Since this EmojiCompat-implementation does not rely on BundledEmojiCompat, there's no reason to have it enabled. * Update EditTextTyped.kt Since connection isn't assigned to (I tried doing so), it can be declared final/val again. * Update README.md * Add some non-working emoji preferences * Add a short font list for testing * Finished implementation * Add Twemoji to font list * Update documentation, more comments * Delete AssetEmojiCompat which is obsolete now * Update the font list * Update the font list * Fix font list & add Exception handling for malformed JSON files (hopefully) * More fixes. It should work now... * Removed AssetEmojiCompat (again) * Add most of the changes * Improved the EmojiCompat dialog's style * The font list is now based on a static layout without external files * Re-add the real font URL for Twemoji * Emoji-font captions are now translatable * Removed one unused String (loading) * Removed emoji fonts from this repo * Applied changes from the PR change requests * The correct emoji font will be selected after cancelling a change * Add details on the EmojiCompat fonts available (not shown yet) * Add licensing information on Twemoji and Blobmoji * Reworked some strings * Moved FileEmojiCompat to its own library * Update FileEmojiCompat to the latest version (1.0.3) * EmojiCompat bug should be fixed * Better handling of failed downloads * Removed one TODO Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com> * Update emoji attribution strings Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com> * Fixed some misspelled strings Signed-off-by: Constantin A <10349490+C1710@users.noreply.github.com>
2018-05-10 19:16:56 +10:00
<string name="download_failed">Download fehlgeschlagen.</string>
Account activity redesign (#662) * Refactor-all-the-things version of the fix for issue #573 * Migrate SpanUtils to kotlin because why not * Minimal fix for issue #573 * Add tests for compose spanning * Clean up code suggestions * Make FakeSpannable.getSpans implementation less awkward * Add secondary validation pass for urls * Address code review feedback * Fixup type filtering in FakeSpannable again * Make all mentions in compose activity use the default link color * new layout for AccountActivity * fix the light theme * convert AccountActivity to Kotlin * introduce AccountViewModel * Merge branch 'master' into account-activity-redesign # Conflicts: # app/src/main/java/com/keylesspalace/tusky/AccountActivity.java * add Bot badge to profile * parse custom emojis in usernames * add possibility to cancel follow request * add third tab on profiles * add account fields to profile * add support for moved accounts * set click listener on account moved view * fix tests * use 24dp as statusbar size * add ability to hide reblogs from followed accounts * add button to edit own account to AccountActivity * set toolbar top margin programmatically * fix crash * add shadow behind statusbar * introduce ViewExtensions to clean up code * move code out of offsetChangedListener for perf reasons * clean up stuff * add error handling * improve type safety * fix ConstraintLayout warning * remove unneeded ressources * fix event dispatching * fix crash in event handling * set correct emoji on title * improve some things * wrap follower/foillowing/status views
2018-06-18 21:26:18 +10:00
<string name="profile_badge_bot_text">Bot</string>
2018-06-25 23:20:19 +10:00
<string name="title_licenses">Lizenzen</string>
<string name="title_statuses_with_replies">mit Antworten</string>
<string name="account_moved_description">%1$s ist umgezogen auf:</string>
<string name="reblog_private">An ursprüngliches Publikum teilen</string>
<string name="unreblog_private">nicht mehr teilen</string>
<string name="license_description">Tusky enthält Code und Inhalte von den folgenden Open-Source-Projekten:</string>
<string name="license_apache_2">Lizenziert unter der Apache-Lizenz (s. u.)</string>
2018-06-25 23:20:19 +10:00
<string name="license_cc_by_4">CC-BY 4.0</string>
<string name="action_open_toot">Beitrag öffnen</string>
<string name="action_hide_reblogs">Geteilte Beiträge verbergen</string>
<string name="action_show_reblogs">Geteilte Beiträge anzeigen</string>
<string name="action_edit_own_profile">Bearbeiten</string>
2018-08-16 05:23:54 +10:00
<string name="profile_metadata_label">Profil-Metadaten</string>
<string name="profile_metadata_label_label">Bezeichnung</string>
<string name="profile_metadata_content_label">Inhalt</string>
<string name="profile_metadata_add">Feld hinzufügen</string>
<string name="license_cc_by_sa_4">CC-BY-SA 4.0</string>
2018-11-18 21:34:06 +11:00
<string name="hint_describe_for_visually_impaired">Für Menschen mit Sehbehinderung beschreiben\n(%d Zeichen)</string>
<string name="pref_failed_to_sync">Fehler beim Synchronisieren</string>
<string name="pref_default_media_sensitivity">Medien immer als heikel markieren</string>
<string name="action_view_account_preferences">Profileinstellungen</string>
<string name="pin_action">Im Profil anheften</string>
<string name="unpin_action">Vom Profil lösen</string>
<string name="label_remote_account">Das Profil wird möglicherweise unvollständig wiedergegeben. Klick um vollständiges Profil anzuzeigen.</string>
<string name="send_media_to">Mediendatei teilen…</string>
<string name="dialog_delete_toot_warning">Diesen Beitrag löschen?</string>
<string name="pref_title_absolute_time">Absolute Zeitstempel verwenden</string>
<string name="pref_media_display">Medienanzeige</string>
<string name="status_content_show_more">Mehr</string>
<string name="status_content_show_less">Weniger</string>
2019-02-16 03:45:07 +11:00
<string name="title_statuses_pinned">Angeheftet</string>
<string name="conversation_1_recipients">%1$s</string>
<string name="conversation_2_recipients">%1$s und %2$s</string>
<string name="conversation_more_recipients">%1$s, %2$s und %3$d weitere</string>
<string name="action_share_as">Teilen als …</string>
<string name="action_add_tab">Tab hinzufügen</string>
<string name="title_tab_preferences">Tabs</string>
<string name="title_direct_messages">Direktnachrichten</string>
<string name="message_empty">Hier ist nichts.</string>
<string name="error_network">Ein Netzwerkfehler ist aufgetreten. Bitte überprüfe deine Verbindung und versuche es erneut.</string>
<string name="action_open_as">Öffnen als %s</string>
<string name="title_reblogged_by">Geteilt von</string>
<string name="title_favourited_by">Favorisiert von</string>
<string name="max_tab_number_reached">maximale Anzahl von %1$d Tabs erreicht</string>
2017-03-20 10:44:40 +11:00
</resources>