mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-15 12:21:22 +00:00
1103 lines
61 KiB
XML
1103 lines
61 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
||
<strings language="kr-KR">
|
||
|
||
|
||
<!--
|
||
|
||
This XML file defines all the strings in Micropolis,
|
||
for specific languages.
|
||
|
||
The "strings_en-US.xml" file is considered the master file.
|
||
It is used as a template for the other languages.
|
||
In order to add a string, first add it to the "en-US" file,
|
||
then use the web "/server/getTranslations" web interface to
|
||
update the other language strings from the "en-US" strings.
|
||
That will add any new strings in place, and mark them as
|
||
needing to be translated, with at-signs like "@nl-NL".
|
||
Then you can use the web interface to translate the
|
||
strings into other languages.
|
||
|
||
The top level <strings> element should have a language attribute,
|
||
which specifies the language of the translated strings.
|
||
|
||
Each <string> sub-element has an id attribute,
|
||
which is the name by which the string is refered in the code.
|
||
The ID can be the string itself in English,
|
||
possibly abbreviated with a "*" at the end,
|
||
or it may be a logical name called out by the code.
|
||
Some string elements have an optional comment attribute,
|
||
which tells the translator how to deal with the string.
|
||
Each string element contains utf-8 unicode text,
|
||
which is the translated string.
|
||
|
||
Strings should not contain any markup as actual tags. Any
|
||
markup or entities to be displayed as html in the user
|
||
interface should be escaped.
|
||
|
||
-->
|
||
|
||
|
||
<!-- appview.lzx -->
|
||
|
||
<string id="Micropolis: Choose a City">Micropolis: 도시 선택</string>
|
||
|
||
<string comment="The tab and button names in the text should be the same as the translated names." id="Welcome to Micropolis!*">Micropolis에 오신 것을 환영합니다!<br/><br/>'시나리오'탭, 또는 '생성기'탭, 또는 '도서관'탭에서 라이브러리에있는 도시에서 새 무작위 로딩시 생성 시나리오를 선택하여 도시를 선택하십시오.<br/><br/>그리고 난 후, 다음이시 '버튼과 함께 연주를 시작 Micropolis 재생 기자!</string>
|
||
|
||
<string id="Please log in or create an account in order to save your city.">제발 로그인하거나 계정을 저장하기 위해서는 당신의 도시를 만듭니다. </string>
|
||
|
||
<string comment="Change the lang parameter (en-US) to the appropriate 5 character language-COUNTRY code, but leave the rest of the URL the same." id="/wiki/index.php/About">/wiki/index.php/About?lang=kr-KR</string>
|
||
|
||
<string comment="Change the lang parameter (en-US) to the appropriate 5 character language-COUNTRY code, but leave the rest of the URL the same." id="/wiki/index.php/Help">/wiki/index.php/Help?lang=kr-KR</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Jan">1월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Feb">2월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Mar">3월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Apr">4월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="May">5월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Jun">6월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Jul">7월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Aug">8월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Sep">9월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Oct">10월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Nov">11월</string>
|
||
|
||
<string comment="Three letter month abbreviation." id="Dec">12월</string>
|
||
|
||
|
||
<!-- budgetview.lzx -->
|
||
|
||
<string id="Taxes Collected:">부가세 수집된:</string>
|
||
|
||
<string id="Cash Flow:">현금 흐름표:</string>
|
||
|
||
<string id="Previous Funds:">이전 자금:</string>
|
||
|
||
<string id="Current Funds:">현재 펀드</string>
|
||
|
||
<string id="Tax Rate:">세금 속도</string>
|
||
|
||
<string id="Road Request:">도로 요청:</string>
|
||
|
||
<string id="Fire Request:">화재 요청:</string>
|
||
|
||
<string id="Police Request:">경찰 요청:</string>
|
||
|
||
|
||
<!-- changepassword.lzx -->
|
||
|
||
<string id="To change your password,*">먼저, 다음을 두 번 귀하의 새 비밀 번호를 입력하여 암호를 변경하려면 기존 비밀 번호를 입력합니다. </string>
|
||
|
||
<string id="Change Password">비밀 번호 변경</string>
|
||
|
||
|
||
<!-- connectscreen.lzx -->
|
||
|
||
<string id="Connecting to Micropolis Online server.">Micropolis 온라인 서버에 연결합니다.</string>
|
||
|
||
<string id="Connection to Micropolis Online server failed.">Micropolis 온라인 서버에 연결하지 못했습니다.</string>
|
||
|
||
<string id="Status:">상태:</string>
|
||
|
||
<string id="Reconnect">재연결</string>
|
||
|
||
|
||
<!-- controlpanel.lzx -->
|
||
|
||
<string id="Are you really sure you want to start a new city?">정말 당신은 새로운 도시를 시작하고 싶은거야?</string>
|
||
|
||
<string id="No, keep playing with this city.">아니,이 도시와 함께 계속 연주.</string>
|
||
|
||
<string id="Yes, choose another city.">네, 다른 도시를 선택하십시오.</string>
|
||
|
||
<string id="Ultra Slow">울트라 슬로우</string>
|
||
|
||
<string id="Super Slow">슈퍼 슬로우</string>
|
||
|
||
<string id="Very Slow">아주 천천히</string>
|
||
|
||
<string id="Slow">느리다</string>
|
||
|
||
<string id="Medium">중간</string>
|
||
|
||
<string id="Fast">빠른</string>
|
||
|
||
<string id="Very Fast">매우 빠른</string>
|
||
|
||
<string id="Super Fast">슈퍼 패스트</string>
|
||
|
||
<string id="Ultra Fast">울트라 패스트</string>
|
||
|
||
<string id="Astronomically Fast">가장 빠른</string>
|
||
|
||
<string id="Resume">이력서</string>
|
||
|
||
<string id="Pause">일시 중지</string>
|
||
|
||
<string id="Simulator">시뮬레이터</string>
|
||
|
||
<string id="Paused.">일시중지됨.</string>
|
||
|
||
<string id="Running!">러닝!</string>
|
||
|
||
<string id="Speed">속도</string>
|
||
|
||
<string id="Save City">할인시</string>
|
||
|
||
<string id="New City">뉴 시티</string>
|
||
|
||
<string id="Help">도움</string>
|
||
|
||
<string id="About">정보</string>
|
||
|
||
<string id="Disasters">재해</string>
|
||
|
||
<string id="Auto Budget">자동 예산</string>
|
||
|
||
<string id="Auto Bulldoze">자동 고르다</string>
|
||
|
||
<string id="Auto Goto">자동 고토</string>
|
||
|
||
<string id="Sound">사운드</string>
|
||
|
||
<string id="Animation">에니메이션</string>
|
||
|
||
<string id="Journal">저널</string>
|
||
|
||
<string id="Notices">고지</string>
|
||
|
||
|
||
<!-- datefundsview.lzx -->
|
||
|
||
<string id="Date:">날짜:</string>
|
||
|
||
<string id="Funds:">자금:</string>
|
||
|
||
|
||
<!-- demandgauge.lzx -->
|
||
|
||
<string comment="One letter abreviation for 'Residential'." id="R">R</string>
|
||
|
||
<string comment="One letter abreviation for 'Commercial'." id="C">C</string>
|
||
|
||
<string comment="One letter abreviation for 'Industrial'." id="I">I</string>
|
||
|
||
|
||
<!-- edittileviewpie.lzx -->
|
||
|
||
<string id="Tools">도구</string>
|
||
|
||
<string id="Zone">지대</string>
|
||
|
||
<string id="Build">빌드</string>
|
||
|
||
<string id="More">기타</string>
|
||
|
||
<string id="Tab">탭</string>
|
||
|
||
<string id="Evaluation">평가</string>
|
||
|
||
<string id="History">역사</string>
|
||
|
||
<string id="Budget">예산</string>
|
||
|
||
<string id="Overlays">오버레이</string>
|
||
|
||
<string id="Control">제어</string>
|
||
|
||
<string id="Funds">펀드</string>
|
||
|
||
<string id="Tax Rate">세율</string>
|
||
|
||
<string id="Police Funds">경찰은 자금</string>
|
||
|
||
<string id="Road Funds">도로 펀드</string>
|
||
|
||
<string id="Fire Funds">화재 펀드</string>
|
||
|
||
|
||
<!-- evaluationview.lzx -->
|
||
|
||
<string id="Crime">범죄</string>
|
||
|
||
<string id="Pollution">오염</string>
|
||
|
||
<string id="Housing">주택</string>
|
||
|
||
<string id="Taxes">부가세</string>
|
||
|
||
<string id="Traffic">교통</string>
|
||
|
||
<string id="Unemployment">실업</string>
|
||
|
||
<string id="Fire">불</string>
|
||
|
||
<string id="Village">빌리지</string>
|
||
|
||
<string id="Town">마을</string>
|
||
|
||
<string id="City">도시</string>
|
||
|
||
<string id="Capital">자본금</string>
|
||
|
||
<string id="Metropolis">메트로 폴리스</string>
|
||
|
||
<string id="Megalopolis">초거대</string>
|
||
|
||
<string id="Easy">쉬운</string>
|
||
|
||
<string id="Hard">단단한</string>
|
||
|
||
<string id="Approve:">승인:</string>
|
||
|
||
<string id="Disapprove:">비승인:</string>
|
||
|
||
<string id="Population:">인구:</string>
|
||
|
||
<string id="Migration:">마이 그 레이션:</string>
|
||
|
||
<string id="City Value:">시 값:</string>
|
||
|
||
<string id="Category:">카테고리:</string>
|
||
|
||
<string id="Game Level:">게임 수준:</string>
|
||
|
||
<string id="Current Score:">현재 점수:</string>
|
||
|
||
<string id="Annual Change:">연간 전일 대비:</string>
|
||
|
||
<string id="Popularity:">인기도:</string>
|
||
|
||
<string id="Problems:">문제:</string>
|
||
|
||
|
||
<!-- generatorview.lzx -->
|
||
|
||
<string id="Generate Random Map">랜덤 맵 생성</string>
|
||
|
||
<string id="Generated Map">생성된지도</string>
|
||
|
||
<string id="Generated a new random map.">새로운 랜덤 맵 생성.</string>
|
||
|
||
|
||
<!-- historyview.lzx -->
|
||
|
||
<string id="Residential">가정용</string>
|
||
|
||
<string id="Show the residential population history.">쇼 주거 인구는 역사.</string>
|
||
|
||
<string id="Commercial">상업</string>
|
||
|
||
<string id="Show the commercial population history.">쇼 상업 인구의 역사.</string>
|
||
|
||
<string id="Industrial">산업</string>
|
||
|
||
<string id="Show the industrial population history.">역사를 보여주는 산업 인구.</string>
|
||
|
||
<string id="Money">돈</string>
|
||
|
||
<string id="Show the city funds history.">펀드 역사를 보여주는 도시.</string>
|
||
|
||
<string id="Show the crime rate history.">역사를 보여주는 범죄 발생률.</string>
|
||
|
||
<string id="Show the pollution rate history.">역사를 보여주는 환경 오염을 평가했다.</string>
|
||
|
||
<string id="10 Years">10 년</string>
|
||
|
||
<string id="120 Years">120 년</string>
|
||
|
||
|
||
<!-- libraryview.lzx -->
|
||
|
||
<string id="Shared Cities">공유 도시</string>
|
||
|
||
<string id="My Cities">나의 도시</string>
|
||
|
||
<string id="Log in to see your cities.">에 로그인하여 도시를 볼 수있습니다.</string>
|
||
|
||
<string id="You haven't saved any cities yet.">아직 어떤 도시를 저장하지 않으 셨습니다.</string>
|
||
|
||
<string id="Are you really sure you want to delete your city?">정말 당신이 당신의 도시를 삭제하고 싶은거야?</string>
|
||
|
||
<string id="No, don't delete it.">아니, 그것을 삭제하지 마십시오.</string>
|
||
|
||
<string id="Yes, delete my city.">그래, 내 도시를 삭제합니다.</string>
|
||
|
||
<string id="Forward">앞으로</string>
|
||
|
||
<string id="Backward">이전</string>
|
||
|
||
<string id="by">에 의해</string>
|
||
|
||
<string id="Created Date">작성일</string>
|
||
|
||
<string id="Modified Date">수정된 날짜</string>
|
||
|
||
<string id="Created">만든날짜</string>
|
||
|
||
<string id="Modified">수정된</string>
|
||
|
||
<!-- loginview.lzx -->
|
||
|
||
<string id="You are logged in as">당신에 기록하는</string>
|
||
|
||
<string id="Please log in*">제발 로그인하거나 새 계정을 만들려면, 그래서 당신이 도시를 저장할 수 있으며, Micropolis 온라인 커뮤니티에 참여하고있습니다.</string>
|
||
|
||
<!-- userview.lzx -->
|
||
|
||
<string id="You have successfully logged in,*">당신이 성공적으로 기록하고있어, 귀하의 계정을 구성할 수있습니다.</string>
|
||
|
||
<string id="Please log in or create a new account.">제발 로그인하거나 새 계정을 만드십시오.</string>
|
||
|
||
<string id="New and Registered Users:*">신규 및 등록된 사용자, 제발, 여러분의 사용자 이름과 암호를 입력하고 해당 버튼을 누르세요.</string>
|
||
|
||
<string id="User Name:">사용자 이름:</string>
|
||
|
||
<string id="Old Password:">이전 비밀 번호:</string>
|
||
|
||
<string id="Password:">비밀 번호:</string>
|
||
|
||
<string id="Log In to Existing Account">에서 기존 계정으로 로그인</string>
|
||
|
||
<string comment="Make sure the quoted 'Create New Account' is the same as the 'Create New Account' button translation." id="New Users:*">새 사용자 : 제발, 여러분의 비밀 번호를 반복하고 귀하의 전체 이름과 이메일 주소를 입력하십시오. 그렇다면 '새 계정 만들기'버튼을 누릅니다.</string>
|
||
|
||
<string id="Repeat Password:">비밀 번호 재입력:</string>
|
||
|
||
<string id="Full Name:">전체 이름:</string>
|
||
|
||
<string id="EMail Address:">이메일:</string>
|
||
|
||
<string comment="Make sure this is the same as quoted in the 'New Users:*' translation." id="Create New Account">새 계정 만들기</string>
|
||
|
||
<string id="Please enter your*">아래에 귀하의 전체 이름과 이메일 주소를 입력하시기 바랍니다.</string>
|
||
|
||
<string id="New Password:">새 비밀 번호:</string>
|
||
|
||
<string id="Log Out">로그아웃</string>
|
||
|
||
<string id="Cancel">취소</string>
|
||
|
||
<string id="Log In">로그인</string>
|
||
|
||
|
||
<!-- noticeview.lzx -->
|
||
|
||
<string id="Micropolis">Micropolis</string>
|
||
|
||
<string id="The city simulation has begun!">도시 시뮬레이션을 시작했다!</string>
|
||
|
||
<string id="Learn More">@kr-KR@ Learn More</string>
|
||
|
||
|
||
<!-- pancursor.lzx -->
|
||
|
||
<string comment="Label for cursor that pans the map." id="Pan Map">팬지도</string>
|
||
|
||
|
||
<!-- piecursor.lzx -->
|
||
|
||
<string comment="Label for cursor that pops up a pie menu." id="Pie Menu">파이 메뉴</string>
|
||
|
||
|
||
<!-- playscreen.lzx -->
|
||
|
||
|
||
<!-- remoteserver.lzx -->
|
||
|
||
<string comment="Abnormal disconnection that is an error." id="Disconnected (error).">(오류) 끊김.</string>
|
||
|
||
<string comment="Normal disconnection that is not an error." id="Disconnected.">끊김.</string>
|
||
|
||
<string id="Connection failed.">연결에 실패했습니다.</string>
|
||
|
||
<string id="Connection rejected.">연결을 거부했습니다.</string>
|
||
|
||
<string id="Connected.">연결되어있습니다.</string>
|
||
|
||
<string id="Message failed.">메시지가 실패했습니다.</string>
|
||
|
||
<string id="To">받는 사람</string>
|
||
|
||
|
||
<!-- robot.lzx -->
|
||
|
||
|
||
<string id="Score">@kr-KR@ Score</string>
|
||
|
||
|
||
<!-- scenariosview.lzx -->
|
||
|
||
<string id="Scenario">시나리오:</string>
|
||
|
||
|
||
<!-- startscreen.lzx -->
|
||
|
||
<string id="Play With This Map">이지도와 함께 플레이</string>
|
||
|
||
<string id="Scenarios">시나리오</string>
|
||
|
||
<string id="Generator">생성기</string>
|
||
|
||
<string id="Library">도서관</string>
|
||
|
||
<string id="User">사용자</string>
|
||
|
||
<string id="Configure Your City">구성시</string>
|
||
|
||
<string id="Title">제목</string>
|
||
|
||
<string id="Description">설명</string>
|
||
|
||
<string id="Share My City">공유 내시</string>
|
||
|
||
<string id="Delete My City">삭제 나의시</string>
|
||
|
||
|
||
<!-- toolcursor.lzx -->
|
||
|
||
<string id="Cost">@kr-KR@ Cost</string>
|
||
|
||
|
||
<!-- toolpalette.lzx -->
|
||
|
||
<string id="Residential (tool description)">@kr-KR@ Gives people a place to live. Generates citizens and traffic.</string>
|
||
|
||
<string id="Commercial (tool description)">@kr-KR@ Gives people a place to shop. Generates jobs and traffic.</string>
|
||
|
||
<string id="Industrial (tool description)">@kr-KR@ Gives people a place to work. Generates jobs and traffic.</string>
|
||
|
||
<string id="Fire Station"></string>
|
||
|
||
<string id="Fire Station (tool description)">@kr-KR@ Puts out fires nearby.</string>
|
||
|
||
<string id="Query">검색어</string>
|
||
|
||
<string id="Query (tool description)">@kr-KR@ Describes zones.</string>
|
||
|
||
<string id="Police Station">경찰서</string>
|
||
|
||
<string id="Police Station (tool description)">@kr-KR@ Reduces crime nearby.</string>
|
||
|
||
<string id="Wire">철사</string>
|
||
|
||
<string id="Wire (tool description)">@kr-KR@ Connects zones with power.</string>
|
||
|
||
<string id="Bulldozer">불도저</string>
|
||
|
||
<string id="Bulldozer (tool description)">@kr-KR@ Destroys zones and features.</string>
|
||
|
||
<string id="Railroad">철도</string>
|
||
|
||
<string id="Railroad (tool description)">@kr-KR@ Draws a railroad on land or a tunnel under water.</string>
|
||
|
||
<string id="Road">도로</string>
|
||
|
||
<string id="Road (tool description)">@kr-KR@ Draws a road on land or a bridge over water.</string>
|
||
|
||
<string id="Center">센터</string>
|
||
|
||
<string id="Center (tool description)">@kr-KR@ Scrolls location to center of screen.</string>
|
||
|
||
<string comment="Do not translate the proper name PacBot." id="PacBot">PacBot</string>
|
||
|
||
<string id="PacBot (tool description)">@kr-KR@ Follows roads towards heavy traffic, and eats cars, reducing traffic.</string>
|
||
|
||
<string id="Stadium">경기장</string>
|
||
|
||
<string id="Stadium (tool description)">@kr-KR@ Helps residential zones.</string>
|
||
|
||
<string id="Park">공원</string>
|
||
|
||
<string id="Park (tool description)">@kr-KR@ Makes the city a nicer place to live.</string>
|
||
|
||
<string id="Seaport">항구</string>
|
||
|
||
<string id="Seaport (tool description)">@kr-KR@ Helps industrial zones.</string>
|
||
|
||
<string id="Coal Power">석탄 전력</string>
|
||
|
||
<string id="Coal Power (tool description)">@kr-KR@ Generates power, but pollutes.</string>
|
||
|
||
<string id="Airport">공항</string>
|
||
|
||
<string id="Airport (tool description)">@kr-KR@ Helps commercial zones.</string>
|
||
|
||
<string id="Nuclear Power">핵 전력</string>
|
||
|
||
<string id="Nuclear Power (tool description)">@kr-KR@ Generates power, but might melt down.</string>
|
||
|
||
|
||
<!-- disasters.xml -->
|
||
|
||
<string id="disaster_monster_title">몬스터</string>
|
||
|
||
<string id="disaster_fire_title">불</string>
|
||
|
||
<string id="disaster_flood_title">홍수</string>
|
||
|
||
<string id="disaster_meltdown_title">붕괴</string>
|
||
|
||
<string id="disaster_tornado_title">토네이도</string>
|
||
|
||
<string id="disaster_earthquake_title">지진</string>
|
||
|
||
|
||
<!-- notices.xml -->
|
||
|
||
<string id="notice_10_title">오염 비상!</string>
|
||
|
||
<string id="notice_10_description">오염 귀하의 도시에서 허용되는 최대 금액은 Micropolis 오염에 의해 설립된기구 넘어섰다. 당신이 무덤을 생태 실행 결과의 위험이있습니다. 신청<br/>도 당신의 행동을 청소하거나 시청에서 가스 마스크를 양보를 엽니다.</string>
|
||
|
||
<string id="notice_10_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_11_title">범죄 비상!</string>
|
||
|
||
<string id="notice_11_description">귀하의 도시에서 손을 범죄입니다. 성난 군중은 중앙 도시를 약탈하고 파손. 노 대통령은 국가의 경비는 곧이 문제를 통제할 수없는 경우를 보낼 것입니다.</string>
|
||
|
||
<string id="notice_11_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_12_title">교통 경고!</string>
|
||
|
||
<string id="notice_12_description">교통이 도시에 끔찍하다. 이 도시는 철망을 확대하고있다. 이 통근 무장 해지고있다. 신청<br/>거나 또는 더 많은 도로와 레일 방탄 리무진을 얻을 빌드합니다. </string>
|
||
|
||
<string id="notice_12_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_20_title">신고!</string>
|
||
|
||
<string id="notice_20_description">화재가보고되었습니다!</string>
|
||
|
||
<string id="notice_20_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_21_title">몬스터 공격!</string>
|
||
|
||
<string id="notice_21_description">대형 파충류 동물은 물 속에서 발견됐다. 그것은 오염 지역에 관심이 높은 것 같다. 어디로가는가 파괴의 흔적이다. 신청<br/>당신까지 그 나뭇잎 후 재건을 기다려 잔해에서 할 수있습니다.</string>
|
||
|
||
<string id="notice_21_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_22_title">태풍 비상!</string>
|
||
|
||
<string id="notice_22_description">토네이도보고되었습니다! 당신이 그것을 막을 수 없어, 그러니 더 재난 뒤처리를 준비할 줄이야!</string>
|
||
|
||
<string id="notice_22_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_23_title">지진!</string>
|
||
|
||
<string id="notice_23_description">큰 지진이 발생했습니다! 전에 그들은, 그때까지 전력망이 다시 확산과 도시 재건, 가능 한한 빨리 불을 꺼.</string>
|
||
|
||
<string id="notice_23_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_24_title">비행기 충돌!</string>
|
||
|
||
<string id="notice_24_description">비행기가 추락했습니다!</string>
|
||
|
||
<string id="notice_24_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_25_title">난파선!</string>
|
||
|
||
<string id="notice_25_description">배는 난파했다!</string>
|
||
|
||
<string id="notice_25_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_26_title">열차 충돌 사고가!</string>
|
||
|
||
<string id="notice_26_description">기차가 추락했습니다!</string>
|
||
|
||
<string id="notice_26_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_27_title">헬리콥터 추락!</string>
|
||
|
||
<string id="notice_27_description">헬리콥터가 추락했습니다!</string>
|
||
|
||
<string id="notice_27_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_30_title">화재 폭발했다!</string>
|
||
|
||
<string id="notice_30_description">화재 폭탄이 떨어지고있다!!</string>
|
||
|
||
<string id="notice_30_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_32_title">신고 폭발!</string>
|
||
|
||
<string id="notice_32_description">거기에 폭발되었습니다!!</string>
|
||
|
||
<string id="notice_32_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_35_title">타운</string>
|
||
|
||
<string id="notice_35_description">축하합니다, 귀하의 마을 마을 상태로 성장했다. 이제 2,000 시민있다.</string>
|
||
|
||
<string id="notice_35_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_36_title">시</string>
|
||
|
||
<string id="notice_36_description">귀하의 마을로 풀, 10,000의 현재의 인구 규모와 도시 성장했다. 좋은 일을 계속!</string>
|
||
|
||
<string id="notice_36_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_37_title">수도</string>
|
||
|
||
<string id="notice_37_description">당신의 도시가 될 수도있다. 현재의 인구는 현재 50,000입니다. 당신들의 정치적 미래는 밝아 보인다.</string>
|
||
|
||
<string id="notice_37_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_38_title">메트로 폴리스</string>
|
||
|
||
<string id="notice_38_description">귀하의 수도인 지금 메트로 폴리스의 상태를 달성했다. 현재 인구는 100,000입니다. 귀하의 관리 능력과 함께, 당신은 주지사 선거에 출마 심각하게 고려해야한다. </string>
|
||
|
||
<string id="notice_38_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_39_title">초거대</string>
|
||
|
||
<string id="notice_39_description">축하, 당신은 도시 개발의 가장 높은 카테고리에 도달했습니다, 초거대.</string>
|
||
|
||
<string id="notice_39_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_41_title">교통 체증!</string>
|
||
|
||
<string id="notice_41_description">하늘을보고 하나는보고 무거운 트래픽!</string>
|
||
|
||
<string id="notice_41_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_42_title">홍수로 신고!</string>
|
||
|
||
<string id="notice_42_description">홍수 물의 가장자리를 따라보고되고있다!</string>
|
||
|
||
<string id="notice_42_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_43_title">원자력 붕괴!</string>
|
||
|
||
<string id="notice_43_description">핵 붕괴하여 발전소에서 발생했습니다. 당신은 방사성 동위 원소가 자연 붕괴까지 영역을 방지하는 것이 좋다. 신청<br/>많은 세대가이 문제에 직면하기 전에 사라질 것이므로, 숨들이마셔하지 않습니다.</string>
|
||
|
||
<string id="notice_43_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_44_title">폭동!</string>
|
||
|
||
<string id="notice_44_description">시민들은 거리에서 폭동이있다!</string>
|
||
|
||
<string id="notice_44_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_45_title">시작 새시</string>
|
||
|
||
<string id="notice_45_description">지상에서, 무인 토지 너만의이지도로 시작하는 도시를 빌드합니다.</string>
|
||
|
||
<string id="notice_45_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_46_title">복원 저장된시</string>
|
||
|
||
<string id="notice_46_description">도시가 복원되었습니다.</string>
|
||
|
||
<string id="notice_46_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_47_title">당신이 우승자입니다!</string>
|
||
|
||
<string id="notice_47_description">귀하의 시장 도시 계획 기술과 전문 지식을 여러분은 도시의 열쇠를 얻었다. 지역 주민 여러분의 영광에 대한 기념비를 세우다되며 첫 - 태어난 아이들의 이름. 왜 안 총재 출마?</string>
|
||
|
||
<string id="notice_47_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_48_title">탄핵주의 사항!</string>
|
||
|
||
<string id="notice_48_description">이 도시의 전체 인구는 결국 당신의 무능을 계획하고 무능한 경영의 충분했다. 성난 폭도 - 네 어머니가 이끄는 - 시청 부근에서 발견되었습니다. 신청<br/>당신은 심각하게 고려해야한다 확장된 휴가 -하세요. (또는 사용 설명서를 읽고 다시 시도하십시오.)</string>
|
||
|
||
<string id="notice_48_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_49_title">Micropolis 소개</string>
|
||
|
||
<string id="notice_49_description">Micropolis Copyright (C) 2007 by Electronic Arts.<br/>Based on the original SimCity concept, design and code by Will Wright and Fred Haslam.<br/>User Interface Designed and created by Don Hopkins.<br/>Ported to Linux, Optimized and Adapted for OLPC by Don Hopkins.<br/>Licensed under the GNU General Public License, version 3, with additional conditions.</string>
|
||
|
||
<string id="notice_49_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_50_title">지루한 빌리지, 미국 1900년</string>
|
||
|
||
<string id="notice_50_description">근처에 일이 훨씬 지난 백년 남짓 및 변경되지 않은 주민들은 지루해하기 시작했다. 그들은 위대한 도시 지루한 빌리지 오른쪽의 지도자와 함께 다음이있을 수 있다고 생각합니다. 신청<br/>새로운 성장과 발전을 유치하여 일자리를, 메트로 폴리스로 30 년 이내 지루한 빌리지 돌고있다.</string>
|
||
|
||
<string id="notice_50_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_51_title">캘리 포니 아주 샌프란 시스코. 1906년</string>
|
||
|
||
<string id="notice_51_description">지진의 피해를 제어하는 일 열린 뒤이어 화재, 미성년자의 비교했다. 천오백명 사망했다. 신청<br/>초기 우려해야 화재 제어. 그럼 시작 잔해와 재건 분명합니다. 당신은 5 년.</string>
|
||
|
||
<string id="notice_51_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_52_title">함부르크, 독일 1944년</string>
|
||
|
||
<string id="notice_52_description">화재 - 차 세계 대전이 연합군의 폭격 독일의 도시의 엄청난 피해와 생명의 손실 발생. 도시에 사는 사람들은 내면의 가장 큰 위험했다. 신청 <br/> 당신은 폭격 중에 다음 화재 폭풍 제어해야 전쟁 후 도시를 재건했다. 당신은 5 년.</string>
|
||
|
||
<string id="notice_52_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_53_title">스위스, 베른 1965년</string>
|
||
|
||
<string id="notice_53_description">이 도로는 여기에 더 많은 혼잡 매일, 그리고 주민들이 화가되고있다. 그들은 당신이 그것에 대해 뭔가를 할 요구한다. 신청<br/>일부는 대답으로 대중 교통 시스템을 제안하고 있지만 이는 도심 지역의 주요 재설계를 요구한다. 당신은 10 년.</string>
|
||
|
||
<string id="notice_53_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_54_title">도쿄, 일본 1957년</string>
|
||
|
||
<string id="notice_54_description">대형 파충류 생물 도쿄 베이를 향하고 목격됐다. 그것은 산업 공해의 무거운 수준을 거기에 끌린 것 같다. 신청<br/>화염을 가다듬어봐 후 재건 산업 센터. 당신은 5 년.</string>
|
||
|
||
<string id="notice_54_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_55_title">디트로이트 미시건. 1972년</string>
|
||
|
||
<string id="notice_55_description">1970 년에는 해외 및 기타 경제적 요인에서 경쟁은 한때는 "세계의 자동차 자본"경기 침체로했다. 토지 가치와 실업 증가 급락 후 범죄의 안쪽 - 도시 만성 수준. 신청<br/>당신이 범죄를 감소시키고, 도시의 산업 기반을 재건 10 년.</string>
|
||
|
||
<string id="notice_55_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_56_title">보스턴, 석사. 2010년</string>
|
||
|
||
<string id="notice_56_description">주요 붕괴에 대한 하나의 새로운 도심 핵 원자로에서 발생하는 것입니다. 원자로의 근방에있는이 지역은 매우 방사선에 의해, 당신은 그것을 주변의 도시 구조 조정을 강제로 오염된됩니다. 신청<br/>당신은 그 상황을 통제하는 5 년.</string>
|
||
|
||
<string id="notice_56_url">@kr-KR@ </string>
|
||
|
||
<string id="notice_57_title">리우 데 자네이로, 브라질 2047년</string>
|
||
|
||
<string id="notice_57_description">중반 - 21 세기에, 온실 효과 6 도까지 F. 화로 빙하가 녹아 해수면이 세계는 지구의 온도를 키우고있다. 해안 지역에 홍수와 침식에 의해 멸망했다. 신청<br/>당신이 다시 도시로 다시 늪 차례로 10 년.</string>
|
||
|
||
<string id="notice_57_url">@kr-KR@ </string>
|
||
|
||
<!-- overlays.xml -->
|
||
|
||
<string id="overlay_all_title">모든 영역</string>
|
||
|
||
<string id="overlay_residential_title">주거 영역</string>
|
||
|
||
<string id="overlay_commercial_title">상업 영역</string>
|
||
|
||
<string id="overlay_industrial_title">산업 영역</string>
|
||
|
||
<string id="overlay_powergrid_title">전원 연결</string>
|
||
|
||
<string id="overlay_transportation_title">교통 네트워크</string>
|
||
|
||
<string id="overlay_populationdensity_title">인구 밀도</string>
|
||
|
||
<string id="overlay_rateofgrowth_title">성장의 속도</string>
|
||
|
||
<string id="overlay_trafficdensity_title">교통 밀도</string>
|
||
|
||
<string id="overlay_pollutiondensity_title">오염 밀도</string>
|
||
|
||
<string id="overlay_crimerate_title">범죄율</string>
|
||
|
||
<string id="overlay_landvalue_title">땅 값</string>
|
||
|
||
<string id="overlay_firecoverage_title">소방서 보도</string>
|
||
|
||
<string id="overlay_policecoverage_title">경찰서 보도</string>
|
||
|
||
|
||
<!-- scenarios.xml -->
|
||
|
||
<string id="scenario_1_title">지루한 빌리지</string>
|
||
|
||
<string id="scenario_1_tagline">권태</string>
|
||
|
||
<string id="scenario_2_title">샌프란 시스코</string>
|
||
|
||
<string id="scenario_2_tagline">지진</string>
|
||
|
||
<string id="scenario_3_title">함부르크</string>
|
||
|
||
<string id="scenario_3_tagline">폭파</string>
|
||
|
||
<string id="scenario_4_title">베른</string>
|
||
|
||
<string id="scenario_4_tagline">교통</string>
|
||
|
||
<string id="scenario_5_title">도쿄</string>
|
||
|
||
<string id="scenario_5_tagline">몬스터 공격</string>
|
||
|
||
<string id="scenario_6_title">디트로이트</string>
|
||
|
||
<string id="scenario_6_tagline">범죄</string>
|
||
|
||
<string id="scenario_7_title">보스턴</string>
|
||
|
||
<string id="scenario_7_tagline">핵 슬럼프</string>
|
||
|
||
<string id="scenario_8_title">리우 데 자네이로</string>
|
||
|
||
<string id="scenario_8_tagline">해안 홍수</string>
|
||
|
||
|
||
<!-- micropolisturbogearsengine.py -->
|
||
|
||
<string id="You are logged in.*">당신이 기록됩니다 들여 Micropolis 온라인에 다시 오신 것을 환영합니다!</string>
|
||
|
||
<string id="Incorrect user name or password.">잘못된 사용자 이름이나 암호를 입력합니다.</string>
|
||
|
||
<string id="You are already logged out,*">당신은 이미 로그아웃되는, 그리고 여기에 로그인할 수있습니다하거나 계정을 만들 수있습니다.</string>
|
||
|
||
<string id="You are logged out.*">당신은 밖으로 기록됩니다. 빨리 돌아 오너라!</string>
|
||
|
||
<string id="Please enter a user name.">사용자 이름을 입력하시기 바랍니다.</string>
|
||
|
||
<string id="The user name contains invalid characters.*">사용자 이름에 잘못된 문자가 포함되어있습니다. 제발 오직 문자, 숫자, 밑줄이나 대시를 사용합니다.</string>
|
||
|
||
<string id="Please enter a password.">비밀 번호를 입력하시기 바랍니다.</string>
|
||
|
||
<string id="A user of that name already exists.*">그 이름의 사용자가 이미 존재합니다.</string>
|
||
|
||
<string id="Please repeat the same password in the next field.">제발 다음 필드에 동일한 비밀 번호를 반복합니다.</string>
|
||
|
||
<string id="An account with that email address already exists.">해당 이메일 주소로 계정이 이미 존재합니다.</string>
|
||
|
||
<string id="A new account has been created*">새 계정을, 당신을 위해 생성되었습니다 들여 Micropolis 온라인에 기록에 오신 것을 환영합니다!</string>
|
||
|
||
<string id="Incorrect old password.">이전 비밀 번호가 잘못되었습니다.</string>
|
||
|
||
<string id="The new passwords do not match.">새로운 비밀 번호가 일치하지 않습니다.</string>
|
||
|
||
<string id="You must enter your new password twice.">네가 두번이나 새 비밀 번호를 입력해야합니다.</string>
|
||
|
||
<string id="Your password has been changed.">귀하의 비밀 번호가 변경되었습니다.</string>
|
||
|
||
|
||
<!-- Robots -->
|
||
|
||
<string id="Autonomous">@kr-KR@ Autonomous</string>
|
||
|
||
<string id="Reset">@kr-KR@ Reset</string>
|
||
|
||
<string id="Manual">@kr-KR@ Manual</string>
|
||
|
||
<string id="Delete">@kr-KR@ Delete</string>
|
||
|
||
<string comment="Do not translate the proper name Xenu." id="Xenu">@kr-KR@ Xenu</string>
|
||
|
||
|
||
<!-- Zones -->
|
||
|
||
<string id="zone-christian-title">@kr-KR@ Christian Church</string>
|
||
|
||
<string id="zone-christian-description">@kr-KR@ This is a Christian church.</string>
|
||
|
||
<string id="zone-pacmania-title">@kr-KR@ Pacmania Church</string>
|
||
|
||
<string id="zone-pacmania-description">@kr-KR@ This is a Pacmania church.</string>
|
||
|
||
<string id="zone-pacmania-message-0-url">@kr-KR@ http://en.wikipedia.org/wiki/PacMan</string>
|
||
|
||
<string id="zone-pacmania-message-0-title">@kr-KR@ The Church of Pacmania</string>
|
||
|
||
<string id="zone-pacmania-message-0-text">@kr-KR@ Pacmania is a religion dedicated to the PacBot.</string>
|
||
|
||
<string id="zone-pacmania-message-1-url">@kr-KR@ http://en.wikipedia.org/wiki/PacMan</string>
|
||
|
||
<string id="zone-pacmania-message-1-title">@kr-KR@ The Church of Pacmania</string>
|
||
|
||
<string id="zone-pacmania-message-1-text">@kr-KR@ Pacmania is polytheistic: each Pacmania church can spawn up to four PacBots.</string>
|
||
|
||
<string id="zone-pacmania-message-2-url">@kr-KR@ http://en.wikipedia.org/wiki/PacMan</string>
|
||
|
||
<string id="zone-pacmania-message-2-title">@kr-KR@ The Church of Pacmania</string>
|
||
|
||
<string id="zone-pacmania-message-2-text">@kr-KR@ The PacBot follows roads around, eating traffic.</string>
|
||
|
||
<string id="zone-pacmania-message-3-url">@kr-KR@ http://en.wikipedia.org/wiki/PacMan</string>
|
||
|
||
<string id="zone-pacmania-message-3-title">@kr-KR@ The Church of Pacmania</string>
|
||
|
||
<string id="zone-pacmania-message-3-text">@kr-KR@ The PacBot is attracted to heavy traffic, which it loves to consume.</string>
|
||
|
||
<string id="zone-pacmania-message-4-url">@kr-KR@ http://en.wikipedia.org/wiki/PacMan</string>
|
||
|
||
<string id="zone-pacmania-message-4-title">@kr-KR@ The Church of Pacmania</string>
|
||
|
||
<string id="zone-pacmania-message-4-text">@kr-KR@ Pacmania churches generate lots of traffic, to attract the PacBot.</string>
|
||
|
||
<string id="zone-scientology-title">@kr-KR@ Church of Scientology</string>
|
||
|
||
<string id="zone-scientology-description">@kr-KR@ This is a Church of Scientology.</string>
|
||
|
||
<string id="zone-scientology-message-0-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology</string>
|
||
|
||
<string id="zone-scientology-message-0-title">@kr-KR@ The Church of Scientology</string>
|
||
|
||
<string id="zone-scientology-message-0-text">@kr-KR@ Scientology is a body of beliefs and related practices created by L. Ron Hubbard (1911–1986), starting in 1952, as a successor to his earlier self-help system, Dianetics. Hubbard characterized Scientology as a religion, and in 1953 incorporated the Church of Scientology in New Jersey.</string>
|
||
|
||
<string id="zone-scientology-message-1-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology</string>
|
||
|
||
<string id="zone-scientology-message-1-title">@kr-KR@ The Church of Scientology</string>
|
||
|
||
<string id="zone-scientology-message-1-text">@kr-KR@ Scientology teaches that people are immortal spiritual beings who have forgotten their true nature. Its method of spiritual rehabilitation is a type of counseling known as auditing, in which practitioners aim to consciously re-experience painful or traumatic events in their past, in order to free themselves of their limiting effects. Study materials and auditing courses are made available to members in return for specified donations. Scientology is legally recognized as a tax-exempt religion in the United States and some other countries, and the Church of Scientology emphasizes this as proof that it is a bona fide religion. Other countries such as Germany and France continue to deny Scientology religious status.</string>
|
||
|
||
<string id="zone-scientology-message-2-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology</string>
|
||
|
||
<string id="zone-scientology-message-2-title">@kr-KR@ The Church of Scientology</string>
|
||
|
||
<string id="zone-scientology-message-2-text">@kr-KR@ A large number of organizations overseeing the application of Scientology have been established, the most notable of these being the Church of Scientology. Scientology sponsors a variety of social service programs. These include a set of moral guidelines expressed in a brochure called The Way to Happiness, the Narconon anti-drug program, the Criminon prison rehabilitation program, the Study Tech education methodology, a volunteer organization, and a business management method.</string>
|
||
|
||
<string id="zone-scientology-message-3-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology</string>
|
||
|
||
<string id="zone-scientology-message-3-title">@kr-KR@ The Church of Scientology</string>
|
||
|
||
<string id="zone-scientology-message-3-text">@kr-KR@ Scientology has been surrounded by controversies since its inception. It has often been described as a cult that financially defrauds and abuses its members, charging exorbitant fees for its spiritual services. The Church of Scientology has consistently used litigation against such critics, and its aggressiveness in pursuing its foes has been condemned as harassment. Further controversy has focused on Scientology's belief that souls ("thetans") reincarnate and have lived on other planets before living on Earth. Former members say that some of Hubbard's writings on this remote extraterrestrial past, included in confidential Upper Levels, are not revealed to practitioners until they have paid thousands of dollars to the Church of Scientology. Another controversial belief held by Scientologists is that the practice of psychiatry is destructive and abusive and must be abolished.</string>
|
||
|
||
<string id="zone-scientology-message-4-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Beliefs_and_practices</string>
|
||
|
||
<string id="zone-scientology-message-4-title">@kr-KR@ Scientology beliefs and practices</string>
|
||
|
||
<string id="zone-scientology-message-4-text">@kr-KR@ Scientology has been surrounded by controversies since its inception. It has often been described as a cult that financially defrauds and abuses its members, charging exorbitant fees for its spiritual services. The Church of Scientology has consistently used litigation against such critics, and its aggressiveness in pursuing its foes has been condemned as harassment. Further controversy has focused on Scientology's belief that souls ("thetans") reincarnate and have lived on other planets before living on Earth. Former members say that some of Hubbard's writings on this remote extraterrestrial past, included in confidential Upper Levels, are not revealed to practitioners until they have paid thousands of dollars to the Church of Scientology. Another controversial belief held by Scientologists is that the practice of psychiatry is destructive and abusive and must be abolished.</string>
|
||
|
||
<string id="zone-scientology-message-5-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Body_and_spirit</string>
|
||
|
||
<string id="zone-scientology-message-5-title">@kr-KR@ Scientology beliefs and practices: Body and spirit</string>
|
||
|
||
<string id="zone-scientology-message-5-text">@kr-KR@ Scientology has an associated mythology that its adherents hold to reflect religious truth. In Scientology, this mythology revolves around the thetan, believed to be the individualized expression of the cosmic source, or life force, named after the Greek letter theta (θ). The thetan is thought to be the true identity of a person – an intrinsically good, omniscient, non-material core capable of unlimited creativity.</string>
|
||
|
||
<string id="zone-scientology-message-6-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Body_and_spirit</string>
|
||
|
||
<string id="zone-scientology-message-6-title">@kr-KR@ Scientology beliefs and practices: Body and spirit</string>
|
||
|
||
<string id="zone-scientology-message-6-text">@kr-KR@ In the primordial past, according to Scientologist teachings, thetans brought the material universe into being largely for their own pleasure. The universe is thought to have no independent reality, but to derive its apparent reality from the fact that most thetans agree it exists. Scientologists believe that thetans fell from grace when they began to identify with their creation, rather than their original state of spiritual purity. Eventually, they lost their memory of their true nature, along with the associated spiritual and creative powers. As a result, thetans came to think of themselves as nothing but embodied beings.</string>
|
||
|
||
<string id="zone-scientology-message-7-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Body_and_spirit</string>
|
||
|
||
<string id="zone-scientology-message-7-title">@kr-KR@ Scientology beliefs and practices: Body and spirit</string>
|
||
|
||
<string id="zone-scientology-message-7-text">@kr-KR@ Thetans are believed to be reborn time and time again in new bodies through a process called "assumption" which is analogous to reincarnation. Like Hinduism, Scientology posits a causal relationship between the experiences of earlier incarnations and one's present life, and with each rebirth, the effects of the MEST universe (MEST here stands for matter, energy, space, and time) on the thetan are believed to become stronger.</string>
|
||
|
||
<string id="zone-scientology-message-8-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Emotions_and_the_mind</string>
|
||
|
||
<string id="zone-scientology-message-8-title">@kr-KR@ Scientology beliefs and practices: Emotions and the mind</string>
|
||
|
||
<string id="zone-scientology-message-8-text">@kr-KR@ Scientology presents two major divisions of the mind. The reactive mind is thought to absorb all pain and emotional trauma, while the analytical mind is a rational mechanism which is responsible for consciousness. The reactive mind stores mental images which are not readily available to the analytical (conscious) mind; these are referred to as engrams. Engrams are believed to be painful and debilitating; as they accumulate, people move further away from their true identity. To avoid this fate is the Scientologist's basic goal. Dianetic training is the tool through which the Scientologist progresses towards the Clear state, winning gradual freedom from the reactive mind's engrams, and acquiring certainty of his or her reality as a thetan.</string>
|
||
|
||
<string id="zone-scientology-message-9-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Emotions_and_the_mind</string>
|
||
|
||
<string id="zone-scientology-message-9-title">@kr-KR@ Scientology beliefs and practices: Emotions and the mind</string>
|
||
|
||
<string id="zone-scientology-message-9-text">@kr-KR@ Scientology uses an emotional classification system called the tone scale. The tone scale is a tool used in counseling; Scientologists maintain that knowing a person's place on the scale makes it easier to predict their actions and to assist them in bettering their condition.</string>
|
||
|
||
<string id="zone-scientology-message-10-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Survival_and_ethics</string>
|
||
|
||
<string id="zone-scientology-message-10-title">@kr-KR@ Scientology beliefs and practices: Survival and ethics</string>
|
||
|
||
<string id="zone-scientology-message-10-text">@kr-KR@ Scientology emphasizes the importance of survival, which it subdivides into eight classifications that are referred to as dynamics. An individual's desire to survive is considered to be the first dynamic, while the second dynamic relates to procreation and family. The remaining dynamics encompass wider fields of action, involving groups, mankind, all life, the physical universe, the spirit, and the Supreme Being. The optimum solution to any problem is held to be the one that brings the greatest benefit to the greatest number of dynamics.</string>
|
||
|
||
<string id="zone-scientology-message-11-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Survival_and_ethics</string>
|
||
|
||
<string id="zone-scientology-message-11-title">@kr-KR@ Scientology beliefs and practices: Survival and ethics</string>
|
||
|
||
<string id="zone-scientology-message-11-text">@kr-KR@ Scientology teaches that spiritual progress requires and enables the attainment of high ethical standards. In Scientology, rationality is stressed over morality. Actions are considered ethical if they promote survival across all eight dynamics, thus benefiting the greatest number of people possible while harming the fewest.</string>
|
||
|
||
<string id="zone-scientology-message-12-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#ARC_and_KRC_triangles</string>
|
||
|
||
<string id="zone-scientology-message-12-title">@kr-KR@ Scientology beliefs and practices: ARC and KRC triangles</string>
|
||
|
||
<string id="zone-scientology-message-12-text">@kr-KR@ The ARC and KRC triangles are concept maps which show a relationship between three concepts to form another concept. These two triangles are present in the Scientology logo. The lower triangle, the ARC triangle, is a summary representation of the knowledge the Scientologist strives for. It encompasses Affinity (affection, love or liking), Reality (consensual reality) and Communication (the exchange of ideas). Scientologists believe that improving one of the three aspects of the triangle "increases the level" of the other two, but Communication is held to be the most important. The upper triangle is the KRC triangle, the letters KRC positing a similar relationship between Knowledge, Responsibility and Control.</string>
|
||
|
||
<string id="zone-scientology-message-13-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#ARC_and_KRC_triangles</string>
|
||
|
||
<string id="zone-scientology-message-13-title">@kr-KR@ Scientology beliefs and practices: ARC and KRC triangles</string>
|
||
|
||
<string id="zone-scientology-message-13-text">@kr-KR@ In Scientology, social problems are ascribed to breakdowns in ARC – in other words, a lack of agreement on reality, a failure to communicate effectively, or a failure to develop affinity. These can take the form of overts – harmful acts against another, either intentionally or by omission – which are usually followed by withholds – efforts to conceal the wrongdoing, which further increase the level of tension in the relationship.</string>
|
||
|
||
<string id="zone-scientology-message-14-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Social_and_antisocial_personalities</string>
|
||
|
||
<string id="zone-scientology-message-14-title">@kr-KR@ Scientology beliefs and practices: Social and antisocial personalities</string>
|
||
|
||
<string id="zone-scientology-message-14-text">@kr-KR@ While Scientology believes that many social problems are the unintentional results of people's imperfections, it states that there are also truly malevolent individuals. Hubbard believed that approximately 80 percent of all people are what he called social personalities – people who welcome and contribute to the welfare of others. The remaining 20 percent of the population, Hubbard thought, were suppressive persons. According to Hubbard, only about 2.5 percent of this 20 percent are hopelessly antisocial personalities; these make up the small proportion of truly dangerous individuals in humanity: "the Adolf Hitlers and the Genghis Khans, the unrepentant murderers and the drug lords." Scientologists believe that any contact with suppressive or antisocial individuals has an adverse effect on one's spiritual condition, necessitating disconnection.</string>
|
||
|
||
<string id="zone-scientology-message-15-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Social_and_antisocial_personalities</string>
|
||
|
||
<string id="zone-scientology-message-15-title">@kr-KR@ Scientology beliefs and practices: Social and antisocial personalities</string>
|
||
|
||
<string id="zone-scientology-message-15-text">@kr-KR@ In Scientology, defectors who turn into critics of the movement are declared suppressive persons, and the Church of Scientology has a reputation for moving aggressively against such detractors. A Scientologist who is actively in communication with a suppressive person and as a result shows signs of antisocial behaviour is referred to as a Potential Trouble Source.</string>
|
||
|
||
<string id="zone-scientology-message-16-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Auditing</string>
|
||
|
||
<string id="zone-scientology-message-16-title">@kr-KR@ Scientology beliefs and practices: Auditing</string>
|
||
|
||
<string id="zone-scientology-message-16-text">@kr-KR@ Scientology asserts that people have hidden abilities which have not yet been fully realized. It is believed that increased spiritual awareness and physical benefits are accomplished through counseling sessions referred to as auditing. Through auditing, it is said that people can solve their problems and free themselves of engrams. This restores them to their natural condition as thetans and enables them to be at cause in their daily lives, responding rationally and creatively to life events rather than reacting to them under the direction of stored engrams. Accordingly, those who study Scientology materials and receive auditing sessions advance from a status of Preclear to Clear and Operating Thetan. Scientology's utopian aim is to "clear the planet", a world in which everyone has cleared themselves of their engrams.</string>
|
||
|
||
<string id="zone-scientology-message-17-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Auditing</string>
|
||
|
||
<string id="zone-scientology-message-17-title">@kr-KR@ Scientology beliefs and practices: Auditing</string>
|
||
|
||
<string id="zone-scientology-message-17-text">@kr-KR@ Auditing is a one-on-one session with a Scientology counselor or auditor. It bears a superficial similarity to confession or pastoral counseling, but the auditor does not dispense forgiveness or advice the way a pastor or priest might do. Instead, the auditor's task is to help the person discover and understand engrams, and their limiting effects, for themselves. Most auditing requires an E-meter, a device that measures minute changes in electrical resistance through the body when a person holds electrodes (metal "cans"), and a small current is passed through them. Scientology asserts that watching for changes in the E-meter's display helps locate engrams. Once an area of concern has been identified, the auditor asks the individual specific questions about it, in order to help them eliminate the engram, and uses the E-meter to confirm that the engram's "charge" has been dissipated and the engram has in fact been cleared. As the individual progresses, the focus of auditing moves from simple engrams to engrams of increasing complexity. At the more advanced OT auditing levels, Scientologists perform solo auditing sessions, acting as their own auditors.</string>
|
||
|
||
<string id="zone-scientology-message-18-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#The_Bridge_to_Total_Freedom</string>
|
||
|
||
<string id="zone-scientology-message-18-title">@kr-KR@ Scientology beliefs and practices: The Bridge to Total Freedom</string>
|
||
|
||
<string id="zone-scientology-message-18-text">@kr-KR@ Spiritual development within Scientology is accomplished by studying Scientology materials. Scientology materials (called Technology or Tech in Scientology jargon) are structured in sequential levels (or gradients), so that easier steps are taken first and greater complexities are handled at the appropriate time. This process is sometimes referred to as moving along the Bridge to Total Freedom, or simply the Bridge. It has two sides: training and processing. Training means education in the principles and practices of auditing. Processing is personal development through participation in auditing sessions.</string>
|
||
|
||
<string id="zone-scientology-message-19-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#The_Bridge_to_Total_Freedom</string>
|
||
|
||
<string id="zone-scientology-message-19-title">@kr-KR@ Scientology beliefs and practices: The Bridge to Total Freedom</string>
|
||
|
||
<string id="zone-scientology-message-19-text">@kr-KR@ The Church of Scientology believes in the principle of reciprocity, involving give-and-take in every human transaction. Accordingly, members are required to make donations for study courses and auditing as they move up the Bridge, the amounts increasing as higher levels are reached. Participation in higher-level courses on the Bridge may cost several thousand dollars, and Scientologists usually move up the Bridge at a rate governed by their income.</string>
|
||
|
||
<string id="zone-scientology-message-20-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Space_opera_and_confidential_materials</string>
|
||
|
||
<string id="zone-scientology-message-20-title">@kr-KR@ Scientology beliefs and practices: Space opera and confidential materials</string>
|
||
|
||
<string id="zone-scientology-message-20-text">@kr-KR@ The Church of Scientology holds that at the higher levels of initiation (OT levels) mystical teachings are imparted that may be harmful to unprepared readers. These teachings are kept secret from members who have not reached these levels. The Church states that the secrecy is warranted to keep its materials' use in context, and to protect its members from being exposed to materials they are not yet prepared for.</string>
|
||
|
||
<string id="zone-scientology-message-21-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Space_opera_and_confidential_materials</string>
|
||
|
||
<string id="zone-scientology-message-21-title">@kr-KR@ Scientology beliefs and practices: Space opera and confidential materials</string>
|
||
|
||
<string id="zone-scientology-message-21-text">@kr-KR@ These are the OT levels, the levels above Clear, whose contents are guarded within Scientology. The OT level teachings include accounts of various cosmic catastrophes that befell the thetans. Hubbard described these early events collectively as space opera.</string>
|
||
|
||
<string id="zone-scientology-message-22-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Space_opera_and_confidential_materials</string>
|
||
|
||
<string id="zone-scientology-message-22-title">@kr-KR@ Scientology beliefs and practices: Space opera and confidential materials</string>
|
||
|
||
<string id="zone-scientology-message-22-text">@kr-KR@ In the OT levels, Hubbard explains how to reverse the effects of past-life trauma patterns that supposedly extend millions of years into the past. Among these advanced teachings is the story of Xenu (sometimes Xemu), introduced as an alien ruler of the "Galactic Confederacy." According to this story, 75 million years ago Xenu brought billions of people to Earth in spacecraft resembling Douglas DC-8 airliners, stacked them around volcanoes and detonated hydrogen bombs in the volcanoes. The thetans then clustered together, stuck to the bodies of the living, and continue to do this today. Scientologists at advanced levels place considerable emphasis on isolating body thetans and neutralizing their ill effects.</string>
|
||
|
||
<string id="zone-scientology-message-23-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Space_opera_and_confidential_materials</string>
|
||
|
||
<string id="zone-scientology-message-23-title">@kr-KR@ Scientology beliefs and practices: Space opera and confidential materials</string>
|
||
|
||
<string id="zone-scientology-message-23-text">@kr-KR@ The material contained in the OT levels has been characterized as bad science fiction by critics, while others claim it bears structural similarities to gnostic thought and ancient Hindu myths of creation and cosmic struggle. J. Gordon Melton suggests that these elements of the OT levels may never have been intended as descriptions of historical events, and that, like other religious mythology, they may have their truth in the realities of the body and mind which they symbolize. He adds that on whatever level Scientologists might have received this mythology, they seem to have found it useful in their spiritual quest.</string>
|
||
|
||
<string id="zone-scientology-message-24-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Space_opera_and_confidential_materials</string>
|
||
|
||
<string id="zone-scientology-message-24-title">@kr-KR@ Scientology beliefs and practices: Space opera and confidential materials</string>
|
||
|
||
<string id="zone-scientology-message-24-text">@kr-KR@ The high-ranking OT levels are made available to Scientologists only by invitation, after a review of the candidate's character and contribution to the aims of Scientology. Individuals who have read these materials may not disclose what they contain without jeopardizing their standing in the Church. Excerpts and descriptions of OT materials were published online by a former member in 1995 and then circulated in mainstream media. This occurred after the teachings were submitted as evidence in court cases involving Scientology, thus becoming a matter of public record. There are eight publicly-known OT levels, OT I to VIII. The highest level, OT VIII, is only disclosed at sea, on the Scientology cruise ship Freewinds. It was released in the late 1980s. It has been rumored that additional OT levels, said to be based on material written by Hubbard long ago, will be released at some appropriate point in the future.</string>
|
||
|
||
<string id="zone-scientology-message-25-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Space_opera_and_confidential_materials</string>
|
||
|
||
<string id="zone-scientology-message-25-title">@kr-KR@ Scientology beliefs and practices: Space opera and confidential materials</string>
|
||
|
||
<string id="zone-scientology-message-25-text">@kr-KR@ There is a large Church of Spiritual Technology symbol carved into the ground at Scientology's Trementina Base that is visible from the air. Washington Post reporter Richard Leiby wrote, "Former Scientologists familiar with Hubbard’s teachings on reincarnation say the symbol marks a 'return point' so loyal staff members know where they can find the founder’s works when they travel here in the future from other places in the universe."</string>
|
||
|
||
<string id="zone-scientology-message-26-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Ceremonies</string>
|
||
|
||
<string id="zone-scientology-message-26-title">@kr-KR@ Scientology beliefs and practices: Ceremonies</string>
|
||
|
||
<string id="zone-scientology-message-26-text">@kr-KR@ In Scientology, ceremonies for events such as weddings, child naming, and funerals are observed. Friday services are held to commemorate the completion of a person's religious services during the prior week. Ordained Scientology ministers may perform such rites. However, these services and the clergy who perform them play only a minor role in Scientologists' religious lives.</string>
|
||
|
||
<string id="zone-scientology-message-27-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Influences</string>
|
||
|
||
<string id="zone-scientology-message-27-title">@kr-KR@ Scientology beliefs and practices: Influences</string>
|
||
|
||
<string id="zone-scientology-message-27-text">@kr-KR@ In Dianetics, Hubbard gives credit to Francis Bacon and Herbert Spencer. Hubbard recalled meeting Cmdr. Joseph Cheesman Thompson, a U.S. Navy officer who studied with Sigmund Freud, when he was 12 years old, and when Hubbard wrote to the American Psychological Association in 1949, he stated that he was conducting research based on the "early work of Freud". Scientology's view of the mind has some similarities to the Freudian one.</string>
|
||
|
||
<string id="zone-scientology-message-28-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Influences</string>
|
||
|
||
<string id="zone-scientology-message-28-title">@kr-KR@ Scientology beliefs and practices: Influences</string>
|
||
|
||
<string id="zone-scientology-message-28-text">@kr-KR@ In the 1940s, Hubbard was in contact with Jack Parsons, a rocket scientist and member of the Ordo Templi Orientis then led by Aleister Crowley, and there have been suggestions that this connection influenced some of the ideas and symbols of Scientology. Religious scholars like Gerald Willms and J. Gordon Melton have pointed out that the teachings of Crowley's "satanism" bear little if any resemblance to Scientology doctrine.</string>
|
||
|
||
<string id="zone-scientology-message-29-url">@kr-KR@ http://en.wikipedia.org/wiki/Scientology#Influences</string>
|
||
|
||
<string id="zone-scientology-message-29-title">@kr-KR@ Scientology beliefs and practices: Influences</string>
|
||
|
||
<string id="zone-scientology-message-29-text">@kr-KR@ As noted, there are elements of Eastern religions evident in Scientology, in particular the concepts of karma, as present in Hinduism and in Jainism, and dharma. In addition to the links to Hindu texts, Hubbard tried to connect Scientology with Taoism and Buddhism. Scientology has been said to share features with Gnosticism as well.</string>
|
||
|
||
|
||
</strings>
|