Ticket #2385: 2385.patch
File 2385.patch, 2.8 KB (added by , 15 years ago) |
---|
-
editor/lang/_translationstatus.txt
69 69 sl.js Found: 411 Missing: 9 70 70 sr-latn.js Found: 368 Missing: 52 71 71 sr.js Found: 368 Missing: 52 72 sv.js Found: 396 Missing: 2472 sv.js Found: 409 Missing: 11 73 73 th.js Found: 393 Missing: 27 74 74 tr.js Found: 396 Missing: 24 75 75 uk.js Found: 397 Missing: 23 -
editor/lang/sv.js
46 46 RemoveLink : "Radera länk", 47 47 VisitLink : "Open Link", //MISSING 48 48 Anchor : "Infoga/Redigera ankarlänk", 49 AnchorDelete : "R emove Anchor", //MISSING49 AnchorDelete : "Radera ankarlänk", 50 50 InsertImageLbl : "Bild", 51 51 InsertImage : "Infoga/Redigera bild", 52 52 InsertFlashLbl : "Flash", … … 116 116 CellCM : "Cell", 117 117 RowCM : "Rad", 118 118 ColumnCM : "Kolumn", 119 InsertRowAfter : " Insert Row After", //MISSING120 InsertRowBefore : " Insert Row Before", //MISSING119 InsertRowAfter : "Lägg till Rad Efter", 120 InsertRowBefore : "Lägg till Rad Före", 121 121 DeleteRows : "Radera rad", 122 InsertColumnAfter : " Insert Column After", //MISSING123 InsertColumnBefore : " Insert Column Before", //MISSING122 InsertColumnAfter : "Lägg till Kolumn Efter", 123 InsertColumnBefore : "Lägg till Kolumn Före", 124 124 DeleteColumns : "Radera kolumn", 125 InsertCellAfter : " Insert Cell After", //MISSING126 InsertCellBefore : " Insert Cell Before", //MISSING125 InsertCellAfter : "Lägg till Cell Efter", 126 InsertCellBefore : "Lägg till Cell Före", 127 127 DeleteCells : "Radera celler", 128 128 MergeCells : "Sammanfoga celler", 129 MergeRight : " Merge Right", //MISSING130 MergeDown : " Merge Down", //MISSING131 HorizontalSplitCell : " Split Cell Horizontally", //MISSING132 VerticalSplitCell : " Split Cell Vertically", //MISSING129 MergeRight : "Sammanfoga Höger", 130 MergeDown : "Sammanfoga Ner", 131 HorizontalSplitCell : "Dela Cell Horisontellt", 132 VerticalSplitCell : "Dela Cell Vertikalt", 133 133 TableDelete : "Radera tabell", 134 134 CellProperties : "Cellegenskaper", 135 135 TableProperties : "Tabellegenskaper", … … 337 337 DlgCellBtnSelect : "Välj...", 338 338 339 339 // Find and Replace Dialog 340 DlgFindAndReplaceTitle : " Find and Replace", //MISSING340 DlgFindAndReplaceTitle : "Sök och ersätt", 341 341 342 342 // Find Dialog 343 343 DlgFindTitle : "Sök", … … 448 448 // Bulleted List Dialog 449 449 BulletedListProp : "Egenskaper för punktlista", 450 450 NumberedListProp : "Egenskaper för numrerad lista", 451 DlgLstStart : "Start", //MISSING451 DlgLstStart : "Start", 452 452 DlgLstType : "Typ", 453 453 DlgLstTypeCircle : "Cirkel", 454 454 DlgLstTypeDisc : "Punkt",