mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
ES translations THX Albert
This commit is contained in:
parent
54cd1d998c
commit
0771c0566f
15 changed files with 594 additions and 241 deletions
36
geonames/lang/es/messages.po
Normal file
36
geonames/lang/es/messages.po
Normal file
|
@ -0,0 +1,36 @@
|
|||
# ADDON geonames
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica geonames addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Albert, 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-11-16 16:35+0000\n"
|
||||
"Last-Translator: Albert\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"
|
||||
|
||||
#: geonames.php:143
|
||||
msgid "Geonames settings updated."
|
||||
msgstr "Ajustes de geonombres actualizados."
|
||||
|
||||
#: geonames.php:179
|
||||
msgid "Geonames Settings"
|
||||
msgstr "Ajustes de Geonombres"
|
||||
|
||||
#: geonames.php:181
|
||||
msgid "Enable Geonames Plugin"
|
||||
msgstr "Habilitar Plugin de Geonombres"
|
||||
|
||||
#: geonames.php:187
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
|
@ -1,6 +1,11 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Geonames settings updated."] = "Configuración de Geonames actualizada.";
|
||||
$a->strings["Geonames Settings"] = "Configuración de Geonames";
|
||||
$a->strings["Enable Geonames Plugin"] = "Activar el complemento de nombres geográficos Geonames";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Geonames settings updated."] = "Ajustes de geonombres actualizados.";
|
||||
$a->strings["Geonames Settings"] = "Ajustes de Geonombres";
|
||||
$a->strings["Enable Geonames Plugin"] = "Habilitar Plugin de Geonombres";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue