|
227 | 227 | "message": "Beräkna (om) listan över icke-bokmärkesdubbletter. Två bokmärken anses vara dubbletter om deras webbadresser sammanfaller. I expertläge tillämpas de valda webbadressförbehandlingsreglerna (ersättningsreglerna) innan webbadresserna jämförs.", |
228 | 228 | "description": "Explain that the list of all non-dupe bookmarks will be (re)calculated, and how bookmark dupes are defined" |
229 | 229 | }, |
230 | | - "buttonListAll": { |
231 | | - "message": "Alla bokmärken", |
232 | | - "description": "Button for listing all bookmarks" |
233 | | - }, |
234 | | - "titleButtonListAll": { |
235 | | - "message": "Beräkna (om) listan över alla bokmärken för att ta bort beskrivningar. Listan består av de bokmärken med en icke-tom webbadress.", |
236 | | - "description": "Explain that the list of all bookmarks will be (re)calculated for stripping descriptions and that it consists of those bookmarks with a nonempty URL" |
237 | | - }, |
238 | 230 | "buttonMarkButFirst": { |
239 | 231 | "message": "Markera alla utom den första i varje grupp", |
240 | 232 | "description": "Button for marking all but first" |
|
415 | 407 | "message": "Flytta markerade bokmärken till “{0}”", |
416 | 408 | "description": "Button for moving marked bookmarks to trash folder. The trash folder name in the text should be {0}" |
417 | 409 | }, |
418 | | - "warningStripMarked": { |
419 | | - "message": "\u26A0", |
420 | | - "description": "Text in front of button for stripping descriptions of marked bookmarks" |
421 | | - }, |
422 | | - "buttonStripMarked": { |
423 | | - "message": "Rensa beskrivningar av markerade bokmärken", |
424 | | - "description": "Button for stripping descriptions of marked bookmarks" |
425 | | - }, |
426 | | - "titleButtonStripMarked": { |
427 | | - "message": "Rensning av beskrivningar uppdaterar bokmärkets interna genereringsdatum. Dessutom kommer den att flytta bokmärket till den plats där det var sedan du senast tryckte på knappen för att beräkna denna listan.", |
428 | | - "description": "Explain the side effects that stripping updates the date of bookmarks and moves them to the location of the last calculation of the list" |
429 | | - }, |
430 | 410 | "buttonStopRemoving": { |
431 | 411 | "message": "Stoppa borttagningen!", |
432 | 412 | "description": "Button for emergency stop of bookmark removing" |
|
435 | 415 | "message": "Stoppa flyttningen!", |
436 | 416 | "description": "Button for emergency stop of bookmark moving" |
437 | 417 | }, |
438 | | - "buttonStopStripping": { |
439 | | - "message": "Stoppa rensningen!", |
440 | | - "description": "Button for emergency stop of description stripping" |
441 | | - }, |
442 | 418 | "checkboxFullUrl": { |
443 | 419 | "message": "Visa webbadressen i listan. Webbadressen visas om du håller muspekaren över bokmärket.", |
444 | 420 | "description": "Checkbox for displaying URL in listing. Explain that the URL will appear as title anyway" |
|
515 | 491 | "message": "Lista över bokmärken som är icke-dubbletter", |
516 | 492 | "description": "Explain that list of non-dupe bookmarks is shown" |
517 | 493 | }, |
518 | | - "messageAll": { |
519 | | - "message": "Hittade $TOTAL$ bokmärken", |
520 | | - "description": "Report specified number of bookmarks", |
521 | | - "placeholders": { |
522 | | - "total": { |
523 | | - "content": "$1", |
524 | | - "example": "0" |
525 | | - } |
526 | | - } |
527 | | - }, |
528 | | - "titleMessageAll": { |
529 | | - "message": "Listan består av bokmärken som har en webbadress.", |
530 | | - "description": "Explain that the list consists of those bookmarks with a nonempty URL" |
531 | | - }, |
532 | 494 | "messageCalculating": { |
533 | 495 | "message": "Söker", |
534 | 496 | "description": "Report that calculation started" |
|
638 | 600 | "errorNoBookmarkFolderFound": { |
639 | 601 | "message": "Hittade inga bokmärkesmappar", |
640 | 602 | "description": "Report that no bookmark folder was found" |
641 | | - }, |
642 | | - "messageStripMarked": { |
643 | | - "message": "Rensar beskrivning av markerade bokmärken", |
644 | | - "description": "Report that description stripping started" |
645 | | - }, |
646 | | - "messageStripProgress": { |
647 | | - "message": "($PERCENTAGE$ %) $TOTAL$ av $TODO$ beskrivningar rensade", |
648 | | - "description": "Report that specified number/total/percentage of descriptions are stripped", |
649 | | - "placeholders": { |
650 | | - "total": { |
651 | | - "content": "$1", |
652 | | - "example": "0" |
653 | | - }, |
654 | | - "todo": { |
655 | | - "content": "$2", |
656 | | - "example": "1" |
657 | | - }, |
658 | | - "percentage": { |
659 | | - "content": "$3", |
660 | | - "example": "0" |
661 | | - } |
662 | | - } |
663 | | - }, |
664 | | - "messageStripSuccess": { |
665 | | - "message": "$TOTAL$ beskrivningar rensade!", |
666 | | - "description": "Report success when stripping specified number of descriptions", |
667 | | - "placeholders": { |
668 | | - "total": { |
669 | | - "content": "$1", |
670 | | - "example": "0" |
671 | | - } |
672 | | - } |
673 | | - }, |
674 | | - "messageStripError": { |
675 | | - "message": "Fel efter rensning av $TOTAL$ beskrivningar: $ERROR$", |
676 | | - "description": "Report specified error after stripping specified number of descriptions", |
677 | | - "placeholders": { |
678 | | - "error": { |
679 | | - "content": "$1", |
680 | | - "example": "error description" |
681 | | - }, |
682 | | - "total": { |
683 | | - "content": "$2", |
684 | | - "example": "0" |
685 | | - } |
686 | | - } |
687 | 603 | } |
688 | 604 | } |
0 commit comments