]> git.mxchange.org Git - friendica-addons.git/blob - uhremotestorage/lang/es/strings.php
910a0562f4d2b65f317b24872ea94e7144434021
[friendica-addons.git] / uhremotestorage / lang / es / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_es")) {
4 function string_plural_select_es($n){
5         return ($n != 1);;
6 }}
7 ;
8 $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>";
9 $a->strings["Template URL (with {category})"] = "Plantilla de URL (con {categoría})";
10 $a->strings["OAuth end-point"] = "Punto final de OAuth";
11 $a->strings["Api"] = "API";
12 $a->strings["Save Settings"] = "Guardar Ajustes";