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:
26
xinha/plugins/FindReplace/lang/ja.js
Normal file
26
xinha/plugins/FindReplace/lang/ja.js
Normal 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": "終了"
|
||||
};
|
||||
@@ -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
|
||||
28
xinha/plugins/FindReplace/lang/ru.js
Normal file
28
xinha/plugins/FindReplace/lang/ru.js
Normal 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"
|
||||
};
|
||||
27
xinha/plugins/FindReplace/lang/sv.js
Normal file
27
xinha/plugins/FindReplace/lang/sv.js
Normal 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"
|
||||
};
|
||||
Reference in New Issue
Block a user