Initial commit: Backup der Webseiten

- zoesch.de
- blitzkiste.net
- gruene-hassberge (norbert.zoesch.de)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Felix Zösch
2025-12-13 01:17:15 +01:00
commit 07c290a453
4607 changed files with 1202735 additions and 0 deletions

View File

@@ -0,0 +1,494 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
$lang['Add group'] = '그룹 추가';
$lang['Add tags'] = '태그 추가';
$lang['Add/delete a permalink'] = '퍼마링크 추가/삭제';
$lang['Added by %s'] = '%s이(가) 추가함';
$lang['%d guest'] = '%d 손님';
$lang['%d guests'] = '%d 손님';
$lang['%d hour'] = '%d 시간';
$lang['%d hours'] = '%d 시간';
$lang['%d day'] = '%d 일';
$lang['%d days'] = '%d 일';
$lang['%d group'] = '%d 그룹';
$lang['%d groups'] = '%d 그룹';
$lang['added'] = '추가됨';
$lang['administrators'] = '관리자';
$lang['all'] = '모두';
$lang['confirm'] = '확인';
$lang['group "%s" added'] = '그룹 "%s" 추가함';
$lang['group "%s" deleted'] = '그룹 "%s" 삭제함';
$lang['group "%s" updated'] = '그룹 "%s" 변경함';
$lang['guest'] = '손님';
$lang['pixels'] = '픽셀';
$lang['public'] = '공개';
$lang['registered users'] = '등록된 사용자';
$lang['registration date'] = '등록 날짜';
$lang['remove tags'] = '태그 삭제';
$lang['remove this filter'] = '필터 삭제';
$lang['remove title'] = '제목 삭제';
$lang['selection'] = '선택';
$lang['show details'] = '자세히 보기';
$lang['user_status_guest'] = '손님';
$lang['Add a user'] = '사용자 추가';
$lang['Activate'] = '활성화';
$lang['Active Languages'] = '활성화된 언어';
$lang['Active Plugins'] = '활성 플러그인';
$lang['Add'] = '추가';
$lang['Add New Language'] = '새로운 언어 추가';
$lang['Add New Theme'] = '새로운 테마 추가';
$lang['Add a filter'] = '필터 추가';
$lang['Add a tag'] = '태그 추가';
$lang['You are running the latest version of Piwigo.'] = '최신 버전의 Piwigo가 동작 중입니다.';
$lang['Ignore this update'] = '이 업데이트 무시';
$lang['Add Photos'] = '사진 추가';
$lang['Add to caddie'] = '캐디에 추가';
$lang['Change password'] = '비밀번호 변경';
$lang['Edit album permissions'] = '앨범 권한 수정';
$lang['Manage Permissions'] = '권한 관리하기';
$lang['Manage permissions for group "%s"'] = '"%s" 그룹의 권한을 관리';
$lang['Manage permissions for user "%s"'] = '"%s" 사용자의 권한을 관리';
$lang['Purge search history'] = '검색 기록 비우기';
$lang['Remove from caddie'] = '캐디에서 제거';
$lang['Synchronize metadata'] = '메타데이터 동기화';
$lang['Update albums informations'] = '앨범 정보 업데이트하기';
$lang['Update photos information'] = '사진 정보 업데이트하기';
$lang['add new photos to caddie'] = '캐디에 새로운 사진 추가';
$lang['apply automatic sort order'] = '자동정렬 적용';
$lang['jump to album'] = '앨범으로 이동';
$lang['manage sub-albums'] = '하위 앨범 관리하기';
$lang['Numeric identifier : %d'] = '숫자 식별자 : %d';
$lang['This album contains no photo.'] = '이 앨범에는 등록된 사진이 없습니다.';
$lang['Can\'t create temporary file.'] = '임시파일을 생성할 수 없습니다.';
$lang['Create'] = '만들기';
$lang['create a new album'] = '새 앨범 만들기';
$lang['create a new site'] = '새 사이트 만들기';
$lang['created'] = '생성됨';
$lang['Update Complete'] = '업데이트 완료';
$lang['Password confirmation is missing. Please confirm the chosen password.'] = '비밀번호 확인란이 비었습니다. 비밀번호 확인란을 입력하십시오.';
$lang['Password is missing. Please enter the password.'] = '비밀번호란이 비었습니다. 비밀번호를 입력하십시오.';
$lang['Password updated'] = '비밀번호가 변경됨';
$lang['User "%s" created with "%s" like password'] = '"%s" 비밀번호를 사용하는 "%s" 사용자가 생성됨';
$lang['No user selected of %d users'] = '%d 사용자 중 선택된 사용자가 없음';
$lang['No user selected, no action possible.'] = '선택된 사용자가 없어서 사용 가능한 동작이 없습니다.';
$lang['%d members'] = '%d 구성원';
$lang['Members'] = '구성원';
$lang['No members to manage'] = '관리할 구성원이 없습니다';
$lang['Please select at least two groups'] = '두 개 이상의 그룹을 선택하십시오';
$lang['Send an information email to group members'] = '그룹의 구성원에게 정보를 이메일로 발송';
$lang['Authorized'] = '허용됨';
$lang['Permissions'] = '권한';
$lang['Basic settings'] = '기본 설정';
$lang['General'] = '일반';
$lang['Configuration'] = '환경설정';
$lang['Piwigo configuration'] = 'Piwigo 환경설정';
$lang['Options'] = '옵션';
$lang['History'] = '기록';
$lang['Permalink history'] = '퍼머링크 기록';
$lang['Metadata synchronization results'] = '메타데이터 동기화 결과';
$lang['Synchronize'] = '동기화하기';
$lang['Other private albums'] = '다른 개인 앨범';
$lang['Private'] = '개인';
$lang['private'] = '개인';
$lang['Public'] = '공개';
$lang['Public / Private'] = '공개 / 개인';
$lang['Caddie'] = '캐디';
$lang['Caddie management'] = '캐디 관리';
$lang['Empty caddie'] = '캐디 비우기';
$lang['Who can see this photo?'] = '누가 이 사진을 볼 수 있나요?';
$lang['Manage authorizations for selected albums'] = '선택한 앨범의 권한 관리';
$lang['Error list'] = '오류 목록';
$lang['Plugin list'] = '플러그인 목록';
$lang['User list'] = '사용자 목록';
$lang['All plugins are up to date.'] = '모든 플러그인이 최신입니다.';
$lang['Inactive Plugins'] = '비활성 플러그인';
$lang['Plugins'] = '플러그인';
$lang['Restore'] = '복원';
$lang['Restore default configuration. You will lose your plugin settings!'] = '기본 환경설정으로 복원합니다. 플러그인 설정이 없어집니다!';
$lang['Administration Home'] = '관리자 홈';
$lang['Change Admin Colors'] = '관리자 색상 변경';
$lang['user_status_admin'] = '관리자';
$lang['Default user does not exist'] = '기본 사용자가 없습니다';
$lang['Default user cannot be deleted'] = '기본 사용자는 삭제할수 없습니다.';
$lang['Database'] = '데이터베이스';
$lang['Database synchronization with files'] = '파일과 데이터베이스 동기화';
$lang['Dump Database'] = '데이터베이스 덤프하기';
$lang['Information data registered in database'] = '데이터베이스에 정보 데이터가 등록됨';
$lang['Repair and optimize database'] = '데이터베이스 복구 및 최적화';
$lang['Unable to dump database.'] = '데이터베이스를 덤프 할 수 없습니다.';
$lang['albums added in the database'] = '데이터베이스에 앨범이 추가됨';
$lang['albums deleted in the database'] = '데이터베이스에서 앨범이 삭제됨';
$lang['photos added in the database'] = '데이터베이스에 사진이 추가됨';
$lang['photos deleted from the database'] = '데이터베이스에서 사진이 삭제됨';
$lang['photos updated in the database'] = '데이터베이스에 사진이 변경됨';
$lang['FTP + Synchronization'] = 'FTP + 동기화';
$lang['Quick Local Synchronization'] = '빠른 로컬 동기화';
$lang['errors during synchronization'] = '동기화 중에 오류';
$lang['Deactivate'] = '비활성화';
$lang['Deactivate all'] = '전체 비활성화';
$lang['Check for updates'] = '업데이트 확인';
$lang['Check for upgrade'] = '업그레이드 확인';
$lang['Check for upgrade failed for unknown reasons.'] = '알수없는 이유로 업그레이드 확인이 실패하였습니다.';
$lang['Are you sure you want to delete this plugin?'] = '이 플러그인을 삭제하시겠습니까?';
$lang['Are you sure you want to install this plugin?'] = '이 플러그인을 설치하시겠습니까?';
$lang['Authorize users to add comments on selected albums'] = '선택한 앨범에 댓글 쓰기를 사용자에게 허용';
$lang['Automatic correction'] = '자동 수집';
$lang['Automatic sort order'] = '자동 정렬 순서';
$lang['Available only with HTML format'] = 'HTML 포맷만 가능합니다';
$lang['Average rate'] = '평균 등급';
$lang['Can\'t connect to server.'] = '사용할 수 없는 서버에 연결';
$lang['Photo Properties'] = '사진 속성';
$lang['Properties'] = '속성';
$lang['Cannot delete the old permalink !'] = '오래된 퍼머링크가 삭제되지 않음!';
$lang['Permalink'] = '퍼머링크';
$lang['Permalinks'] = '퍼머링크';
$lang['List'] = '목록';
$lang['Album list management'] = '앨범 목록 관리';
$lang['Aperture is a powerful tool to refine images and manage massive libraries on Mac.'] = 'Aperture는 맥에서 사진을 보정하고 대규모 라이브러리를 관리하기 위한 강력한 툴입니다.';
$lang['Group management'] = '그룹 관리';
$lang['Manage'] = '관리하기';
$lang['Manage tags'] = '태그 관리하기';
$lang['Manage the members'] = '구성원 관리하기';
$lang['On your Linux, simply install Shotwell with your package manager and the activate Piwigo publishing option.'] = '리눅스에서 패키지 관리자로 간단히 Shotwell를 설치 한 다음 Piwigo의 게시 옵션을 활성화하십시오.';
$lang['Permission management'] = '권한 설정';
$lang['Shotwell is an open source digital photo organizer that runs on Linux. It is the default photo manager in Ubuntu and Fedora.'] = 'Shotwell 리눅스에서 실행되는 오픈 소스 디지털 사진 정리도구입니다. 우분투와 페도라의 기본 사진 관리자입니다.';
$lang['Site manager'] = '사이트 관리자';
$lang['digiKam is an advanced digital photo management free software for Linux, Windows, and MacOSX.'] = 'digiKam은 리눅스, 윈도우즈 와 맥 OSX를 위한 고급 디지털 사진 관리용 무료 소프트웨어입니다.';
$lang['digiKam is designed for photographers who want to view, manage, edit, enhance, organize, tag, and share photographs.'] = 'digiKam이 사진을 보기, 관리, 편집, 향상, 정리, 태그과 공유를 하려는 사진작가를 위해 설계되었습니다.';
$lang['iPhoto is the default photo manager on MacOSX. The Piwigo export plugin let you create new albums and export your photos directly from iPhoto to your Piwigo photo gallery.'] = 'iPhoto는 맥 OSX의 기본 사진 관리자입니다. Piwigo의 익스포트 플러그인은 새로운 앨범을 생성하고 iPhone에서 Piwigo 사진 갤러리로 바로 익스포트 할 수 있도록 합니다.';
$lang['manage album photos'] = '앨번 사진 관리하기';
$lang['Groups and users'] = '그룹과 사용자';
$lang['Send mail to users'] = '사용자에게 메일 발송';
$lang['Users'] = '사용자';
$lang['%d mail was not sent.'] = '%d 메일이 발송 안됨';
$lang['%d mail was sent.'] = '%d 메일이 발송됨';
$lang['%d mails were not sent.'] = '%d 메일이 발송 안됨';
$lang['%d mails were sent.'] = '%d 메일이 발송됨';
$lang['%d user comments rejected'] = '%d 사용자 댓글 거부됨';
$lang['%d photo was deleted'] = '%d 사진이 삭제됨';
$lang['%d photos uploaded'] = '%d 사진이 업로드됨';
$lang['%d photos were deleted'] = '%d 사진이 삭제됨';
$lang['%d tag'] = '%d 태그';
$lang['%d tags'] = '%d 태그';
$lang['%d user'] = '%d 사용자';
$lang['%d user comment rejected'] = '%d 사용자 댓글 거부됨';
$lang['%d user comment validated'] = '%d 사용자 댓글 허용됨';
$lang['%d user comments validated'] = '%d 사용자 댓글 허용됨';
$lang['%d user deleted'] = '%d 사용자 삭제됨';
$lang['%d users'] = '%d 사용자';
$lang['%d users deleted'] = '%d 사용자 삭제됨';
$lang['%d second'] = '%d 초';
$lang['%d seconds'] = '%d 초';
$lang['%d minute'] = '%d 분';
$lang['%d minutes'] = '%d 분';
$lang['%d month'] = '%d 개월';
$lang['%d months'] = '%d 개월';
$lang['%d anomalies have been detected corrected.'] = '%d 이상이 검출되었고 해결되었습니다.';
$lang['%d anomalies have been detected.'] = '%d 이상이 검출되었습니다.';
$lang['%d anomalies have been ignored.'] = '%d 이상이 무시되었습니다.';
$lang['%d anomalies have not been corrected.'] = '%d 이상이 해결되었습니다.';
$lang['%d anomaly has been corrected.'] = '%d 이상이 해결되었습니다.';
$lang['%d anomaly has been detected.'] = '%d 이상이 검출되었습니다.';
$lang['%d anomaly has been ignored.'] = '%d 이상이 무시되었습니다.';
$lang['%d anomaly has not been corrected.'] = '%d 이상이 해결되지 않았습니다.';
$lang['only perform a simulation (no change in database will be made)'] = '시뮬레이션만 실행 (데이터베이스는 변경되지 않음)';
$lang['%d album moved'] = '%d 앨범 이동됨';
$lang['%d albums moved'] = '%d 앨범 이동됨';
$lang['Piwigo Administration'] = 'Piwigo 관리';
$lang['Switch to clear or dark colors for administration'] = '관리자 화면을 밝거나 어두운 색상으로 전환합니다.';
$lang['Templates configuration has been recorded.'] = '템플릿 환경설정이 기록됨.';
$lang['Your configuration settings are saved'] = '환경 설정이 저장됨';
$lang['Save Settings'] = '설정 저장';
$lang['Save Template Directory'] = '템플릿 디렉토리 저장';
$lang['Save order'] = '순서 저장';
$lang['Save to permalink history'] = '퍼머링크 기록에 저장하';
$lang['first photo added on %s'] = '%s 에 첫 사진이 등록됨';
$lang['Aperture is designed for professional photographers with iPhoto simplicity.'] = 'Aperture는 iPhoto를 단순화한 전문 사진작가를 위해 설계되었습니다.';
$lang['Piwigo export plugin for Aperture'] = 'Aperture용 Piwigo 익스포트 플러그인';
$lang['Piwigo publish plugin for digiKam'] = 'dikiKam용 Piwigo 배포 플러그인';
$lang['To export your photos from digiKam to Piwigo, simply install digiKam and the Kipi-plugins.'] = 'digiKam에서 Piwigo로 사진을 내보내려면, digiKam 및 Kipi 플러그인을 설치하면 됩니다.';
$lang['<em>Piwigo for iOS</em> application empowers you to connect to your Piwigo gallery from your iPhone, iPad or iPod Touch, create some albums and upload several photos at once.'] = '<em>iOS용 Piwigo</em> 앱은 iPhone, iPad 또는 iPod Touch에서 Piwigo 갤러리에 연결하고 앨범을 생성하고 한번에 여러 사진을 업로드 할 수 있도록 합니다.';
$lang['Piwigo for iOS (iPhone, iPad, iPod Touch)'] = 'iOS용 Piwigo (iPhone, iPad, iPod Touch)';
$lang['Piwigo Uploader'] = 'Piwigo 업로더';
$lang['Allowed file types: %s.'] = '가능한 파일 종류: %s.';
$lang['Maximum file size: %sB.'] = '최대 파일 크기: %sB.';
$lang['Select files'] = '파일 선택';
$lang['Applications'] = '어플리케이션';
$lang['Web Form'] = '웹 폼';
$lang['Start Upload'] = '업로드 시작';
$lang['Unknown upload error'] = '알 수 없는 업로드 오류';
$lang['Upload'] = '업로드';
$lang['Upload Photos'] = '사진 업로드';
$lang['Upload in progress'] = '업로드 진행 중';
$lang['Uploaded Photos'] = '사진 업로드 됨';
$lang['Delete selected photos'] = '선택한 사진을 삭제';
$lang['Manage photos'] = '사진 관리';
$lang['New photos were added'] = '새로운 사진이 등록됨';
$lang['Photos'] = '사진';
$lang['Delete multiple size images'] = '여러 크기의 이미지를 삭제';
$lang['Purge compiled templates'] = '컴파일된 템플릿을 비우기';
$lang['Purge history summary'] = '기록 요약정보 비우기';
$lang['Purge never used notification feeds'] = '사용되지 않은 알림 피드 비우기';
$lang['Purge sessions'] = '세션 비우기';
$lang['Purge user cache'] = '사용자 캐시 비우기';
$lang['Purge history detail'] = '기록 상세정보 비우기';
$lang['Delete orphan tags'] = '사용되지 않는 태그 삭제';
$lang['Orphan tags deleted'] = '사용되지 않는 태그가 삭제됨';
$lang['You have %d orphan tags: %s.'] = '사용되지 않는 %d개의 태그가 있습니다: %s.';
$lang['Lock gallery'] = '갤러리 잠그기';
$lang['No group is permitted to see this private album'] = '이 개인 앨범을 볼 수 있는 그룹이 없습니다.';
$lang['Only private albums are listed'] = '개인 앨범만 표시됨';
$lang['All extensions are up to date.'] = '모든 확장기능이 최신입니다.';
$lang['Exif extension not available, admin should disable exif use'] = 'Exif 확장기능을 사용할 수 없습니다. exif 사용을 비활성화 해야합니다';
$lang['Extensions Update'] = '확장기능 업데이트';
$lang['Some upgrades are available for extensions.'] = '확장기능을 위한 업데이트를 사용할 수 있습니다.';
$lang['%d user was not updated.'] = '%d 사용자가 변경되지 않음.';
$lang['%d user was updated.'] = '%d 사용자가 변경됨.';
$lang['%d users were not updated.'] = '%d 사용자가 변경되지 않음.';
$lang['Album updated successfully'] = '앨범이 정상적으로 업데이트 됨';
$lang['Photo informations updated'] = '사진 정보 변경됨';
$lang['Piwigo Update'] = 'Piwigo 업데이트';
$lang['Update All'] = '모두 업데이트';
$lang['Update to Piwigo %s'] = 'Piwigo %s로 업데이트';
$lang['Update user'] = '사용자 업데이트';
$lang['Updates'] = '업데이트';
$lang['General statistics'] = '일반 통계';
$lang['Statistics'] = '통계';
$lang['All themes are up to date.'] = '모든 테마가 최신입니다.';
$lang['Delete this theme'] = '이 테마 삭제';
$lang['Following themes may not be compatible with the new version of Piwigo:'] = '다음 테마는 Piwigo의 새로운 버전과 호환되지 않을 수 있습니다:';
$lang['Forbid this theme to users'] = '사용자가 이 테마를 사용할 수 없게 함';
$lang['Impossible to activate this theme, the parent theme is missing: %s'] = '이 테마를 활성화할 수 없습니다. 부모 테마가 없습니다: %s';
$lang['Impossible to deactivate this theme, you need at least one theme.'] = '이 테마를 비활성화할 수 없습니다. 최소한 하나의 테마가 필요합니다.';
$lang['Impossible to delete this theme. Other themes depends on it: %s'] = '이 테마를 삭제할 수 없습니다. 다른 테마와 의존성이 있습니다: %s';
$lang['Make this theme available to users'] = '사용자가 이 테마를 사용할 수 있게 함';
$lang['Set as default theme for unregistered and new users'] = '등록되지 않거나 새로운 사용자에게 기본 테마로 설정';
$lang['Some themes and plugins may be not available yet.'] = '일부 테마와 플러그인이 아직 사용할 수 있지 않습니다.';
$lang['Theme has been successfully installed'] = '테마가 성공적으로 설치됨';
$lang['Themes which need upgrade'] = '업그레이드가 필요한 테마';
$lang['There is no other theme available.'] = '사용 가능한 다른 테마가 없습니다.';
$lang['Visit theme site'] = '테마 사이트 방문';
$lang['You can activate only one mobile theme.'] = '모바일 테마는 하나만 활성화 할 수 있습니다.';
$lang['Impossible to deactivate this language, first set another language as default.'] = '이 언어를 비활성화하지 못합니다. 먼저 다른 언어를 기본으로 설정하십시오.';
$lang['Impossible to deactivate this language, you need at least one language.'] = '이 언어를 비활성화하지 못합니다. 최소한 하나의 언어는 필요합니다.';
$lang['Language has been successfully installed'] = '언어가 성공적으로 설치되었음';
$lang['Languages which need upgrade'] = '업그레이드가 필요한 언어';
$lang['There is no other language available.'] = '사용가능한 다른 언어가 없습니다';
$lang['Inactive Languages'] = '비활성화된 언어';
$lang['Inactive Themes'] = '비활성화된 테마';
$lang['Active Themes'] = '활성화된 테마';
$lang['Installed Themes'] = '설치된 테마';
$lang['Themes'] = '테마';
$lang['Install'] = '설치';
$lang['Uninstall'] = '제거';
$lang['Actions'] = '동작';
$lang['GD version'] = 'GD 버전';
$lang['New Version'] = '새로운 버전';
$lang['Piwigo version'] = 'Piwigo 버전';
$lang['Version'] = '버전';
$lang['All languages are up to date.'] = '모든 언어가 최신입니다.';
$lang['Delete this language'] = '이 언어 삭제';
$lang['Forbid this language to users'] = '사용자에게 이 언어를 사용하지 못하도록 함';
$lang['Make this language available to users'] = '사용자에게 이 언어를 사용할 수 있도록 함';
$lang['Set as default language for unregistered and new users'] = '등록되지 않는 신규 사용자에게 이 언어를 기본으로 설정';
$lang['Installed Languages'] = '설치된 언어';
$lang['Languages'] = '언어';
$lang['Replacement of original templates by customized templates from template-extension subfolder'] = '원본 템플릿을 템플릿 확장 하위폴더의 사용자 템플릿으로 교체';
$lang['Templates'] = '템플릿';
$lang['Hide'] = '숨기기';
$lang['Guest Settings'] = '손님 설정';
$lang['Allow users to add a link to their website'] = '웹사이트 링크를 추가 할 수 있도록 허용';
$lang['Allow users to delete their own comments'] = '사용자의 댓글 삭제 허용';
$lang['Allow users to edit their own comments'] = '사용자의 댓글 수정 허용';
$lang['Validation'] = '유효성 검사';
$lang['Default comments order'] = '기본 댓글 순서';
$lang['Number of comments per page'] = '페이지당 댓글 수';
$lang['Comments for all'] = '모두에게 댓글 허용';
$lang['Show menubar'] = '메뉴바 표시';
$lang['Activate Navigation Thumbnails'] = '썸네일 네비게이션 활성화';
$lang['Activate comments'] = '댓글 활성화';
$lang['Activate Navigation Bar'] = '네비게이션 바 활성화';
$lang['Number of albums per page'] = '한 페이지의 앨범 수';
$lang['Activate icon "new" next to albums and pictures'] = '앨범 및 사진 옆에 "새로 만들기" 아이콘 활성화';
$lang['new'] = '새로 만들기';
$lang['Activate icon "%s"'] = '"%s" 아이콘 활성화';
$lang['Photo Page'] = '사진 페이지';
$lang['Main Page'] = '메인 페이지';
$lang['Select a file'] = '파일 선택';
$lang['Opacity'] = '투명도';
$lang['middle'] = '중간';
$lang['bottom left corner'] = '좌하단';
$lang['bottom right corner'] = '우하단';
$lang['top left corner'] = '좌상단';
$lang['top right corner'] = '우상단';
$lang['custom'] = '사용자 지정';
$lang['Position'] = '위치';
$lang['Apply watermark if height is bigger than'] = '워터마크를 적용할 최소 세로길이';
$lang['Apply watermark if width is bigger than'] = '워터마크를 적용할 최소 가로길이';
$lang['Watermark'] = '워터마크';
$lang['add a new watermark'] = '새로운 워터마크 추가';
$lang['Image Quality'] = '사진 품질';
$lang['The original image quality must be a number between %d and %d'] = '원본 사진 품질은 %d ~ %d 사이 값이어야 합니다.';
$lang['Resize after upload'] = '업로드 후에 리사이즈';
$lang['Resize after upload disabled due to the use of GD as graphic library'] = '그래픽 라이브러리로 GD를 사용할 때까지 업로드 후 리사이즈 불가';
$lang['Original Size'] = '원본 크기';
$lang['Gallery title'] = '갤러리 제목';
$lang['With blank value, gallery title will be used'] = '비어있으면, 갤러리 제목이 사용됩니다';
$lang['Page banner'] = '페이지 배너';
$lang['Default photos order'] = '사진 정렬 기본 순서';
$lang['delete'] = '삭제';
$lang['delete album'] = '앨범 삭제';
$lang['delete photo'] = '사진 삭제';
$lang['deleted'] = '삭제됨';
$lang['Add a criteria'] = '기준 추가';
$lang['Mail address is mandatory for registration'] = '등록시 메일 주소가 필수';
$lang['Email admins when a new user registers'] = '새로운 사용자를 등록하면 관리자에게 메일 발송하기';
$lang['Rating by guests'] = '손님에게 평점 허용';
$lang['Allow rating'] = '평점 허용';
$lang['Allow user customization'] = '사용자 개인화 허용';
$lang['Allow user registration'] = '사용자 등록 허용';
$lang['Mail theme'] = '메일 테마';
$lang['Save visits in history for'] = '방문기록 저장: ';
$lang['Week starts on'] = '한 주의 시작';
$lang['Miscellaneous'] = '기타';
$lang['simple visitors'] = '단순 방문자';
$lang['No photo selected, no action possible.'] = '선택된 사진이 없어서 사용 가능한 동작이 없습니다.';
$lang['Apply action'] = '동작 적용';
$lang['Tools'] = '도구';
$lang['Searching...'] = '검색중...';
$lang['Representant'] = '앨범 썸네일';
$lang['Representation of albums'] = '앨범 썸네일';
$lang['Representative'] = '앨범 썸네일';
$lang['Piwigo export plugin for iPhoto'] = 'iPhoto용 Piwigo 익스포트 플러그인';
$lang['Piwigo publish plugin for Shotwell'] = 'Shotwell용 Piwigo 배포 플러그인';
$lang['Photo name'] = '사진 이름';
$lang['Original file : %s'] = '원본 파일: %s';
$lang['Panorama'] = '파노라마';
$lang['Parent album'] = '부모 앨범';
$lang['Path'] = '경로';
$lang['New photos added'] = '새로운 사진이 등록됨';
$lang['New tag'] = '새 태그';
$lang['No results'] = '결과 없음';
$lang['Name'] = '이름';
$lang['New name'] = '새 이름';
$lang['Loading...'] = '로딩중...';
$lang['Instructions to use Piwigo'] = 'Piwigo 사용 방법';
$lang['Informations'] = '정보';
$lang['Height'] = '세로';
$lang['Hour'] = '시';
$lang['IP'] = 'IP';
$lang['Ignore All'] = '모두 무시';
$lang['Ignore selected anomalies'] = '선택된 문제점 무시';
$lang['GD library is missing'] = 'GD 라이브러리가 없음';
$lang['Graphics Library'] = '그래픽 라이브러리';
$lang['Failed to write file to disk'] = '파일을 디스크에 기록하지 못함';
$lang['File'] = '파일';
$lang['File/directory read error'] = '파일/디렉토리 읽기 오류';
$lang['Forbidden'] = '금지됨';
$lang['Edit album'] = '앨범 수정';
$lang['Edit photo'] = '사진 수정';
$lang['Edit ranks'] = '등급 수정';
$lang['Edit selected tags'] = '선택된 태그 수정';
$lang['Edit tags'] = '태그 수정';
$lang['Detailed informations'] = '상세 정보';
$lang['Directory'] = '디렉토리';
$lang['Directory does not exist'] = '디렉토리가 존재하지 않음';
$lang['Downloads'] = '다운로드';
$lang['Drop into album'] = '앨범 선택';
$lang['ERROR'] = 'ERROR';
$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERROR: 이 플러그인은 설치되었으나 찾을 수 없습니다! 지금 삭제하세요.';
$lang['Delete Representant'] = '앨범 썸네일 삭제';
$lang['Delete selected tags'] = '선택된 태그 삭제';
$lang['Delete selected users'] = '선택된 사용자 삭제';
$lang['An error has occured during upgrade.'] = '업데이트 중에 오류가 발생하였습니다.';
$lang['%d week'] = '%d 주';
$lang['%d weeks'] = '%d 주';
$lang['%d year'] = '%d 년';
$lang['%d years'] = '%d 년';
$lang['%d member'] = '%d 구성원';
$lang['Change username'] = '사용자 이름 변경';
$lang['Level 0'] = '권한없음';
$lang['Level 1'] = '지인';
$lang['Level 2'] = '친구';
$lang['Level 4'] = '가족';
$lang['Level 8'] = '관리자';
$lang['All %d users are selected'] = '모두 %d 사용자가 선택됨';
$lang['Invert'] = '반전';
$lang['None'] = '없음';
$lang['none'] = '없음';
$lang['Showing %s to %s of %s users'] = '%s ~ %s 보기 (전체 %s 사용자)';
$lang['Cancel'] = '취소';
$lang['Send connection settings by email'] = '접속 정보를 메일로 발송';
$lang['Send'] = '발송';
$lang['%d users were updated.'] = '%d 사용자가 변경됨.';
$lang['User %s [%s] was not added to the subscription list.'] = '%s [%s] 사용자는 구독자 목록에 추가하지 못했습니다.';
$lang['Error when sending email to %s [%s].'] = '%s [%s] 에게 메일 발송 중 오류 발생함.';
$lang['Subscribed'] = '구독';
$lang['Unsubscribed'] = '수신거부';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = '주의: 구독 또는 수신거부의 상태변경은 사용자에게 메일이 발송됩니다';
$lang['Subscribe/unsubscribe users'] = '구독/수신 거부 사용자';
$lang['Include display of recent photos grouped by dates'] = '날짜별 최신 사진을 표시';
$lang['Complementary mail content'] = '대체할 메일 내용';
$lang['Add detailed content'] = '상세내용을 포함';
$lang['Send mail as'] = '다음 제목으로 메일 발송:';
$lang['Send mail on HTML format'] = 'HTML 포맷으로 메일 보내기';
$lang['%d parameter was updated.'] = '%d 파라미터가 변경됨.';
$lang['%d parameters were updated.'] = '%d 파라미터가 변경됨.';
$lang['Parameters'] = '파라미터';
$lang['There is no available subscribers to mail.'] = '메일로 공지를 받는 사용자가 없습니다.';
$lang['No group selected, no action possible.'] = '선택된 그룹이 없어서 사용 가능한 동작이 없습니다.';
$lang['Group'] = '그룹';
$lang['Group name'] = '그룹 이름';
$lang['Groups'] = '그룹';
$lang['Move albums'] = '앨범 이동';
$lang['New parent album'] = '새로운 부모 앨범';
$lang['Virtual albums to move'] = '이동할 가상 앨범';
$lang['Move'] = '이동';
$lang['date & time'] = '날짜와 시간';
$lang['file name'] = '파일이름';
$lang['Batch Manager'] = '배치 관리자';
$lang['Guest cannot be deleted'] = '손님 계정은 삭제할 수 없음';
$lang['Guests'] = '손님';
$lang['Rate'] = '등급';
$lang['Rate date'] = '평가 날짜';
$lang['Number of rates'] = '평가 수';
$lang['Sum of rates'] = '평가 합계';
$lang['Operating system'] = '운영체제';
$lang['Rating'] = '평점';
$lang['Menu Management'] = '메뉴 관리';
$lang['Reinitialize check integrity'] = '무결성 검사 재초기화';
$lang['Maintenance'] = '유지보수';
$lang['overrides existing values with empty ones'] = '빈 값에 대해서도 기존 값을 덮어씀';
$lang['even already synchronized photos'] = '이미 동기화된 사진 포함';
$lang['Action'] = '동작';
$lang['Choose an action'] = '동작 선택';
$lang['Choose an option'] = '옵션 선택';
$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = '최대값 정보 표시 (추가된 앨범과 사진, 삭제된 앨범과 사진)';
$lang['Everybody'] = '모두';
$lang['Who can see these photos?'] = '누가 이 사진들을 볼 수 있나요?';
$lang['directories + files'] = '디렉토리 + 파일';
$lang['only directories'] = '디렉토리만';
$lang['nothing'] = '없음';
$lang['synchronize files structure with database'] = '파일 구조를 데이터베이스와 동기화';
$lang['Environment'] = '환경';
$lang['Show info'] = '정보 보기';

