7 lines
179 B
PHP
7 lines
179 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Could not revert: %s" => "되돌릴 수 없습니다: %s",
|
|
"Versions" => "버전",
|
|
"Restore" => "복원"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|