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,18 @@
// I18N constants
// LANG: "ja", ENCODING: UTF-8
{
"Clean up HTML": "HTMLのクリーンナップ",
"Please select from the following cleaning options...": "以下のクリーンナップオプションを選択してください...",
"General tidy up and correction of some problems.": "一般的な適正化といくつかの問題を修正します。",
"Clean bad HTML from Microsoft Word": "Microsoft Wordによる不正なHTMLの清潔化",
"Remove custom typefaces (font \"styles\").": "独自フォント名設定の除去 (font face)。",
"Remove custom font sizes.": "独自フォントサイズ設定の除去。",
"Remove custom text colors.": "独自文字色設定の除去。",
"Remove lang attributes.": "言語属性の除去。",
"Go": "実行",
"Cancel": "中止",
"Tidy failed. Check your HTML for syntax errors.": "適正化に失敗しました。HTMLの文法エラーを確認してください。",
"You don't have anything to tidy!": "適正化するものは何もありません!",
"Replace directional quote marks with non-directional quote marks.": "方向つき引用符を方向なし引用符に置換。",
"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
{
"Clean up HTML": "Vask HTML kode",
@@ -9,7 +9,7 @@
"Remove custom typefaces (font \"styles\").": "Fjerne egendefinerte skrifttyper (font face)",
"Remove custom font sizes.": "Fjerne egendefinerte skriftstørrelser (font size)",
"Remove custom text colors.": "Fjerne egendefinerte skriftfarger (font color)",
"Remove lang attributes.": "Fjerne lang attributter.",
"Remove lang attributes.": "Fjerne lang-attributter.",
"Go": "Utfør",
"Cancel": "Avbryt",
"Tidy failed. Check your HTML for syntax errors.": "Tidy (Programmet som retter HTML koden) feilet. Vennligst se over HTML koden for feil.",