nextcloud/apps/files_sharing/l10n/es_CL.js

15 lines
592 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files_sharing",
{
"Cancel" : "Cancelar",
2015-02-20 09:55:01 +03:00
"A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta ha sido <strong>compartido</strong>",
"You shared %1$s with %2$s" : "Ha compartido %1$s con %2$s",
"You shared %1$s with group %2$s" : "Has compartido %1$s con el grupo %2$s",
"You shared %1$s via link" : "Ha compartido %1$s vía enlace",
2016-02-12 09:56:04 +03:00
"%2$s shared %1$s with you" : "%2$s compartió %1$s con usted",
2015-02-20 09:55:01 +03:00
"Shares" : "Compartidos",
"Password" : "Clave",
"Download" : "Descargar"
},
"nplurals=2; plural=(n != 1);");