Upgrade to Xinha 0.931. Xinha has been optimized for size and dozens of issues have been closed
out since the last upgrade . Add Firefox and Xinha buttons to main page to show our support.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// I18N constants
|
||||
// LANG: "de", ENCODING: UTF-8
|
||||
// Sponsored by http://www.systemconcept.de
|
||||
// Author: Holger Hees, <hhees@systemconcept.de>
|
||||
// (c) systemconcept.de 2004
|
||||
// Distributed under the same terms as HTMLArea itself.
|
||||
// This notice MUST stay intact for use (see license.txt).
|
||||
{
|
||||
"Insert special character": "Sonderzeichen einfügen",
|
||||
"Cancel": "Abbrechen"
|
||||
}
|
||||
// I18N constants
|
||||
// LANG: "de", ENCODING: UTF-8
|
||||
// Sponsored by http://www.systemconcept.de
|
||||
// Author: Holger Hees, <hhees@systemconcept.de>
|
||||
// (c) systemconcept.de 2004
|
||||
// Distributed under the same terms as HTMLArea itself.
|
||||
// This notice MUST stay intact for use (see license.txt).
|
||||
{
|
||||
"Insert special character": "Sonderzeichen einfügen",
|
||||
"Cancel": "Abbrechen"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// I18N constants
|
||||
// LANG: "fr", ENCODING: UTF-8
|
||||
{
|
||||
"Insert special character": "Insérer caractère spécial",
|
||||
"Insert special character": "Insérer un caractère spécial",
|
||||
"Cancel": "Annuler"
|
||||
};
|
||||
6
xinha/plugins/CharacterMap/lang/ja.js
Normal file
6
xinha/plugins/CharacterMap/lang/ja.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// I18N constants
|
||||
// LANG: "ja", ENCODING: UTF-8
|
||||
{
|
||||
"Insert special character": "特殊文字を挿入",
|
||||
"Cancel": "中止"
|
||||
};
|
||||
@@ -1,5 +1,5 @@
|
||||
// I18N constants
|
||||
// LANG: "no", ENCODING: UTF-8
|
||||
// LANG: "nb", ENCODING: UTF-8
|
||||
// translated: Kim Steinhaug, http://www.steinhaug.com/, kim@steinhaug.com
|
||||
{
|
||||
"Insert special character": "Sett inn tegn",
|
||||
7
xinha/plugins/CharacterMap/lang/ru.js
Normal file
7
xinha/plugins/CharacterMap/lang/ru.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// I18N constants
|
||||
// LANG: "ru", ENCODING: UTF-8
|
||||
// Author: Andrei Blagorazumov, a@fnr.ru
|
||||
{
|
||||
"Insert special character": "Вставить специальный символ",
|
||||
"Cancel": "Отменить"
|
||||
};
|
||||
7
xinha/plugins/CharacterMap/lang/sv.js
Normal file
7
xinha/plugins/CharacterMap/lang/sv.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// I18N constants
|
||||
// LANG: "sv" (Swedish), ENCODING: UTF-8
|
||||
// translated: Erik Dalén <dalen@jpl.se>
|
||||
{
|
||||
"Insert special character": "Infoga tecken",
|
||||
"Cancel": "Avbryt"
|
||||
};
|
||||
Reference in New Issue
Block a user