New share menu
This commit is contained in:
@@ -812,5 +812,18 @@ define(function () {
|
||||
out.creation_newPadModalDescription = "Cliquez sur un type de pad pour le créer. Vous pouvez cocher la case pour afficher l'écran de création de pads";
|
||||
out.creation_newPadModalAdvanced = "Afficher l'écran de création de pads";
|
||||
|
||||
// New share modal
|
||||
out.share_linkCategory = "Partage";
|
||||
out.share_linkAccess = "Droits d'accès";
|
||||
out.share_linkEdit = "Édition";
|
||||
out.share_linkView = "Lecture-seule";
|
||||
out.share_linkOptions = "Options du lien";
|
||||
out.share_linkEmbed = "Mode intégration (barre d'outils cachée)";
|
||||
out.share_linkPresent = "Mode présentation (sections d'édition cachées)";
|
||||
out.share_linkOpen = "Ouvrir le lien";
|
||||
out.share_linkCopy = "Copier le lien";
|
||||
out.share_embedCategory = "Intégration";
|
||||
out.share_mediatagCopy = "Copier le mediatag";
|
||||
|
||||
return out;
|
||||
});
|
||||
|
||||
@@ -844,5 +844,19 @@ define(function () {
|
||||
out.creation_newPadModalDescription = "Click on a pad type to create it. You can check the box if you want to display the pad creation screen (for owned pad, expiration pad, etc.).";
|
||||
out.creation_newPadModalAdvanced = "Display the pad creation screen";
|
||||
|
||||
// New share modal
|
||||
out.share_linkCategory = "Share link";
|
||||
out.share_linkAccess = "Access rights";
|
||||
out.share_linkEdit = "Edit";
|
||||
out.share_linkView = "View";
|
||||
out.share_linkOptions = "Link options";
|
||||
out.share_linkEmbed = "Embed mode (toolbar and userlist hidden)";
|
||||
out.share_linkPresent = "Present mode (editable sections hidden)";
|
||||
out.share_linkOpen = "Open in new tab";
|
||||
out.share_linkCopy = "Copy to clipboard";
|
||||
out.share_embedCategory = "Embed";
|
||||
out.share_mediatagCopy = "Copy mediatag to clipboard";
|
||||
|
||||
|
||||
return out;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user