Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es.php « l10n « files_encryption « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89ccb8529780659864b51fd162fd02542f529428 (plain)
1
2
3
4
5
6
7
8
<?php $TRANSLATIONS = array(
"switched to client side encryption" => "Cambiar a encriptación en lado cliente",
"Please check your passwords and try again." => "Por favor revise su contraseña e intentelo de nuevo.",
"Choose encryption mode:" => "Elegir el modo de encriptado:",
"Encryption" => "Cifrado",
"Exclude the following file types from encryption" => "Excluir del cifrado los siguientes tipos de archivo",
"None" => "Ninguno"
);