View File

@@ -0,0 +1,427 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
/*
Language Name: 한국어 [KR]
Version: 2.9.2
Language URI: http://piwigo.org/ext/extension_view.php?eid=509
Author: Piwigo team
Author URI: http://piwigo.org
*/
$lang_info['language_name'] = "한국어";
$lang_info['country'] = "대한민국";
$lang_info['direction'] = "ltr";
$lang_info['code'] = "en";
$lang_info['jquery_code'] = "ko";
$lang_info['zero_plural'] = true;
$lang['%d album updated'] = '%d 개의 앨범이 업데이트 되었습니다';
$lang['%d albums updated'] = '%d 개의 앨범이 업데이트 되었습니다';
$lang['%d comment to validate'] = '%d 개의 승인 대기중인 댓글이 있습니다';
$lang['%d comments to validate'] = '%d 개의 승인 대기중인 댓글이 있습니다';
$lang['%d new comment'] = '%d 개의 새 댓글이 있습니다';
$lang['%d new comments'] = '%d 개의 새 댓글이 있습니다';
$lang['%d comment'] = '댓글 %d 개';
$lang['%d comments'] = '댓글 %d 개';
$lang['%d hit'] = '조회수 %d';
$lang['%d hits'] = '조회수 %d';
$lang['%d new photo'] = '%d 개의 새 사진';
$lang['%d new photos'] = '%d 개의 새 사진';
$lang['%d new user'] = '%d 명의 신규 사용자';
$lang['%d new users'] = '%d 명의 신규 사용자';
$lang['About'] = 'About';
$lang['All tags'] = '모든 태그';
$lang['Any tag'] = '아무 태그';
$lang['At least one listed rule must be satisfied.'] = '적어도 하나의 기준을 만족해야 합니다.';
$lang['Author'] = '작성자';
$lang['Albums'] = '앨범';
$lang['Album'] = '앨범';
$lang['Close this window'] = '창 닫기';
$lang['Complete RSS feed (photos, comments)'] = 'RSS피드 (사진과 댓글)';
$lang['Confirm Password'] = '비밀번호 확인';
$lang['Connection settings'] = '접속설정';
$lang['Login'] = '로그인';
$lang['Contact webmaster'] = '웹마스터에게 연락하기';
$lang['Create a new account'] = '새 계정 만들기';
$lang['Created on'] = '생성일';
$lang['Creation date'] = '만들어진 날짜';
$lang['Current password is wrong'] = '현재 비밀번호가 잘못되었습니다';
$lang['Dimensions'] = '해상도';
$lang['Display'] = '표시';
$lang['Each listed rule must be satisfied.'] = '각각의 기준을 만족해야 합니다.';
$lang['Email address'] = '메일 주소';
$lang['Enter your personnal informations'] = '개인 정보를 입력해 주세요';
$lang['Error sending email'] = '메일을 보내는 중 오류가 발생하였습니다';
$lang['File name'] = '파일 이름';
$lang['File'] = '파일';
$lang['Filesize'] = '파일 크기';
$lang['Filter and display'] = '필터 후 표시';
$lang['Filter'] = '필터';
$lang['Forgot your password?'] = '비밀번호를 잊으셨나요?';
$lang['Go through the gallery as a visitor'] = '손님으로 앨범 구경';
$lang['Help'] = '도움말';
$lang['Identification'] = '확인';
$lang['Photos only RSS feed'] = 'RSS피드 사진들';
$lang['Keyword'] = '키워드';
$lang['Notification'] = '알림';
$lang['Number of items'] = '항목 수';
$lang['Original dimensions'] = '원본 해상도';
$lang['Password forgotten'] = '비밀번호를 잃어버렸습니다';
$lang['Password'] = '비밀번호';
$lang['Post date'] = '등록일';
$lang['Posted on'] = '등록일';
$lang['Profile'] = '프로필';
$lang['Quick connect'] = '빠른 연결';
$lang['RSS feed'] = 'RSS 피드';
$lang['Register'] = '신규 가입';
$lang['Registration'] = '새 사용자 등록';
$lang['Related tags'] = '관련 태그';
$lang['Reset'] = '초기화';
$lang['Retrieve password'] = '비밀번호 찾기';
$lang['Search rules'] = '검색 조건';
$lang['Search tags'] = '태그 검색';
$lang['Search'] = '검색';
$lang['display available tags'] = '사용 가능한 태그 보이기';
$lang['Since'] = '기간';
$lang['Sort by'] = '정렬 기준';
$lang['Sort order'] = '정렬 순서';
$lang['Tag'] = '태그';
$lang['Tags'] = '태그';
$lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'RSS 피드 알림은 이 사이트의 새 사진, 댓글, 업데이트된 앨범에 대해 알려줍니다. RSS 리더와 함께 사용하세요.';
$lang['Unknown feed identifier'] = '알 수 없는 피드 식별자입니다';
$lang['User comments'] = '사용자 댓글';
$lang['Username'] = '사용자 이름';
$lang['Visits'] = '방문자';
$lang['Webmaster'] = '웹마스터';
$lang['Week %d'] = '이번주 %d';
$lang['About Piwigo'] = 'Piwigo에 대해';
$lang['You are not authorized to access the requested page'] = '이 페이지에 접근할 권한이 없습니다';
$lang['add this photo to your favorites'] = '이 사진을 즐겨찾기에 추가';
$lang['Administration'] = '관리';
$lang['all'] = '모두';
$lang['ascending'] = '오름차순';
$lang['author(s) : %s'] = '작성자 : %s';
$lang['Expand all albums'] = '모든 앨범 열기';
$lang['posted after %s (%s)'] = '%s (%s) 이후의 포스트';
$lang['posted before %s (%s)'] = '%s (%s) 이전의 포스트';
$lang['posted between %s (%s) and %s (%s)'] = '%s (%s) 부터 %s (%s) 까지의 포스트';
$lang['posted on %s'] = '%s 의 포스트';
$lang['Best rated'] = '최고 등급';
$lang['display best rated photos'] = '최고 등급의 사진들 보기';
$lang['Calendar'] = '달력';
$lang['All'] = '모두';
$lang['display each day with photos, month per month'] = '매일을 사진으로 표시하여 한달을 표시합니다';
$lang['View'] = '보기';
$lang['chronology_monthly_calendar'] = '월별 캘린더';
$lang['chronology_monthly_list'] = '월별 리스트';
$lang['chronology_weekly_list'] = '주간 리스트';
$lang['New on %s'] = '새로 등록됨(%s)';
$lang['Click here if your browser does not automatically forward you'] = '자동으로 이동되지 않을 땐 이곳을 클릭하세요';
$lang['comment date'] = '댓글 등록일';
$lang['Comment'] = '댓글';
$lang['Your comment has been registered'] = '댓글이 등록되었습니다';
$lang['Anti-flood system : please wait for a moment before trying to post another comment'] = '도배 방지 시스템: 다른 댓글을 달기 전까지 잠시만 기다려 주세요.';
$lang['Your comment has NOT been registered because it did not pass the validation rules'] = '유효 조건에 어긋난 의견이기 때문에 댓글이 등록되지 않았습니다';
$lang['An administrator must authorize your comment before it is visible.'] = '관리자의 승인이 있기 전까지 다른 사용자들이 이 댓글을 볼 수 없습니다.';
$lang['This login is already used by another user'] = '다른 사용자가 이미 이 계정을 사용중입니다';
$lang['Comments'] = '댓글';
$lang['Add a comment'] = '댓글 남기기';
$lang['created after %s (%s)'] = '%s 이후 생성됨 (%s)';
$lang['created before %s (%s)'] = '%s 이전 생성됨(%s)';
$lang['created between %s (%s) and %s (%s)'] = '%s (%s) 에서 %s (%s) 사이에 생성됨';
$lang['created on %s'] = '%s 에 생성됨';
$lang['Customize'] = '개인화';
$lang['Your Gallery Customization'] = '갤러리 개인화';
$lang['Default'] = '기본값';
$lang['delete this photo from your favorites'] = '이 사진을 즐겨찾기에서 삭제';
$lang['Delete'] = '삭제';
$lang['descending'] = '내림차순';
$lang['Download'] = '내려받기';
$lang['Download this file'] = '이 파일을 내려받기';
$lang['edit'] = '편집';
$lang['wrong date'] = '잘못된 날짜';
$lang['excluded'] = '제외됨';
$lang['Your favorites'] = '나의 즐겨찾기';
$lang['display your favorites photos'] = '내 즐겨찾는 사진들을 표시';
$lang['Favorites'] = '즐겨찾기';
$lang['First'] = '처음';
$lang['The gallery is locked for maintenance. Please, come back later.'] = '이 갤러리는 유지/보수를 위해 잠겨 있습니다. 나중에 다시 방문해 주세요.';
$lang['Page generated in'] = '페이지 생성됨';
$lang['guest'] = '손님';
$lang['Hello'] = '안녕하세요!';
$lang['available for administrators only'] = '관리자만 사용 가능합니다';
$lang['display this album'] = '이 앨범을 표시';
$lang['display last user comments'] = '마지막 사용자 댓글을 표시';
$lang['customize the appareance of the gallery'] = '갤러리 외형을 개인화합니다';
$lang['search'] = '검색';
$lang['Home'] = '홈';
$lang['day'][0] = '일요일';
$lang['day'][1] = '월요일';
$lang['day'][2] = '화요일';
$lang['day'][3] = '수요일';
$lang['day'][4] = '목요일';
$lang['day'][5] = '금요일';
$lang['day'][6] = '토요일';
$lang['month'][10] = "10월";
$lang['month'][11] = "11월";
$lang['month'][12] = "12월";
$lang['month'][1] = "1월";
$lang['month'][2] = "2월";
$lang['month'][3] = "3월";
$lang['month'][4] = "4월";
$lang['month'][5] = "5월";
$lang['month'][6] = "6월";
$lang['month'][7] = "7월";
$lang['month'][8] = "8월";
$lang['month'][9] = "9월";
$lang['Links'] = '링크';
$lang['in this album'] = '이 앨범에서';
$lang['in %d sub-album'] = '%d 하위 앨범에서';
$lang['in %d sub-albums'] = '%d 하위 앨범에서';
$lang['included'] = '포함됨';
$lang['Invalid password!'] = '잘못된 비밀번호!';
$lang['Language'] = '언어';
$lang['last %d days'] = '최근 %d 일';
$lang['Last'] = '마지막';
$lang['Logout'] = '로그아웃';
$lang['obligatory'] = '필수';
$lang['display a calendar by creation date'] = '만들어진 날짜별로 달력 표시';
$lang['display all photos in all sub-albums'] = '하위 앨범의 모든 사진 표시';
$lang['return to normal view mode'] = '일반 모드로 돌아감';
$lang['display a calendar by posted date'] = '등록된 날짜별로 달력 표시';
$lang['Most visited'] = '최다 방문';
$lang['display most visited photos'] = '가장 많이 방문한 사진 표시';
$lang['Unknown identifier'] = '알 수 없는 식별자';
$lang['New password'] = '새 비밀번호';
$lang['Rate this photo'] = '이 사진 평가';
$lang['Next'] = '다음';
$lang['no rate'] = '평점 없음';
$lang['Photos posted within the last %d day.'] = '%d 일 이내에 등록된 사진.';
$lang['Photos posted within the last %d days.'] = '%d 일 이내에 등록된 사진.';
$lang['password updated'] = '비밀번호가 변경되었습니다';
$lang['Recent period must be a positive integer value'] = '최근 기간은 양의 정수여야 합니다';
$lang['photo'] = '사진';
$lang['Click on the photo to see it in high definition'] = '고해상도로 보시려면 사진을 클릭하세요';
$lang['Show file metadata'] = 'Metadata 보기';
$lang['Powered by'] = 'Powered by';
$lang['Preferences'] = '환경설정';
$lang['Previous'] = '이전';
$lang['Random photos'] = '무작위 사진';
$lang['display a set of random photos'] = '무작위로 사진들을 보여줍니다';
$lang['Recent albums'] = '최근 앨범';
$lang['display recently updated albums'] = '최근에 업데이트된 앨범을 보여줍니다';
$lang['Recent period'] = '최근 기간';
$lang['Recent photos'] = '최근 사진';
$lang['display most recent photos'] = '가장 최근의 사진을 보여줍니다';
$lang['Redirection...'] = '연결중...';
$lang['Please, enter a login'] = '로그인 정보를 입력하세요';
$lang['login mustn\'t end with a space character'] = '공백문자로 끝낼 수 없습니다';
$lang['login mustn\'t start with a space character'] = '공백문자로 시작할 수 없습니다';
$lang['this login is already used'] = '이 정보는 이미 사용중입니다';
$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '메일 주소는 xxx@yyy.eee 처럼 되야 합니다. (예 : jack@altern.org)';
$lang['Auto login'] = '자동 로그인';
$lang['remove this tag from the list'] = '목록에서 이 태그를 삭제';
$lang['representative'] = '대표사진';
$lang['Search for Author'] = '작성자로 검색';
$lang['Search in albums'] = '앨범에서 검색';
$lang['Search by date'] = '날짜로 검색';
$lang['Date'] = '날짜';
$lang['End-Date'] = '끝나는 날짜';
$lang['Kind of date'] = '날짜의 종류';
$lang['Submit'] = '등록';
$lang['Yes'] = '예';
$lang['No'] = '아니오';
$lang['%d photo'] = '%d 개 사진';
$lang['%d photos'] = '%d 개 사진';
$lang['%d photo is also linked to current tags'] = '현재 태그에 %d 개의 사진이 연결되어 있습니다';
$lang['%d photos are also linked to current tags'] = '현재 태그에 %d 개의 사진들이 연결되어 있습니다';
$lang['display photos linked to this tag'] = '이 태그에 연결된 사진들 보이기';
$lang['photos posted during the last %d days'] = '최근 %d 일간 등록된 사진들';
$lang['Piwigo Help'] = 'Piwigo 도움말';
$lang['Rank'] = '등급';
$lang['group by letters'] = '문자로 그룹화';
$lang['letters'] = '문자';
$lang['show tag cloud'] = '태그 구름 보이기';
$lang['cloud'] = '구름';
$lang['Reset to default values'] = '기본값으로 설정';
$lang['delete all photos from your favorites'] = '즐겨찾기의 모든 사진을 지웁니다';
$lang['Sent by'] = '보낸이';
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = '쿠키가 차단되었거나 지원되지 않는 브라우저입니다. 로그인하기 위해서는 쿠키를 사용해야 합니다.';
$lang['Edit a comment'] = '댓글 편집';
$lang['Are you sure?'] = '확실합니까?';
$lang['(!) This comment requires validation'] = '(!) 이 댓글은 확인이 필요합니다.';
$lang['Welcome'] = '환영합니다';
$lang['Welcome to your Piwigo photo gallery!'] = 'Piwigo 포토 갤러리에 오신것을 환영합니다!';
$lang['... or browse your empty gallery'] = '... 혹은 빈 갤러리를 탐색합니다';
$lang['... or please deactivate this message, I will find my way by myself'] = '... 혹은 이 메시지를 비활성화합니다. 스스로 무언가를 해 봅니다.';
$lang['Hello %s, your Piwigo photo gallery is empty!'] = '안녕하세요 %s, 현재 갤러리가 비었습니다!';
$lang['I want to add photos'] = '사진을 등록하고 싶습니다';
$lang['Manage this user comment: %s'] = '이 사용자 댓글 관리: %s';
$lang['Email address is missing. Please specify an email address.'] = '메일 주소란이 비었습니다. 메일 주소를 확인 해 주세요.';
$lang['This author modified following comment:'] = '이 작성자가 다음 댓글을 수정하였습니다:';
$lang['This author removed the comment with id %d'] = '이 작성자가 다음 사용자의 댓글을 삭제하였습니다: %d';
$lang['%d rates'] = '%d 개의 평가';
$lang['A comment on your site'] = '당신의 웹 사이트에 댓글이 있습니다';
$lang['Accelerate diaporama speed'] = '슬라이드쇼 속도 증가';
$lang['Admin: %s'] = '관리자: %s';
$lang['Album results for'] = '앨범 결과';
$lang['Album: %s'] = '앨범: %s';
$lang['Author: %s'] = '작성자: %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = '"손님"사용자의 상태가 나빠 기본 상태를 사용합니다. 관리자에게 알려주세요.';
$lang['Browser: %s'] = '브라우저: %s';
$lang['Change my password'] = '비밀번호 변경';
$lang['Check your email for the confirmation link'] = '인증을 위해 이메일을 확인 해 주세요';
$lang['Comment by %s'] = '%s님의 댓글';
$lang['Comment: %s'] = '댓글: %s';
$lang['Connected user: %s'] = '접속중인 사용자: %s';
$lang['Contact'] = '연락처';
$lang['display only recently posted photos'] = '최근 등록된 사진만 보기';
$lang['Edit'] = '편집';
$lang['Email: %s'] = '이메일: %s';
$lang['Empty query. No criteria has been entered.'] = '없는 요청입니다. 조건이 비었을 수 있습니다.';
$lang['Enter your new password below.'] = '새 암호를 입력해주세요.';
$lang['EXIF Metadata'] = 'EXIF 메타데이터';
$lang['from %s to %s'] = '%s님이 %s님에게';
$lang['Hello %s,'] = '%s님 안녕하세요,';
$lang['html tags are not allowed in login'] = '로그인 폼에 html태그는 허용되지 않습니다';
$lang['If this was a mistake, just ignore this email and nothing will happen.'] = '만약 실수였다면 이 이메일을 무시하셔도 됩니다.';
$lang['Invalid key'] = '잘못된 키';
$lang['Invalid username or email'] = '잘못된 사용자 이름이나 이메일';
$lang['IP: %s'] = 'IP: %s';
$lang['IPTC Metadata'] = 'IPTC 메타데이터';
$lang['Menu'] = '메뉴';
$lang['Email address is mandatory'] = '이메일 주소는 필수항목입니다';
$lang['First Page'] = '첫 페이지';
$lang['Manual sort order'] = '사용자 정의 순서';
$lang['N/A'] = 'N/A';
$lang['Not repeat the slideshow'] = '슬라이드쇼 반복하지 않기';
$lang['Number of photos per page'] = '페이지상 사진 수';
$lang['Page not found'] = '페이지를 찾을 수 없습니다';
$lang['Username: %s'] = '사용자 이름: %s';
$lang['Website'] = '웹사이트';
$lang['You will receive a link to create a new password via email.'] = '이메일로 새로운 암호 설정을 위한 링크가 전송되었습니다.';
$lang['Your password has been reset'] = '암호가 초기화 되었습니다.';
$lang['Your website URL is invalid'] = '웹사이트 URL이 올바르지 않습니다';
$lang['Password Reset'] = '암호 초기화';
$lang['Return to home page'] = '홈페이지로 돌아가기';
$lang['Search results'] = '검색 결과';
$lang['searched words : %s'] = '검색된 단어: %s';
$lang['set as album representative'] = '앨범 표지로 등록';
$lang['slideshow'] = '슬라이드쇼';
$lang['square'] = '사각형';
$lang['stop the slideshow'] = '슬라이드쇼 정지';
$lang['the beginning'] = '시작';
$lang['the username must be given'] = '사용자 이름이 필요합니다';
$lang['this email address is already in use'] = '이미 사용중인 이메일입니다';
$lang['thumb'] = '대표사진';
$lang['today'] = '오늘';
$lang['Show latest comments first'] = '최신 댓글을 먼저 보기';
$lang['Show number of comments'] = '댓글 개수 보기';
$lang['Show oldest comments first'] = '오래된 댓글을 먼저 보기';
$lang['Someone requested that the password be reset for the following user account:'] = '누군가가 다음 사용자의 암호 초기화를 요청했습니다:';
$lang['Thank you for registering at %s!'] = '%s에 등록 해 주셔서 감사합니다!';
$lang['The passwords do not match'] = '암호가 일치하지 않습니다';
$lang['Thumbnails'] = '썸네일';
$lang['User "%s" has no email address, password reset is not possible'] = '사용자 "%s"의 이메일 정보가 없어, 암호 초기화가 불가능합니다.';
$lang['User: %s'] = '사용자: %s';
$lang['Username is mandatory'] = '사용자 이름은 필수 항목입니다.';
$lang['Username modification'] = '사용자 이름 변경';
$lang['Username or email'] = '사용자 이름 혹은 이메일';
$lang['mandatory'] = '필수';
$lang['Password: %s'] = '암호: %s';
$lang['Pause of slideshow'] = '슬라이드쇼 일시정지';
$lang['Photo sizes'] = '사진 크기';
$lang['Play of slideshow'] = '슬라이드쇼 재생';
$lang['Quick search'] = '빠른 검색';
$lang['Repeat the slideshow'] = '슬라이드쇼 반복';
$lang['Requested album does not exist'] = '요청한 앨범이 존재하지 않습니다';
$lang['Requested tag does not exist'] = '요청한 태그가 존재하지 않습니다';
$lang['Original'] = '원본';
$lang['Mobile'] = '모바일';
$lang['Bad request'] = '잘못된 요청';
$lang['Email'] = '이메일';
$lang['File name, A &rarr; Z'] = '파일 이름, A &rarr; Z';
$lang['File name, Z &rarr; A'] = '파일 이름, Z &rarr; A';
$lang['Go back to the album'] = '앨범으로 돌아가기';
$lang['Last Page'] = '마지막 페이지';
$lang['return to the display of all photos'] = '모든 사진 보기로 돌아가기';
$lang['%d Kb'] = '%d KB';
$lang['%d rate'] = '%d개의 평점';
$lang['2small'] = 'XXS - tiny';
$lang['xxlarge'] = 'XXL - huge';
$lang['small'] = 'S - small';
$lang['xlarge'] = 'XL - extra large';
$lang['xsmall'] = 'XS - extra small';
$lang['large'] = 'L - large';
$lang['medium'] = 'M - medium';
$lang['To reset your password, visit the following address:'] = '비밀번호 초기화를 위해 다음 주소를 방문하십시오:';
$lang['Show number of hits'] = '방문자 수 보기';
$lang['Permalink for album not found'] = '앨범의 Permalink를 찾을 수 없습니다';
$lang['Piwigo encountered a non recoverable error'] = 'Piwigo가 복구할 수 없는 예외를 만났습니다.';
$lang['Date created, new &rarr; old'] = '생성일, 최신 &rarr; 이전';
$lang['Date created, old &rarr; new'] = '생성일, 이전 &rarr; 최신';
$lang['Date posted, new &rarr; old'] = '작성일, 최신 &rarr; 이전';
$lang['Date posted, old &rarr; new'] = '작성일, 이전 &rarr; 최신';
$lang['Visits, high &rarr; low'] = '방문자수, 내림차순';
$lang['Visits, low &rarr; high'] = '방문자수, 오름차순';
$lang['Update your rating'] = '평점 변경';
$lang['Reduce diaporama speed'] = '슬라이드쇼 느리게';
$lang['Rating score, low &rarr; high'] = '평점, 오름차순';
$lang['Photo title, A &rarr; Z'] = '사진 제목, A->Z';
$lang['Photo title, Z &rarr; A'] = '사진 제목, Z->A';
$lang['Rating score, high &rarr; low'] = '평점, 내림차순';
$lang['Rating score'] = '평점';
$lang['useful when password forgotten'] = '암호를 잊은 경우를 대비';
$lang['Username "%s" on gallery %s'] = '갤러리 %s에 있는 사용자 이름 "%s"';
$lang['Tag results for'] = '태그 겸색 결과 : ';
$lang['The number of photos per page must be a not null scalar'] = '페이지당 사진 수는 0이 아닌 정수여야 합니다';
$lang['Password reset is not allowed for this user'] = '해당 사용자는 암호 초기화를 할 수 없습니다.';
$lang['Please enter your username or email address.'] = '사용자 이름 혹은 이메일 주소를 입력하십시오.';
$lang['Specials'] = '특집';
$lang['Registration of %s'] = '%s 등록';
$lang['Search for all terms'] = '모든 단어로 검색';
$lang['Search for any term'] = '아무 단어나 검색';
$lang['Search for words'] = '단어로 검색';
$lang['Your username has been successfully changed to : %s'] = '성공적으로 사용자 이름을 %s로 변경하였습니다.';
$lang['Numeric identifier, 1 &rarr; 9'] = '숫자 식별자, 1 &rarr; 9';
$lang['Numeric identifier, 9 &rarr; 1'] = '숫자 식별자, 9 &rarr; 1';
$lang['SQL queries in'] = 'SQL 쿼리에 ';
$lang['Here are your connection settings'] = '접속 설정은 다음과 같습니다';
$lang['Send my connection settings by email'] = '접속 설정을 이메일로 보내기';
$lang['Successfully registered, you will soon receive an email with your connection settings. Welcome!'] = '성공적으로 가입되었습니다. 곧 접속 설정이 있는 이메일을 받으실겁니다. 환영합니다.';
$lang['View in'] = '다음에서 보기 : ';
$lang['Search in sub-albums'] = '서브 앨범에서 검색';
$lang['Desktop'] = '컴퓨터';
$lang['Forbidden'] = '금지됨';
$lang['If you think you\'ve received this email in error, please contact us at %s'] = '만약 오류로 이 메일을 수신했다고 생각하시면, %s 로 연락 바랍니다.';
$lang['Password confirmation is missing. Please confirm the chosen password.'] = '암호 확인이 입력되지 않았습니다. 선택한 암호를 확인하십시오.';
$lang['Password is missing. Please enter the password.'] = '암호가 입력되지 않았습니다. 암호를 입력하십시오.';
$lang['%d photos per page'] = '페이지당 %d 개의 사진';
$lang['Theme'] = '테마';
$lang['Apply on properties'] = '속성 적용';
$lang['Album name, A &rarr; Z'] = '앨범 이름, A &rarr; Z';
$lang['Album name, Z &rarr; A'] = '앨범 이름, Z &rarr; A';
$lang['Link: %s'] = '링크: %s';
$lang['Photo description'] = '사진 설명';
$lang['Photo title'] = '사진 제목';
$lang['No results for'] = '다음의 검색 결과가 없음';

