summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/nb/FontChoice.js.uncompressed.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/_editor/nls/nb/FontChoice.js.uncompressed.js')
-rw-r--r--lib/dijit/_editor/nls/nb/FontChoice.js.uncompressed.js30
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/dijit/_editor/nls/nb/FontChoice.js.uncompressed.js b/lib/dijit/_editor/nls/nb/FontChoice.js.uncompressed.js
deleted file mode 100644
index d15cb84aa..000000000
--- a/lib/dijit/_editor/nls/nb/FontChoice.js.uncompressed.js
+++ /dev/null
@@ -1,30 +0,0 @@
-define(
-"dijit/_editor/nls/nb/FontChoice", //begin v1.x content
-({
- fontSize: "Størrelse",
- fontName: "Skrift",
- formatBlock: "Format",
-
- serif: "serif",
- "sans-serif": "sans-serif",
- monospace: "monospace",
- cursive: "kursiv",
- fantasy: "fantasi",
-
- noFormat: "Ingen",
- p: "Avsnitt",
- h1: "Overskrift",
- h2: "Undertittel",
- h3: "Under-undertittel",
- pre: "Forhåndsformatert",
-
- 1: "xx-liten",
- 2: "x-liten",
- 3: "liten",
- 4: "middels",
- 5: "stor",
- 6: "x-stor",
- 7: "xx-stor"
-})
-//end v1.x content
-);