mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00:00
added ES translation for blockbot addon THX Julio Cova
This commit is contained in:
parent
c675cd4cb2
commit
b9310fecfb
2 changed files with 55 additions and 0 deletions
13
blockbot/lang/es/strings.php
Normal file
13
blockbot/lang/es/strings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Save Settings"] = "Guardar ajustes";
|
||||
$a->strings["Allow \"good\" crawlers"] = "Permitir rastreadores web \"buenos\"";
|
||||
$a->strings["Block GabSocial"] = "Bloquear GabSocial";
|
||||
$a->strings["Training mode"] = "Modo de entrenamiento";
|
||||
$a->strings["Settings updated."] = "Ajustes actualizados.";
|
Loading…
Add table
Add a link
Reference in a new issue