summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/ko.php
blob: 365adc25115977ce91d91d504df6e14c398cbf87 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "되돌릴 수 없습니다: %s",
"Versions" => "버전",
"Restore" => "복원"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";