View File

@@ -0,0 +1,30 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// Recursive call
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>

View File

@@ -0,0 +1,67 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
$lang['also given by your host provider'] = '호스팅 공급자가 제공';
$lang['enter a login for webmaster'] = '웹마스터 사용자명을 입력하십시오';
$lang['localhost or other, supplied by your host provider'] = 'localhost 혹은 호스팅 공급자가 제공한 값';
$lang['user login given by your host provider'] = '호스팅 공급자가 제공한 사용자 아이디';
$lang['user password given by your host provider'] = '호스팅 공급자가 제공한 사용자 암호';
$lang['webmaster login can\'t contain characters \' or "'] = '웹마스터 사용자명은 \' 혹은 " 을 포함 할 수 없습니다';
$lang['You can download the config file and upload it to local/config directory of your installation.'] = '설정 파일을 다운로드 하신 후 설치 디렉토리의 local/config 에 복사 할 수도 있습니다.';
$lang['Admin configuration'] = '설정관리자 서';
$lang['Don\'t hesitate to consult our forums for any help : %s'] = '필요하시면 망설이지 말고 포럼에 문의하세요: %s';
$lang['Visitors will be able to contact site administrator with this mail'] = '방문객이 이 이메일 주소로 사이트 관리자에게 연락 할 것입니다.';
$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = '데이터베이스 테이블 이름 앞에 추가됩니다 (데이터베이스 테이블을 잘 관리할 수 있도록 해 줍니다)';
$lang['verification'] = '확인';
$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '도움이 필요하신가요? <a href="%s">Piwigo message board</a>에 물어보세요.';
$lang['Piwigo was not able to configure PHP 5.'] = 'PHP5.2 설정에 실패했습니다';
$lang['Try to configure PHP 5'] = 'PHP5.2 설정 시도중';
$lang['Welcome to my photo gallery'] = '사진 갤러리에 오신 것을 환영합니다';
$lang['please enter your password again'] = '암호를 다시 입력하십시오';
$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = '또다른 방법으로는 위의 텍스트 상자에 있는 문장을 복사하여 "local/config/database.inc.php"에 복사하는 방법입니다.
(경고: database.inc.php는 줄바꿈이나 스페이스 없이 위 텍스트 상자에 있는 내용만 포함해야 합니다. ';
$lang['Congratulations, Piwigo installation is completed'] = '축하합니다, Piwigo설치가 끝났습니다';
$lang['Default gallery language'] = '기본 언어';
$lang['PHP 5 is required'] = 'PHP5.2가 필요합니다';
$lang['Password ']['confirm'] = '암호 [확인]';
$lang['Sorry!'] = '죄송합니다!';
$lang['Start Install'] = '설치 시작';
$lang['User'] = '사용자';
$lang['Basic configuration'] = '기본 설정';
$lang['Can\'t connect to server'] = '서버에 접속 할 수 없습니다';
$lang['Connection to server succeed, but it was impossible to connect to database'] = '축하합니다. Piwigo설치가 끝났습니다.';
$lang['Creation of config file local/config/database.inc.php failed.'] = '설정파일 local/conf/database.inc.php 을 만들 수 없습니다.';
$lang['Database configuration'] = '설정데이터베이스 서';
$lang['Database name'] = '데이터베이스명';
$lang['Database table prefix'] = '데이터베이스 테이블 접미사';
$lang['Download the config file'] = '설정파일 다운로드';
$lang['Host'] = '트명호스트';
$lang['Installation'] = '설치';
$lang['It appears your webhost is currently running PHP %s.'] = '웹서버가 PHP %s를 사용중입니다';
$lang['Hope to see you back soon.'] = '곧 다시 만나기를 바랍니다.';
$lang['It will be shown to the visitors. It is necessary for website administration'] = '방문자에게 표시됩니다. 웹사이트 관리를 위해서 필요합니다.';
$lang['Just another Piwigo gallery'] = '다른 Piwigo 갤러리';
$lang['Keep it confidential, it enables you to access administration panel'] = '기밀 유지 하십시오. 관리자 패널에 접근할 수 있습니다.';
$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo는 .htaccess 파일을 생성하거나 수정하여 PHP 5.2 구성으로 전환하려고 시도 할 수 있습니다.';
$lang['Welcome to your new installation of Piwigo!'] = '새로 설치된 Piwigo에 오신 것을 환영합니다.';
$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = '호스팅 제공 업체의 지원 내용을 참고하여 직접 PHP 5.2로 전환하는 방법을 찾아야 합니다.';
$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = '참고 : 직접 구성을 변경한 다음 Piwigo를 다시 시작할 수 있습니다.';

View File

@@ -0,0 +1 @@
한국어 [KR]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,39 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
$lang['Only administrator can run upgrade: please sign in below.'] = '관리자만 업그레이드를 수행 할 수 있습니다: 로그인하십시오.';
$lang['SQL queries'] = 'SQL 쿼리';
$lang['Statistics'] = '통계';
$lang['Upgrade'] = '업그레이드';
$lang['Upgrade from version %s to %s'] = '버전 %s에서 %s로 업그레이드';
$lang['Upgrade informations'] = '업그레이드 정보';
$lang['You do not have access rights to run upgrade'] = '업그레이드를 수행 할 권한이 없습니다';
$lang['total SQL time'] = '총 SQL 수행시간';
$lang['total upgrade time'] = '총 업그레이드 수행시간';
$lang['This page proposes to upgrade your database corresponding to your old version of Piwigo to the current version. The upgrade assistant thinks you are currently running a <strong>release %s</strong> (or equivalent).'] = '이 페이지는 이전 버전의 Piwigo에서 새 버전으로 데이터베이스로 업그레이드할 것을 제안합니다. 업그레이드 도우미가 <strong>정식 버전 %s</strong> (또는 유사한 버전)이 동작 중인 것으로 확인됩니다.';
$lang['Perform a maintenance check in [Administration>Tools>Maintenance] if you encounter any problem.'] = '문제가 발생하었다면 [관리>도구>유지보수]에서 유지보수 점검을 실행하십시오.';
$lang['User permissions and group permissions have been erased'] = '사용자와 그룹의 권한이 제거됨';
$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = '이전 환경설정에서 썸네일의 접두어와 웹마스터의 메일 주소만 저장되었습니다';
$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = '예방을 위해서 다음의 플러그인들이 비활성화되었습니다. 플러그인들을 재활성화하기 전에 업그레이드할 수 있는지 확인해야 합니다:';
$lang['As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:'] = '예방을 위해서 다음의 테마들이 비활성화되었습니다. 테마들을 재활성화하기 전에 업그레이드할 수 있는지 확인해야 합니다:';
$lang['All sub-albums of private albums become private'] = '비공개 앨범의 모든 하위 앨범들은 비공개가 됩니다';
$lang['In <i>%s</i>, before <b>?></b>, insert:'] = '<i>%s</i>에서 <b>?></b>전에 입력:';