mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
ES translation of the xmpp addon added THX Senex Petrovic
This commit is contained in:
parent
479533bf40
commit
ae202e22d1
2 changed files with 70 additions and 0 deletions
14
xmpp/lang/es/strings.php
Normal file
14
xmpp/lang/es/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)";
|
||||
$a->strings["Enable Webchat"] = "Habilitar Webchat";
|
||||
$a->strings["Individual Credentials"] = "Credenciales individuales";
|
||||
$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
|
||||
$a->strings["Save Settings"] = "Guardar ajustes";
|
||||
$a->strings["Use central userbase"] = "Utilice la base de usuarios central";
|
Loading…
Add table
Add a link
Reference in a new issue