server/apps/files_versions/l10n/ko.php

8 lines
179 B
PHP
Raw Normal View History

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