Auxio/app/src/main/res/values-ro/strings.xml
OxygenCobalt dae334b1d6
home: re-add sorting
Re-add sorting to HomeFragment, except heavily improved. The major
improvement here is the addition of song sorting, which was a heavily
requested feature judging by #16. The setting does not save yet and
is not present in the detail fragments, but it is still a major
milestone for the new home ui.
2021-09-05 16:11:37 -06:00

101 lines
No EOL
4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Label Namespace | Static Labels -->
<string name="lbl_retry">Reîncearcă</string>
<string name="lbl_grant">Permiteți</string>
<string name="lbl_library">Bibliotecă</string>
<string name="lbl_genres">Genuri</string>
<string name="lbl_artists">Artiști</string>
<string name="lbl_albums">Albume</string>
<string name="lbl_songs">Cântece</string>
<string name="lbl_all_songs">Toate Cântece</string>
<string name="lbl_search">Căutare</string>
<string name="lbl_filter">Filtru</string>
<string name="lbl_filter_all">Tot</string>
<string name="lbl_sort">Sortare</string>
<string name="lbl_sort_asc">Crescător</string>
<string name="lbl_sort_dsc">Descrescător</string>
<string name="lbl_play">Redă</string>
<string name="lbl_shuffle">Amestecare</string>
<string name="lbl_playback">Redare Acum</string>
<string name="lbl_queue">Fila de așteptare</string>
<string name="lbl_queue_add">Adăugați la lista de așteptare</string>
<string name="lbl_queue_added">A fost adăugat la liste de așteptare</string>
<string name="lbl_next_user_queue">Urmează</string>
<string name="lbl_go_artist">Accesaţi artistul</string>
<string name="lbl_go_album">Accesaţi albumul</string>
<string name="lbl_about">Despre</string>
<string name="lbl_version">Versiune</string>
<string name="lbl_code">Vedeți pe GitHub</string>
<string name="lbl_faq">FAQ</string>
<string name="lbl_licenses">Licențe</string>
<string name="lbl_author">Dezvoltat de OxygenCobalt</string>
<!-- Settings namespace | Settings-related labels -->
<string name="set_title">Setări</string>
<string name="set_ui">Aspect</string>
<string name="set_theme">Temă</string>
<string name="set_theme_auto">Automatică</string>
<string name="set_theme_day">Clar</string>
<string name="set_theme_night">Întunecat</string>
<string name="set_accent">Culoare accentuată</string>
<string name="set_color_notif">Colorează notificarea</string>
<string name="set_quality_covers">Ignoră coperțile Media Store</string>
<string name="set_audio">Audio</string>
<string name="set_focus">Concentrare audio</string>
<string name="set_plug_mgt">Conexiune cu cască</string>
<string name="set_behavior">Comportament</string>
<!-- Error Namespace | Error Labels -->
<string name="err_no_music">Nu s-a găsit nici o muzică</string>
<!-- Hint Namespace | EditText Hints -->
<string name="hint_search_library">Căutați în bibliotecă…</string>
<!-- Description Namespace | Accessibility Strings -->
<string name="desc_track_number">Melodie %d</string>
<string name="desc_play_pause">Redă/Pauză</string>
<string name="desc_clear_user_queue">Golește lista de redare</string>
<!-- Color Label namespace | Accent names -->
<string name="clr_red">Roșu</string>
<string name="clr_pink">Roz</string>
<string name="clr_purple">Violet</string>
<string name="clr_blue">Albastru</string>
<string name="clr_light_blue">Albastru Deschis</string>
<string name="clr_teal">Albastru Verde</string>
<string name="clr_green">Verde</string>
<string name="clr_light_green">Verde Deschis</string>
<string name="clr_lime">Verde Galben</string>
<string name="clr_yellow">Galben</string>
<string name="clr_orange">Portocaliu</string>
<string name="clr_label_brown">Brun</string>
<string name="clr_label_grey">Gri</string>
<string name="clr_blue_grey">Albastru Gri</string>
<!-- Format Namespace | Value formatting/plurals -->
<plurals name="fmt_song_count">
<item quantity="one">%d Cântec</item>
<item quantity="few">%d Melodii</item>
<item quantity="other">%d Cântece</item>
</plurals>
<plurals name="fmt_album_count">
<item quantity="one">%d Album</item>
<item quantity="few">%d Albume</item>
<item quantity="other">%d Albume</item>
</plurals>
</resources>