improve owned pads management in the drive
This commit is contained in:
@@ -419,6 +419,7 @@ define(function () {
|
||||
out.fc_open = "Ouvrir";
|
||||
out.fc_open_ro = "Ouvrir (lecture seule)";
|
||||
out.fc_delete = "Déplacer vers la corbeille";
|
||||
out.fc_delete_owned = "Supprimer du serveur";
|
||||
out.fc_restore = "Restaurer";
|
||||
out.fc_remove = "Supprimer de votre CryptDrive";
|
||||
out.fc_empty = "Vider la corbeille";
|
||||
|
||||
@@ -422,6 +422,7 @@ define(function () {
|
||||
out.fc_open = "Open";
|
||||
out.fc_open_ro = "Open (read-only)";
|
||||
out.fc_delete = "Move to trash";
|
||||
out.fc_delete_owned = "Delete from the server";
|
||||
out.fc_restore = "Restore";
|
||||
out.fc_remove = "Remove from your CryptDrive";
|
||||
out.fc_empty = "Empty the trash";
|
||||
|
||||
Reference in New Issue
Block a user