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

@@ -0,0 +1,26 @@
// I18N constants
// LANG: "ja", ENCODING: UTF-8
{
// messages
"Substitute this occurrence?": "置換しますか?",
"Enter the text you want to find": "検索したいテキストを入力します",
"Inform a replacement word": "単語の置換を知らせる",
"found items": "件が検索されました",
"replaced items": "件が置換されました",
"found item": "件が検索されました",
"replaced item": "件が置換されました",
"not found": "はありません",
// window
"Find and Replace": "検索/置換",
"Search for:": "検索:",
"Replace with:": "置換:",
"Options": "設定",
"Whole words only": "完全一致のみ",
"Case sensitive search": "大文字/小文字区別",
"Substitute all occurrences": "すべて置換",
"Clear": "通常表示",
"Highlight": "強調表示",
"Undo": "元に戻す",
"Next": "次を検索",
"Done": "終了"
};

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
{
// messages

View File

@@ -0,0 +1,28 @@
// I18N constants
// LANG: "ru", ENCODING: UTF-8
// Author: Andrei Blagorazumov, a@fnr.ru
{
// messages
"Substitute this occurrence?": "Заменить это вхождение?",
"Enter the text you want to find": "Введите текст, который вы хотите найти",
"Inform a replacement word": "Показать замещающее слово",
"found items": "найти",
"replaced items": "замененные",
"found item": "найти",
"replaced item": "замененная",
"not found": "не найдено",
// window
"Find and Replace": "Найти и заменить",
"Search for:": "Найти",
"Replace with:": "Заменить с",
"Options": "Опции",
"Whole words only": "Только слова целиком",
"Case sensitive search": "Поиск с учетом регистра",
"Substitute all occurrences": "Заменить все вхождения",
"Clear": "Очистить",
"Highlight": "Выделить",
"Undo": "Отменить",
"Next": "След.",
"Done": "OK"
};

View File

@@ -0,0 +1,27 @@
// I18N constants
// LANG: "sv" (Swedish), ENCODING: UTF-8
// translated: Erik Dalén, <dalen@jpl.se>
{
// messages
"Substitute this occurrence?": "Ersätt denna?",
"Enter the text you want to find": "Skriv in text du vill söka",
"Inform a replacement word": "Skriv in ett ersättningsord",
"found items": "förekomster funna i sökningen",
"replaced items": "förekomster erstatta",
"found item": "Träff",
"replaced item": "erstatt träff",
"not found": "inte funnet",
// window
"Find and Replace": "Sök och ersätt",
"Search for:": "Sök efter:",
"Replace with:": "Ersätt med:",
"Options": "Välj",
"Whole words only": "Bara hela ord",
"Case sensitive search": "Skilj mellan stora och små bokstäver",
"Substitute all occurrences": "Erstatt alla träffar",
"Clear": "Töm",
"Highlight": "Markera",
"Undo": "Tillbaka",
"Next": "Nästa",
"Done": "Färdig"
};