mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
ES translation work THX Albert
This commit is contained in:
parent
673705dcca
commit
631c7724b6
51 changed files with 1981 additions and 227 deletions
19
gpluspost/lang/es/strings.php
Normal file
19
gpluspost/lang/es/strings.php
Normal 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.";
|
Loading…
Add table
Add a link
Reference in a new issue