]> git.mxchange.org Git - friendica-addons.git/blobdiff - uhremotestorage/lang/es/strings.php
Merge pull request #390 from annando/1612-twitter-api-changes
[friendica-addons.git] / uhremotestorage / lang / es / strings.php
index 1263e09e74f9f32028f2f0571ef841d1971f5af4..910a0562f4d2b65f317b24872ea94e7144434021 100644 (file)
@@ -1,7 +1,12 @@
-<?php\r
-\r
-$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=__DQ__http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger__DQ__>RemoteStorage WebFinger</a>"] = "Permitir el uso de tu ID de Friendica (%s) para conexiones de almacenamiento externo sin alojamiento activado (como OwnCloud). Mira <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>";\r
-$a->strings["Template URL (with {category})"] = "Dirección de la plantilla (con {categoría})";\r
-$a->strings["OAuth end-point"] = "Punto final OAuth";\r
-$a->strings["Api"] = "API";\r
-$a->strings["Submit"] = "Envíar";\r
+<?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";