deprecated-addons/snautofollow/lang/es/strings.php

12 lines
489 B
PHP

<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["StatusNet AutoFollow settings updated."] = "Ajustes de StatusNet AutoFollow actualizados.";
$a->strings["StatusNet AutoFollow Settings"] = "Ajustes de StatusNet AutoFollow";
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Seguir automáticamente a cualquiera que te siga/mencione en StatusNet";
$a->strings["Submit"] = "Enviar";