home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / plugins / SpellChecker / lang / da.js < prev    next >
Text File  |  2004-03-08  |  2KB  |  38 lines

  1. ∩╗┐// I18N constants
  2.  
  3. // LANG: "en", ENCODING: UTF-8 | ISO-8859-1
  4. // Author: Steen S├╕nderup, <steen@soenderup.com>
  5.  
  6. // FOR TRANSLATORS:
  7. //
  8. //   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
  9. //      (at least a valid email address)
  10. //
  11. //   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
  12. //      (if this is not possible, please include a comment
  13. //       that states what encoding is necessary.)
  14.  
  15. SpellChecker.I18N = {
  16.     "CONFIRM_LINK_CLICK"                    : "Vil du f├╕lge dette link?",
  17.     "Cancel"                                : "Anuler",
  18.     "Dictionary"                            : "Ordbog",
  19.     "Finished list of mispelled words"      : "Listen med stavefejl er gennemg├Ñet",
  20.     "I will open it in a new page."         : "Jeg vil ├Ñbne det i en ny side.",
  21.     "Ignore all"                            : "Ignorer alle",
  22.     "Ignore"                                : "Ignorer",
  23.     "NO_ERRORS"                             : "Der blev ikke fundet nogle stavefejl med den valgte ordbog.",
  24.     "NO_ERRORS_CLOSING"                     : "Stavekontrollen er gennemf├╕rt, der blev ikke fundet nogle stavefejl.  Lukker...",
  25.     "OK"                                    : "OK",
  26.     "Original word"                         : "Oprindeligt ord",
  27.     "Please wait.  Calling spell checker."  : "Vent venligst.  Henter stavekontrol.",
  28.     "Please wait: changing dictionary to"   : "Vent venligst: skifter ordbog til",
  29.     "QUIT_CONFIRMATION"                     : "Alle dine ├ªndringer vil g├Ñ tabt, vil du forts├ªtte?",
  30.     "Re-check"                              : "Tjek igen",
  31.     "Replace all"                           : "Erstat alle",
  32.     "Replace with"                          : "Erstat med",
  33.     "Replace"                               : "Erstat",
  34.     "SC-spell-check"                        : "Stavekontrol",
  35.     "Suggestions"                           : "Forslag",
  36.     "pliz weit ;-)"                         : "Vent venligst"
  37. };
  38.