mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
ES update to the translations THX Alberto Díaz
This commit is contained in:
parent
0417e2ef07
commit
1d100905a2
8 changed files with 263 additions and 32 deletions
32
planets/lang/es/messages.po
Normal file
32
planets/lang/es/messages.po
Normal file
|
@ -0,0 +1,32 @@
|
|||
# ADDON planets
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica planets addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Alberto Díaz <albertodiaztormo@gmail.com>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2016-10-12 15:12+0000\n"
|
||||
"Last-Translator: Alberto Díaz <albertodiaztormo@gmail.com>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: planets.php:150
|
||||
msgid "Planets Settings"
|
||||
msgstr "Ajustes de Planets"
|
||||
|
||||
#: planets.php:152
|
||||
msgid "Enable Planets Plugin"
|
||||
msgstr "Habilite el plugin Planets"
|
||||
|
||||
#: planets.php:158
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Planets Settings"] = "Configuración de Planets";
|
||||
$a->strings["Enable Planets Plugin"] = "Activar el módulo de planetas Planets";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Planets Settings"] = "Ajustes de Planets";
|
||||
$a->strings["Enable Planets Plugin"] = "Habilite el plugin Planets";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue