merge from git.gnu.io

This commit is contained in:
Hannes Mannerheim 2016-03-10 13:53:08 +01:00
commit e5f22390dc
34 changed files with 188 additions and 126 deletions

View File

@ -86,10 +86,6 @@ class ApiQvitterSandboxCreateAction extends ApiAuthAction
if (!$this->scoped->hasRight(Right::SANDBOXUSER)) {
$this->clientError(_('You cannot sandbox users on this site.'), 403);
}
// Only administrators can sandbox other privileged users (such as others who have the right to sandbox).
if ($this->scoped->isPrivileged() && !$this->scoped->hasRole(Profile_role::ADMINISTRATOR)) {
$this->clientError(_('You cannot sandbox other privileged users.'), 403);
}
// only sandbox of the user isn't sandboxed
if (!$this->other->isSandboxed()) {

View File

@ -480,7 +480,7 @@ class QvitterAction extends ApiAction
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</li>
<li class="fullwidth"><a id="top-menu-profile-link" class="no-hover-card" href="<?php print $instanceurl.$logged_in_user_obj['screen_name']; ?>"><div id="top-menu-profile-link-fullname"><?php print $logged_in_user_obj['name']; ?></div><div id="top-menu-profile-link-view-profile"></div></a></li>
<li class="fullwidth"><a id="top-menu-profile-link" class="no-hover-card" href="<?php print $instanceurl.$logged_in_user_obj['screen_name']; ?>"><div id="top-menu-profile-link-fullname"><?php print htmlspecialchars($logged_in_user_obj['name']); ?></div><div id="top-menu-profile-link-view-profile"></div></a></li>
<li class="fullwidth dropdown-divider"></li>
<li class="fullwidth"><a id="faq-link"></a></li>
<li class="fullwidth"><a id="tou-link"></a></li>
@ -652,7 +652,9 @@ class QvitterAction extends ApiAction
<div id="feed">
<div id="feed-header">
<div id="feed-header-inner">
<h2></h2>
<h2>
<span id="stream-header"></span>
</h2>
<div class="reload-stream"></div>
</div>
<div id="feed-header-description"></div>

View File

@ -511,6 +511,9 @@ body.rtl .dropdown-menu li:not(.dropdown-caret) {
white-space: nowrap;
text-decoration: none;
}
body.rtl .dropdown-menu li:not(.dropdown-caret) a {
padding: 3px 22px 3px 15px;
}
.quitter-settings.dropdown-menu li.fullwidth:not(.dropdown-caret) a,
#stream-menu-cog .dropdown-menu li.fullwidth:not(.dropdown-caret) a,
.action-ellipsis-container .dropdown-menu li.fullwidth:not(.dropdown-caret) a {
@ -567,6 +570,10 @@ body.rtl .dropdown-menu li:not(.dropdown-caret) {
font-size:10px;
line-height: 18px;
}
body.rtl .dropdown-menu .row-type-profile-prefs-toggle::before {
left:auto;
right:3px;
}
.dropdown-menu .row-type-profile-prefs-toggle.disabled::before {
content:' ';
}
@ -1450,6 +1457,10 @@ body.rtl #history-container.menu-container a .chev-right {
text-align:center;
font-weight:normal;
}
body.rtl #unseen-notifications {
right: auto;
left: 0;
}
#history-container {
display:none;
@ -1645,10 +1656,7 @@ body.rtl #history-container.menu-container a .chev-right {
color: #333333;
line-height: 18px;
background-color: #FFFFFF;
padding-top: 12px;
padding-right: 12px;
padding-bottom: 12px;
padding-left: 12px;
padding: 8px 12px;
border-bottom-width: 1px;
border-bottom-color: #E8E8E8;
border-bottom-style: solid;
@ -1668,7 +1676,17 @@ body.rtl #history-container.menu-container a .chev-right {
color: #66757F;
font-size: 22px;
font-weight: 300;
line-height: 22px;
line-height: 30px;
}
#stream-header {
display: inline-block;
max-width: 490px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: top;
height: 30px;
white-space: nowrap;
}
#feed-header-description {
@ -1701,6 +1719,10 @@ body.rtl #history-container.menu-container a .chev-right {
opacity: 0.6;
padding: 0 5px 12px 10px;
}
body.rtl .user-menu-cog {
float: left;
padding: 0 10px 12px 5px;
}
.hover-card .user-menu-cog {
color: #fff;
display: block;
@ -1743,6 +1765,13 @@ body.rtl #history-container.menu-container a .chev-right {
content:'\f070';
font-family: fontAwesome;
}
body.rtl .stream-item.user.user-muted > .queet > .user-menu-cog::after,
body.rtl .profile-card.user-muted .user-menu-cog::after,
.queet.rtl .stream-item.notice.user-muted > .queet .account-group .name::after,
.queet.rtl .stream-item.notification.user-muted > .queet .account-group .name::after {
left:auto;
right:-20px;
}
.hover-card .profile-card.user-muted .user-menu-cog::after {
left:auto;
right:-25px;
@ -2908,12 +2937,15 @@ ul.queet-actions > li .icon {
ul.queet-actions > li:not(:first-child) .icon {
margin-left:52px;
}
.queet.rtl ul.queet-actions .icon {
margin-left:26px;
.queet.rtl ul.queet-actions > li:not(:first-child) .icon {
margin-left:7px;
margin-right:52px;
}
.queet.rtl ul.queet-actions > li .icon {
margin-right:0;
.queet.rtl ul.queet-actions > li:first-child .icon {
margin-left:0;
margin-right:0;
}
ul.queet-actions > li.action-rt-container .with-icn.done .icon:before {
color: #609928;
}
@ -3224,8 +3256,11 @@ ul.stats {
.stream-item ul.stats {
width: 1000px;
}
.queet.rtl .queet-stats-container {
min-height:0;
}
.queet.rtl ul.stats {
text-align:right;
float:right;
}
ul.stats li {
display:block;
@ -3233,6 +3268,11 @@ ul.stats li {
padding: 4px 10px 0 0;
min-width:82px;
box-sizing:border-box;
text-align: left;
}
.queet.rtl ul.stats li {
padding-left: 10px;
text-align: right;
}
.profile-card ul.stats li {
padding-top: 7px;
@ -3261,10 +3301,6 @@ ul.stats a {
.hover-card ul.stats a {
font-size: 9px;
}
.queet.rtl ul.stats a{
border-right: 1px solid #E8E8E8;
border-left: 0 none;
}
ul.stats a strong {
font-size: 18px;
@ -3281,6 +3317,10 @@ ul.stats .avatar-row {
border-left: 1px solid #E8E8E8;
padding: 12px;
}
.queet.rtl ul.stats .avatar-row {
border-left:0 none;
border-right: 1px solid #E8E8E8;
}
ul.stats .avatar-row a {
padding: 11px 0;
border-left: medium none;
@ -3292,18 +3332,12 @@ ul.stats .avatar-row a {
border-left: 0 none;
padding-left: 0;
}
.queet.rtl ul.stats .avatar-row a:last-child {
border-right: 1px solid #E8E8E8;
padding-right: 12px;
border-left: 0 none;
padding-left: 0;
}
ul.stats .avatar-row .avatar {
float: left;
margin-right: 5px;
}
.queet.rtl ul.stats .avatar-row .avatar {
float: left;
float: right;
margin-left: 5px;
margin-right: 0;
}
@ -4577,6 +4611,10 @@ button.shorten:after {
margin-left:0;
opacity:0.5;
}
body.rtl #feed-header-inner .loader {
left:2px;
right:auto;
}
.reload-stream {
display: block;
@ -5463,10 +5501,18 @@ body.rtl .language-dropdown {
body.rtl .quitter-settings.dropdown-menu {
left:auto;
right:50%;
margin-right:147px;
margin-right:22px;
margin-left:0;
}
/* hide these since I just can't get syntax highlighting working properly in rtl... */
body.rtl .syntax-middle .mention,
body.rtl .syntax-middle .tag,
body.rtl .syntax-middle .group,
body.rtl .syntax-middle .externalMention {
opacity:0;
}
body.rtl #logo {
left:auto;
right:50%;

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500" enable-background="new 0 0 500 500"><switch><g><path d="m262.53 155.55c5.08 4 11.176 4.505 17.361 4.298 1.183-.041 9.834-1.884 10.334-1.568-9.485-5.9-5.269-21.845 1.413-28.28-6.997 11.436 2.585 22.69 13.502 25.787 17.32 4.917 3.849-12.02 7.604-19.09 10.913 13.283 19.453 20.373 35.813 26.439-.867-2.74 2.622-5.84 2.065-7.913 4.82 17.817 23.14 17.51 35.02 27.826-7.88-6.846-35.14-13.07-48.13-15.2-11.543-1.891-21.514-1.602-32.49 2.64-17.858 6.908-43.36 31.06-61.5 8.644 12.997 8.239 32.446-3.552 41.654-12.278-2.408.115-26.938-6.04-22.644-11.314"/><path d="m71.19 191.03c5.848-.901 7.527 1.802 12.971 3.03 10.872.846 32.498-21.311 39.24-12.292 2.221 2.97 12.278 12.429 12.278 12.429l-14.48 14.04c0 0 1.454 1.443 0 0-5.551-5.514-7.883-9.307-7.483-12.285-4.628 1.72-37.19 12.741-41.05 8.773-6.638-6.811-13.513-11.835-1.472-13.697"/><path d="m387.49 358.92c-1.732 6.219-4.269 10.454-5.303 16.865-.026.182-2.02 12.886-2.096 12.971.097 7.298-6.5 10.939-10.423 16.201-3.104-6.219-1.902-8.955 1.016-11.621 7.342-6.724 6.737-25.09 8.14-34.01.76-4.798-5.974-12.89-8.711-16.286 4.609-2.095 9.159-5.117 13.438-7.79 4.124 9.948 7.02 12.622 3.939 23.672"/><path d="m462.51 282.01c-.856 7.19-1.52 14.466-3.767 21.393-.293.912-.631 1.961-1.017 3.081-3.318 14.677-8.503 28.28-14.04 37.01-3.471 5.477-19.212 15.804-21.41-2.174-.816-6.674-10.851-15.403-11.385-23.03-.393-5.633-.056-8.422 1.568-13.917-17.02 14.361-34.05 28.412-54.49 37.08 10.223 12.875 8.751 23.955 5.02 39.711-3.326 10.242-8.873 7.831-13.453 16.612-7.05-11.71 5.325-9.808 7.368-19.664.871-4.172.289-13.339-1.802-19.294-24.923-15.181-46.03-26.354-51.23-35.653-5.321-9.541 11.944-24.07 10.887-25.786-4.445 3.248-21.692 13.656-21.462 20.275.467 13.765 19.512 26.19 29.391 33.521-29.836 3.786-62.59-2.392-88.19-18.226-14.01-8.669-26.721-18.203-38.23-29.891-10.464-10.624-21.912-20.933-35.643-27.12-11.28-5.088-27.12-1.81-37.22-7.828-12.13-7.238-16.15-22.438-31.834-25.538-7.157-1.413-13.876.827-20.977.341-5.632-.386-11.284-2.77-16.701-4.183-9.96-2.596-22.728-7.305-31.26-13.657-6.02-4.487-1.765-8.584 2.503-10.157 10.249-3.764 11.565 5.191 20.16 9.563 15.897 8.08 23.691 4.854 38.33-3 7.283-3.905 26.376-3.01 34-1.112.801-1.168 16.442-16.49 21.05-21.756 6.667-5.933 17.599-18.663 27.09-17.884-4.045-8.258-9.385-13.983-10.587-15.708-4.338-6.226-7.587-13.22-8.376-20.903-.923-8.948.549-24.19 9.667-28.849 12.12-6.2 22.23-4.168 39.19-6.1 10.409-.056 24.945-3.189 18.548-13.85 6.497 6.115 5.892 10.628 1.672 17.707-.738 1.231-2.154 3.593.968 3.271 5.347.575 11.05-2.911 12.926-9.489 1.969 9.419-7.238 13.802-6.178 15.16 3.805 4.861 27.06-17.284 18-27.392 8.502 2.811 4.279 15.99 3.541 18.15-2.596 7.628-7.12 14.402-14.595 18.08-18.03 8.87-34.448-3.1-52.25 1.346-9.07 2.258-19.18 6.389-20.632 15.24-1.35 8.158 10.787 25.16 16.334 30.25 6.534 6 18.456 6.163 27.03 8.447 8.336 2.229 16.316 3.786 24.792 5.277 15.953 2.814 34.764 7.231 50.602 1.898 12.329-4.153 21.67-14.321 34.06-18.793 20.1-5.948 38.35 1.543 56.846 9.159 10.242 6.133 24.16 10.694 33.17 17.198-6.749 15.511-.163 35.776 20.695 44.924-15.667-11.688-15.716-22.909-15.771-27.01-.142-10.116 3.073-18.8 10.138-25.327 7.728-7.149 27.507-10.539 37.652-4.02-12.808-3.456-33.729 11.139-30.647 26.31.297 4.68 2.862 9.404 5.695 12.767 4.279 5.073 9.819 7.142 15.797 8.525 1.561.601 3.107 1.216 4.628 1.876.188.126.382.252.574.375 3.13 2.043 6.104 3.815 8.255 6.437 3.341 3.052 5.27 7.25 5.699 11.885.148 1.562.189 3.122.148 4.672 1.021 6.603-.18 14.179-.852 19.786"/><path d="m468.24 248.47c-3.563-4.798-9.09-12.147-16.17-14.07 5.454-2.043 11.432.415 17.799-5.44 2.981-2.744 8.926-11.915-.809-23.261 10.06 7.65 11.974 14.903 12.148 23.402.171 8.435-6.76 14-12.967 19.367"/></g></switch></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 50 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 42 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 165.5" enable-background="new 0 0 500 165.5"><switch><g><path fill-rule="evenodd" fill="#333" d="m206.3 34.713c-.041-4.915-3.228-9.891-9.241-9.891-.821 0-1.692.091-2.59.267-6.188 1.242-7.96 6.098-7.552 10.224.47 4.717 4.067 9.73 9.814 9.73l.163 1.504-.024-1.504c6.243-.099 9.471-5.274 9.43-10.33"/><path fill-rule="evenodd" fill="#333" d="m253.56 93.88c-5.928-1.354-12.04-2.748-13.494-9.555-.644-3.03-.218-7.541.232-12.308l.358-4.02 1.469.101c2.41.163 4.506.243 6.409.243 7.748 0 12.563-1.301 15.16-4.095 1.623-1.751 2.334-4.145 2.116-7.114-.601-8.18-7.192-8.958-17.972-9.26-2.187-.059-4.337-.123-6.457-.286l-1.329-.101-.056-1.334c-.105-2.484-.009-4.753.069-6.577.177-4.341.319-7.764-1.793-10.844-1.662-2.445-4.76-3.896-8.295-3.896-4.483 0-8.269 2.234-9.645 5.696-1.223 3.02-.997 10.736-.778 18.19.089 2.942.173 5.833.173 8.417 0 2.964-.094 6.05-.196 9.148-.196 6.279-.403 12.769.196 18.639 1.166 11.439 9.467 22.884 19.736 27.21 3.458 1.434 8.234 2.329 12.456 2.329 5.18 0 13.874-1.325 13.882-10.194 0-7.085-4.844-8.713-12.238-10.391"/><path fill-rule="evenodd" fill="#333" d="m323.94 101.84c-1.131-6.278-7.359-6.949-12.363-7.486-2.114-.226-4.079-.435-5.583-.975-8.797-3.16-8.393-14.03-7.323-23.97l.151-1.411 1.42.072c2.379.122 4.705.217 6.903.217 11.09 0 16.11-2.612 16.789-8.731.364-3.211-.248-5.75-1.816-7.549-3.454-3.977-10.989-4.179-18.965-4.391-1.243-.033-2.426-.064-3.6-.108l-1.344-.055-.095-1.339c-.187-2.584-.013-4.878.139-6.903.273-3.583.504-6.683-1.236-9.876-1.553-2.887-4.776-4.605-8.622-4.605-4.253 0-7.998 2.083-9.339 5.185-1.781 4.155-1.293 13.44-.898 20.898.151 2.84.294 5.483.289 7.516 0 3.819-.125 7.571-.248 11.163-.218 6.706-.417 12.914.243 17.859 1.699 12.354 13.13 23.11 22.746 25.988 2.896.865 5.962 1.323 8.858 1.323 5.435 0 9.728-1.556 12.08-4.386 1.795-2.152 2.419-5.066 1.81-8.436"/><path fill-rule="evenodd" fill="#333" d="m391.58 56.54c-4.283-4.587-11.488-9.01-16.772-10.281-2.788-.683-5.569-1.028-8.267-1.028-9.288 0-17.962 4.03-24.43 11.342-6.965 7.878-10.398 18.479-9.186 28.355 1.678 13.548 13.151 28.526 31.11 29.606.835.051 1.677.074 2.523.074 8.669 0 18.698-2.858 20.229-9.135.417-1.709.077-4.03-.888-6.07-1.055-2.236-2.697-3.767-4.506-4.206-3.02-.712-5.417.199-7.814 1.273-1.935.86-3.904 1.73-6.76 1.766-6.524 0-11.79-2.971-14.454-8.149l-1.107-2.151 2.42-.041c4.959-.077 10.05-.01 15.14.062l.33.005c3.378.041 6.755.087 10.08.087 7.404 0 12.867-.22 17.708-.706l.011-.005c8.293-9.656 2.29-22.63-5.368-30.802m-41.23 15.09l1.771-2.394c1.07-1.447 3.319-2.954 5.343-4.248 2.737-1.783 6.02-2.73 9.493-2.73 5.997 0 11.841 2.839 14.548 7.06l1.484 2.311h-32.639"/><path fill-rule="evenodd" fill="#333" d="m93.16 107.29c0-3.364.107-7 .216-10.649.217-7.256.44-14.763-.217-20.19-2.36-19.19-17.833-27.786-32.12-27.786-10.286 0-19.812 4.03-26.14 11.06-6.04 6.698-8.659 15.622-7.585 25.809 1.996 18.835 17.696 29.64 43.08 29.64l2.412-.041-.063 1.6c-.423 10.416-.051 19.842 9.03 20.753 3.599.387 6.218-.43 8.07-2.349 4.04-4.184 3.743-13.02 3.454-21.564-.074-2.194-.143-4.301-.143-6.286m-20.336-21.748c-.133 2.236-.27 4.559-.142 6.934l.087 1.527-1.527.057c-1.724.068-3.376.115-4.954.115-8.664 0-16.914-1.124-18.627-9.263-1.169-5.542.693-9.302 2.462-11.483 2.581-3.179 6.808-5.154 11.03-5.154 5.241 0 9.26 2.766 11.03 7.592 1.066 2.897.86 6.19.643 9.675"/><path fill-rule="evenodd" fill="#333" d="m172.85 83.71c1.185-12.879 1.674-26.853-3.678-32.807-1.699-1.892-3.88-2.831-6.658-2.867-4.443 0-7.314 2.032-8.765 6.219-1.256 3.621-1.256 8.153-1.256 12.535-.011 13.682.074 29.3-14.954 27.21-11.241-1.561-10.637-11.481-10-21.984.391-6.476.793-13.14-1.369-18.52-1.724-4.275-5.759-5.176-8.84-5.176-1.693 0-2.93.28-3.165.335-2.536.655-4.51 2.713-5.844 6.106-4.81 12.219.016 39.28 3.466 44.672 4.704 7.3 14.578 15.11 28.18 15.11h.554c17.358-.284 30.651-12.96 32.33-30.83"/><path fill-rule="evenodd" fill="#333" d="m453.7 68.33c10.724-.162 18.338-.933 18.772-9.38.144-2.847-.645-5.195-2.346-6.973-2.822-2.974-8.216-4.48-16.03-4.48-4.04 0-8.609.382-13.965 1.178-13.684 2.034-25.768 13.978-27.513 27.19-2.329 17.759-1.052 30.453 3.587 35.745 1.74 1.98 3.879 2.944 6.55 2.947l.679-.016c9.566-.519 9.84-9.464 9.175-22.04-.319-6.01-.652-12.215.97-16.635 2.636-7.261 11.525-7.401 20.12-7.537"/><path fill-rule="evenodd" fill="#333" d="m205.85 61.955c-1.315-3.193-4.983-5.263-9.337-5.263-4.796 0-8.64 2.538-9.798 6.463l-.004.012c.929 5.683.444 13.158-.024 20.385-.776 11.977-1.511 23.291 3.254 28.372 1.642 1.753 3.901 2.646 6.713 2.651l.853-.028c9.06-.515 9.48-9.203 9.08-22.398-.069-2.178-.134-4.403-.134-6.614-.006-2.093.1-4.48.208-6.947.291-6.629.58-13.212-.811-16.633"/></g></switch></svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -220,7 +220,7 @@ function showFavsAndRequeetsInQueet(q,data) {
q.children('.queet').find('ul.stats').remove();
}
q.children('.queet').find('.queet-stats-container').prepend('<ul class="stats"><li class="avatar-row"></li></ul>');
q.children('.queet').find('.queet-stats-container').prepend('<ul class="stats"><li class="avatar-row"></li></ul><div class="clearfix"></div>');
// set the expanded fav-count number
if(data.favs.length > 0) {
@ -755,6 +755,9 @@ function setNewCurrentStream(streamObject,setLocation,fallbackId,actionOnSuccess
$('#new-queets-bar-container').addClass('hidden');
$('.reload-stream').hide();
// remove old menu cog
$('#stream-menu-cog').remove();
display_spinner('#feed-header-inner');
// are we just reloading?
@ -773,10 +776,10 @@ function setNewCurrentStream(streamObject,setLocation,fallbackId,actionOnSuccess
// set the new streams header and description
if(streamObject.streamSubHeader) {
$('#feed-header-inner h2').html(streamObject.streamSubHeader);
$('#stream-header').html(streamObject.streamSubHeader);
}
else {
$('#feed-header-inner h2').html(streamObject.streamHeader);
$('#stream-header').html(streamObject.streamHeader);
}
if(streamObject.streamDescription !== false) {
$('#feed-header-description').html(streamObject.streamDescription);
@ -1926,7 +1929,7 @@ function addToFeed(feed, after, extraClasses) {
// if repeat-notice doesn't already exist in feed
if($('#stream-item-' + obj.id).length == 0) {
// if the repeated notice already exist in feed, we add this, but hidden
// if the this or the repeated notice already exist in feed, we add this, but hidden
if($('.stream-item[data-quitter-id="' + obj.retweeted_status.id + '"]').length > 0) {
extraClassesThisRun += ' hidden-repeat';
}
@ -1949,6 +1952,14 @@ function addToFeed(feed, after, extraClasses) {
// only if not already exist
if($('#stream-item-' + obj.id).length == 0) {
// sometimes the notice already exist but in the form of a repeat, because of
// a repeat reaching our server before the actual notice, or because of date settings
// on different servers, anyhow, hide this notice if a repeat of it already exist in
// the stream, using the hidden-repeat class (a little confusing maybe)
if($('.stream-item[data-quitter-id="' + obj.id + '"]').length > 0) {
extraClassesThisRun += ' hidden-repeat';
}
// remove any matching temp post
if(typeof obj.user != 'undefined'
&& obj.user.id == window.loggedIn.id

View File

@ -927,7 +927,7 @@ function proceedToSetLanguageAndLogin(data){
$('#queet-box').html(window.sL.compose);
$('#queet-box').attr('data-start-text',encodeURIComponent(window.sL.compose));
$('#user-footer .queet-button button').html(window.sL.queetVerb);
$('#feed-header-inner h2').html(window.sL.queetsNounPlural);
$('#stream-header').html(window.sL.queetsNounPlural);
$('#logout').html(window.sL.logout);
$('#settings').html(window.sL.settings);
$('#other-servers-link').html(window.sL.otherServers);
@ -2169,7 +2169,7 @@ $('body').on('click','.stream-item .queet img.attachment-thumb',function (event)
var thisAttachmentThumbSrc = $(this).attr('src');
var parentStreamItem = $(this).closest('.stream-item');
var $parentStreamItemClone = $('<div/>').append(parentStreamItem.outerHTML());
var $queetThumbsClone = $('<div/>').append($parentStreamItemClone.find('.queet-thumbs').outerHTML());
var $queetThumbsClone = $('<div/>').append($parentStreamItemClone.children('.stream-item').children('.queet').find('.queet-thumbs').outerHTML());
// cleaned version of the stream item to show in the footer
cleanStreamItemsFromClassesAndConversationElements($parentStreamItemClone);

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -166,35 +166,35 @@
"hideQuotesInTimeline": "Verberge Zitate in dieser Timeline",
"userBlocks": "Benutzer, die du blockierst",
"buttonBlocked": "Blockiert",
"buttonUnblock": "Blockierung aufheben",
"buttonUnblock": "Blockieren aufheben",
"failedBlockingUser": "Blockieren des Benutzers fehlgeschlagen.",
"failedUnblockingUser": "Aufheben der Blockierung fehlgeschlagen.",
"unblockUser": "Blockierung von {username} aufheben",
"unblockUser": "Blockieren von {username} aufheben",
"tooltipBlocksYou": "{username} blockiert dich, sodass du ihm nicht folgen kannst.",
"silenced":"Silenced",
"silencedPlural":"Silenced profiles",
"silencedUsersOnThisInstance":"Silenced profiles on {site-title}",
"sandboxed":"Sandboxed",
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"silenced":"Gesperrt",
"silencedPlural":"Gesperrte Nutzer",
"silencedUsersOnThisInstance":"Gesperrte Nutzer bei {site-title}",
"sandboxed":"in der Sandbox",
"sandboxedPlural":"Profile in der Sandbox",
"sandboxedUsersOnThisInstance":"Profile in der Sandbox bei {site-title}",
"silencedStreamDescription":"Gesperrte Benutzer können sich nicht einloggen oder posten und das, was bereits geschrieben wurde, wird nicht mehr angezeigt. Für lokale Benutzer ist das wie ein Löschvorgang, der wiederherstellbar ist, für entfernte Benutzer ist dies ein seitenweiter Block.",
"sandboxedStreamDescription":"Mitteilungen von Benutzern im Sandkasten werden sowohl aus der öffentlichen Zeitleiste als auch im gesamtbekannten Netz ausgeblendet. Mitteilungen von Benutzern im Sandkasten werden auch nicht nachträglich veröffentlicht.",
"onlyShowNotificationsFromUsersIFollow":"Nur Benachrichtigungen von Nutzern anzeigen, denen ich folge",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",
"sandboxThisUser":"Sandbox {nickname}",
"unSilenceThisUser":"Unsilence {nickname}",
"unSandboxThisUser":"Unsandbox {nickname}",
"ERRORfailedSandboxingUser":"Failed sandboxing/unsandboxing the user",
"ERRORfailedSilencingUser":"Failed silencing/unsilencing the user",
"muteUser":"Mute",
"unmuteUser":"Unmute",
"hideNotificationsFromMutedUsers":"Hide notifications from muted users",
"thisIsANoticeFromAMutedUser":"You have muted the author of this quip. Click here to show it anyway.",
"userMutes":"Accounts you're muting",
"silenceThisUser":"{nickname} sperren",
"sandboxThisUser":"{nickname} in die Sandbox versetzen",
"unSilenceThisUser":"Sperre von {nickname} aufheben",
"unSandboxThisUser":"{nickname} aus der Sandbox entlassen",
"ERRORfailedSandboxingUser":"Fehler beim Versetzen in die Sandbox/Wiederzulassen des Benutzers",
"ERRORfailedSilencingUser":"Fehler beim Sperren oder Entsperren",
"muteUser":"Ausblenden",
"unmuteUser":"Ausblenden aufheben",
"hideNotificationsFromMutedUsers":"Benachrichtigungen von ausgeblendeten Benutzern verbergen",
"thisIsANoticeFromAMutedUser":"Du hast diesen Benutzer ausgeblendet. Hier kannst Du die Mitteilung trotzdem sichtbar machen.",
"userMutes":"Ausgeblendete Nutzer",
"userBlocked":"Blockierte Nutzer",
"userMuted":"Muted accounts",
"mutedStreamDescription":"You've hidden these accounts from your timeline. You will still recieve notifications from these accounts, unless you select &quot;Hide notifications from muted users&quot; from the cog wheel menu on the notifications page.",
"userMuted":"Ausgeblendete Nutzer",
"mutedStreamDescription":"Du hast diese Nutzer in Deiner Timeline ausgeblendet. Benachrichtigungen von diesen Nutzern werden werden weiterhin angezeigt. Um sie ebenfalls zu verbergen, wähle im Zahnradmenu der Benachrichtigungsseite die Option &quot;Benachrichtigungen von ausgeblendeten Benutzern verbergen&quot;.",
"profileAndSettings":"Profil und Einstellungen",
"profileSettings":"Profileinstellungen"
}

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -98,7 +98,7 @@
"signUpEmail": "Correo electrónico",
"signUpButtonText": "Regístrate en {site-title}",
"welcomeHeading": "Bienvenido a {site-title}",
"welcomeText": "Somos una <span id=\"federated-tooltip\"><div id=\"what-is-federation\">« Federación » significa que no debes tener una cuenta de {site-title} para seguir su usuarios, estar seguido por o communicar con ellos. ¡Puedes registrar con cualquier servidor StatusNet o <a href=\"http://www.gnu.org/software/social/\">GNU social</a>, o cualquier servicio utilizando el protocolo <a href=\"http://www.w3.org/community/ostatus/wiki/Main_Page\">OStatus</a>! También no debes registrarse en cualquier servicio para participar - simplemente instala el software GNU social en tu propio servidor. (:</div>federación</span> de microblogueros que, como tú, estan motivados por ética y solidaridad y quieren abandonar los servicios capitalistas centralizados.",
"welcomeText": "Somos una <span id=\"federated-tooltip\"><div id=\"what-is-federation\">«Federación» significa que no necesitas tener una cuenta de {site-title} para seguir a sus usuarios, estar seguido por o communicarte con ellos. ¡Puedes registrarte con cualquier servidor StatusNet o <a href=\"http://www.gnu.org/software/social/\">GNU social</a>, o cualquier servicio utilizando el protocolo <a href=\"http://www.w3.org/community/ostatus/wiki/Main_Page\">OStatus</a>! Tampoco es preciso registrarse en algún servicio para participar, simplemente instala el software GNU social en tu propio servidor. (:</div>federación</span> de microblogueros que, como tú, están motivados por ética y solidaridad, y quieren abandonar los servicios capitalistas centralizados.",
"registerNickname": "Nombre de usuario",
"registerHomepage": "Sitio web",
"registerBio": "Biografía",
@ -118,13 +118,13 @@
"cropAndSave": "Recortar y guardar",
"showTerms": "Leer los términos de uso",
"ellipsisMore": "Más",
"blockUser": "Bloquear {username}",
"blockUser": "Bloquear a {username}",
"goToOriginalNotice": "Ir al queet original",
"goToTheUsersRemoteProfile": "Ir al perfil del usuario",
"clickToDrag":"Click para arrastrar",
"keyboardShortcuts":"Atajos de teclado",
"classicInterface":"Classic {site-title}",
"accessibilityToggleLink":"Para una mejor accesibilidad, clica este enlace para cambiar a la vista clásica",
"clickToDrag":"Clic para arrastrar",
"keyboardShortcuts":"Atajos del teclado",
"classicInterface":"Estilo clásico de {site-title}",
"accessibilityToggleLink":"Para una mejor accesibilidad, clica en este enlace para cambiar a la vista clásica",
"tooltipBookmarkStream":"Añadir este stream a tus favoritos",
"tooltipTopMenu":"Menú y configuración",
"tooltipAttachImage":"Añade una imagen",
@ -133,7 +133,7 @@
"tooltipRemoveBookmark":"Eliminar el marcador",
"clearHistory":"Limpiar el historial de navegación",
"ERRORsomethingWentWrong":"Algo ha ido mal.",
"ERRORmustBeLoggedIn":"Debes iniciar sessión para ver el stream.",
"ERRORmustBeLoggedIn":"Debes iniciar sesión para ver el stream.",
"ERRORcouldNotFindUserWithNickname":"No se ha encontrado el usuario con el apodo \"{nickname}\" en este servidor",
"ERRORcouldNotFindGroupWithNickname":"No se ha encontrado el grupo con el nombre \"{nickname}\" en este servidor",
"ERRORcouldNotFindPage":"No se pudo encontrar la página.",
@ -158,43 +158,42 @@
"listSubscribers":"Suscriptores",
"ERRORcouldNotFindList":"La lista no existe.",
"emailAlreadyInUse":"Ya en uso",
"addEditLanguageLink":"Ayuda a traducir {site-title} a otro lenguaje",
"onlyPartlyTranslated":"{site-title} solo está parcialmente traducido al <em>{language-name}</em> ({percent}%). Puedes ayudar a completar la traducción en <a href=\"https://git.gnu.io/h2p/Qvitter/tree/master/locale\">Página del repositorio de Qvitter</a>",
"addEditLanguageLink":"Ayuda a traducir {site-title} a otro idioma.",
"onlyPartlyTranslated":"{site-title} sólo está parcialmente traducido al <em>{language-name}</em> ({percent}%). Puedes ayudar a completar la traducción en <a href=\"https://git.gnu.io/h2p/Qvitter/tree/master/locale\">Página del repositorio de Qvitter</a>",
"startRant":"Iniciar una conversación",
"continueRant":"Continuar la conversación",
"hideEmbeddedInTimeline":"Ocultar contenido incrustado en esta línea temporal",
"hideQuotesInTimeline":"Ocultar citas en esta línea temporal",
"userBlocks":"Cuentas que estás bloqueando",
"userBlocks":"Usuarios a quienes has bloqueado",
"buttonBlocked":"Bloqueado",
"buttonUnblock":"Desbloquear",
"failedBlockingUser":"Falló el bloqueo al usuario.",
"failedUnblockingUser":"Falló el desbloqueo del usuario .",
"unblockUser": "Desbloquear a {username}",
"tooltipBlocksYou":"Has sido bloqueado por {username}.",
"silenced":"Silenced",
"silencedPlural":"Silenced profiles",
"silencedUsersOnThisInstance":"Silenced profiles on {site-title}",
"sandboxed":"Sandboxed",
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",
"sandboxThisUser":"Sandbox {nickname}",
"unSilenceThisUser":"Unsilence {nickname}",
"unSandboxThisUser":"Unsandbox {nickname}",
"ERRORfailedSandboxingUser":"Failed sandboxing/unsandboxing the user",
"ERRORfailedSilencingUser":"Failed silencing/unsilencing the user",
"muteUser":"Mute",
"unmuteUser":"Unmute",
"hideNotificationsFromMutedUsers":"Hide notifications from muted users",
"thisIsANoticeFromAMutedUser":"You have muted the author of this quip. Click here to show it anyway.",
"userMutes":"Accounts you're muting",
"userBlocked":"Blocked accounts",
"userMuted":"Muted accounts",
"mutedStreamDescription":"You've hidden these accounts from your timeline. You will still recieve notifications from these accounts, unless you select &quot;Hide notifications from muted users&quot; from the cog wheel menu on the notifications page.",
"profileAndSettings":"Profile and settings",
"profileSettings":"Profile settings"
"tooltipBlocksYou":"{username} te ha bloqueado.",
"silenced":"Silenciado",
"silencedPlural":"Perfiles silenciados",
"silencedUsersOnThisInstance":"Perfiles silenciados en {site-title}",
"sandboxed":"Aislado",
"sandboxedPlural":"Perfiles aislados",
"sandboxedUsersOnThisInstance":"Perfiles aislados en {site-title}",
"silencedStreamDescription":"Los usuarios prohibidos no pueden iniciar sesión ni publicar queets y los ya publicados se ocultarán. Para usuarios locales es como una eliminación reversible; para usuarios remotos es como un bloqueo global.",
"sandboxedStreamDescription":"Los queets de usuarios aislados están excluidos de la línea temporal pública y de toda la red conocida. Los queets publicados durante el aislamiento no se incluirán en las líneas temporales públicas aunque se desactive el aislamiento al usuario.", "onlyShowNotificationsFromUsersIFollow":"Sólo mostrar notificaciones de usuarios a quienes sigo",
"userOptions":"Más opciones de usuario",
"silenceThisUser":"Prohibir a {nickname}",
"sandboxThisUser":"Aislar a {nickname}",
"unSilenceThisUser":"Desactivar la prohibición de {nickname}",
"unSandboxThisUser":"Desactivar el aislamiento de {nickname}",
"ERRORfailedSandboxingUser":"Falló el aislamiento o su desactivación del usuario",
"ERRORfailedSilencingUser":"Falló la prohibición o su desactivación del usuario",
"muteUser":"Silenciar",
"unmuteUser":"Desactivar silencio",
"hideNotificationsFromMutedUsers":"Ocultar notificaciones de usuarios silenciados",
"thisIsANoticeFromAMutedUser":"Has silenciado al autor de este queet. Haz clic para mostrarlo igualmente.",
"userMutes":"Usuarios que has silenciado",
"userBlocked":"Cuentas bloqueadas",
"userMuted":"Cuentas silenciadas",
"mutedStreamDescription":"Has ocultado estas cuentas de tu línea temporal. Seguirás recibiendo notificaciones de dichas cuentas a menos que selecciones &quot;Ocultar notificaciones de usuarios silencioados&quot; desde el menú con forma de rueda dentada en la página de notificaciones.",
"profileAndSettings":"Perfil y ajustes",
"profileSettings":"Ajustes del perfil"
}

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -179,7 +179,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -176,7 +176,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -171,22 +171,22 @@
"failedUnblockingUser":"Misslyckades med att avblockera användaren.",
"unblockUser": "Avblockera {username}",
"tooltipBlocksYou":"Du är blockerad från att följa {username}.",
"silenced":"Nedtystad",
"silencedPlural":"Nedtystade användare",
"silencedUsersOnThisInstance":"Nedtystade användare på {site-title}",
"sandboxed":"I sandlådan",
"sandboxedPlural":"Användare i sandlådan",
"sandboxedUsersOnThisInstance":"Användare i sandlådan på {site-title}",
"silencedStreamDescription":"Nedtystade användare kan inte logga in eller skriva qvittringar. Qvittringar som de redan skrivit är dolda. För lokala användare är det som en borttagning som kan ångras, och för externa användare är det som att blockera användaren från instansen.",
"sandboxedStreamDescription":"Qvittringar från användare som är i sandlådan visas inte i &quot;Hela sajtens flöde&quot; eller &quot;Hela det kända nätverket&quot;. Qvittringar som användaren skriver under tiden den är i sandlådan kommer inte visas i de offentliga flödena om hen tas ur sandlådan senare.",
"silenced":"Spärrad",
"silencedPlural":"Spärrade användare",
"silencedUsersOnThisInstance":"Spärrade användare på {site-title}",
"sandboxed":"Dold",
"sandboxedPlural":"Dolda användare",
"sandboxedUsersOnThisInstance":"Dolda användare på {site-title}",
"silencedStreamDescription":"Spärrade användare kan inte logga in eller skriva qvittringar. Qvittringar som de redan skrivit är dolda. För lokala användare är det som en borttagning som kan ångras, och för externa användare är det som att blockera användaren från instansen.",
"sandboxedStreamDescription":"Qvittringar från dolda användare visas inte i &quot;Hela sajtens flöde&quot; eller &quot;Hela det kända nätverket&quot;. I övrigt kan de använda sajten som vanligt.",
"onlyShowNotificationsFromUsersIFollow":"Visa bara notiser från användare som jag följer",
"userOptions":"Fler användaråtgärder",
"silenceThisUser":"Tysta ner {nickname}",
"sandboxThisUser":"Sätt {nickname} i sandlådan",
"unSilenceThisUser":"Ta bort nedtystning av {nickname}",
"unSandboxThisUser":"Ta {nickname} ur sandlådan",
"ERRORfailedSandboxingUser":"Misslyckades med att sätta/ta ur användaren i sandlådan",
"ERRORfailedSilencingUser":"Misslyckades med att tysta ner eller ta bort nedtystning",
"silenceThisUser":"Spärra {nickname}",
"sandboxThisUser":"Dölj {nickname}",
"unSilenceThisUser":"Öppna kontot {nickname} igen",
"unSandboxThisUser":"Visa {nickname} i offentliga flöden igen",
"ERRORfailedSandboxingUser":"Misslyckades med att dölja användaren",
"ERRORfailedSilencingUser":"Misslyckades med att spärra eller öppna användaren",
"muteUser":"Ignorera",
"unmuteUser":"Sluta ignorera",
"hideNotificationsFromMutedUsers":"Dölj notiser från användare som du ignorerar",

View File

@ -178,7 +178,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -177,7 +177,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",

View File

@ -177,7 +177,7 @@
"sandboxedPlural":"Sandboxed profiles",
"sandboxedUsersOnThisInstance":"Sandboxed profiles on {site-title}",
"silencedStreamDescription":"Silenced users can't login or post quips and the quips they've already posted are hidden. For local users it's like a delete that can be reversed, for remote users it's like a site wide block.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Quips posted while being in the sandbox will not be included in the public timelines if the user is unsandboxed.",
"sandboxedStreamDescription":"Quips from sandboxed users are excluded from the Public Timeline and The Whole Known Network. Apart from that, they can use the site like any other user.",
"onlyShowNotificationsFromUsersIFollow":"Only show notifications from users I follow",
"userOptions":"More user actions",
"silenceThisUser":"Silence {nickname}",