| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | 
							- <?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(
 
- 	'friends:all' => 'Todos los contactos',
 
- 	'notifications:subscriptions:personal:description' => 'Recibir notificaciones por acciones hechas en tus contenidos',
 
- 	'notifications:subscriptions:personal:title' => 'Notificaciones personales',
 
- 	'notifications:subscriptions:friends:title' => 'Contactos',
 
- 	'notifications:subscriptions:friends:description' => 'A continuación está la colección de contactos. Seleccionar una colecció habilitará las notificaciones de los contactos en dicha colección.',
 
- 	'notifications:subscriptions:collections:edit' => 'Para habilitar el acceso compartido a la notificaciones, haz click aquí.',
 
- 	'notifications:subscriptions:changesettings' => 'Notificaciones',
 
- 	'notifications:subscriptions:changesettings:groups' => 'Notificaciones de grupos',
 
- 	'notifications:subscriptions:title' => 'Notificaciones por habitante',
 
- 	'notifications:subscriptions:description' => 'Para recibir notificaciones de tus contactos cuando creen nuevo contenido, busca a continuación y selecciona las notificaciones que desees recibir.',
 
- 	'notifications:subscriptions:groups:description' => 'Para recibir notificaciones de contenidos nuevos de los grupos en los que participas, busca a continuación y selecciona las notificaciones que desees recibir.',
 
- 	'notifications:subscriptions:success' => 'Tu configuración de notificaciones ha sido guardada.',
 
- );
 
 
  |