markdown addon ES translation added THX Senex Petrovic

This commit is contained in:
Tobias Diekershoff 2021-04-06 07:11:36 +02:00
parent e2ea061887
commit 6bbfef9385
2 changed files with 52 additions and 0 deletions

View 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";