diff options
Diffstat (limited to 'apps/files_sharing/l10n/es_CR.js')
-rw-r--r-- | apps/files_sharing/l10n/es_CR.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/es_CR.js b/apps/files_sharing/l10n/es_CR.js new file mode 100644 index 00000000000..38387ee8608 --- /dev/null +++ b/apps/files_sharing/l10n/es_CR.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "files_sharing", + { + "A file or folder has been <strong>shared</strong>" : "Un archivo o carpeta has sido <strong>compartido</strong>", + "You shared %1$s with %2$s" : "Usted compartió %1$s con %2$s", + "You shared %1$s with group %2$s" : "Usted compartió %1$s con el grupo %2$s", + "%2$s shared %1$s with you" : "%2$s compartió %1$s con usted", + "You shared %1$s via link" : "Usted compartió %1$s con un vínculo", + "Shares" : "Compartidos" +}, +"nplurals=2; plural=(n != 1);"); |