2016-11-19 00:17:07 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_es")) {
|
|
|
|
function string_plural_select_es($n){
|
|
|
|
return ($n != 1);;
|
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["\"Blockem\" Settings"] = "Ajustes de \"Blockem\"";
|
|
|
|
$a->strings["Comma separated profile URLS to block"] = "Perfil de URLS a bloque separado por comas";
|
|
|
|
$a->strings["Submit"] = "Enviar";
|
|
|
|
$a->strings["BLOCKEM Settings saved."] = "Ajustes de BLOCKEM guardados.";
|
|
|
|
$a->strings["Blocked %s - Click to open/close"] = "%s bloqueados - Click para abrir/cerrar";
|
|
|
|
$a->strings["Unblock Author"] = "Desbloquear Autor";
|
|
|
|
$a->strings["Block Author"] = "Bloquear autor";
|
|
|
|
$a->strings["blockem settings updated"] = "Ajustes de Blockem actualizados";
|