-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Credits goes to @xmgz Signed-off-by: enricocid <enrico2588@gmail.com>
- Loading branch information
Showing
3 changed files
with
112 additions
and
1 deletion.
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
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
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 |
---|---|---|
@@ -0,0 +1,108 @@ | ||
<resources> | ||
|
||
<!-- Dialogs / Buttons --> | ||
<string name="yes">Si</string> | ||
<string name="no">Non</string> | ||
<string name="on_close_activity">Queres deter a reprodución?</string> | ||
<string name="queue_songs_clear">A cola quedará baleira. Continuar?</string> | ||
<string name="loved_songs_clear">Quitaraslle a marca a todas as favoritas. Continuar?</string> | ||
<string name="loved_song_remove">%1s (%2s) serán eliminadas das pistas favoritas. Continuar?</string> | ||
|
||
<!-- Main - Fragments titles --> | ||
<string name="artists">Artistas</string> | ||
<string name="songs">Pistas</string> | ||
<string name="folders">Cartafoles</string> | ||
|
||
<!-- Main - Artists/Folder RecyclerViews items --> | ||
<string name="artist_info">%1d Álbumes, %2d Pistas</string> | ||
<string name="folder_info">%1d Pistas</string> | ||
|
||
<!-- Popup/Menu titles --> | ||
<string name="sorting_pref">Ordenar</string> | ||
<string name="sorting_pref_default">Por omisión</string> | ||
<string name="sorting_pref_track">Por num. ↓ de pista</string> | ||
<string name="sorting_pref_track_inv">Por num. ↑ de pista</string> | ||
<string name="shuffle_am">Barallar todas as pistas</string> | ||
<string name="shuffle_sa">Barallar álbume seleccionado</string> | ||
<string name="queue_add">Engadir a cola</string> | ||
<string name="loved_song_add">Engadir a cancións favoritas</string> | ||
<string name="filter_popup_title">Agochar</string> | ||
|
||
<!-- Queue --> | ||
<string name="queue">Cola</string> | ||
<string name="queue_song_add">%1s engadida a cola!</string> | ||
<string name="queue_song_remove">Vas quitar %1s da cola. Continuar?</string> | ||
|
||
<!-- Loved songs --> | ||
<string name="loved_songs">Cancións favoritas</string> | ||
<string name="loved_song_added">%1s (%2s) engadidas a favoritas</string> | ||
|
||
<!-- Messages - Errors --> | ||
<string name="error_no_loved_songs">Sen cancións favoritas!</string> | ||
<string name="error_no_music">Non se atopou música :(</string> | ||
<string name="error_not_ready">Houbo un problema ao cargar as pitas multimedia! :( Pode deberse a que a tarxeta SD non está montada, podería axudar que MediaStore de Android recontrúa a súa base de datos de multimedia. Solución: inténtao máis tarde.</string> | ||
<string name="error_unknown_unsupported">Algo fallou! :( Quizais o formato escollido non está soportado, ou o cartafol non é accesible (non é culpa da app!).</string> | ||
<string name="error_media_buttons">Algo fallou! :( Por favor reinicia a reprodución desde a app.</string> | ||
<string name="error_no_browser">Non se atopou navegador!</string> | ||
<string name="error_bad_id">Reproduce primeiro unha pista!</string> | ||
<string name="error_no_eq">Non se atopa o equalizador!</string> | ||
<string name="error_no_filter">Non se atopan filtros!</string> | ||
<string name="error_no_queue">Sen pistas na cola!</string> | ||
|
||
<!-- Messages - Permission rationale --> | ||
<string name="perm_rationale">Music Player GO precisa acceder aos ficheiros para poder reproducilos!</string> | ||
|
||
<!-- Messages - Repeat --> | ||
<string name="repeat_enabled">Activouse repetir 1 vez!</string> | ||
<string name="repeat_loop_enabled">Repetir ∞ activado!</string> | ||
<string name="repeat_disabled">Repetir ∞ desactivado!</string> | ||
|
||
<!-- Preferences - Categories --> | ||
<string name="settings">Axustes</string> | ||
<string name="category_general">Xeral</string> | ||
|
||
<!-- Preferences - Git page --> | ||
<string name="open_git_pref_title">páxina GitHub</string> | ||
<string name="open_git_pref_summary">Abre a páxina do proxecto para máis info :)</string> | ||
|
||
<!-- Preferences - FAQ --> | ||
<string name="faq_summary">PMF e tipos de ficheiro soportados :P</string> | ||
|
||
<!-- Preferences - Found songs --> | ||
<string name="found_songs_pref_title">Pistas atopadas: %1d</string> | ||
|
||
<!-- Preferences - Themes --> | ||
<string name="theme_pref_title">Decorado</string> | ||
<string name="theme_pref_light_title">Claro</string> | ||
<string name="theme_pref_dark_title">Escuro</string> | ||
<string name="theme_pref_auto_title">Automático</string> | ||
|
||
<!-- Preferences - Accent --> | ||
<string name="accent_pref_title">Cor</string> | ||
|
||
<!-- Preferences - Edge-to-edge --> | ||
<string name="edge_pref_summary_on">Desactivar de bordo-a-bordo</string> | ||
<string name="edge_pref_summary_off">Activar de bordo-a-bordo</string> | ||
|
||
<!-- Preferences - Active tabs --> | ||
<string name="active_fragments_pref_title">Lapelas activas</string> | ||
<string name="active_fragments_pref_warning">Non podes eliminar todas as lapelas! :P</string> | ||
|
||
<!-- Preferences - Fine volume control --> | ||
<string name="precise_volume_pref_title">Control preciso do volume</string> | ||
<string name="precise_volume_pref_summary_on">Desactivar control preciso do volume</string> | ||
<string name="precise_volume_pref_summary_off">Activar control preciso do volume</string> | ||
|
||
<!-- Preferences - Focus --> | ||
<string name="focus_pref_title">Foco no audio</string> | ||
<string name="focus_pref_summary_on">Desactivar foco no audio</string> | ||
<string name="focus_pref_summary_off">Activar foco no audio</string> | ||
|
||
<!-- Preferences - Headsets --> | ||
<string name="headset_pref_title">Conexión de auriculares</string> | ||
<string name="headset_pref_summary_on">Desactivar xestión da conexión de auriculares</string> | ||
<string name="headset_pref_summary_off">Activar xestión da conexión de auriculares</string> | ||
|
||
<!-- Preferences - Filters --> | ||
<string name="filter_pref_title">Filtros</string> | ||
</resources> |