Merge branch 'soon' into upload-size-error

master
ansuz 3 years ago
commit 019d2f0f16

@ -452,7 +452,7 @@
"upload_notEnoughSpace": "Il n'y a pas assez d'espace libre dans votre CryptDrive pour ce fichier.", "upload_notEnoughSpace": "Il n'y a pas assez d'espace libre dans votre CryptDrive pour ce fichier.",
"upload_notEnoughSpaceBrief": "Pas assez d'espace", "upload_notEnoughSpaceBrief": "Pas assez d'espace",
"upload_tooLarge": "Ce fichier dépasse la taille maximale autorisée pour votre compte.", "upload_tooLarge": "Ce fichier dépasse la taille maximale autorisée pour votre compte.",
"upload_tooLargeBrief": "Le fichier dépasse la limite de {0} Mo", "upload_tooLargeBrief": "Le fichier dépasse la limite de {0} Mo pour ce drive",
"upload_choose": "Choisir un fichier", "upload_choose": "Choisir un fichier",
"upload_pending": "En attente", "upload_pending": "En attente",
"upload_cancelled": "Annulé", "upload_cancelled": "Annulé",

@ -467,7 +467,7 @@
"upload_notEnoughSpace": "There is not enough space for this file in your CryptDrive.", "upload_notEnoughSpace": "There is not enough space for this file in your CryptDrive.",
"upload_notEnoughSpaceBrief": "Not enough space", "upload_notEnoughSpaceBrief": "Not enough space",
"upload_tooLarge": "This file exceeds the maximum upload size allowed for your account.", "upload_tooLarge": "This file exceeds the maximum upload size allowed for your account.",
"upload_tooLargeBrief": "File exceeds the {0}MB limit", "upload_tooLargeBrief": "File exceeds the {0}MB limit for this drive",
"upload_choose": "Choose a file", "upload_choose": "Choose a file",
"upload_pending": "Pending", "upload_pending": "Pending",
"upload_cancelled": "Cancelled", "upload_cancelled": "Cancelled",

@ -264,7 +264,7 @@
width: 100%; width: 100%;
padding: 12px; padding: 12px;
margin-bottom: 20px; margin-bottom: 20px;
white-space: pre; border-radius: @variables_radius;
} }
.cp-teams-invite-password { .cp-teams-invite-password {
margin-bottom: 20px; margin-bottom: 20px;

Loading…
Cancel
Save