diff options
author | alecpl <alec@alec.pl> | 2010-06-24 13:55:14 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-24 13:55:14 +0000 |
commit | 60527660ee5e78df7ac4ee8e37a8ba6fdab22128 (patch) | |
tree | 28b852e9179de1917de2e0e0f2cc1d20d6f0c02d /program/js/tiny_mce/langs/nn.js | |
parent | f4f6291ec16bd2fe368f868e667ea2071c514098 (diff) |
- Update TinyMCE translations
Diffstat (limited to 'program/js/tiny_mce/langs/nn.js')
-rwxr-xr-x | program/js/tiny_mce/langs/nn.js | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/program/js/tiny_mce/langs/nn.js b/program/js/tiny_mce/langs/nn.js index 8106a4d62..4f80e45a7 100755 --- a/program/js/tiny_mce/langs/nn.js +++ b/program/js/tiny_mce/langs/nn.js @@ -90,7 +90,9 @@ desc:"Rediger CSS-stil" paste:{
paste_text_desc:"Lim inn som vanleg tekst",
paste_word_desc:"Lim inn fr\u00E5 Word",
-selectall_desc:"Marker al"
+selectall_desc:"Marker al",
+plaintext_mode_sticky:"Paste is now in plain text mode. Click again to toggle back to regular paste mode. After you paste something you will be returned to regular paste mode.",
+plaintext_mode:"Paste is now in plain text mode. Click again to toggle back to regular paste mode."
},
paste_dlg:{
text_title:"Bruk CTRL+V p\u00E5 tastaturet for \u00E5 lime inn i dette vindauget.",
@@ -120,7 +122,9 @@ col:"Kolonne", cell:"Celle"
},
autosave:{
-unload_msg:"Endringane du gjorde g\u00E5r tapt om du forl\u00E8t denne sida!"
+unload_msg:"Endringane du gjorde g\u00E5r tapt om du forl\u00E8t denne sida!",
+restore_content:"Restore auto-saved content.",
+warning_message:"If you restore the saved content, you will lose all the content that is currently in the editor.\n\nAre you sure you want to restore the saved content?."
},
fullscreen:{
desc:"Skift til/fr\u00E5 fullskjermmodus"
@@ -151,4 +155,16 @@ no_mpell:"Inga stavefeil funne." },
pagebreak:{
desc:"Set inn sideskift"
+},
+advlist:{
+types:"Types",
+def:"Default",
+lower_alpha:"Lower alpha",
+lower_greek:"Lower greek",
+lower_roman:"Lower roman",
+upper_alpha:"Upper alpha",
+upper_roman:"Upper roman",
+circle:"Circle",
+disc:"Disc",
+square:"Square"
}}});
\ No newline at end of file |