nextcloud/apps/files_versions/l10n/ko.php

8 lines
179 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-04-11 04:10:41 +04:00
"Could not revert: %s" => "되돌릴 수 없습니다: %s",
2013-06-20 04:43:39 +04:00
"Versions" => "버전",
2013-07-27 10:03:03 +04:00
"Restore" => "복원"
2012-11-21 03:02:33 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";