Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
yflory
2017-10-09 17:30:14 +02:00
6 changed files with 12 additions and 16 deletions

View File

@@ -160,6 +160,7 @@ define(function () {
out.tags_title = "Mots-clés du pad (pour vous uniquement)";
out.tags_add = "Modifier les mots-clés du pad";
out.tags_searchHint = "Commencez une recherche par # dans votre CryptDrive pour retrouver vos pads par mot-clé.";
out.tags_notShared = "Vos mots-clés ne sont pas partagés avec les autres utilisateurs.";
out.tags_duplicate = "Mot-clé déjà présent : {0}";
out.slideOptionsText = "Options";

View File

@@ -161,7 +161,9 @@ define(function () {
out.tags_title = "Tags (for you only)";
out.tags_add = "Update this page's tags";
out.tags_searchHint = "Find files by their tags by searching in your CryptDrive";
out.tags_searchHint = "Start a search with # in your CryptDrive to find your tagged pads.";
out.tags_notShared = "Your tags are not shared with other users";
out.tags_duplicate = "Duplicate tag: {0}";