1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php
- /**
- * Translation strings for Spanish by psy@faeries
- *
- * @package Lorea
- *
- * Copyright 2011-2016 Lorea Faeries <https://code.lorea.io>
- *
- * 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
- * <http://www.gnu.org/licenses/>.
- */
- 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 <u>%s</u>.',
- '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',
- );
|