58 changed files with 583 additions and 430 deletions
-
1apps/files/l10n/cs_CZ.php
-
6apps/files/l10n/it.php
-
5apps/files/l10n/ja_JP.php
-
17apps/files/l10n/ko.php
-
5apps/files/l10n/lt_LT.php
-
5apps/files/l10n/pl.php
-
7apps/files_sharing/l10n/ko.php
-
14apps/files_trashbin/l10n/ko.php
-
3apps/files_versions/l10n/ko.php
-
1apps/user_ldap/l10n/hu_HU.php
-
4apps/user_webdavauth/l10n/hu_HU.php
-
2core/l10n/cs_CZ.php
-
21core/l10n/hu_HU.php
-
10core/l10n/ja_JP.php
-
9core/l10n/lt_LT.php
-
8core/l10n/pl.php
-
11l10n/cs_CZ/core.po
-
11l10n/cs_CZ/files.po
-
62l10n/hu_HU/core.po
-
52l10n/hu_HU/lib.po
-
68l10n/hu_HU/settings.po
-
8l10n/hu_HU/user_ldap.po
-
10l10n/hu_HU/user_webdavauth.po
-
12l10n/it/files.po
-
30l10n/it/settings.po
-
38l10n/ja_JP/core.po
-
18l10n/ja_JP/files.po
-
48l10n/ja_JP/settings.po
-
37l10n/ko/files.po
-
21l10n/ko/files_sharing.po
-
49l10n/ko/files_trashbin.po
-
15l10n/ko/files_versions.po
-
46l10n/ko/lib.po
-
40l10n/lt_LT/core.po
-
18l10n/lt_LT/files.po
-
42l10n/lt_LT/settings.po
-
38l10n/pl/core.po
-
18l10n/pl/files.po
-
44l10n/pl/lib.po
-
44l10n/pl/settings.po
-
2l10n/templates/core.pot
-
2l10n/templates/files.pot
-
2l10n/templates/files_encryption.pot
-
2l10n/templates/files_external.pot
-
2l10n/templates/files_sharing.pot
-
2l10n/templates/files_trashbin.pot
-
2l10n/templates/files_versions.pot
-
28l10n/templates/lib.pot
-
2l10n/templates/settings.pot
-
2l10n/templates/user_ldap.pot
-
2l10n/templates/user_webdavauth.pot
-
11lib/l10n/hu_HU.php
-
8lib/l10n/ko.php
-
7lib/l10n/pl.php
-
19settings/l10n/hu_HU.php
-
9settings/l10n/ja_JP.php
-
6settings/l10n/lt_LT.php
-
7settings/l10n/pl.php
@ -1,11 +1,19 @@ |
|||
<?php |
|||
$TRANSLATIONS = array( |
|||
"Couldn't delete %s permanently" => "%s를 영구적으로 삭제할수 없습니다", |
|||
"Couldn't restore %s" => "%s를 복원할수 없습니다", |
|||
"perform restore operation" => "복원 작업중", |
|||
"Error" => "오류", |
|||
"delete file permanently" => "영구적으로 파일 삭제하기", |
|||
"Delete permanently" => "영원히 삭제", |
|||
"Name" => "이름", |
|||
"_%n folder_::_%n folders_" => array(""), |
|||
"_%n file_::_%n files_" => array(""), |
|||
"Deleted" => "삭제됨", |
|||
"_%n folder_::_%n folders_" => array("폴더 %n개"), |
|||
"_%n file_::_%n files_" => array("파일 %n개 "), |
|||
"restored" => "복원됨", |
|||
"Nothing in here. Your trash bin is empty!" => "현재 휴지통은 비어있습니다!", |
|||
"Restore" => "복원", |
|||
"Delete" => "삭제" |
|||
"Delete" => "삭제", |
|||
"Deleted Files" => "삭제된 파일들" |
|||
); |
|||
$PLURAL_FORMS = "nplurals=1; plural=0;"; |
|||
@ -1,5 +1,7 @@ |
|||
<?php |
|||
$TRANSLATIONS = array( |
|||
"WebDAV Authentication" => "WebDAV hitelesítés" |
|||
"WebDAV Authentication" => "WebDAV hitelesítés", |
|||
"Address: " => "Címek:", |
|||
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "A felhasználói hitelesítő adatai el lesznek küldve erre a címre. Ez a bővítőmodul leellenőrzi a választ és ha a HTTP hibakód nem 401 vagy 403 azaz érvénytelen a hitelesítő adat, akkor minden más válasz érvényes lesz." |
|||
); |
|||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue