Import xinha so we can switch from htmlarea and fix a bunch of in-browser issues that htmlarea has
This commit is contained in:
90
xinha/plugins/TableOperations/lang/da.js
Normal file
90
xinha/plugins/TableOperations/lang/da.js
Normal file
@@ -0,0 +1,90 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "da", ENCODING: UTF-8
|
||||
// Author: Steen Sønderup, <steen@soenderup.com>
|
||||
|
||||
// FOR TRANSLATORS:
|
||||
//
|
||||
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
|
||||
// (at least a valid email address)
|
||||
//
|
||||
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
|
||||
// (if this is not possible, please include a comment
|
||||
// that states what encoding is necessary.)
|
||||
|
||||
{
|
||||
"Align": "Placer",
|
||||
"All four sides": "Alle fire sider",
|
||||
"Background": "Baggrund",
|
||||
"Baseline": "Bundlinie",
|
||||
"Border": "Kant",
|
||||
"Borders": "Kanter",
|
||||
"Bottom": "Bund",
|
||||
"Style [CSS]": "Stil [CSS]",
|
||||
"Caption": "Titel",
|
||||
"Cell Properties": "Celle egenskaber",
|
||||
"Center": "Centrer",
|
||||
"Char": "Plads",
|
||||
"Collapsed borders": "Sammensmelt rammer",
|
||||
"Color": "Farve",
|
||||
"Description": "Beskrivelse",
|
||||
"FG Color": "Font farve",
|
||||
"Float": "Justering",
|
||||
"Frames": "Udvendig",
|
||||
"Height": "Højde",
|
||||
"How many columns would you like to merge?": "Hvor mange kollonner vil du samle?",
|
||||
"How many rows would you like to merge?": "Hvor mange rækker vil du samle?",
|
||||
"Image URL": "Billede URL",
|
||||
"Justify": "Lige margener",
|
||||
"Layout": "Opsætning",
|
||||
"Left": "Venstre",
|
||||
"Margin": "Margen",
|
||||
"Middle": "Centrer",
|
||||
"No rules": "Ingen rammer",
|
||||
"No sides": "Ingen sider",
|
||||
"None": "Ingen",
|
||||
"Padding": "Margen",
|
||||
"Please click into some cell": "Klik på en celle",
|
||||
"Right": "Højre",
|
||||
"Row Properties": "Række egenskaber",
|
||||
"Rules will appear between all rows and columns": "Rammer mellem rækker og kolonner",
|
||||
"Rules will appear between columns only": "Kun rammer mellem kolonner",
|
||||
"Rules will appear between rows only": "Kun rammer mellem rækker",
|
||||
"Rules": "Invendig",
|
||||
"Spacing and padding": "Afstand og margen",
|
||||
"Spacing": "Afstand",
|
||||
"Summary": "Beskrivelse",
|
||||
"Delete cell": "Slet celle",
|
||||
"Insert cell after": "Indsæt celle efter",
|
||||
"Insert cell before": "Indsæt celle før",
|
||||
"Merge cells": "Sammensæt celler",
|
||||
"Cell properties": "Celle egenskaber",
|
||||
"Split cell": "Opdel celle",
|
||||
"Delete column": "Slet kollonne",
|
||||
"Insert column after": "Indsæt kolonne efter",
|
||||
"Insert column before": "Indsæt kolonne før",
|
||||
"Split column": "Opdel kolonne",
|
||||
"Delete row": "Slet række",
|
||||
"Insert row before": "Indsæt række før",
|
||||
"Insert row after": "Indsæt række efter",
|
||||
"Row properties": "Række egenskaber",
|
||||
"Split row": "Opdel række",
|
||||
"Table properties": "Tabel egenskaber",
|
||||
"Table Properties": "Tabel egenskaber",
|
||||
"Text align": "Tekst",
|
||||
"The bottom side only": "Kun i bunden",
|
||||
"The left-hand side only": "Kun i højre side",
|
||||
"The right and left sides only": "Kun i siderne",
|
||||
"The right-hand side only": "Kun i venstre side",
|
||||
"The top and bottom sides only": "Kun i top og bund",
|
||||
"The top side only": "Kun i toppen",
|
||||
"Top": "Top",
|
||||
"Unset color": "Farve ikke valgt",
|
||||
"Vertical align": "Vertikal placering",
|
||||
"Width": "Bredde",
|
||||
"HTMLArea cowardly refuses to delete the last cell in row.": "Du kan ikke slette den sidste celle i en række.",
|
||||
"HTMLArea cowardly refuses to delete the last column in table.": "Du kan ikke slette den sidste kolonne i en tabel.",
|
||||
"HTMLArea cowardly refuses to delete the last row in table.": "Du kan ikke slette den sidste række i en tabel.",
|
||||
"percent": "procent",
|
||||
"pixels": "pixel"
|
||||
}
|
||||
Reference in New Issue
Block a user