mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-04-28 04:10:11 +00:00
markdown addon ES translation added THX Senex Petrovic
This commit is contained in:
parent
e2ea061887
commit
6bbfef9385
2 changed files with 52 additions and 0 deletions
11
markdown/lang/es/strings.php
Normal file
11
markdown/lang/es/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["Markdown"] = "Markdown";
|
||||
$a->strings["Enable Markdown parsing"] = "Habilitar el análisis de Markdown";
|
||||
$a->strings["Save Settings"] = "Guardar ajustes";
|
Loading…
Add table
Add a link
Reference in a new issue