~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to debian/missing-sources/plupload-1.5.4/javascript/i18n/ko.js

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2013-09-04 23:18:58 UTC
  • mfrom: (1.2.28)
  • Revision ID: package-import@ubuntu.com-20130904231858-nljmn1buzswh63jk
Tags: 3.6+dfsg-1
* New upstream release.
* Improve wp-settings to verify that $_SERVER['HTTP_X_FORWARDED_PROTO']
  exists before accessing it (avoids a PHP notice).
  Thanks to Paul Dreik <slask@pauldreik.se> for the report and the patch.
* Document in README.Debian the need to login to /wp-admin/ to complete
  an upgrade.
* Drop useless debian/README.source
* Drop 008CVE2008-2392.patch since upstream now disables unfiltered
  uploads by default. See http://core.trac.wordpress.org/ticket/10692
* Drop 009CVE2008-6767.patch since the backto parameter is validated
  against a whitelist, and externally triggered upgrades are not a
  security problem as long as they work.
* Update debian/missing-sources with latest versions.
* Update upstream l10n.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Republic of Korea
2
 
plupload.addI18n({
3
 
   'Select files' : '파일 선택',
4
 
   'Add files to the upload queue and click the start button.' : '파일을 업로드 큐에 추가하여 시작 버튼을 클릭하십시오.',
5
 
   'Filename' : '파일 이름',
6
 
   'Status' : '상태',
7
 
   'Size' : '크기',
8
 
   'Add Files' : '파일 추가',
9
 
   'Stop Upload': '업로드 중지',
10
 
   'Start Upload': '업로드',
11
 
   'Add files': '파일 추가',
12
 
   'Stop current upload': '현재 업로드를 정지',
13
 
   'Start uploading queue': '업로드',
14
 
   'Stop upload': '업로드 중지',
15
 
   'Start upload': '업로드',
16
 
   'Uploaded % d / % d files': '업로드 중 % d / % d 파일',
17
 
   'N / A': 'N / A',
18
 
   'Drag files here': '여기에 파일을 드래그',
19
 
   'File extension error': '파일 확장자 오류',
20
 
   'File size error': '파일 크기 오류',
21
 
   'File count error': '이미지 : 오류',
22
 
   'Init error': '초기화 오류',
23
 
   'HTTP Error': 'HTTP 오류',
24
 
   'Security error': '보안 오류',
25
 
   'Generic error': '오류',
26
 
   'IO error': 'IO 오류',
27
 
   'File : % s': '파일 % s',
28
 
   'Close': '닫기',
29
 
   '% d files queued': '% d 파일이 추가되었습니다',
30
 
   'Using runtime :': '모드',
31
 
   'File : % f, size : % s, max file size : % m': '파일 : % f, 크기 : % s, 최대 파일 크기 : % m',
32
 
   'Upload element accepts only % d file (s) at a time. Extra files were stripped': '업로드 가능한 파일의 수는 % d입니다. 불필요한 파일은 삭제되었습니다 ',
33
 
   'Upload URL might be wrong or doesn \'t exist ':'업로드할 URL이 존재하지 않습니다 ',
34
 
   'Error : File too large :': '오류 : 크기가 너무 큽니다',
35
 
   'Error : Invalid file extension :': '오류 : 확장자가 허용되지 않습니다 :'
36
 
});
 
 
b'\\ No newline at end of file'