[Pkg-mozext-commits] [sage-extension] 47/54: added Korean locale

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:40 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 c409a7cdf4147dfb12a6c7109ae97f840f2fd2cf
Author: Peter Andrews <petea at jhu.edu>
Date:   Fri Oct 15 12:58:30 2004 +0000

    added Korean locale
---
 src/install.js                        |  2 +
 src/install.rdf                       |  1 +
 src/sage/locale/ko-KR/contents.rdf    | 17 +++++++
 src/sage/locale/ko-KR/opml.dtd        | 16 +++++++
 src/sage/locale/ko-KR/sage.dtd        | 82 +++++++++++++++++++++++++++++++
 src/sage/locale/ko-KR/sage.properties | 90 +++++++++++++++++++++++++++++++++++
 6 files changed, 208 insertions(+)

diff --git a/src/install.js b/src/install.js
index 4d55119..e50cbf0 100755
--- a/src/install.js
+++ b/src/install.js
@@ -18,6 +18,7 @@ const APP_LOCALE_RURU_PATH	= "locale/ru-RU/";
 const APP_LOCALE_DEAT_PATH	= "locale/de-AT/";
 const APP_LOCALE_DECH_PATH	= "locale/de-CH/";
 const APP_LOCALE_SVSE_PATH	= "locale/sv-SE/";
+const APP_LOCALE_KOKR_PATH	= "locale/ko-KR/";
 
 
 initInstall(APP_NAME, APP_CHROME_NAME, APP_VERSION); 
