mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
38 lines
1.8 KiB
JavaScript
38 lines
1.8 KiB
JavaScript
|
// I18N constants
|
|||
|
|
|||
|
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
|
|||
|
// Author: Steen Sønderup, <steen@soenderup.com>
|
|||
|
|
|||
|
// 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.)
|
|||
|
|
|||
|
SpellChecker.I18N = {
|
|||
|
"CONFIRM_LINK_CLICK" : "Vil du følge dette link?",
|
|||
|
"Cancel" : "Anuler",
|
|||
|
"Dictionary" : "Ordbog",
|
|||
|
"Finished list of mispelled words" : "Listen med stavefejl er gennemgået",
|
|||
|
"I will open it in a new page." : "Jeg vil åbne det i en ny side.",
|
|||
|
"Ignore all" : "Ignorer alle",
|
|||
|
"Ignore" : "Ignorer",
|
|||
|
"NO_ERRORS" : "Der blev ikke fundet nogle stavefejl med den valgte ordbog.",
|
|||
|
"NO_ERRORS_CLOSING" : "Stavekontrollen er gennemført, der blev ikke fundet nogle stavefejl. Lukker...",
|
|||
|
"OK" : "OK",
|
|||
|
"Original word" : "Oprindeligt ord",
|
|||
|
"Please wait. Calling spell checker." : "Vent venligst. Henter stavekontrol.",
|
|||
|
"Please wait: changing dictionary to" : "Vent venligst: skifter ordbog til",
|
|||
|
"QUIT_CONFIRMATION" : "Alle dine ændringer vil gå tabt, vil du fortsætte?",
|
|||
|
"Re-check" : "Tjek igen",
|
|||
|
"Replace all" : "Erstat alle",
|
|||
|
"Replace with" : "Erstat med",
|
|||
|
"Replace" : "Erstat",
|
|||
|
"SC-spell-check" : "Stavekontrol",
|
|||
|
"Suggestions" : "Forslag",
|
|||
|
"pliz weit ;-)" : "Vent venligst"
|
|||
|
};
|