*
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Affero General Public License
 * as published by the Free Software Foundation, either version 3 of
 * the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public
 * License along with this program. If not, see
 * .
 */
return array(
	// Plugin settings
	'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 %s.',
	'notification_tools:settings:personal' => 'Notificaciones personales',
	'notification_tools:settings:collection' => 'Notificaciones de contactos',
	'notification_tools:settings:group' => 'Notificaciones de grupos',
	// Bulk operations
	'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',
);