@@ -43,6 +44,7 @@ registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_RURU_PATH);
 registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_DEAT_PATH);
 registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_DECH_PATH);
 registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_SVSE_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_KOKR_PATH);
 
 var result = getLastError(); 
 if(result == SUCCESS) {
diff --git a/src/install.rdf b/src/install.rdf
index acd7250..48a20cf 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -34,6 +34,7 @@
 <em:locale>locale/de-AT/</em:locale>
 <em:locale>locale/de-CH/</em:locale>
 <em:locale>locale/sv-SE/</em:locale>
+<em:locale>locale/ko-KR/</em:locale>
 </Description>
 </em:file>
 
diff --git a/src/sage/locale/ko-KR/contents.rdf b/src/sage/locale/ko-KR/contents.rdf
new file mode 100644
index 0000000..1154789
--- /dev/null
+++ b/src/sage/locale/ko-KR/contents.rdf
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+
+<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:ko-KR"/>
+	</RDF:Seq>
+
+	<RDF:Description about="urn:mozilla:locale:ko-KR">
+		<chrome:packages>
+			<RDF:Seq about="urn:mozilla:locale:ko-KR:packages">
+				<RDF:li resource="urn:mozilla:locale:ko-KR:sage"/>
+			</RDF:Seq>
+		</chrome:packages>
+	</RDF:Description>
+</RDF:RDF>
diff --git a/src/sage/locale/ko-KR/opml.dtd b/src/sage/locale/ko-KR/opml.dtd
new file mode 100644
index 0000000..ec5935d
--- /dev/null
+++ b/src/sage/locale/ko-KR/opml.dtd
@@ -0,0 +1,16 @@
+<!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			"찾아보기...">
+
+<!ENTITY pageImportFinished.label	"OPML 가져오기">
+<!ENTITY pageImportFinished.desc	"가져오기 완료">
+<!ENTITY pageExportFinished.label	"OPML 내보내기">
+<!ENTITY pageExportFinished.desc	"내보내기 완료">
\ No newline at end of file
diff --git a/src/sage/locale/ko-KR/sage.dtd b/src/sage/locale/ko-KR/sage.dtd
new file mode 100644
index 0000000..3778b6a
--- /dev/null
+++ b/src/sage/locale/ko-KR/sage.dtd
@@ -0,0 +1,82 @@
+<!ENTITY sage.label				"Sage">
+<!ENTITY sage.version				"1.3">
+<!ENTITY sage.version.label				"버전">
+
+<!ENTITY sage.toolbarLabel			"Sage">
+<!ENTITY sage.sidebarTitle			"Sage">
+<!ENTITY sage.tooltip				"Sage를 표시합니다">
+
+<!ENTITY menu.view				"보기">
+<!ENTITY menu.showSearchBar			"피드 검색 막대 표시">
+<!ENTITY menu.showFeedItemList			"글 목록 표시">
+<!ENTITY menu.showFeedItemListToolbar	"글 목록 도구막대 표시">
+<!ENTITY menu.showDescTooltip			"글 내용을 꼬리말로 보여주기">
+<!ENTITY menu.openHTML				"피드를 내용 영역에 열기">
+<!ENTITY menu.tools				"기능">
+<!ENTITY menu.checkUpdate			"업데이트 검사">
+<!ENTITY menu.manageRSSList			"피드 목록 관리">
+<!ENTITY menu.opmlImportExport			"OPML 가져오기/내보내기...">
+<!ENTITY menu.setting				"설정...">
+<!ENTITY menu.sageProjectFeed				"Sage 프로젝트 새소식">
+<!ENTITY menu.discoverFeeds				"현재 문서의 RSS 피드 찾기">
+
+<!-- Feed Discovery -->
+<!ENTITY discovery.status.searching     "문서를 검색하고 있습니다">
+<!ENTITY discovery.button.addFeed    "피드 추가">
+<!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     "피드의 제목을 자동으로 업데이트 합니다">
+<!ENTITY settings.renderFeeds.label     "피드의 글들을 내용 영역에 표시합니다">
+<!ENTITY settings.twelveHourClock.label     "시간 단위를 12로 합니다">
+<!ENTITY settings.feedItemOrder.label     "피드의 글 정렬 기준">
+<!ENTITY settings.feedItemOrder.chrono     "시간순으로 정렬">
+<!ENTITY settings.feedItemOrder.source     "정렬하지 않기">
+<!ENTITY settings.feedDiscoveryMode.label     "RSS 피드 찾기">
+<!ENTITY settings.feedDiscoveryMode.exhaustive     "모두 찾기">
+<!ENTITY settings.feedDiscoveryMode.conservative     "현재 주소 아래의 피드만 찾기">
+<!ENTITY settingWindow.title                    "Sage 설정">
+<!ENTITY selectFolder.label			"피드 폴더를 고르세요">
+<!ENTITY openInContentsArea.caption		"피드 표시">
+<!ENTITY enableUserCss.label			"사용자 지정 CSS 사용합니다">
+<!ENTITY browseCss.label			"찾아보기...">
+<!ENTITY allowEContent.label			"HTML를 허용합니다">
+
+
+<!ENTITY openSageSidebar.commandkey		"S">
+<!ENTITY openSageSidebar.modifiersKey		"alt">
+
+<!-- These are taken from history.dtd -->
+<!ENTITY openLinkInWindow.label "열기">
+<!ENTITY openLinkInWindow.accesskey "O">
+<!ENTITY openInNewTab.label "새 탭에 열기">
+<!ENTITY openInNewTab.accesskey "T">
+<!ENTITY openInNewWindow.label "새 창에 열기">
+<!ENTITY openInNewWindow.accesskey "W">
+
+<!-- Read State -->
+<!ENTITY markAsRead.command.label			"읽은 것으로 표시">
+<!ENTITY markAsRead.command.tooltip			"읽은 것으로 표시">
+<!ENTITY markAsRead.command.accesskey		"R">
+
+<!ENTITY markAsUnread.command.label			"안 읽은 것으로 표시">
+<!ENTITY markAsUnread.command.tooltip		"안 읽은 것으로 표시">
+<!ENTITY markAsUnread.command.accesskey		"U">
+
+<!ENTITY markAllAsRead.command.label		"모두 읽은 것으로 표시">
+<!ENTITY markAllAsRead.command.tooltip		"모두 읽은 것으로 표시">
+<!ENTITY markAllAsRead.command.accesskey	"A">
+<!ENTITY markAllAsRead.command.key			"C">
+<!ENTITY markAllAsRead.command.modifiers	"accel shift">
+
+<!ENTITY markAllAsUnread.command.label		"모두 안 읽은 것으로 표시">
+<!ENTITY markAllAsUnread.command.tooltip	"모두 안 읽은 것으로 표시">
+<!ENTITY markAllAsUnread.command.accesskey	"n">
+
+<!ENTITY toggleReadState.command.key		"M">
\ No newline at end of file
diff --git a/src/sage/locale/ko-KR/sage.properties b/src/sage/locale/ko-KR/sage.properties
new file mode 100644
index 0000000..9980682
--- /dev/null
+++ b/src/sage/locale/ko-KR/sage.properties
@@ -0,0 +1,90 @@
+RESULT_OK_STR = \uc644\ub8cc
+RESULT_PARSE_ERROR_STR = XML \ud574\uc11d \uc624\ub958
+RESULT_NOT_RSS_STR = \ud53c\ub4dc \ud574\uc11d \uc624\ub958
+RESULT_NOT_FOUND_STR = \ud30c\uc77c\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
+RESULT_NOT_AVAILABLE_STR = URL\uc744 \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
+RESULT_ERROR_FAILURE_STR = \ubd88\ub7ec\uc624\uae30 \uc2e4\ud328
+RESULT_LOADING = \uc77d\ub294 \uc911
+RESULT_CHECKING = \uac80\uc0ac \uc911
+
+CHECK_UPDATE = \uc5c5\ub370\uc774\ud2b8 \uac80\uc0ac
+GET_RSS_TITLE= \ud53c\ub4dc \uc81c\ubaa9 \ucc3e\uae30
+
+
+# feed discovery messages
+
+discovery_external_feeds_category = \uc678\ubd80 \ud53c\ub4dc
+discovery_status_discovered = \ubc1c\uacac\ub41c 
+discovery_status_site_feed = \uac1c\uc758 \ud53c\ub4dc
+discovery_status_site_feeds = \uac1c\uc758 \ud53c\ub4dc
+discovery_status_and = \ubc0f
+discovery_status_external_feed = \uac1c\uc758 \uc678\ubd80 \ud53c\ub4dc
+discovery_status_external_feeds = \uac1c\uc758 \uc678\ubd80 \ud53c\ub4dc
+discovery_status_none_found = \ud53c\ub4dc\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4
+
+
+# get feed title dialog
+
+get_feed_title = \ud53c\ub4dc\uc758 \uc0c8 \uc81c\ubaa9
+
+
+# OPML wizzard
+
+opml_import_done = \uac00\uc838\uc624\uae30 \uc644\ub8cc
+opml_export_done = \ub0b4\ubcf4\ub0b4\uae30 \uc644\ub8cc
+opml_path_blank = OPML \ud30c\uc77c\uc744 \uace0\ub974\uc138\uc694.
+opml_path_nofile = \uc9c0\uc815\ud55c \ud30c\uc77c\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
+opml_path_invalid = \ud30c\uc77c \uacbd\ub85c\uac00 \ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
+opml_import_fail = \ubd88\ub7ec\uc624\uae30 \uc2e4\ud328
+opml_import_badfile = OPML \ud30c\uc77c\uc774 \uc544\ub2d9\ub2c8\ub2e4.
+opml_export_nocreate = \ud30c\uc77c \uc0dd\uc131 \uc624\ub958
+opml_select_file = OPML \ud30c\uc77c\uc744 \uace0\ub974\uc138\uc694
+opml_opml_file = OPML \ud30c\uc77c
+
+# settings
+
+css_select_file = CSS \ud30c\uc77c\uc744 \uace0\ub974\uc138\uc694
+css_css_file = CSS \ud30c\uc77c
+
+
+# Date rendering values
+
+date_sunday = \uc77c\uc694\uc77c
+date_sunday_short = \uc77c
+date_monday = \uc6d4\uc694\uc77c
+date_monday_short = \uc6d4
+date_tuesday = \ud654\uc694\uc77c
+date_tuesday_short = \ud654
+date_wednesday = \uc218\uc694\uc77c
+date_wednesday_short = \uc218
+date_thursday = \ubaa9\uc694\uc77c
+date_thursday_short = \ubaa9
+date_friday = \uae08\uc694\uc77c
+date_friday_short = \uae08
+date_saturday = \ud1a0\uc694\uc77c
+date_saturday_short = \ud1a0
+
+date_january = \ud574\uc624\ub984\ub2ec
+date_january_short = 1\uc6d4
+date_february = \uc2dc\uc0d8\ub2ec
+date_february_short = 2\uc6d4
+date_march = \ubb3c\uc624\ub984\ub2ec
+date_march_short = 3\uc6d4
+date_april = \uc78e\uc0c8\ub2ec
+date_april_short = 4\uc6d4
+date_may = \ud478\ub978\ub2ec
+date_may_short = 5\uc6d4
+date_june = \ub204\ub9ac\ub2ec
+date_june_short = 6\uc6d4
+date_july = \uacac\uc6b0\uc9c1\ub140\ub2ec
+date_july_short = 7\uc6d4
+date_august = \ud0c0\uc624\ub984\ub2ec
+date_august_short = 8\uc6d4
+date_september = \uc5f4\ub9e4\ub2ec
+date_september_short = 9\uc6d4
+date_october = \ud558\ub298\uc5f0\ub2ec
+date_october_short = 10\uc6d4
+date_november = \ubbf8\ud2c8\ub2ec
+date_november_short = 11\uc6d4
+date_december = \ub9e4\ub4ed\ub2ec
+date_december_short = 12\uc6d4
\ 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