-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,14 +29,14 @@ | |
<string name="action_skip_to_previous">Forrige</string> | ||
<string name="action_resume">Genoptage</string> | ||
<string name="action_stop">Stop</string> | ||
<string name="action_search">Søge</string> | ||
<string name="action_delete">Slette</string> | ||
<string name="action_delete_history">Slette historik</string> | ||
<string name="action_delete_favorites">Slette favoritter</string> | ||
<string name="action_search">Søg</string> | ||
<string name="action_delete">Slet</string> | ||
<string name="action_delete_history">Slet historik</string> | ||
<string name="action_delete_favorites">Slet favoritter</string> | ||
<string name="action_delete_stream_history">Ryd spor historik</string> | ||
<string name="action_ok">OK</string> | ||
<string name="action_cancel">Annullere</string> | ||
<string name="action_top_click">Top klikket</string> | ||
<string name="action_top_click">Top klik</string> | ||
<string name="action_toggle_view">Skifte visning</string> | ||
<string name="action_top_vote">Top stemt</string> | ||
<string name="action_changed_lately">Senest ændret</string> | ||
|
@@ -50,7 +50,7 @@ | |
<string name="error_station_load">Kunne ikke forbinde til station</string> | ||
<string name="error_list_update">Kunne ikke forbinde til radio browser server</string> | ||
|
||
<string name="share_action">Dele station henvisning med..</string> | ||
<string name="share_action">Del station henvisning med..</string> | ||
|
||
<string name="nav_item_stations">Stationer</string> | ||
<string name="nav_item_starred">Favoritter</string> | ||
|
@@ -60,8 +60,8 @@ | |
|
||
<string name="about_text">Dette program bruger det åbne radio station bibliotek hos\nhttps://www.radio-browser.info\nEveryone can add stations to it or edit existing stations. It works like a wiki for online (streaming) radio stations.\n\nContact:\[email protected]\n\nBugtracker:\nhttps://github.com/segler-alex/RadioDroid/issues\n\nIf you like the software and want to help, feel free to send me an email. I really need someone with graphical experience to make the app nicer to the eye :) Maybe someone who can draw icons, images...but also programmers who fix bugs, or implement new ones (features not bugs ;)\nAlso ideas for new features are always appreciated!\n\nThis app is free software licensed under the GPLv3.\nhttps://www.gnu.org/licenses/gpl-3.0.html</string> | ||
<string name="about_version">Version: %1$s</string> | ||
<string name="detail_star">Tilføje til favoritter</string> | ||
<string name="detail_unstar">Slette fra favoritter</string> | ||
<string name="detail_star">Tilføj til favoritter</string> | ||
<string name="detail_unstar">Slet fra favoritter</string> | ||
<string name="detail_play_in_external_player">@string/action_play_in_external</string> | ||
<string name="progress_loading">Indlæser...</string> | ||
|
||
|
@@ -73,23 +73,24 @@ | |
|
||
<string name="nav_item_save_playlist">Eksportere favoritter som afspilningsliste</string> | ||
<string name="nav_item_load_playlist">Importere favoritter fra afspilningsliste</string> | ||
<string name="nav_item_save_history_playlist">Eksportere hisotrik som afspilningsliste</string> | ||
<string name="confirm_overwrite_file">Overskrive fil?</string> | ||
<string name="dialog_hint_file_name">Indtaste filnavn</string> | ||
<string name="nav_item_save_history_playlist">Eksportere historik som afspilningsliste</string> | ||
<string name="confirm_overwrite_file">Overskriv fil?</string> | ||
<string name="dialog_hint_file_name">Indtast filnavn</string> | ||
<string name="error_empty_field">Dette felt er påkrævet</string> | ||
<string name="error_invalid_file_name">Ugyldigt filnavn</string> | ||
<string name="label_button_cancel">Annullere</string> | ||
<string name="label_button_overwrite">Overskrive</string> | ||
<string name="label_button_overwrite">Overskriv</string> | ||
<string name="notify_load_playlist_nok">Kunne ikke importere fra %1$s/%2$s</string> | ||
<string name="notify_load_playlist_now">Importerer fra %1$s/%2$s, vent.</string> | ||
<string name="notify_load_playlist_ok">Importerede %1$d stationer fra %2$s/%3$s</string> | ||
<string name="notify_save_playlist_nok">Kunne ikke eksportere til %1$s/%2$s</string> | ||
<string name="notify_save_playlist_now">Eksporterer til %1$s/%2$s, vent.</string> | ||
<string name="notify_save_playlist_ok">Eksporteret til %1$s/%2$s</string> | ||
<string name="notify_sync_list_deleted_entries">%1$d of %2$d lokale stationer i listen markeret ikke-eksisterende på serveren</string> | ||
|
||
<string name="searchpreference_clear_history">Ryd historik</string> | ||
<string name="searchpreference_no_results">Intet resultat</string> | ||
<string name="searchpreference_search">Søge…</string> | ||
<string name="searchpreference_search">Søg…</string> | ||
<string name="settings_appearance">Udseende</string> | ||
<string name="settings_theme_selection_title">Tema</string> | ||
<string name="theme_light">Lys</string> | ||
|
@@ -101,7 +102,7 @@ | |
<string name="settings_bottom_navigation">Bundnavigation</string> | ||
|
||
<string name="settings_interaction">Interaktion</string> | ||
<string name="settings_single_use_tags">Vise sjældne brugte mærker</string> | ||
<string name="settings_single_use_tags">Vis sjældne brugte mærker</string> | ||
<string name="settings_single_use_tags_desc_off">Sjældne brugte mærker vises ikke</string> | ||
<string name="settings_single_use_tags_desc_on">Sjældne brugte mærker vises</string> | ||
|
||
|
@@ -160,13 +161,13 @@ | |
<string name="settings_proxy_password">Adgangskode</string> | ||
<string name="settings_proxy_action_test">Test</string> | ||
<string name="settings_proxy_working">Forbundet til %s</string> | ||
<string name="settings_proxy_not_working">Mislykket forbundet til %s\n%s</string> | ||
<string name="settings_proxy_not_working">Kunne ikke forbinde til %s\n%s</string> | ||
<string name="settings_proxy_invalid">Mellemvært værdier er ugyldige</string> | ||
<string name="ignore_proxy_settings_invalid">Ignorere mellemvært opsætning da den er ugyldig</string> | ||
<string name="ignore_proxy_settings_invalid">Ignorere ugyldig mellemvært opsætning</string> | ||
<string name="settings_seconds_format">%d sekunder</string> | ||
<string name="settings_milliseconds_format">%d millisekunder</string> | ||
|
||
<string name="settings_pause_when_noisy">Pause når hovedtelefon afbrrydes</string> | ||
<string name="settings_pause_when_noisy">Pause når hovedtelefon afbrydes</string> | ||
|
||
<string name="settings_auto_resume_do_not_resume">Genoptag ikke</string> | ||
|
||
|
@@ -193,11 +194,11 @@ | |
<string name="notify_paused">Pauset</string> | ||
<string name="notify_metered_connection">Afmålt forbindelse</string> | ||
|
||
<string name="notify_starred">Station er tilføjet til favoritter</string> | ||
<string name="notify_autostarred">Station er tilføjet automatisk til favoritter</string> | ||
<string name="notify_unstarred">Station er fjernet fra favoritter</string> | ||
<string name="notify_deleted_favorites">Favoritter er blevet slettet</string> | ||
<string name="notify_deleted_history">Historikken er blevet fjernet</string> | ||
<string name="notify_starred">Station tilføjet til favoritter</string> | ||
<string name="notify_autostarred">Station tilføjet automatisk til favoritter</string> | ||
<string name="notify_unstarred">Station fjernet fra favoritter</string> | ||
<string name="notify_deleted_favorites">Favoritter blev slettet</string> | ||
<string name="notify_deleted_history">Historikken blev slettet</string> | ||
|
||
<string name="notify_open_link_failure">Intet program fundet til at åbne henvisning</string> | ||
|
||
|
@@ -225,14 +226,14 @@ | |
<string name="alert_alarm_not_working">Ikke nok alarm oplysning</string> | ||
<string name="alert_select_external_alarm_app">Vælg lyd afspiller</string> | ||
|
||
<string name="alert_press_back_to_exit">Tryk én gang mere på tilbage for at afslutte</string> | ||
<string name="alert_press_back_to_exit">Tryk tilbage én gang mere for at afslutte</string> | ||
|
||
<string name="error_stream_url">Strøm URL problem</string> | ||
<string name="error_caching_stream">Strøm mellemlager problem</string> | ||
<string name="error_play_stream">Kan ikke afspille strøm</string> | ||
<string name="error_stream_reconnect_timeout">Kan ikke forbinde til strøm: tidsudløb</string> | ||
<string name="warning_no_network_trying_resume">Ingen netværk forbindelse. Genoptager når forbindelse er tilbage.</string> | ||
<string name="giving_up_resume">Forsøg på genopatage afspilning afvist</string> | ||
<string name="giving_up_resume">Forsøg på genoptage afspilning afvist</string> | ||
|
||
<string name="error_record_needs_write">Behøver skrive tilladelse for optagning</string> | ||
<string name="error_grant_audiofocus">Anmode om lyd fokus blev ikke tildelt af systemet</string> | ||
|
@@ -255,6 +256,7 @@ | |
|
||
<string name="station_detail_bitrate">%1$1d kbps</string> | ||
<string name="station_detail_broken">VIRKER IKKE</string> | ||
<string name="station_detail_deleted_on_server">SLETTET</string> | ||
|
||
<string name="image_button_disable">Deaktivere</string> | ||
<string name="image_button_record">Optage</string> | ||
|
@@ -286,7 +288,10 @@ | |
<string name="action_add_mpd_server">Tilføje MPD server</string> | ||
|
||
<string name="action_play_in_external">Afspil i ekstern afspiller</string> | ||
<string name="action_choose_external_player">Vælg ekstern afspiller</string> | ||
|
||
<string name="settings_lastfm_api_key">Last.fm API nøgle</string> | ||
<string name="settings_lastfm_api_key_desc">Indtast API nøgle for at aktivere album omslag i fuldskærm afspiller</string> | ||
<string name="settings_other">Andet</string> | ||
<string name="settings_statistics">Statistikker</string> | ||
<string name="settings_about">Om RadioDroid</string> | ||
|
@@ -307,10 +312,10 @@ | |
</string-array> | ||
|
||
<string name="notify_stream_url_copied">Strøm URL kopieret</string> | ||
<string name="notify_track_info_copied">Nummer information kopieret</string> | ||
<string name="notify_track_info_copied">Spor information kopieret</string> | ||
|
||
<string-array name="actions_station_link"> | ||
<item>Besøge netsted</item> | ||
<item>Besøg netsted</item> | ||
<item>Kopiere strøm URL</item> | ||
</string-array> | ||
|
||
|
625dc3c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why no updates ? Is this repo dead?
625dc3c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The core functionality should work - it's not like anything changes with web radios. On the other hand there are a number of things that should be improved but I didn't have time to do them.
625dc3c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next and prev button not working, no library update and many other problems too. Hope the repo will be updated soon.