Merge branch 'staging' into oo2
This commit is contained in:
@@ -191,7 +191,10 @@ define([
|
||||
|
||||
// load the user's object using the legacy credentials
|
||||
loadUserObject(opt, waitFor(function (err, rt) {
|
||||
if (err) { return void cb(err); }
|
||||
if (err) {
|
||||
waitFor.abort();
|
||||
return void cb(err);
|
||||
}
|
||||
|
||||
// if a proxy is marked as deprecated, it is because someone had a non-owned drive
|
||||
// but changed their password, and couldn't delete their old data.
|
||||
@@ -199,6 +202,7 @@ define([
|
||||
// allow them to proceed. In time, their old drive should get deleted, since
|
||||
// it will should be pinned by anyone's drive.
|
||||
if (rt.proxy[Constants.deprecatedKey]) {
|
||||
waitFor.abort();
|
||||
return void cb('NO_SUCH_USER', res);
|
||||
}
|
||||
|
||||
@@ -514,7 +518,22 @@ define([
|
||||
|
||||
if (testing) { return void proceed(result); }
|
||||
|
||||
proceed(result);
|
||||
if (!(proxy.curvePrivate && proxy.curvePublic &&
|
||||
proxy.edPrivate && proxy.edPublic)) {
|
||||
|
||||
console.log("recovering derived public/private keypairs");
|
||||
// **** reset keys ****
|
||||
proxy.curvePrivate = result.curvePrivate;
|
||||
proxy.curvePublic = result.curvePublic;
|
||||
proxy.edPrivate = result.edPrivate;
|
||||
proxy.edPublic = result.edPublic;
|
||||
}
|
||||
|
||||
setTimeout(function () {
|
||||
Realtime.whenRealtimeSyncs(result.realtime, function () {
|
||||
proceed(result);
|
||||
});
|
||||
});
|
||||
});
|
||||
}, 500);
|
||||
}, 200);
|
||||
|
||||
@@ -94,7 +94,7 @@ define([
|
||||
])
|
||||
])
|
||||
]),
|
||||
h('div.cp-version-footer', "CryptPad v2.6.0 (Gibbon)")
|
||||
h('div.cp-version-footer', "CryptPad v2.8.0 (Ibis)")
|
||||
]);
|
||||
};
|
||||
|
||||
@@ -615,6 +615,23 @@ define([
|
||||
}
|
||||
]);
|
||||
|
||||
var _link = h('a', {
|
||||
href: "https://opencollective.com/cryptpad/contribute",
|
||||
target: '_blank',
|
||||
rel: 'noopener',
|
||||
});
|
||||
|
||||
var crowdFunding = AppConfig.disableCrowdfundingMessages ? undefined : h('button', [
|
||||
Msg.crowdfunding_home1,
|
||||
h('br'),
|
||||
Msg.crowdfunding_home2,
|
||||
_link
|
||||
]);
|
||||
|
||||
$(crowdFunding).click(function () {
|
||||
_link.click();
|
||||
});
|
||||
|
||||
return [
|
||||
h('div#cp-main', [
|
||||
infopageTopbar(),
|
||||
@@ -629,6 +646,11 @@ define([
|
||||
icons,
|
||||
more
|
||||
])
|
||||
]),
|
||||
h('div.row', [
|
||||
h('div.cp-crowdfunding', [
|
||||
crowdFunding
|
||||
])
|
||||
])
|
||||
]),
|
||||
]),
|
||||
@@ -810,7 +832,7 @@ define([
|
||||
placeholder: Msg.login_password,
|
||||
}),
|
||||
h('div.checkbox-container', [
|
||||
Pages.createCheckbox('import-recent', Msg.register_importRecent, true),
|
||||
Pages.createCheckbox('import-recent', Msg.register_importRecent),
|
||||
]),
|
||||
h('div.extra', [
|
||||
h('button.login.first.btn', Msg.login_login)
|
||||
|
||||
@@ -43,6 +43,10 @@
|
||||
//transform: scale(0.1);
|
||||
//transform: scale(1);
|
||||
|
||||
h1, h2, h3 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.cp-corner-filler {
|
||||
float: left;
|
||||
clear: left;
|
||||
@@ -94,6 +98,8 @@
|
||||
.cp-corner-footer {
|
||||
font-style: italic;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.cp-corner-footer, .cp-corner-text {
|
||||
a {
|
||||
color: @corner-link;
|
||||
&:hover {
|
||||
@@ -103,10 +109,11 @@
|
||||
}
|
||||
|
||||
button {
|
||||
color: white;
|
||||
border: 0px;
|
||||
padding: 5px;
|
||||
color: @colortheme_base;
|
||||
margin-left: 5px;
|
||||
outline: none;
|
||||
&.cp-corner-primary {
|
||||
background-color: @corner-button-ok;
|
||||
font-weight: bold;
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
@import (reference) './font.less';
|
||||
@import (reference) "./app-print.less";
|
||||
@import (reference) "./app-noscroll.less";
|
||||
@import (reference) "./messenger.less";
|
||||
|
||||
.framework_main(@bg-color, @warn-color, @color) {
|
||||
--LessLoader_require: LessLoader_currentFile();
|
||||
@@ -36,6 +37,7 @@
|
||||
.tippy_main();
|
||||
.checkmark_main(20px);
|
||||
.password_main();
|
||||
.messenger_main();
|
||||
.creation_main(
|
||||
@bg-color: @bg-color,
|
||||
@color: @color
|
||||
|
||||
382
customize.dist/src/less2/include/messenger.less
Normal file
382
customize.dist/src/less2/include/messenger.less
Normal file
@@ -0,0 +1,382 @@
|
||||
@import (reference) './avatar.less';
|
||||
@import (reference) "./colortheme-all.less";
|
||||
|
||||
.messenger_main() {
|
||||
--LessLoader_require: LessLoader_currentFile();
|
||||
};
|
||||
& {
|
||||
@keyframes example {
|
||||
0% {
|
||||
background: rgba(0,0,0,0.1);
|
||||
}
|
||||
50% {
|
||||
background: rgba(0,0,0,0.3);
|
||||
}
|
||||
100% {
|
||||
background: rgba(0,0,0,0.1);
|
||||
}
|
||||
}
|
||||
|
||||
@button-border: 2px;
|
||||
@bg-color: @colortheme_friends-bg;
|
||||
@color: @colortheme_friends-color;
|
||||
@room-height: 48px;
|
||||
|
||||
#cp-app-contacts-container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 0;
|
||||
&.ready {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
.cp-app-contacts-spinner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cp-app-contacts-initializing {
|
||||
.cp-app-contacts-spinner {
|
||||
color: white;
|
||||
display: block;
|
||||
}
|
||||
.cp-app-contacts-info {
|
||||
display: none;
|
||||
}
|
||||
#cp-app-contacts-friendlist,
|
||||
#cp-app-contacts-messaging {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
#cp-app-contacts-friendlist {
|
||||
width: 200px;
|
||||
height: 100%;
|
||||
background-color: lighten(@bg-color, 10%);
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
.cp-app-contacts-friend {
|
||||
background: rgba(0,0,0,0.1);
|
||||
padding: 5px;
|
||||
margin: 10px;
|
||||
margin-bottom: 0;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
height: @room-height;
|
||||
.cp-app-contacts-right-col {
|
||||
margin-left: 5px;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
.cp-app-contacts-name {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
background-color: rgba(0,0,0,0.3);
|
||||
}
|
||||
&.cp-app-contacts-notify {
|
||||
animation: example 2s ease-in-out infinite;
|
||||
}
|
||||
}
|
||||
.cp-app-contacts-remove {
|
||||
cursor: pointer;
|
||||
width: 20px;
|
||||
&:hover {
|
||||
color: darken(@color, 20%);
|
||||
}
|
||||
}
|
||||
|
||||
.cp-app-contacts-category {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
.cp-app-contacts-category-title {
|
||||
order: 1;
|
||||
font-size: 18px;
|
||||
margin: 0px 5px;
|
||||
text-align: center;
|
||||
background: rgba(0,0,0,0.1);
|
||||
font-weight: bold;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.cp-app-contacts-category-content {
|
||||
order: 2;
|
||||
display: flex;
|
||||
flex-flow: column-reverse;
|
||||
padding-bottom: 10px;
|
||||
&:empty {
|
||||
display: none;
|
||||
& ~ .cp-app-contacts-category-title {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#cp-app-contacts-container.cp-app-contacts-inapp {
|
||||
#cp-app-contacts-friendlist {
|
||||
display: none;
|
||||
/*
|
||||
transition: width 0.2s ease-in-out 0.2s;
|
||||
width: 68px;
|
||||
.cp-app-contacts-friend {
|
||||
.cp-app-contacts-right-col {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
.cp-app-contacts-category-title {
|
||||
transition: font-size 0.2s ease-in-out 0.2s;
|
||||
margin: 0px 2px;
|
||||
font-size: 16px;
|
||||
}
|
||||
&:hover {
|
||||
transition-delay: 1.5s;
|
||||
width: 200px !important;
|
||||
.cp-app-contacts-category-title {
|
||||
transition-delay: 1.5s;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
#cp-app-contacts-friendlist .cp-app-contacts-friend, #cp-app-contacts-messaging .cp-avatar {
|
||||
.avatar_main(30px);
|
||||
&.cp-avatar {
|
||||
display: flex;
|
||||
}
|
||||
cursor: pointer;
|
||||
color: @color;
|
||||
media-tag {
|
||||
img {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
media-tag, .cp-avatar-default {
|
||||
//margin-right: 5px;
|
||||
flex-shrink: 0;
|
||||
z-index: 1;
|
||||
margin: 4px;
|
||||
}
|
||||
.cp-app-contacts-status {
|
||||
//width: 5px;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
//right: 0;
|
||||
//top: 0;
|
||||
//bottom: 0;
|
||||
//opacity: 0.7;
|
||||
//background-color: #777;
|
||||
|
||||
/* width: (@room-height - 6px);
|
||||
top: 3px;
|
||||
bottom: 3px;
|
||||
left: 3px;
|
||||
border-radius: 100%;
|
||||
*/
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
border-bottom-left-radius: 100%;
|
||||
|
||||
&.cp-app-contacts-online {
|
||||
//background-color: green;
|
||||
//background-color: white;
|
||||
background-color: #c5ffa8;
|
||||
}
|
||||
&.cp-app-contacts-offline {
|
||||
display: none;
|
||||
//background-color: red;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.placeholder (@color: #bbb) {
|
||||
&::-webkit-input-placeholder { /* WebKit, Blink, Edge */
|
||||
color: @color;
|
||||
}
|
||||
&:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
||||
color: @color;
|
||||
opacity: 1;
|
||||
}
|
||||
&::-moz-placeholder { /* Mozilla Firefox 19+ */
|
||||
color: @color;
|
||||
opacity: 1;
|
||||
}
|
||||
&:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
||||
color: @color;
|
||||
}
|
||||
&::-ms-input-placeholder { /* Microsoft Edge */
|
||||
color: @color;
|
||||
}
|
||||
}
|
||||
|
||||
#cp-app-contacts-messaging {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
background-color: lighten(@bg-color, 20%);
|
||||
min-width: 0;
|
||||
|
||||
.cp-app-contacts-info {
|
||||
padding: 20px;
|
||||
}
|
||||
.cp-app-contacts-header {
|
||||
background-color: lighten(@bg-color, 15%);
|
||||
padding: 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 50px;
|
||||
|
||||
.hover () {
|
||||
height: 100%;
|
||||
line-height: 30px;
|
||||
padding: 10px;
|
||||
&:hover {
|
||||
background-color: rgba(50,50,50,0.3);
|
||||
}
|
||||
}
|
||||
|
||||
.cp-avatar,
|
||||
.cp-app-contacts-right-col {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.cp-app-contacts-remove-history {
|
||||
.hover;
|
||||
}
|
||||
.cp-avatar {
|
||||
margin: 10px;
|
||||
}
|
||||
.cp-app-contacts-more-history {
|
||||
//display: none;
|
||||
.hover;
|
||||
&.cp-app-contacts-faded {
|
||||
color: darken(@bg-color, 5%);
|
||||
}
|
||||
}
|
||||
|
||||
.cp-app-contacts-header-title {
|
||||
padding: 10px;
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
.cp-app-contacts-tips {
|
||||
margin: 1em;
|
||||
background-color: lighten(@bg-color, 15%);
|
||||
font-size: 14px;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
.cp-app-contacts-tips-close {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
}
|
||||
}
|
||||
.cp-app-contacts-chat {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
.cp-app-contacts-messages {
|
||||
padding: 0 20px;
|
||||
margin: 10px 0;
|
||||
flex: 1;
|
||||
overflow-x: auto;
|
||||
.cp-app-contacts-message {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
& > div {
|
||||
padding: 0 10px;
|
||||
}
|
||||
.cp-app-contacts-content {
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
&> * {
|
||||
margin: 0;
|
||||
}
|
||||
flex: 1;
|
||||
min-width: 70%;
|
||||
position: relative;
|
||||
}
|
||||
.cp-app-contacts-date {
|
||||
display: none;
|
||||
font-style: italic;
|
||||
}
|
||||
.cp-app-contacts-sender {
|
||||
margin-top: 10px;
|
||||
font-weight: bold;
|
||||
background-color: rgba(0,0,0,0.1);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
}
|
||||
.cp-app-contacts-time {
|
||||
display: none;
|
||||
font-size: 0.8em;
|
||||
align-items: center;
|
||||
color: @color;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
background: rgba(0,0,0,0.3);
|
||||
border-top-left-radius: 50%;
|
||||
border-bottom-left-radius: 50%;
|
||||
padding: 0 10px;
|
||||
}
|
||||
&:hover {
|
||||
.cp-app-contacts-time {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.cp-app-contacts-input {
|
||||
background-color: lighten(@bg-color, 15%);
|
||||
height: auto;
|
||||
min-height: 50px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 5%;
|
||||
textarea {
|
||||
margin: 5px 0;
|
||||
padding: 5px 10px;
|
||||
border: none;
|
||||
height: 54px; // 2 lines (22px height) + 2 margins (5px)
|
||||
flex: 1;
|
||||
background-color: darken(@bg-color, 10%);
|
||||
color: @color;
|
||||
resize: none;
|
||||
overflow-y: auto;
|
||||
.placeholder(#bbb);
|
||||
&[disabled="true"] {
|
||||
.placeholder(#999);
|
||||
}
|
||||
}
|
||||
button {
|
||||
height: 54px;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
background-color: darken(@bg-color, 15%);
|
||||
&:hover {
|
||||
background-color: darken(@bg-color, 20%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -72,6 +72,18 @@
|
||||
.modal_main();
|
||||
};
|
||||
& {
|
||||
@keyframes notification {
|
||||
0% {
|
||||
background: rgba(0,0,0,0);
|
||||
}
|
||||
50% {
|
||||
background: rgba(0,0,0,0.2);
|
||||
}
|
||||
100% {
|
||||
background: rgba(0,0,0,0);
|
||||
}
|
||||
}
|
||||
|
||||
.toolbar_vars();
|
||||
@toolbar_line-height: 32px;
|
||||
@toolbar_top-height: 64px;
|
||||
@@ -134,9 +146,39 @@
|
||||
}
|
||||
}
|
||||
|
||||
.cp-toolbar-userlist-drawer {
|
||||
.cp-toolbar-chat-drawer {
|
||||
background-color: @toolbar-bg-color;
|
||||
background-color: var(--toolbar-bg-color);
|
||||
font: @colortheme_app-font-size @colortheme_font;
|
||||
width: 20%;
|
||||
min-width: 200px;
|
||||
display: block;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
order: -2;
|
||||
resize: horizontal;
|
||||
#cp-app-contacts-container {
|
||||
height: 100%;
|
||||
}
|
||||
.cp-toolbar-chat-drawer-close {
|
||||
color: @toolbar-color;
|
||||
color: var(--toolbar-color);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 1px;
|
||||
font-size: 15px;
|
||||
opacity: 0.5;
|
||||
cursor: pointer;
|
||||
text-shadow: unset;
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
.cp-toolbar-userlist-drawer {
|
||||
font: @colortheme_app-font-size @colortheme_font;
|
||||
min-width: 175px;
|
||||
width: 175px;
|
||||
@@ -145,6 +187,7 @@
|
||||
overflow-x: hidden;
|
||||
padding: 10px;
|
||||
box-sizing: border-box;
|
||||
order: -3;
|
||||
.cp-toolbar-userlist-drawer-close {
|
||||
position: absolute;
|
||||
margin-top: -10px;
|
||||
@@ -219,6 +262,14 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
button {
|
||||
width: 20px;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.cp-toolbar-userlist-name-input {
|
||||
flex: 1;
|
||||
@@ -235,14 +286,6 @@
|
||||
min-height: 0;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.cp-toolbar-userlist-name-edit {
|
||||
width: 20px;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.cp-toolbar-userlist-friend {
|
||||
padding: 0;
|
||||
}
|
||||
@@ -276,11 +319,15 @@
|
||||
margin: 50px;
|
||||
}
|
||||
&> div {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
overflow-y: auto;
|
||||
}
|
||||
&> div:last-child {
|
||||
flex: unset;
|
||||
margin: 50px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -299,13 +346,15 @@
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
@media screen and (max-height: @browser_media-not-big) {
|
||||
@media screen and (max-height: @browser_media-medium-screen),
|
||||
screen and (max-width: @browser_media-medium-screen) {
|
||||
.cp-modal {
|
||||
& > p {
|
||||
display: none;
|
||||
}
|
||||
& > div {
|
||||
align-content: unset;
|
||||
align-items: center;
|
||||
li {
|
||||
height: 40px;
|
||||
width: 200px;
|
||||
@@ -313,9 +362,11 @@
|
||||
align-items: center;
|
||||
.fa {
|
||||
font-size: 32px;
|
||||
min-width: 50px;
|
||||
}
|
||||
.cp-icons-name {
|
||||
height: auto;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -344,7 +395,7 @@
|
||||
color: @toolbar-color;
|
||||
color: var(--toolbar-color);
|
||||
}
|
||||
.cp-toolbar-userlist-name-edit {
|
||||
.cp-toolbar-userlist-button {
|
||||
color: @toolbar-userlist-name-edit;
|
||||
color: var(--toolbar-userlist-name-edit);
|
||||
background: transparent;
|
||||
@@ -961,7 +1012,8 @@
|
||||
height: @toolbar_line-height;
|
||||
}
|
||||
|
||||
#cp-toolbar-userlist-drawer-open { order: 1; }
|
||||
#cp-toolbar-userlist-drawer-open { order: 0; }
|
||||
#cp-toolbar-chat-drawer-open { order: 1; }
|
||||
.cp-toolbar-share-button { order: 2; }
|
||||
.cp-toolbar-spinner { order: 3; }
|
||||
|
||||
@@ -969,6 +1021,11 @@
|
||||
width: 125px;
|
||||
text-align: center;
|
||||
}
|
||||
#cp-toolbar-chat-drawer-open button {
|
||||
&.cp-toolbar-notification {
|
||||
animation: notification 2s ease-in-out infinite;
|
||||
}
|
||||
}
|
||||
.cp-toolbar-share-button {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
|
||||
@@ -180,6 +180,24 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cp-crowdfunding {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
button {
|
||||
outline: none;
|
||||
background-color: @colortheme_logo-2;
|
||||
color: @colortheme_base;
|
||||
border: none;
|
||||
padding: 10px 20px;
|
||||
border-radius: 44px;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
background-color: lighten(@colortheme_logo-2, 3%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 576px) and (max-width: 767px) {
|
||||
.container {
|
||||
padding-left: 0;
|
||||
|
||||
@@ -567,6 +567,14 @@ define(function () {
|
||||
out.settings_importConfirm = "Bist Du sicher, dass Du die kürzlich besuchte Dokumente in Deinem Konto importieren möchtest??";
|
||||
out.settings_importDone = "Import erledigt";
|
||||
|
||||
out.settings_autostoreTitle = "Automatisches Speichern im CryptDrive";
|
||||
out.settings_autostoreHint = "<b>Automatisch:</b> Alle Pads werden in deinem CryptDrive gespeichert.<br>" +
|
||||
"<b>Manuell (immer nachfragen):</b> Wenn du ein Pad noch nicht gespeichert hast, wirst du gefragt, ob du es im CryptDrive speichern willst.<br>" +
|
||||
"<b>Manuell (nie nachfragen):</b> Pads werden nicht automatisch im CryptDrive gespeichert. Die Option, sie trotzdem zu speichern, ist versteckt.<br>";
|
||||
out.settings_autostoreYes = "Automatisch";
|
||||
out.settings_autostoreNo = "Manuell (nie nachfragen)";
|
||||
out.settings_autostoreMaybe = "Manual (immer nachfragen)";
|
||||
|
||||
out.settings_userFeedbackTitle = "Rückmeldung";
|
||||
out.settings_userFeedbackHint1 = "CryptPad gibt grundlegende Rückmeldungen zum Server, um die Benutzer-Erfahrung zu verbessern können.";
|
||||
out.settings_userFeedbackHint2 = "Der Inhalt deiner Dokumente wird nie mit dem Server geteilt.";
|
||||
@@ -1107,7 +1115,7 @@ define(function () {
|
||||
out.readme_cat2_l2 = "Der Titel eines Dokuments kann mit einem Klick auf den Stift geändert werden.";
|
||||
out.readme_cat3 = "Entdecke CryptPad Apps";
|
||||
out.readme_cat3_l1 = "Mit dem CryptPad Codeeditor kannst du Code wie JavaScript, Markdown, oder HTML bearbeiten";
|
||||
out.readme_cat3_l2 = "Mit dem CryptPad Präsentationseditor kannst du schnell Vorträge mit Hilfe von Markdwon gestalten";
|
||||
out.readme_cat3_l2 = "Mit dem CryptPad Präsentationseditor kannst du schnell Vorträge mit Hilfe von Markdown gestalten";
|
||||
out.readme_cat3_l3 = "Mit der CryptPad Umfrage kannst du schnell Abstimmungen durchführen, insbesondere, um Meetings zu planen, die in den Kalender von allen passen.";
|
||||
|
||||
// Tips
|
||||
@@ -1200,6 +1208,27 @@ define(function () {
|
||||
out.loading_drive_2 = "Aktualisiere Datenformat";
|
||||
out.loading_drive_3 = "Verifiziere Datenintegrität";
|
||||
|
||||
// Shared folders
|
||||
out.sharedFolders_forget = "Dieses pad wird nur in einem geteilten Ordner gespeichert, du kannst es nicht in den Papierkorb verschieben. Du kannst es in deinem CryptDrive löschen.";
|
||||
out.sharedFolders_duplicate = "Einige der pads, die du versucht hast zu verschieben, waren schon im Zielordner geteilt.";
|
||||
out.sharedFolders_create = "Erstelle einen geteilten Ordner";
|
||||
out.sharedFolders_create_name = "Neuer Ordner";
|
||||
out.sharedFolders_create_owned = "Eigener Ordner";
|
||||
out.sharedFolders_create_password = "Ordnerpasswort";
|
||||
out.sharedFolders_share = "Teile diese URL mit anderen registrierten Benutzern, um ihnen Zugriff auf den geteilten Ordner zu geben. Sobald sie diese URL öffnen, wird der geteilte Ordner zu ihrem CryptDrive hinzugefügt.";
|
||||
|
||||
out.chrome68 = "Anscheinend benutzt du Chrome oder Chromium version 68. Darin ist ein bug, der dafür sorgt, dass nach ein paar Sekunden die Seite komplett weiß ist oder nicht mehr auf Klicks reagiert. Um das Problem zu beheben, wechsle den Tab und komme wieder, oder versuche zu scrollen. Dieser Bug sollte in der nächsten Version deines Browsers gefixt sein.";
|
||||
|
||||
// Manual pad storage popup
|
||||
out.autostore_notstored = "Dieses Pad ist noch nicht in deinem CryptDrive. Willst du es jetzt speichern?";
|
||||
out.autostore_settings = "Du kannst automatisches Speichern im CryptDrive in deinen <a href=\"/settings/\">Einstellungen</a> aktivieren!";
|
||||
out.autostore_store = "Speichern";
|
||||
out.autostore_hide = "Nicht speichern";
|
||||
out.autostore_error = "Unerwarteter Fehler: wir konnten das Pad nicht speichern, bitte versuche es nochmal.";
|
||||
out.autostore_saved = "Das Pad wurde erfolgreich in deinem CryptDrive gespeichert!";
|
||||
out.autostore_forceSave = "Speicher die Datei in deinem CryptDrive"; // File upload modal
|
||||
out.autostore_notAvailable = "Du musst dieses Pad in deinem CryptDrive speichern, bevor du dieses Feature benutzen kannst."; // Properties/tags/move to trash
|
||||
|
||||
return out;
|
||||
});
|
||||
|
||||
|
||||
@@ -141,6 +141,8 @@ define(function () {
|
||||
|
||||
out.userListButton = "Liste d'utilisateurs";
|
||||
|
||||
out.chatButton = "Chat";
|
||||
|
||||
out.userAccountButton = "Votre compte";
|
||||
|
||||
out.newButton = 'Nouveau';
|
||||
@@ -226,6 +228,7 @@ define(function () {
|
||||
out.notifyRenamed = "{0} a changé son nom en {1}";
|
||||
out.notifyLeft = "{0} a quitté la session collaborative";
|
||||
|
||||
out.ok = 'OK';
|
||||
out.okButton = 'OK (Entrée)';
|
||||
|
||||
out.cancel = "Annuler";
|
||||
@@ -252,6 +255,11 @@ define(function () {
|
||||
out.pad_mediatagTitle = "Options du Media-Tag";
|
||||
out.pad_mediatagWidth = "Largeur (px)";
|
||||
out.pad_mediatagHeight = "Hauteur (px)";
|
||||
out.pad_mediatagRatio = "Préserver les proportions";
|
||||
out.pad_mediatagBorder = "Éaisseur de la bordure (px)";
|
||||
out.pad_mediatagPreview = "Aperçu";
|
||||
out.pad_mediatagImport = 'Sauver dans votre CryptDrive';
|
||||
out.pad_mediatagOptions = 'Propriétés de l\'image';
|
||||
|
||||
// Kanban
|
||||
out.kanban_newBoard = "Nouveau tableau";
|
||||
@@ -370,7 +378,8 @@ define(function () {
|
||||
out.contacts_remove = 'Supprimer ce contact';
|
||||
out.contacts_confirmRemove = 'Êtes-vous sûr de vouloir supprimer <em>{0}</em> de vos contacts ?';
|
||||
out.contacts_typeHere = "Entrez un message ici...";
|
||||
|
||||
out.contacts_warning = "Tout ce que vous tapez ici est permanent et visible par tous les utilisateurs actuels et futurs de ce pad. Soyez prudent avec vos données confidentielles !";
|
||||
out.contacts_padTitle = "Chat";
|
||||
|
||||
out.contacts_info1 = "Voici vos contacts. Ici, vous pouvez :";
|
||||
out.contacts_info2 = "Cliquer sur le nom d'un contact pour discuter avec lui";
|
||||
@@ -382,6 +391,12 @@ define(function () {
|
||||
out.contacts_removeHistoryServerError = 'Une erreur est survenue lors de la supprimer de l\'historique du chat. Veuillez réessayer plus tard.';
|
||||
out.contacts_fetchHistory = "Récupérer l'historique plus ancien";
|
||||
|
||||
out.contacts_friends = "Amis";
|
||||
out.contacts_rooms = "Salons";
|
||||
out.contacts_leaveRoom = "Quitter ce salon";
|
||||
|
||||
out.contacts_online = "Un autre utilisateur est en ligne dans ce salon";
|
||||
|
||||
// File manager
|
||||
|
||||
out.fm_rootName = "Documents";
|
||||
@@ -414,6 +429,7 @@ define(function () {
|
||||
out.fm_noname = "Document sans titre";
|
||||
out.fm_emptyTrashDialog = "Êtes-vous sûr de vouloir vider la corbeille ?";
|
||||
out.fm_removeSeveralPermanentlyDialog = "Êtes-vous sûr de vouloir supprimer ces {0} éléments de votre CryptDrive de manière permanente ?";
|
||||
out.fm_removePermanentlyNote = "Les pads dont vous êtes le propriétaire seront supprimés du serveur.";
|
||||
out.fm_removePermanentlyDialog = "Êtes-vous sûr de vouloir supprimer cet élément de votre CryptDrive de manière permanente ?";
|
||||
out.fm_deleteOwnedPad = "Êtes-vous sûr de vouloir supprimer définitivement ce pad du serveur ?";
|
||||
out.fm_deleteOwnedPads = "Êtes-vous sûr de vouloir supprimer définitivement ces pads du serveur ?";
|
||||
@@ -574,6 +590,14 @@ define(function () {
|
||||
out.settings_importConfirm = "Êtes-vous sûr de vouloir importer les pads récents de ce navigateur dans le CryptDrive de votre compte utilisateur ?";
|
||||
out.settings_importDone = "Importation terminée";
|
||||
|
||||
out.settings_autostoreTitle = "Stockage des pads dans CryptDrive";
|
||||
out.settings_autostoreHint = "Le stockage <b>Automatique</b> des pads permet de sauver tous les pads que vous visitez dans votre CryptDrive, sans action de votre part.<br>" +
|
||||
"Le stockage <b>Manuel (toujours demander)</b> permet de ne pas stocker automatiquement les pads, mais d'afficher un message vous demandant s'il faut le faire ou non.<br>" +
|
||||
"Le stockage <b>Manuel (ne pas demander)</b> permet de ne pas stocker les pads ni d'afficher le message. Une option permettant de les stocker sera toujours disponible, mais cachée.";
|
||||
out.settings_autostoreYes = "Automatique";
|
||||
out.settings_autostoreNo = "Manuel (ne pas demander)";
|
||||
out.settings_autostoreMaybe = "Manuel (toujours demander)";
|
||||
|
||||
out.settings_userFeedbackTitle = "Retour d'expérience";
|
||||
out.settings_userFeedbackHint1 = "CryptPad peut envoyer des retours d'expérience très limités vers le serveur, de manière à nous permettre d'améliorer l'expérience des utilisateurs. ";
|
||||
out.settings_userFeedbackHint2 = "Le contenu de vos pads et les clés de déchiffrement ne seront jamais partagés avec le serveur.";
|
||||
@@ -659,6 +683,7 @@ define(function () {
|
||||
// pad
|
||||
out.pad_showToolbar = "Afficher la barre d'outils";
|
||||
out.pad_hideToolbar = "Cacher la barre d'outils";
|
||||
out.pad_base64 = "Ce pad contient des images stockées de manière inefficace. Ces images vont augmenter de manière significative la taille du pad dans votre CryptDrive, et le rendre plus lent à charger. Vous pouvez migrer ces fichiers afin de les stocker séparément dans votre CryptDrive. Voulez-vous commencer la migration maintenant?";
|
||||
|
||||
// markdown toolbar
|
||||
out.mdToolbar_button = "Afficher ou cacher la barre d'outils Markdown";
|
||||
@@ -1190,5 +1215,28 @@ define(function () {
|
||||
out.sharedFolders_create_password = "Mot de passe du dossier";
|
||||
out.sharedFolders_share = "Partager cette URL avec d'autres utilisateurs enregistrés leur donne accès au dossier partagé. Une fois l'URL ouverte, le dossier partagé sera ajouté au répertoire racine de leur CryptDrive.";
|
||||
|
||||
out.chrome68 = "Il semblerait que vous utilisiez le navigateur Chrome version 68. Ce navigateur contient un bug rendant certaines pages entièrement blanches après quelques secondes ou bloquant les clics. Pour corriger ce problème, vous pouvez vous déplacer vers un nouvel onglet et revenir ou vous pouvez essayer de faire défiler la page. Ce bug devrait être corrigé dans la prochaine version du navigateur.";
|
||||
|
||||
// Manual pad storage popup
|
||||
out.autostore_notstored = "Ce pad n'est pas dans votre CryptDrive. Souhaitez-vous le stocker ?";
|
||||
out.autostore_settings = "Vous pouvez activer le stockage automatique des pads dans vos <a href=\"/settings/\">Préférences</a> !";
|
||||
out.autostore_store = "Stocker";
|
||||
out.autostore_hide = "Ne pas stocker";
|
||||
out.autostore_error = "Erreur : nous n'avons pas réussi à stocker ce pad, veuillez ré-essayer.";
|
||||
out.autostore_saved = "Ce pad a été stocké avec succès dans votre CryptDrive !";
|
||||
out.autostore_forceSave = "Stocker le fichier dans votre CryptDrive"; // File upload modal
|
||||
out.autostore_notAvailable = "Vous devez stocker ce pad dans votre CryptDrive avant de pouvoir utiliser cette fonctionnalité.";
|
||||
|
||||
// Crowdfunding messages
|
||||
out.crowdfunding_home1 = "CryptPad a besoin d'aide !";
|
||||
out.crowdfunding_home2 = "Cliquez pour découvrir notre campagne de financement participatif.";
|
||||
|
||||
out.crowdfunding_popup_text = "<h3>Aider CryptPad</h3>" +
|
||||
"Pour vous assurer que CryptPad soit activement développé, nous vous invitons à supporter le projet via la " +
|
||||
'<a href="https://opencollective.com/cryptpad">page OpenCollective</a>, où vous pouvez trouver notre <b>Roadmap</b> et nos <b>objectifs de financement</b>.';
|
||||
out.crowdfunding_popup_yes = "Voir la page";
|
||||
out.crowdfunding_popup_no = "Pas maintenant";
|
||||
out.crowdfunding_popup_never = "Ne plus demander";
|
||||
|
||||
return out;
|
||||
});
|
||||
|
||||
@@ -142,6 +142,8 @@ define(function () {
|
||||
|
||||
out.userListButton = "User list";
|
||||
|
||||
out.chatButton = "Chat";
|
||||
|
||||
out.userAccountButton = "Your account";
|
||||
|
||||
out.newButton = 'New';
|
||||
@@ -258,7 +260,7 @@ define(function () {
|
||||
out.pad_mediatagRatio = "Keep ratio";
|
||||
out.pad_mediatagBorder = "Border width (px)";
|
||||
out.pad_mediatagPreview = "Preview";
|
||||
out.pad_mediatagImport = 'Save in CryptDrive';
|
||||
out.pad_mediatagImport = 'Save in your CryptDrive';
|
||||
out.pad_mediatagOptions = 'Image properties';
|
||||
|
||||
// Kanban
|
||||
@@ -378,6 +380,8 @@ define(function () {
|
||||
out.contacts_remove = 'Remove this contact';
|
||||
out.contacts_confirmRemove = 'Are you sure you want to remove <em>{0}</em> from your contacts?';
|
||||
out.contacts_typeHere = "Type a message here...";
|
||||
out.contacts_warning = "Everything you type here is persistent and available to all the existing and future users of this pad. Be careful with sensitive information!";
|
||||
out.contacts_padTitle = "Chat";
|
||||
|
||||
out.contacts_info1 = "These are your contacts. From here, you can:";
|
||||
out.contacts_info2 = "Click your contact's icon to chat with them";
|
||||
@@ -389,6 +393,12 @@ define(function () {
|
||||
out.contacts_removeHistoryServerError = 'There was an error while removing your chat history. Try again later';
|
||||
out.contacts_fetchHistory = "Retrieve older history";
|
||||
|
||||
out.contacts_friends = "Friends";
|
||||
out.contacts_rooms = "Rooms";
|
||||
out.contacts_leaveRoom = "Leave this room";
|
||||
|
||||
out.contacts_online = "Another user from this room is online";
|
||||
|
||||
// File manager
|
||||
|
||||
out.fm_rootName = "Documents";
|
||||
@@ -420,12 +430,13 @@ define(function () {
|
||||
out.fm_openParent = "Show in folder";
|
||||
out.fm_noname = "Untitled Document";
|
||||
out.fm_emptyTrashDialog = "Are you sure you want to empty the trash?";
|
||||
out.fm_removeSeveralPermanentlyDialog = "Are you sure you want to remove these {0} elements from your CryptDrive permanently?";
|
||||
out.fm_removePermanentlyDialog = "Are you sure you want to remove that element from your CryptDrive permanently?";
|
||||
out.fm_removeSeveralPermanentlyDialog = "Are you sure you want to permanently remove these {0} elements from your CryptDrive?";
|
||||
out.fm_removePermanentlyNote = "Owned pads will be removed from the server if you continue.";
|
||||
out.fm_removePermanentlyDialog = "Are you sure you want to permanently remove that element from your CryptDrive?";
|
||||
out.fm_removeSeveralDialog = "Are you sure you want to move these {0} elements to the trash?";
|
||||
out.fm_removeDialog = "Are you sure you want to move {0} to the trash?";
|
||||
out.fm_deleteOwnedPad = "Are you sure you want to remove permanently this pad from the server?";
|
||||
out.fm_deleteOwnedPads = "Are you sure you want to remove permanently these pads from the server?";
|
||||
out.fm_deleteOwnedPad = "Are you sure you want to permanently remove this pad from the server?";
|
||||
out.fm_deleteOwnedPads = "Are you sure you want to permanently remove these pads from the server?";
|
||||
out.fm_restoreDialog = "Are you sure you want to restore {0} to its previous location?";
|
||||
out.fm_unknownFolderError = "The selected or last visited directory no longer exist. Opening the parent folder...";
|
||||
out.fm_contextMenuError = "Unable to open the context menu for that element. If the problem persist, try to reload the page.";
|
||||
@@ -585,9 +596,9 @@ define(function () {
|
||||
out.settings_importDone = "Import completed";
|
||||
|
||||
out.settings_autostoreTitle = "Pad storage in CryptDrive";
|
||||
out.settings_autostoreHint = "<b>Automatic</b> pad storage results in all the pads you visit being stored in your CryptDrive.<br>" +
|
||||
"<b>Manual (always ask)</b> results in the pads not being stored but a reminder will appear to ask you if you want to store them in CryptDrive.<br>" +
|
||||
"<b>Manual (never ask)</b> results in the pads not being stored and option to store them will be available but in a hidden way.";
|
||||
out.settings_autostoreHint = "<b>Automatic</b> All the pads you visit are stored in your CryptDrive.<br>" +
|
||||
"<b>Manual (always ask)</b> If you have not stored a pad yet, you will be asked if you want to store them in your CryptDrive.<br>" +
|
||||
"<b>Manual (never ask)</b> Pads are not stored automatically in your Cryptpad. The option to store them will be hidden.";
|
||||
out.settings_autostoreYes = "Automatic";
|
||||
out.settings_autostoreNo = "Manual (never ask)";
|
||||
out.settings_autostoreMaybe = "Manual (always ask)";
|
||||
@@ -682,7 +693,7 @@ define(function () {
|
||||
// pad
|
||||
out.pad_showToolbar = "Show toolbar";
|
||||
out.pad_hideToolbar = "Hide toolbar";
|
||||
out.pad_base64 = "This pad contains images stored in an inefficient way. These images will increase significantly the size of the pad in your CryptDrive, and they will make it slower to load. Do you want to migrate these images to a better format (they will be stored separately in your drive)?"; // XXX
|
||||
out.pad_base64 = "This pad contains images stored in an inefficient way. These images will significantly increase the size of the pad in your CryptDrive, and make it slower to load. You can migrate these files to a new format which will be stored separately in your CryptDrive. Do you want to migrate these images now?";
|
||||
|
||||
// markdown toolbar
|
||||
out.mdToolbar_button = "Show or hide the Markdown toolbar";
|
||||
@@ -1257,14 +1268,25 @@ define(function () {
|
||||
out.chrome68 = "It seems that you're using the browser Chrome or Chromium version 68. It contains a bug resulting in the page turning completely white after a few seconds or the page being unresponsive to clicks. To fix this issue, you can switch to another tab and come back, or try to scroll in the page. This bug should be fixed in the next version of your browser.";
|
||||
|
||||
// Manual pad storage popup
|
||||
out.autostore_notstored = "This pad is not in your CryptDrive. Do you want to store it now?"; // XXX
|
||||
out.autostore_settings = "You can enable automatic pad storage in your <a href=\"/settings/\">Settings</a> page!"; // XXX
|
||||
out.autostore_notstored = "This pad is not in your CryptDrive. Do you want to store it now?";
|
||||
out.autostore_settings = "You can enable automatic pad storage in your <a href=\"/settings/\">Settings</a> page!";
|
||||
out.autostore_store = "Store";
|
||||
out.autostore_hide = "Don't store";
|
||||
out.autostore_error = "Unexpected error: we were unable to store this pad, please try again.";
|
||||
out.autostore_saved = "The pad was successfully stored in your CryptDrive!";
|
||||
out.autostore_forceSave = "Store the file in CryptDrive"; // File upload modal
|
||||
out.autostore_forceSave = "Store the file in your CryptDrive"; // File upload modal
|
||||
out.autostore_notAvailable = "You must store this pad in your CryptDrive before being able to use this feature."; // Properties/tags/move to trash
|
||||
|
||||
// Crowdfunding messages
|
||||
out.crowdfunding_home1 = "CryptPad needs your help!";
|
||||
out.crowdfunding_home2 = "Click to learn about our crowdfunding campaign.";
|
||||
|
||||
out.crowdfunding_popup_text = "<h3>We need your help!</h3>" +
|
||||
"To ensure that CryptPad is actively developed, consider supporting the project via the " +
|
||||
'<a href="https://opencollective.com/cryptpad">OpenCollective page</a>, where you can see our <b>Roadmap</b> and <b>Funding goals</b>.';
|
||||
out.crowdfunding_popup_yes = "Go to OpenCollective";
|
||||
out.crowdfunding_popup_no = "Not now";
|
||||
out.crowdfunding_popup_never = "Don't ask me again";
|
||||
|
||||
return out;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user