Removed many deprecated addons

This commit is contained in:
Michael 2017-10-19 06:31:48 +00:00
commit 1b7283c72b
247 changed files with 28554 additions and 0 deletions

View file

@ -0,0 +1,68 @@
# ADDON gpluspost
# Copyright (C)
# This file is distributed under the same license as the Friendica gpluspost addon package.
#
#
# Translators:
# Albert, 2016
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-12 16:50+0000\n"
"PO-Revision-Date: 2016-11-16 16:43+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"
#: gpluspost.php:39
msgid "Post to Google+"
msgstr "Publicar en Google+"
#: gpluspost.php:94
msgid "Enable Google+ Post Plugin"
msgstr "Habilitar el plugin de publicación de Google+"
#: gpluspost.php:109
msgid "Google+ username"
msgstr "Nombre de usuario de Google+"
#: gpluspost.php:114
msgid "Google+ password"
msgstr "Contraseña de Google+"
#: gpluspost.php:119
msgid "Google+ page number"
msgstr "Número de página de Google+"
#: gpluspost.php:125
msgid "Post to Google+ by default"
msgstr "Publicar en Google+ por defecto"
#: gpluspost.php:130
msgid "Do not prevent posting loops"
msgstr "No impedir los bucles de publicación"
#: gpluspost.php:136
msgid "Skip messages without links"
msgstr "Saltar los mensajes sin enlaces"
#: gpluspost.php:143
msgid "Mirror all public posts"
msgstr "Reflejar todas las entradas públicas"
#: gpluspost.php:147
msgid "Mirror Google Account ID"
msgstr "Reflecar la ID de Cuenta de Google"
#: gpluspost.php:154
msgid "Save Settings"
msgstr "Guardar ajustes"
#: gpluspost.php:310
msgid "Google+ post failed. Queued for retry."
msgstr "La publicación en Google+ falló. En cola para reintentarlo."

View file

@ -0,0 +1,19 @@
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Post to Google+"] = "Publicar en Google+";
$a->strings["Enable Google+ Post Plugin"] = "Habilitar el plugin de publicación de Google+";
$a->strings["Google+ username"] = "Nombre de usuario de Google+";
$a->strings["Google+ password"] = "Contraseña de Google+";
$a->strings["Google+ page number"] = "Número de página de Google+";
$a->strings["Post to Google+ by default"] = "Publicar en Google+ por defecto";
$a->strings["Do not prevent posting loops"] = "No impedir los bucles de publicación";
$a->strings["Skip messages without links"] = "Saltar los mensajes sin enlaces";
$a->strings["Mirror all public posts"] = "Reflejar todas las entradas públicas";
$a->strings["Mirror Google Account ID"] = "Reflecar la ID de Cuenta de Google";
$a->strings["Save Settings"] = "Guardar ajustes";
$a->strings["Google+ post failed. Queued for retry."] = "La publicación en Google+ falló. En cola para reintentarlo.";