13 lines
799 B
PHP
13 lines
799 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_es")) {
|
|
function string_plural_select_es($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "Permite usar su ID de Friendica (%s) para conectar a un almacén habilitado externo sin hospedar (como ownCloud). Vea <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>";
|
|
$a->strings["Template URL (with {category})"] = "Plantilla de URL (con {categoría})";
|
|
$a->strings["OAuth end-point"] = "Punto final de OAuth";
|
|
$a->strings["Api"] = "API";
|
|
$a->strings["Save Settings"] = "Guardar Ajustes";
|