diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/cs_CZ.php | 1 | ||||
-rw-r--r-- | core/l10n/es.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/l10n/cs_CZ.php b/core/l10n/cs_CZ.php index 545856d175f..2fdea44cddc 100644 --- a/core/l10n/cs_CZ.php +++ b/core/l10n/cs_CZ.php @@ -70,6 +70,7 @@ $TRANSLATIONS = array( "Strong password" => "Silné heslo", "Shared" => "Sdílené", "Shared by {owner}" => "Sdílí {owner}", +"Shared with {recipients}" => "Sdíleno s {recipients}", "Share" => "Sdílet", "Error" => "Chyba", "Error while sharing" => "Chyba při sdílení", diff --git a/core/l10n/es.php b/core/l10n/es.php index f8afd38a122..c91f288ed72 100644 --- a/core/l10n/es.php +++ b/core/l10n/es.php @@ -118,7 +118,7 @@ $TRANSLATIONS = array( "No tags selected for deletion." => "No hay etiquetas seleccionadas para borrar.", "Updating {productName} to version {version}, this may take a while." => "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.", "Please reload the page." => "Recargue/Actualice la página", -"The update was unsuccessful." => "La actualización fue exitosa.", +"The update was unsuccessful." => "Falló la actualización", "The update was successful. Redirecting you to ownCloud now." => "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.", "%s password reset" => "%s restablecer contraseña", "A problem has occurred whilst sending the email, please contact your administrator." => "Ocurrió un problema al enviar el mensaje de correo electrónico. Contacte a su administrador.", |