From 725ee773833187dba56828dc758ee1da1e11bc81 Mon Sep 17 00:00:00 2001 From: CrewMdk Date: Mon, 13 Apr 2020 20:18:53 -0500 Subject: [PATCH] Updated spanish language translation The latest additions from English to Spanish have been added. --- intl/msg_hash_es.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index 3cafff3f1f..494401e1c9 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -2547,6 +2547,26 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_THUMBNAIL_MODE_DEFAULT, "Valores predeterminados del sistema" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_SORT_MODE, + "Modo de ordenación" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_PLAYLIST_MANAGER_SORT_MODE, + "Cambia cómo se ordenan las entradas en esta lista de reproducción." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_SORT_MODE_DEFAULT, + "Por defecto" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_SORT_MODE_ALPHABETICAL, + "Alfabético" + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_SORT_MODE_OFF, + "Ninguno" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_CLEAN_PLAYLIST, "Limpiar lista de reproducción"