diff --git a/intl/msg_hash_ca.h b/intl/msg_hash_ca.h index 7d9ad1467b..1715834cfc 100644 --- a/intl/msg_hash_ca.h +++ b/intl/msg_hash_ca.h @@ -6344,6 +6344,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_CONTENT_SHOW_FAVORITES, "Mostra el menú 'Preferits'. (Es requereix reiniciar per Ozone/XMB)" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_FAVORITES_FIRST, + "Mostra primer els preferits" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_CONTENT_SHOW_FAVORITES_FIRST, + "Mostra els preferits abans que l'historial. (Es requereix reiniciar per Ozone/XMB)" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_IMAGES, "Mostrar Imatges" diff --git a/intl/msg_hash_es.h b/intl/msg_hash_es.h index e1061f89af..d7f067a42c 100644 --- a/intl/msg_hash_es.h +++ b/intl/msg_hash_es.h @@ -14234,6 +14234,10 @@ MSG_HASH( MSG_REWINDING, "Rebobinando." ) +MSG_HASH( + MSG_REWIND_BUFFER_CAPACITY_INSUFFICIENT, + "Capacidad de búfer insuficiente." + ) MSG_HASH( MSG_REWIND_UNSUPPORTED, "El rebobinado no está disponible porque este núcleo no tiene soporte para guardados rápidos serializados." diff --git a/intl/msg_hash_fr.h b/intl/msg_hash_fr.h index 8ef9c7f6a7..943492fcf6 100644 --- a/intl/msg_hash_fr.h +++ b/intl/msg_hash_fr.h @@ -6320,6 +6320,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_CONTENT_SHOW_FAVORITES, "Afficher le menu 'Favoris'. (Redémarrage requis sur Ozone/XMB)" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_FAVORITES_FIRST, + "Afficher les favoris en premier" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_CONTENT_SHOW_FAVORITES_FIRST, + "Afficher les 'Favoris' avant 'Historique'. (Redémarrage requis sur Ozone/XMB)" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_IMAGES, "Afficher 'Images'" diff --git a/intl/msg_hash_pl.h b/intl/msg_hash_pl.h index fa699feacf..c2954ae54c 100644 --- a/intl/msg_hash_pl.h +++ b/intl/msg_hash_pl.h @@ -12594,6 +12594,10 @@ MSG_HASH( MSG_REWINDING, "Przewijanie." ) +MSG_HASH( + MSG_REWIND_BUFFER_CAPACITY_INSUFFICIENT, + "Niewystarczająca pojemność bufora." + ) MSG_HASH( MSG_REWIND_INIT, "Inicjowanie bufora przewijania z rozmiarem" diff --git a/intl/msg_hash_ru.h b/intl/msg_hash_ru.h index 99c50f01b1..924b1c0911 100644 --- a/intl/msg_hash_ru.h +++ b/intl/msg_hash_ru.h @@ -6392,6 +6392,14 @@ MSG_HASH( MENU_ENUM_SUBLABEL_CONTENT_SHOW_FAVORITES, "Показывать меню 'Избранное' (требуется перезапуск для Ozone/XMB)" ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_FAVORITES_FIRST, + "Показывать сначала 'Избранное'" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_CONTENT_SHOW_FAVORITES_FIRST, + "Показывать вкладку 'Избранное' перед 'Историей запуска' (требуется перезапуск для Ozone/XMB)" + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_IMAGES, "Показывать 'Изображения'" @@ -14266,6 +14274,10 @@ MSG_HASH( MSG_REWINDING, "Перемотка." ) +MSG_HASH( + MSG_REWIND_BUFFER_CAPACITY_INSUFFICIENT, + "Недостаточная ёмкость буфера." + ) MSG_HASH( MSG_REWIND_UNSUPPORTED, "Обратная перемотка недоступна из-за отсутствия в ядре сериализованной поддержки быстрых сохранений." diff --git a/intl/msg_hash_tr.h b/intl/msg_hash_tr.h index 96249e51b0..420c1d8744 100644 --- a/intl/msg_hash_tr.h +++ b/intl/msg_hash_tr.h @@ -14322,6 +14322,10 @@ MSG_HASH( MSG_REWINDING, "Geri sarılıyor." ) +MSG_HASH( + MSG_REWIND_BUFFER_CAPACITY_INSUFFICIENT, + "Arabellek kapasitesi yetersiz." + ) MSG_HASH( MSG_REWIND_UNSUPPORTED, "Bu çekirdekte serileştirilmiş durum kaydı desteği bulunmadığından geri sarma kullanılamıyor." diff --git a/intl/progress.h b/intl/progress.h index 5313a50c75..fbb236ca61 100644 --- a/intl/progress.h +++ b/intl/progress.h @@ -31,7 +31,7 @@ #define LANGUAGE_PROGRESS_DANISH_APPROVED 0 /* German */ -#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 100 +#define LANGUAGE_PROGRESS_GERMAN_TRANSLATED 99 #define LANGUAGE_PROGRESS_GERMAN_APPROVED 13 /* Greek */