1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php
- return array(
-
- 'admin:administer_utilities:notification_tools' => 'Herramientas de notificación',
- 'admin:notification_tools:enable' => 'Activar notificaciones',
- 'notification_tools:admin:enable:description_link' => 'aquí',
- 'notification_tools:admin:enable:description' => 'Ésta configuración solo afecta a las nuevas habitantes. También puedes activar las notificaciones para las habitantes que ya existen <u>%s</u>.',
- 'notification_tools:settings:personal' => 'Notificaciones personales',
- 'notification_tools:settings:collection' => 'Notificaciones de contactos',
- 'notification_tools:settings:group' => 'Notificaciones de grupos',
-
- 'notification_tools:process:personal' => 'Activar las notificaciones personales para todas las habitantes (%s)',
- 'notification_tools:process:collection' => 'Activar las notificaciones mediante colecciones para todas las habitantes (%s)',
- 'notification_tools:process:group' => 'Activar las notificaciones de grupo para todas las participantes en el mismo (%s)',
- 'notification_tools:admin:activate' => 'Activar',
- 'notification_tools:error:no_methods' => 'Elige al menos un método de notificación',
- );
|