зеркало из https://github.com/nextcloud/news.git
14 строки
391 B
PHP
14 строки
391 B
PHP
<?php $TRANSLATIONS = array(
|
|
"File doesn't exist:" => "파일이 존재하지 않습니다. ",
|
|
"Couldn't save temporary image: " => "임시 이미지를 저장할 수 없습니다:",
|
|
"Error" => "에러",
|
|
"Warning" => "경고",
|
|
"Address" => "주소",
|
|
"Upload" => "업로드",
|
|
"Import" => "가져오기",
|
|
"Folder" => "폴더",
|
|
"Settings" => "설정",
|
|
"Add" => "추가",
|
|
"Share" => "공유"
|
|
);
|