Browse Source

[tx-robot] updated from transifex

tags/v5.0.0alpha1
Jenkins for ownCloud 11 years ago
parent
commit
e3e4dcf77b

+ 3
- 0
apps/files/l10n/ko.php View File

@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "업로드에 성공하였습니다.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "업로드된 파일은 php.ini의 upload_max_filesize에 설정된 사이즈를 초과하고 있습니다:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "업로드한 파일이 HTML 문서에 지정한 MAX_FILE_SIZE보다 더 큼",
"The uploaded file was only partially uploaded" => "파일이 부분적으로 업로드됨",
"No file was uploaded" => "업로드된 파일 없음",
@@ -18,6 +19,7 @@
"replaced {new_name} with {old_name}" => "{old_name}이 {new_name}으로 대체됨",
"unshared {files}" => "{files} 공유해제",
"deleted {files}" => "{files} 삭제됨",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "유효하지 않은 이름, '\\', '/', '<', '>', ':', '\"', '|', '? ', '*'는 사용할 수 없습니다.",
"generating ZIP-file, it may take some time." => "ZIP파일 생성에 시간이 걸릴 수 있습니다.",
"Unable to upload your file as it is a directory or has 0 bytes" => "이 파일은 디렉토리이거나 0 바이트이기 때문에 업로드 할 수 없습니다.",
"Upload Error" => "업로드 에러",
@@ -27,6 +29,7 @@
"{count} files uploading" => "{count} 파일 업로드중",
"Upload cancelled." => "업로드 취소.",
"File upload is in progress. Leaving the page now will cancel the upload." => "파일 업로드을 진행합니다. 페이지를 떠나게 될경우 업로드가 취소됩니다.",
"Invalid folder name. Usage of \"Shared\" is reserved by Owncloud" => "유효하지 않은 폴더명입니다. \"Shared\"의 사용은 ownCloud에의해 예약이 끝난 상태입니다.",
"{count} files scanned" => "{count} 파일 스캔되었습니다.",
"error while scanning" => "스캔하는 도중 에러",
"Name" => "이름",

+ 1
- 0
apps/files/l10n/sl.php View File

@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"There is no error, the file uploaded with success" => "Datoteka je uspešno naložena brez napak.",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Naložena datoteka presega dovoljeno velikost. Le-ta je določena z vrstico upload_max_filesize v datoteki php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Naložena datoteka presega velikost, ki jo določa parameter MAX_FILE_SIZE v HTML obrazcu",
"The uploaded file was only partially uploaded" => "Datoteka je le delno naložena",
"No file was uploaded" => "Nobena datoteka ni bila naložena",

+ 4
- 0
apps/user_ldap/l10n/ko.php View File

@@ -4,6 +4,7 @@
"Base DN" => "기본 DN",
"You can specify Base DN for users and groups in the Advanced tab" => "당신은 고급 탭에서 사용자 및 그룹에 대한 기본 DN을 지정할 수 있습니다.",
"User DN" => "사용자 DN",
"The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "클라이언트 유저의 DN는 결합이 완료되어야 합니다. 예를 들면 uid=agent, dc=example, dc=com. 익명 액세스의 경우, DN와 패스워드는 비워둔채로 남겨두세요.",
"Password" => "비밀번호",
"For anonymous access, leave DN and Password empty." => "익명의 접속을 위해서는 DN과 비밀번호를 빈상태로 두면 됩니다.",
"User Login Filter" => "사용자 로그인 필터",
@@ -11,8 +12,10 @@
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "use %%uid placeholder, e.g. \"uid=%%uid\"",
"User List Filter" => "사용자 목록 필터",
"Defines the filter to apply, when retrieving users." => "사용자를 검색 할 때 적용 할 필터를 정의합니다.",
"without any placeholder, e.g. \"objectClass=person\"." => "플레이스홀더를 이용하지 마세요. 예 \"objectClass=person\".",
"Group Filter" => "그룹 필터",
"Defines the filter to apply, when retrieving groups." => "그룹을 검색 할 때 적용 할 필터를 정의합니다.",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "플레이스홀더를 이용하지 마세요. 예 \"objectClass=posixGroup\".",
"Port" => "포트",
"Base User Tree" => "기본 사용자 트리",
"Base Group Tree" => "기본 그룹 트리",
@@ -28,6 +31,7 @@
"Group Display Name Field" => "그룹 표시 이름 필드",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "LDAP 속성은 그룹의 ownCloud 이름을 생성하기 위해 사용합니다.",
"in bytes" => "바이트",
"in seconds. A change empties the cache." => "초. 변경 후에 캐쉬가 클리어 됩니다.",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "사용자 이름(기본값)을 비워 둡니다. 그렇지 않으면 LDAP/AD 특성을 지정합니다.",
"Help" => "도움말"
);

