12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?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(
- 'likes:this' => 'recomienda ésto',
- 'likes:deleted' => 'Tu recomendación ha sido eliminada',
- 'likes:see' => 'Ver quienes recomiendan ésto',
- 'likes:remove' => 'Ya no lo recomiendo!',
- 'likes:notdeleted' => 'Hubo un problema al quitar la recomendación',
- 'likes:likes' => 'Recomiendas este elemento',
- 'likes:failure' => 'Hubo un problema al marcar que recomiendas éste elemento',
- 'likes:alreadyliked' => 'Ya has indicado que recomeindas éste elemento',
- 'likes:notfound' => 'El elemento que tratas de marcar no está disponnible',
- 'likes:likethis' => 'Recomiendo ésto',
- 'likes:userlikedthis' => '%s recomendación',
- 'likes:userslikedthis' => '%s recomendaciones',
- 'likes:river:annotate' => 'recomendaciones',
- 'likes:delete:confirm' => '¿Seguro que ya no recomeindas ésto?',
- 'river:likes' => 'recomendaciones %s %s',
- 'likes:notifications:subject' => '%s recomienda tu post "%s"',
- 'likes:notifications:body' =>
- 'Hola %1$s,
- %2$s ha recomendado "%3$s" en %4$s
- ver el post original aquí:
- %5$s
- o ver el perfil de %2$s\ aquí:
- %6$s
- ',
-
- );
|