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:
Chris Morgan
2007-05-31 22:43:05 +00:00
committed by WineHQ
parent ff46a4485d
commit 2d4b27530d
354 changed files with 19793 additions and 21419 deletions

View File

@@ -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"
}

View File

@@ -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"
};

View File

@@ -0,0 +1,6 @@
// I18N constants
// LANG: "ja", ENCODING: UTF-8
{
"Insert special character": "特殊文字を挿入",
"Cancel": "中止"
};

View File

@@ -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",

View File

@@ -0,0 +1,7 @@
// I18N constants
// LANG: "ru", ENCODING: UTF-8
// Author: Andrei Blagorazumov, a@fnr.ru
{
"Insert special character": "Вставить специальный символ",
"Cancel": "Отменить"
};

View 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"
};