source: branches/1.2/workflow/js/htmlarea/plugins/TableOperations/lang/no.js @ 1349

Revision 1349, 3.7 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1// I18N constants
2
3// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
4// Author: Mihai Bazon, <mishoo@infoiasi.ro>
5// translated into Norwegia: ses@online.no  11.11.03
6
7// FOR TRANSLATORS:
8//
9//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
10//      (at least a valid email address)
11//
12//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
13//      (if this is not possible, please include a comment
14//       that states what encoding is necessary.)
15
16TableOperations.I18N = {
17        "Align":                                                "Juster",
18        "All four sides":                               "Alle fire sider",
19        "Background":                                   "Bakgrund",
20        "Baseline":                     "Grunnlinje",
21        "Border":                                               "Kantlinje",
22        "Borders":                                              "Kantlinjer",
23        "Bottom":                       "Bunn",
24        "CSS Style":                                    "Stil [CSS]",
25        "Caption":                                              "Overskrift",
26        "Cell Properties":              "Celleegenskaper",
27        "Center":                                               "Sentrer",
28        "Char":                         "Tegn",
29        "Collapsed borders":            "Fjern kantlinjer",
30        "Color":                                                "Farge",
31        "Description":                                  "Beskrivelse",
32        "FG Color":                                             "FG farge",
33        "Float":                        "Flytende",
34        "Frames":                                               "rammer",
35        "Height":                       "Høyde",
36        "How many columns would you like to merge?":      "Hvor mange kolonner vil du slå sammen?",
37        "How many rows would you like to merge?":         "Hvor mange rader vil du slå sammen?",
38        "Image URL":                                    "Bildets URL",
39        "Justify":                      "Juster",
40        "Layout":                                               "Layout",
41        "Left":                                                 "Venstre",
42        "Margin":                       "Marg",
43        "Middle":                       "Midten",
44        "No rules":                                             "Ingen linjal",
45        "No sides":                                             "Ingen sider",
46        "None":                         "Ingen",
47        "Padding":                                              "Luft",
48        "Please click into some cell":  "Klikk i en eller annen celle",
49        "Right":                                                "Høyre",
50        "Row Properties":               "Egenskaper for rad",
51        "Rules will appear between all rows and columns": "Linjer vil synes mellom alle rader og kolonner",
52        "Rules will appear between columns only":         "Linjer vil synes kun mellom kolonner",
53        "Rules will appear between rows only":            "Linjer vil synes kun mellom rader",
54        "Rules":                                                "Linjer",
55        "Spacing and padding":          "Luft",
56        "Spacing":                                              "Luft",
57        "Summary":                                              "Sammendrag",
58        "TO-cell-delete":                               "Slett celle",
59        "TO-cell-insert-after":                 "Sett inn celle etter",
60        "TO-cell-insert-before":                "Sett inn celle foran",
61        "TO-cell-merge":                                "Slå sammen celler",
62        "TO-cell-prop":                                 "Egenskaper for celle",
63        "TO-cell-split":                                "Del celle",
64        "TO-col-delete":                                "Slett kolonne",
65        "TO-col-insert-after":                  "Skyt inn kolonne etter",
66        "TO-col-insert-before":                 "Skyt inn kolonne før",
67        "TO-col-split":                                 "Del kolonne",
68        "TO-row-delete":                                "Slett rad",
69        "TO-row-insert-above":                  "Skyt inn rad foran",
70        "TO-row-insert-under":                  "Skyt inn rad etter",
71        "TO-row-prop":                                  "Egenskaper for rad",
72        "TO-row-split":                                 "Del rad",
73        "TO-table-prop":                                "Tabellegenskaper",
74        "Table Properties":                             "Tabellegenskaper",
75        "Text align":                   "Juster tekst",
76        "The bottom side only":                 "Bunnen kun",
77        "The left-hand side only":              "Venstresiden kun",
78        "The right and left sides only":        "Høyre- og venstresiden kun",
79        "The right-hand side only":                     "Høyresiden kun",
80        "The top and bottom sides only":        "The top and bottom sides only",
81        "The top side only":                            "Overkanten kun",
82        "Top":                          "Overkant",     
83        "Unset color":                  "Ikke-bestemt farge",
84        "Vertical align":               "Vertikal justering",
85        "Width":                                                "Bredde",
86        "not-del-last-cell":                    "HTMLArea nekter å slette siste cellen i tabellen.",
87        "not-del-last-col":                             "HTMLArea nekter å slette siste kolonnen i tabellen.",
88        "not-del-last-row":                             "HTMLArea nekter å slette siste raden i tabellen.",
89        "percent":                                              "prosent",
90        "pixels":                                               "billedpunkter"
91};
Note: See TracBrowser for help on using the repository browser.