mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 09:58:49 +00:00
ES update to the translations THX Alberto Díaz
This commit is contained in:
parent
0417e2ef07
commit
1d100905a2
8 changed files with 263 additions and 32 deletions
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Planets Settings"] = "Configuración de Planets";
|
||||
$a->strings["Enable Planets Plugin"] = "Activar el módulo de planetas Planets";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Planets Settings"] = "Ajustes de Planets";
|
||||
$a->strings["Enable Planets Plugin"] = "Habilite el plugin Planets";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue