mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
ES update to the translations THX Athalbert
This commit is contained in:
parent
edc3b196e6
commit
71f988d1bf
14 changed files with 660 additions and 48 deletions
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Informe de errores";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Report Bug"] = "Reportar error";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue