diff options
Diffstat (limited to 'apps/files_sharing/l10n/es.php')
-rw-r--r-- | apps/files_sharing/l10n/es.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/es.php b/apps/files_sharing/l10n/es.php index 6978c7ce72c..aecbe010ae3 100644 --- a/apps/files_sharing/l10n/es.php +++ b/apps/files_sharing/l10n/es.php @@ -1,9 +1,16 @@ <?php $TRANSLATIONS = array( +"Shared with you" => "Compartido contigo", +"Shared with others" => "Compartido con otros", +"No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.", +"You haven't shared any files yet." => "Aún no has compartido ningún archivo.", "Shared by {owner}" => "Compartido por {owner}", +"Shared by" => "Compartido por", +"link" => "enlace", "This share is password-protected" => "Este elemento compartido esta protegido por contraseña", "The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.", "Password" => "Contraseña", +"Name" => "Nombre", "Sorry, this link doesn’t seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.", "Reasons might be:" => "Las causas podrían ser:", "the item was removed" => "el elemento fue eliminado", |