9 lines
525 B
JavaScript
9 lines
525 B
JavaScript
|
OC.L10N.register(
|
||
|
"federatedfilesharing",
|
||
|
{
|
||
|
"Invalid Federated Cloud ID" : "잘못된 연합 클라우드 ID",
|
||
|
"Sharing %s failed, because this item is already shared with %s" : "%s을(를) 공유할 수 없습니다. 이미 %s 님과 공유되어 있습니다",
|
||
|
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s을(를) 공유할 수 없습니다. %s을(를) 찾을 수 없습니다. 서버에 접근하지 못할 수도 있습니다."
|
||
|
},
|
||
|
"nplurals=1; plural=0;");
|