mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-07 05:42:55 +00:00
20 lines
1 KiB
PHP
20 lines
1 KiB
PHP
|
<?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.";
|