]> git.mxchange.org Git - friendica-addons.git/blob - snautofollow/lang/es/strings.php
2800360d225cb3d17f684857a3fe62a2e2b14867
[friendica-addons.git] / snautofollow / 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["StatusNet AutoFollow settings updated."] = "Ajustes de StatusNet AutoFollow actualizados.";
9 $a->strings["StatusNet AutoFollow Settings"] = "Ajustes de StatusNet AutoFollow";
10 $a->strings["Automatically follow any StatusNet followers/mentioners"] = "Seguir automáticamente a cualquiera que te siga/mencione en StatusNet";
11 $a->strings["Submit"] = "Enviar";