+ 5
- 0
core/l10n/ko.php View File

@@ -33,6 +33,10 @@
"Error while sharing" => "공유하던 중에 에러발생",
"Error while unsharing" => "공유해제하던 중에 에러발생",
"Error while changing permissions" => "권한변경 중에 에러발생",
"Shared with you and the group {group} by {owner}" => "당신과 {owner} 의 그룹 {group} 로 공유중",
"Shared with you by {owner}" => "{owner} 와 공유중",
"Share with" => "공유자",
"Share with link" => "URL 링크로 공유",
"Password protect" => "비밀번호 보호",
"Password" => "암호",
"Set expiration date" => "만료일자 설정",
@@ -40,6 +44,7 @@
"Share via email:" => "via 이메일로 공유",
"No people found" => "발견된 사람 없음",
"Resharing is not allowed" => "재공유는 허용되지 않습니다",
"Shared in {item} with {user}" => "{item} 내에서 {user} 와 공유중",
"Unshare" => "공유해제",
"can edit" => "편집 가능",
"access control" => "컨트롤에 접근",

+ 12
- 12
l10n/ko/core.po View File

@@ -10,8 +10,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-22 00:01+0100\n"
"PO-Revision-Date: 2012-11-21 07:04+0000\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: 2012-12-08 15:57+0000\n"
"Last-Translator: 남자사람 <cessnagi@gmail.com>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -140,8 +140,8 @@ msgid "The object type is not specified."
msgstr "객체 유형이 지정되지 않았습니다."

#: js/oc-vcategories.js:95 js/oc-vcategories.js:125 js/oc-vcategories.js:136
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:527
#: js/share.js:539
#: js/oc-vcategories.js:195 js/share.js:135 js/share.js:142 js/share.js:533
#: js/share.js:545
msgid "Error"
msgstr "에러"

@@ -167,19 +167,19 @@ msgstr "권한변경 중에 에러발생"

#: js/share.js:151
msgid "Shared with you and the group {group} by {owner}"
msgstr ""
msgstr "당신과 {owner} 의 그룹 {group} 로 공유중"

#: js/share.js:153
msgid "Shared with you by {owner}"
msgstr ""
msgstr "{owner} 와 공유중"

#: js/share.js:158
msgid "Share with"
msgstr ""
msgstr "공유자"

#: js/share.js:163
msgid "Share with link"
msgstr ""
msgstr "URL 링크로 공유"

#: js/share.js:164
msgid "Password protect"
@@ -212,7 +212,7 @@ msgstr "재공유는 허용되지 않습니다"

#: js/share.js:271
msgid "Shared in {item} with {user}"
msgstr ""
msgstr "{item} 내에서 {user} 와 공유중"

#: js/share.js:292
msgid "Unshare"
@@ -242,15 +242,15 @@ msgstr "삭제"
msgid "share"
msgstr "공유"

#: js/share.js:343 js/share.js:514 js/share.js:516
#: js/share.js:349 js/share.js:520 js/share.js:522
msgid "Password protected"
msgstr "패스워드로 보호됨"

#: js/share.js:527
#: js/share.js:533
msgid "Error unsetting expiration date"
msgstr "만료일자 해제 에러"

#: js/share.js:539
#: js/share.js:545
msgid "Error setting expiration date"
msgstr "만료일자 설정 에러"


+ 25
- 25
l10n/ko/files.po View File

@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-01 00:01+0100\n"
"PO-Revision-Date: 2012-11-30 23:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: 2012-12-08 15:59+0000\n"
"Last-Translator: 남자사람 <cessnagi@gmail.com>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,7 +27,7 @@ msgstr "업로드에 성공하였습니다."
#: ajax/upload.php:21
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr ""
msgstr "업로드된 파일은 php.ini의 upload_max_filesize에 설정된 사이즈를 초과하고 있습니다:"

