mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
update the rest of the HA-tree
This commit is contained in:
91
phpgwapi/js/htmlarea/plugins/TableOperations/lang/no.js
Normal file
91
phpgwapi/js/htmlarea/plugins/TableOperations/lang/no.js
Normal file
@ -0,0 +1,91 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
|
||||
// Author: Mihai Bazon, <mishoo@infoiasi.ro>
|
||||
// translated into Norwegia: ses@online.no 11.11.03
|
||||
|
||||
// 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.)
|
||||
|
||||
TableOperations.I18N = {
|
||||
"Align": "Juster",
|
||||
"All four sides": "Alle fire sider",
|
||||
"Background": "Bakgrund",
|
||||
"Baseline": "Grunnlinje",
|
||||
"Border": "Kantlinje",
|
||||
"Borders": "Kantlinjer",
|
||||
"Bottom": "Bunn",
|
||||
"CSS Style": "Stil [CSS]",
|
||||
"Caption": "Overskrift",
|
||||
"Cell Properties": "Celleegenskaper",
|
||||
"Center": "Sentrer",
|
||||
"Char": "Tegn",
|
||||
"Collapsed borders": "Fjern kantlinjer",
|
||||
"Color": "Farge",
|
||||
"Description": "Beskrivelse",
|
||||
"FG Color": "FG farge",
|
||||
"Float": "Flytende",
|
||||
"Frames": "rammer",
|
||||
"Height": "H<>yde",
|
||||
"How many columns would you like to merge?": "Hvor mange kolonner vil du sl<73> sammen?",
|
||||
"How many rows would you like to merge?": "Hvor mange rader vil du sl<73> sammen?",
|
||||
"Image URL": "Bildets URL",
|
||||
"Justify": "Juster",
|
||||
"Layout": "Layout",
|
||||
"Left": "Venstre",
|
||||
"Margin": "Marg",
|
||||
"Middle": "Midten",
|
||||
"No rules": "Ingen linjal",
|
||||
"No sides": "Ingen sider",
|
||||
"None": "Ingen",
|
||||
"Padding": "Luft",
|
||||
"Please click into some cell": "Klikk i en eller annen celle",
|
||||
"Right": "H<>yre",
|
||||
"Row Properties": "Egenskaper for rad",
|
||||
"Rules will appear between all rows and columns": "Linjer vil synes mellom alle rader og kolonner",
|
||||
"Rules will appear between columns only": "Linjer vil synes kun mellom kolonner",
|
||||
"Rules will appear between rows only": "Linjer vil synes kun mellom rader",
|
||||
"Rules": "Linjer",
|
||||
"Spacing and padding": "Luft",
|
||||
"Spacing": "Luft",
|
||||
"Summary": "Sammendrag",
|
||||
"TO-cell-delete": "Slett celle",
|
||||
"TO-cell-insert-after": "Sett inn celle etter",
|
||||
"TO-cell-insert-before": "Sett inn celle foran",
|
||||
"TO-cell-merge": "Sl<53> sammen celler",
|
||||
"TO-cell-prop": "Egenskaper for celle",
|
||||
"TO-cell-split": "Del celle",
|
||||
"TO-col-delete": "Slett kolonne",
|
||||
"TO-col-insert-after": "Skyt inn kolonne etter",
|
||||
"TO-col-insert-before": "Skyt inn kolonne f<>r",
|
||||
"TO-col-split": "Del kolonne",
|
||||
"TO-row-delete": "Slett rad",
|
||||
"TO-row-insert-above": "Skyt inn rad foran",
|
||||
"TO-row-insert-under": "Skyt inn rad etter",
|
||||
"TO-row-prop": "Egenskaper for rad",
|
||||
"TO-row-split": "Del rad",
|
||||
"TO-table-prop": "Tabellegenskaper",
|
||||
"Table Properties": "Tabellegenskaper",
|
||||
"Text align": "Juster tekst",
|
||||
"The bottom side only": "Bunnen kun",
|
||||
"The left-hand side only": "Venstresiden kun",
|
||||
"The right and left sides only": "H<>yre- og venstresiden kun",
|
||||
"The right-hand side only": "H<>yresiden kun",
|
||||
"The top and bottom sides only": "The top and bottom sides only",
|
||||
"The top side only": "Overkanten kun",
|
||||
"Top": "Overkant",
|
||||
"Unset color": "Ikke-bestemt farge",
|
||||
"Vertical align": "Vertikal justering",
|
||||
"Width": "Bredde",
|
||||
"not-del-last-cell": "HTMLArea nekter <20> slette siste cellen i tabellen.",
|
||||
"not-del-last-col": "HTMLArea nekter <20> slette siste kolonnen i tabellen.",
|
||||
"not-del-last-row": "HTMLArea nekter <20> slette siste raden i tabellen.",
|
||||
"percent": "prosent",
|
||||
"pixels": "billedpunkter"
|
||||
};
|
Reference in New Issue
Block a user