friendica-addons/fromgplus/lang/es/strings.php
2016-11-10 10:53:17 +01:00

13 lines
468 B
PHP

<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Google+ Import Settings"] = "Ajustes de importación de Google+";
$a->strings["Enable Google+ Import"] = "Habilitar importación de Google+";
$a->strings["Google Account ID"] = "ID de cuenta de Google";
$a->strings["Submit"] = "Enviar";
$a->strings["Google+ Import Settings saved."] = "Ajustes de importación de Google+ guardados.";