| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 | 
							- <?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(
 
- 	'suggested_friends' => 'Sugerencias',
 
- 	'suggested_friends:new:people' => 'Sugerencias',
 
- 	'suggested_friends:people:you:may:know' => 'Contactos sugeridos',
 
- 	'suggested_friends:widget:description' => 'Mostrar gente a la que conocer',
 
-         'suggested_friends:suggested' => 'Sugeridas',
 
- 	'suggested_friends:see:more' => 'Ver más',
 
- 	'suggested_friends:how:many' => 'Cuánta gente?',
 
- 	'suggested_friends:all' => 'Todas',
 
- 	'suggested_friends:friends:only' => 'Contactos de mis contactos',
 
- 	'suggested_friends:groups:only' => 'Pertenecientes a mis grupos',
 
- 	'suggested_friends:num:mutual' => "%s contactos mútuos",
 
- 	'suggested_friends:num:groups' => "%s participantes en grupos similares",
 
- 	'suggested_friends:num:mutual:1' => "1 contacto en común",
 
- 	'suggested_friends:num:groups:1' => "1 participación en grupo en común",
 
- 	'suggested_friends:is:friend:of' => 'Conctacto de %s',
 
- 	'suggested_friends:mutual:friends' => '%s contactos mútuos: %s',
 
- 	'suggested_friends:is:member:of' => 'Participa en %s',
 
- 	'suggested_friends:shared:groups' => '%s grupos similares: %s',
 
- 	'suggested_friends:people:not:found' => 'De momento, no hay habitantes que sugerirte...',
 
- 	'suggested_friends:mutual:friends' => "Contacto mútuo",
 
- 	'suggested_friends:mutual:groups' => "Partipantes en grupos similares",
 
- 	'suggested_friends:mutual:friends:not:found' => "No es posible encontrar contactos mútuos",
 
- 	'suggested_friends:mutual:groups:not:found' => "No es posible encontrar habitantes que participen en grupos similares a los tuyos",
 
- );
 
 
  |