Import xinha so we can switch from htmlarea and fix a bunch of in-browser issues that htmlarea has
This commit is contained in:
10
xinha/plugins/InsertAnchor/lang/de.js
Executable file
10
xinha/plugins/InsertAnchor/lang/de.js
Executable file
@@ -0,0 +1,10 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "de", ENCODING: UTF-8
|
||||
// translated: Raimund Meyer xinha@ray-of-light.org
|
||||
|
||||
{
|
||||
"Insert Anchor": "Anker einfügen",
|
||||
"Anchor name": "Name (ID)",
|
||||
"Delete": "Löschen"
|
||||
}
|
||||
7
xinha/plugins/InsertAnchor/lang/fr.js
Normal file
7
xinha/plugins/InsertAnchor/lang/fr.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// I18N constants
|
||||
// LANG: "fr", ENCODING: UTF-8
|
||||
{
|
||||
"Insert Anchor": "Insérer une ancre",
|
||||
"Anchor name": "Nom de l'ancre",
|
||||
"Delete": "Supprimer"
|
||||
}
|
||||
8
xinha/plugins/InsertAnchor/lang/no.js
Normal file
8
xinha/plugins/InsertAnchor/lang/no.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// I18N constants
|
||||
// LANG: "no", ENCODING: UTF-8
|
||||
// translated: Kim Steinhaug, http://www.steinhaug.com/, kim@steinhaug.com
|
||||
|
||||
{
|
||||
"Insert Anchor": "Sett inn anker",
|
||||
"Anchor name": "Anker navn (ID)"
|
||||
}
|
||||
Reference in New Issue
Block a user