#: ajax/upload.php:23
msgid ""
@@ -107,82 +107,82 @@ msgstr "{files} 삭제됨"
msgid ""
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not "
"allowed."
msgstr ""
msgstr "유효하지 않은 이름, '\\', '/', '<', '>', ':', '\"', '|', '? ', '*'는 사용할 수 없습니다."

#: js/files.js:183
#: js/files.js:184
msgid "generating ZIP-file, it may take some time."
msgstr "ZIP파일 생성에 시간이 걸릴 수 있습니다."

#: js/files.js:218
#: js/files.js:219
msgid "Unable to upload your file as it is a directory or has 0 bytes"
msgstr "이 파일은 디렉토리이거나 0 바이트이기 때문에 업로드 할 수 없습니다."

#: js/files.js:218
#: js/files.js:219
msgid "Upload Error"
msgstr "업로드 에러"

#: js/files.js:235
#: js/files.js:236
msgid "Close"
msgstr "닫기"

#: js/files.js:254 js/files.js:368 js/files.js:398
#: js/files.js:255 js/files.js:369 js/files.js:399
msgid "Pending"
msgstr "보류 중"

#: js/files.js:274
#: js/files.js:275
msgid "1 file uploading"
msgstr "1 파일 업로드중"

#: js/files.js:277 js/files.js:331 js/files.js:346
#: js/files.js:278 js/files.js:332 js/files.js:347
msgid "{count} files uploading"
msgstr "{count} 파일 업로드중"

#: js/files.js:349 js/files.js:382
#: js/files.js:350 js/files.js:383
msgid "Upload cancelled."
msgstr "업로드 취소."

#: js/files.js:451
#: js/files.js:452
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "파일 업로드을 진행합니다. 페이지를 떠나게 될경우 업로드가 취소됩니다."

#: js/files.js:523
#: js/files.js:524
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
msgstr ""
msgstr "유효하지 않은 폴더명입니다. \"Shared\"의 사용은 ownCloud에의해 예약이 끝난 상태입니다."

#: js/files.js:704
#: js/files.js:705
msgid "{count} files scanned"
msgstr "{count} 파일 스캔되었습니다."

#: js/files.js:712
#: js/files.js:713
msgid "error while scanning"
msgstr "스캔하는 도중 에러"

#: js/files.js:785 templates/index.php:65
#: js/files.js:786 templates/index.php:65
msgid "Name"
msgstr "이름"

#: js/files.js:786 templates/index.php:76
#: js/files.js:787 templates/index.php:76
msgid "Size"
msgstr "크기"

#: js/files.js:787 templates/index.php:78
#: js/files.js:788 templates/index.php:78
msgid "Modified"
msgstr "수정됨"

#: js/files.js:814
#: js/files.js:815
msgid "1 folder"
msgstr "1 폴더"

#: js/files.js:816
#: js/files.js:817
msgid "{count} folders"
msgstr "{count} 폴더"

#: js/files.js:824
#: js/files.js:825
msgid "1 file"
msgstr "1 파일"

#: js/files.js:826
#: js/files.js:827
msgid "{count} files"
msgstr "{count} 파일"


+ 4
- 4
l10n/ko/settings.po View File

@@ -10,9 +10,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-03 00:04+0100\n"
"PO-Revision-Date: 2012-12-02 03:18+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: 2012-12-08 15:56+0000\n"
"Last-Translator: 남자사람 <cessnagi@gmail.com>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -70,7 +70,7 @@ msgstr "언어가 변경되었습니다"

#: ajax/togglegroups.php:12
msgid "Admins can't remove themself from the admin group"
msgstr ""
msgstr "관리자는 자신을 관리자 그룹으로부터 삭제할 수 없습니다."

#: ajax/togglegroups.php:28
#, php-format

+ 6
- 6
l10n/ko/user_ldap.po View File

