[Pkg-mozext-commits] [sage-extension] 02/54: added traditional chinese locale

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag sage_1_3
in repository sage-extension.

commit f40c6e239cf34bfc1a923d4d4ed5cd8406ff5a77
Author: Peter Andrews <petea at jhu.edu>
Date:   Wed Sep 1 17:58:47 2004 +0000

    added traditional chinese locale
---
 src/install.js                        |  2 +
 src/install.rdf                       |  3 +-
 src/sage/locale/zh-TW/contents.rdf    | 17 +++++++
 src/sage/locale/zh-TW/opml.dtd        | 11 +++++
 src/sage/locale/zh-TW/sage.dtd        | 52 ++++++++++++++++++++++
 src/sage/locale/zh-TW/sage.properties | 84 +++++++++++++++++++++++++++++++++++
 6 files changed, 168 insertions(+), 1 deletion(-)

diff --git a/src/install.js b/src/install.js
index 04053fe..b77a05d 100755
--- a/src/install.js
+++ b/src/install.js
@@ -11,6 +11,7 @@ const APP_LOCALE_HUHU_PATH	= "locale/hu-HU/";
 const APP_LOCALE_ITIT_PATH	= "locale/it-IT/";
 const APP_LOCALE_NLNL_PATH	= "locale/nl-NL/";
 const APP_LOCALE_CACA_PATH	= "locale/ca-CA/";
+const APP_LOCALE_ZHTW_PATH	= "locale/zh-TW/";
 
 
 initInstall(APP_NAME, APP_CHROME_NAME, APP_VERSION); 
