]> git.mxchange.org Git - friendica-addons.git/blob - fromgplus/lang/es/strings.php
Merge pull request #390 from annando/1612-twitter-api-changes
[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+ Mirror"] = "Reflector 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["Add keywords to post"] = "Añadir palabras clave a la entrada";
12 $a->strings["Save Settings"] = "Guardar Ajustes";
13 $a->strings["Google+ Import Settings saved."] = "Ajustes de importación de Google+ guardados.";
14 $a->strings["Key"] = "Clave";
15 $a->strings["Settings updated."] = "Ajustes actualizados.";