gl.php 673 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'site_notifications' => 'Notificacións do sitio',
  4. 'notification:method:site' => 'Sitio',
  5. 'site_notifications:topbar' => 'Notificacións',
  6. 'item:object:site_notification' => 'Notificacións do siti',
  7. 'site_notifications:no_access' => 'Non ten acceso á páxina. Pode que necesite identificarse',
  8. 'site_notifications:no_delete' => 'Non é posíbel eliminar',
  9. 'site_notifications:empty' => 'Non hai notificacións.',
  10. 'site_notifications:toggle_all' => 'Alternalo todo',
  11. 'site_notifications:error:notifications_not_selected' => 'Non se seleccionaron notificacións.',
  12. 'site_notifications:success:delete' => 'Elimináronse as notificacións.'
  13. );