mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-16 19:52:05 +00:00
Removed deprecated addons
This commit is contained in:
parent
18784a484b
commit
936afb42c4
247 changed files with 13 additions and 17479 deletions
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forums"] = "Foros";
|
||||
$a->strings["show/hide"] = "mostrar/ocultar";
|
||||
$a->strings["No forum subscriptions"] = "Sin subscripciones de foro";
|
||||
$a->strings["Forums:"] = "Foros:";
|
||||
$a->strings["Forumlist settings updated."] = "Ajustes de la lista de foros actualizados.";
|
||||
$a->strings["Forumlist Settings"] = "Ajustes de la lista de foros";
|
||||
$a->strings["Randomise forum list"] = "Aleatorizar la lista de foros";
|
||||
$a->strings["Show forums on profile page"] = "Mostrar foros en la página de perfil";
|
||||
$a->strings["Show forums on network page"] = "Mostrar foros en la página de red";
|
||||
$a->strings["Submit"] = "Enviar";
|
Loading…
Add table
Add a link
Reference in a new issue