@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-11-22 00:01+0100\n"
"PO-Revision-Date: 2012-11-21 06:34+0000\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: 2012-12-08 15:51+0000\n"
"Last-Translator: 남자사람 <cessnagi@gmail.com>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/owncloud/language/ko/)\n"
"MIME-Version: 1.0\n"
@@ -44,7 +44,7 @@ msgid ""
"The DN of the client user with which the bind shall be done, e.g. "
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
"empty."
msgstr ""
msgstr "클라이언트 유저의 DN는 결합이 완료되어야 합니다. 예를 들면 uid=agent, dc=example, dc=com. 익명 액세스의 경우, DN와 패스워드는 비워둔채로 남겨두세요."

#: templates/settings.php:11
msgid "Password"
@@ -80,7 +80,7 @@ msgstr "사용자를 검색 할 때 적용 할 필터를 정의합니다."

#: templates/settings.php:13
msgid "without any placeholder, e.g. \"objectClass=person\"."
msgstr ""
msgstr "플레이스홀더를 이용하지 마세요. 예 \"objectClass=person\"."

#: templates/settings.php:14
msgid "Group Filter"
@@ -92,7 +92,7 @@ msgstr "그룹을 검색 할 때 적용 할 필터를 정의합니다."

#: templates/settings.php:14
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
msgstr ""
msgstr "플레이스홀더를 이용하지 마세요. 예 \"objectClass=posixGroup\"."

#: templates/settings.php:17
msgid "Port"
@@ -158,7 +158,7 @@ msgstr "바이트"

#: templates/settings.php:29
msgid "in seconds. A change empties the cache."
msgstr ""
msgstr "초. 변경 후에 캐쉬가 클리어 됩니다."

#: templates/settings.php:30
msgid ""

+ 23
- 23
l10n/sl/files.po View File

@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-01 00:01+0100\n"
"PO-Revision-Date: 2012-11-30 23:02+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: 2012-12-07 23:34+0000\n"
"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -28,7 +28,7 @@ msgstr "Datoteka je uspešno naložena brez napak."
#: ajax/upload.php:21
msgid ""
"The uploaded file exceeds the upload_max_filesize directive in php.ini: "
msgstr ""
msgstr "Naložena datoteka presega dovoljeno velikost. Le-ta je določena z vrstico upload_max_filesize v datoteki php.ini:"

#: ajax/upload.php:23
msgid ""
@@ -110,80 +110,80 @@ msgid ""
"allowed."
msgstr "Neveljavno ime, znaki '\\', '/', '<', '>', ':', '\"', '|', '?' in '*' niso dovoljeni."

#: js/files.js:183
#: js/files.js:184
msgid "generating ZIP-file, it may take some time."
msgstr "Ustvarjanje datoteke ZIP. To lahko traja nekaj časa."

#: js/files.js:218
#: js/files.js:219
msgid "Unable to upload your file as it is a directory or has 0 bytes"
msgstr "Pošiljanje ni mogoče, saj gre za mapo, ali pa je datoteka velikosti 0 bajtov."

#: js/files.js:218
#: js/files.js:219
msgid "Upload Error"
msgstr "Napaka med nalaganjem"

#: js/files.js:235
#: js/files.js:236
msgid "Close"
msgstr "Zapri"

#: js/files.js:254 js/files.js:368 js/files.js:398
#: js/files.js:255 js/files.js:369 js/files.js:399
msgid "Pending"
msgstr "V čakanju ..."

#: js/files.js:274
#: js/files.js:275
msgid "1 file uploading"
msgstr "Pošiljanje 1 datoteke"

#: js/files.js:277 js/files.js:331 js/files.js:346
#: js/files.js:278 js/files.js:332 js/files.js:347
msgid "{count} files uploading"
msgstr "nalagam {count} datotek"

#: js/files.js:349 js/files.js:382
#: js/files.js:350 js/files.js:383
msgid "Upload cancelled."
msgstr "Pošiljanje je preklicano."

#: js/files.js:451
#: js/files.js:452
msgid ""
"File upload is in progress. Leaving the page now will cancel the upload."
msgstr "V teku je pošiljanje datoteke. Če zapustite to stran zdaj, bo pošiljanje preklicano."

#: js/files.js:523
#: js/files.js:524
msgid "Invalid folder name. Usage of \"Shared\" is reserved by Owncloud"
msgstr "Neveljavno ime datoteke. Uporaba mape \"Share\" je rezervirana za ownCloud."

