🌐 ES localization, Fix encoding

This commit is contained in:
Timothee
2024-11-06 17:37:37 +01:00
parent 311c5d0d51
commit 8fb450a6d4
6 changed files with 35 additions and 35 deletions

View File

@@ -5,15 +5,15 @@
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
* @author Miguel Turrubiates <miguel_tf@yahoo.com>
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
* @notas Utilizar codificación UTF-8 para mostrar acentos y otros caracteres especiales
*/
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:NotificationsCenter:Page:Title' => 'Centro de notificaciones',
'UI:NotificationsCenter:Panel:Title' => 'Centro de notificaciones',
'UI:NotificationsCenter:Panel:SubTitle' => 'Gestionar las notificaciones que ha recibido: cancelar la suscripción o limitarlas a un solo canal',
'UI:NotificationsCenter:Panel:SubTitle' => 'Gestionar las notificaciones que ha recibido: cancelar la suscripción o limitarlas a un solo canal',
'UI:NotificationsCenter:Panel:Table:Channels' => 'Canales',
'UI:NotificationsCenter:Unsubscribe:Success' => 'Se ha cancelado correctamente su suscripción a las notificaciones seleccionadas.',
'UI:NotificationsCenter:Unsubscribe:Error' => 'Se produjo un error al cancelar la suscripción a las notificaciones seleccionadas.',
'UI:NotificationsCenter:Unsubscribe:Success' => 'Se ha cancelado correctamente su suscripción a las notificaciones seleccionadas.',
'UI:NotificationsCenter:Unsubscribe:Error' => 'Se produjo un error al cancelar la suscripción a las notificaciones seleccionadas.',
'UI:NotificationsCenter:Subscribe:Success' => 'Se ha suscrito exitosamente a las notificaciones seleccionadas.',
'UI:NotificationsCenter:Subscribe:Error' => 'Se produjo un error al suscribirse a las notificaciones seleccionadas.',
'UI:NotificationsCenter:Channel:OutOf:Text' => '%1$s de %2$s',