@@ -29,6 +30,7 @@ registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_HUHU_PATH);
 registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_ITIT_PATH);
 registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_NLNL_PATH);
 registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_CACA_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_ZHTW_PATH);
 
 var result = getLastError(); 
 if(result == SUCCESS) {
diff --git a/src/install.rdf b/src/install.rdf
index 55a01d9..6358fc7 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -26,6 +26,7 @@
 <em:locale>locale/it-IT/</em:locale>
 <em:locale>locale/nl-NL/</em:locale>
 <em:locale>locale/ca-CA/</em:locale>
+<em:locale>locale/zh-TW/</em:locale>
 </Description>
 </em:file>
 
@@ -39,4 +40,4 @@
  
 </Description>
 
-</RDF>
\ No newline at end of file
+</RDF>
diff --git a/src/sage/locale/zh-TW/contents.rdf b/src/sage/locale/zh-TW/contents.rdf
new file mode 100644
index 0000000..1ba05d4
--- /dev/null
+++ b/src/sage/locale/zh-TW/contents.rdf
@@ -0,0 +1,17 @@
+<?xml version="1.0" charset="utf8"?>
+
+<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+		 xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
+
+	<RDF:Seq about="urn:mozilla:locale:root">
+		<RDF:li resource="urn:mozilla:locale:zh-TW"/>
+	</RDF:Seq>
+
+	<RDF:Description about="urn:mozilla:locale:zh-TW">
+		<chrome:packages>
+			<RDF:Seq about="urn:mozilla:locale:zh-TW:packages">
+				<RDF:li resource="urn:mozilla:locale:zh-TW:sage"/>
+			</RDF:Seq>
+		</chrome:packages>
+	</RDF:Description>
+</RDF:RDF>
diff --git a/src/sage/locale/zh-TW/opml.dtd b/src/sage/locale/zh-TW/opml.dtd
new file mode 100644
index 0000000..926bf29
--- /dev/null
+++ b/src/sage/locale/zh-TW/opml.dtd
@@ -0,0 +1,11 @@
+<!ENTITY pageStart.label			"OPML 匯入/匯出 精靈">
+<!ENTITY pageStart.desc				"挑選你要的動作">
+<!ENTITY pageImport.label			"匯入 OPML">
+<!ENTITY pageImport.desc			"選擇一個匯入的 OPML 檔案">
+<!ENTITY pageExport.label			"匯出 OPML">
+<!ENTITY pageExport.desc			"選擇一個匯出的 OPML 檔案">
+
+<!ENTITY rdoImport.label			"匯入 OPML">
+<!ENTITY rdoExport.label			"匯出 OPML">
+
+<!ENTITY browseButton.label			"瀏覽...">
diff --git a/src/sage/locale/zh-TW/sage.dtd b/src/sage/locale/zh-TW/sage.dtd
new file mode 100644
index 0000000..7a97de1
--- /dev/null
+++ b/src/sage/locale/zh-TW/sage.dtd
@@ -0,0 +1,52 @@
+<!ENTITY sage.label				"Sage">
+<!ENTITY sage.version				"1.2.1">
+<!ENTITY sage.version.label				"版本">
+
+<!ENTITY sage.toolbarLabel			"Sage">
+<!ENTITY sage.sidebarTitle			"Sage">
+<!ENTITY sage.tooltip				"Displays Sage">
+
+<!ENTITY menu.view				"顯示">
+<!ENTITY menu.showSearchBar			"顯示 Feed 搜尋列">
+<!ENTITY menu.showFeedItemList			"顯示 Fees 文章列表">
+<!ENTITY menu.showDescTooltip			"顯示描述提示">
+<!ENTITY menu.openHTML				"在內容區域開啟Feeds">
+<!ENTITY menu.tools				"選項">
+<!ENTITY menu.checkUpdate			"檢查更新">
+<!ENTITY menu.manageRSSList			"管理 Feed 列表...">
+<!ENTITY menu.opmlImportExport			"OPML 匯入/匯出...">
+<!ENTITY menu.setting				"設置...">
+<!ENTITY menu.sageProjectFeed				"Sage Project 新消息">
+<!ENTITY menu.discoverFeeds				"挖掘 Feeds">
+
+<!-- Feed Discovery -->
+<!ENTITY discovery.status.searching     "搜尋目前頁面">
+<!ENTITY discovery.button.addFeed    "增加 Feed">
+<!ENTITY discovery.button.close			 "關閉">
+<!ENTITY discovery.header.title			 "標題">
+<!ENTITY discovery.header.format     "格式">
+<!ENTITY discovery.header.lastPubDate     "最後更新日期">
+<!ENTITY discovery.header.itemCount     "文章數">
+<!ENTITY discovery.header.url     "URL">
+
+<!-- Settings Dialog -->
+<!ENTITY settings.general.caption     "一般設定">
+<!ENTITY settings.autoFeedTitle.label     "自動更新 feed 標題">
+<!ENTITY settings.renderFeeds.label     "在瀏覽器內容區域表現Feeds">
+<!ENTITY settings.twelveHourClock.label     "使用12小時制">
+<!ENTITY settings.feedItemOrder.label     "Feed 文章順序">
+<!ENTITY settings.feedItemOrder.chrono     "按時間順序排序">
+<!ENTITY settings.feedItemOrder.source     "按來源順序排序">
+<!ENTITY settings.feedDiscoveryMode.label     "挖掘 Feed 模式">
+<!ENTITY settings.feedDiscoveryMode.exhaustive     "徹底的">
+<!ENTITY settings.feedDiscoveryMode.conservative     "保守的">
+<!ENTITY settingWindow.title                    "Sage 設定">
+<!ENTITY selectFolder.label			"選擇 Feed 的資料夾">
+<!ENTITY openInContentsArea.caption		"Feed 表示">
+<!ENTITY enableUserCss.label			"使用自訂的 CSS">
+<!ENTITY browseCss.label			"瀏覽...">
+<!ENTITY allowEContent.label			"允許 HTML 標籤">
+
+
+<!ENTITY openSageSidebar.commandkey		"S">
+<!ENTITY openSageSidebar.modifiersKey		"alt">
\ No newline at end of file
diff --git a/src/sage/locale/zh-TW/sage.properties b/src/sage/locale/zh-TW/sage.properties
new file mode 100644
index 0000000..9ec92f7
--- /dev/null
+++ b/src/sage/locale/zh-TW/sage.properties
@@ -0,0 +1,84 @@
+RESULT_OK_STR = OK
+RESULT_PARSE_ERROR_STR = XML Parse Error
+RESULT_NOT_RSS_STR = Feed Parse Error
+RESULT_NOT_FOUND_STR = File Not Found
+RESULT_NOT_AVAILABLE_STR = URL Not Available
+RESULT_ERROR_FAILURE_STR = Load Failure
+RESULT_LOADING = Loading
+RESULT_CHECKING = Checking
+
+CHECK_UPDATE = Check Feeds
+GET_RSS_TITLE= Get Feed Title
+
+
+# feed discovery messages
+
+discovery_external_feeds_category = External Feeds
+discovery_status_discovered = Discovered
+discovery_status_site_feed = site feed
+discovery_status_site_feeds = site feeds
+discovery_status_and = and
+discovery_status_external_feed = external feed
+discovery_status_external_feeds = external feeds
+discovery_status_none_found = No feeds were discovered
+
+
+# get feed title dialog
+
+get_feed_title = New Feed Title
+
+
+# OPML wizzard
+
+opml_import_done = Import Complete
+opml_export_done = Export Complete
+opml_path_blank = Please choose an OPML file.
+opml_path_nofile = The specified file does not exist.
+opml_path_invalid = Invalid file path.
+opml_import_fail = Load Failure
+opml_import_badfile = This does not appear to be an OPML file.
+opml_export_nocreate = File creation error
+opml_select_file = Select OPML File
+opml_opml_file = OPML File
+
+# Date rendering values
+
+date_sunday = Sunday
+date_sunday_short = Sun
+date_monday = Monday
+date_monday_short = Mon
+date_tuesday = Tuesday
+date_tuesday_short = Tue
+date_wednesday = Wednesday
+date_wednesday_short = Wed
+date_thursday = Thursday
+date_thursday_short = Thu
+date_friday = Friday
+date_friday_short = Fri
+date_saturday = Saturday
+date_saturday_short = Sat
+
+date_january = January
+date_january_short = Jan
+date_february = February
+date_february_short = Feb
+date_march = March
+date_march_short = Mar
+date_april = April
+date_april_short = Apr
+date_may = May
+date_may_short = May
+date_june = June
+date_june_short = Jun
+date_july = July
+date_july_short = Jul
+date_august = August
+date_august_short = Aug
+date_september = September
+date_september_short = Sep
+date_october = October
+date_october_short = Oct
+date_november = November
+date_november_short = Nov
+date_december = December
+date_december_short = Dec
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list