]> git.mxchange.org Git - friendica-addons.git/blob - fromgplus/lang/es/strings.php
Twitter: We now support quotes and long posts
[friendica-addons.git] / fromgplus / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Google+ Import Settings"] = "Ajustes de importación de Google+";
9 $a->strings["Enable Google+ Import"] = "Habilitar importación de Google+";
10 $a->strings["Google Account ID"] = "ID de cuenta de Google";
11 $a->strings["Submit"] = "Enviar";
12 $a->strings["Google+ Import Settings saved."] = "Ajustes de importación de Google+ guardados.";