#: js/files.js:704
#: js/files.js:705
msgid "{count} files scanned"
msgstr "{count} files scanned"

#: js/files.js:712
#: js/files.js:713
msgid "error while scanning"
msgstr "napaka med pregledovanjem datotek"

#: js/files.js:785 templates/index.php:65
#: js/files.js:786 templates/index.php:65
msgid "Name"
msgstr "Ime"

#: js/files.js:786 templates/index.php:76
#: js/files.js:787 templates/index.php:76
msgid "Size"
msgstr "Velikost"

#: js/files.js:787 templates/index.php:78
#: js/files.js:788 templates/index.php:78
msgid "Modified"
msgstr "Spremenjeno"

#: js/files.js:814
#: js/files.js:815
msgid "1 folder"
msgstr "1 mapa"

#: js/files.js:816
#: js/files.js:817
msgid "{count} folders"
msgstr "{count} map"

#: js/files.js:824
#: js/files.js:825
msgid "1 file"
msgstr "1 datoteka"

#: js/files.js:826
#: js/files.js:827
msgid "{count} files"
msgstr "{count} datotek"


+ 4
- 4
l10n/sl/settings.po View File

@@ -11,9 +11,9 @@ msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
"POT-Creation-Date: 2012-12-03 00:04+0100\n"
"PO-Revision-Date: 2012-12-02 03:18+0000\n"
"Last-Translator: I Robot <owncloud-bot@tmit.eu>\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: 2012-12-07 23:52+0000\n"
"Last-Translator: Peter Peroša <peter.perosa@gmail.com>\n"
"Language-Team: Slovenian (http://www.transifex.com/projects/p/owncloud/language/sl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -71,7 +71,7 @@ msgstr "Jezik je bil spremenjen"

#: ajax/togglegroups.php:12
msgid "Admins can't remove themself from the admin group"
msgstr ""
msgstr "Administratorji sebe ne morejo odstraniti iz skupine admin"

#: ajax/togglegroups.php:28
#, php-format

+ 1
- 1
l10n/templates/core.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-08 00:09+0100\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

+ 1
- 1
l10n/templates/files.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-08 00:09+0100\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

+ 1
- 1
l10n/templates/files_encryption.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-08 00:09+0100\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

+ 1
- 1
l10n/templates/files_external.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-08 00:09+0100\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

+ 1
- 1
l10n/templates/files_sharing.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-08 00:09+0100\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

+ 1
- 1
l10n/templates/files_versions.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-08 00:09+0100\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

+ 1
- 1
l10n/templates/lib.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-08 00:10+0100\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

+ 1
- 1
l10n/templates/settings.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-08 00:10+0100\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

+ 1
- 1
l10n/templates/user_ldap.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-08 00:09+0100\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

+ 1
- 1
l10n/templates/user_webdavauth.pot View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-08 00:09+0100\n"
"POT-Creation-Date: 2012-12-09 00:11+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

+ 1
- 0
settings/l10n/ko.php View File

@@ -11,6 +11,7 @@
"Authentication error" => "인증 오류",
"Unable to delete user" => "사용자 삭제가 불가능합니다.",
"Language changed" => "언어가 변경되었습니다",
"Admins can't remove themself from the admin group" => "관리자는 자신을 관리자 그룹으로부터 삭제할 수 없습니다.",
"Unable to add user to group %s" => "%s 그룹에 사용자 추가가 불가능합니다.",
"Unable to remove user from group %s" => "%s 그룹으로부터 사용자 제거가 불가능합니다.",
"Disable" => "비활성화",

+ 1
- 0
settings/l10n/sl.php View File

@@ -11,6 +11,7 @@
"Authentication error" => "Napaka overitve",
"Unable to delete user" => "Ni mogoče izbrisati uporabnika",
"Language changed" => "Jezik je bil spremenjen",
"Admins can't remove themself from the admin group" => "Administratorji sebe ne morejo odstraniti iz skupine admin",
"Unable to add user to group %s" => "Uporabnika ni mogoče dodati k skupini %s",
"Unable to remove user from group %s" => "Uporabnika ni mogoče odstraniti iz skupine %s",
"Disable" => "Onemogoči",

Loading…
Cancel
Save