www.gusucode.com > Elgg PHP开源SNS系统 V1.12.5源码程序 > elgg-1.12.5/mod/site_notifications/languages/es.php

    <?php
return array(
	'site_notifications' => 'Notificaciones del Sitio',
	'notification:method:site' => 'Sitio',
	'site_notifications:topbar' => 'Notificaciones',
	'item:object:site_notification' => 'Notificaciones del Sitio',

	'site_notifications:no_access' => 'No tienes acceso a esta página. Probablemente necesitas ingresar con tu cuenta.',
	'site_notifications:no_delete' => 'No se pudo eliminar',
	'site_notifications:empty' => 'No hay notificaciones',
	'site_notifications:toggle_all' => 'Activar/desactivar todos',
	'site_notifications:error:notifications_not_selected' => 'No hay notificaciones selecionadas.',
	'site_notifications:success:delete' => 'Notificaciones eliminadas.'
);