blob: aefd85cf55fbd289b90b12060d3301b67c4bca82 (
plain)
1
2
3
4
5
6
7
8
|
<?php $TRANSLATIONS = array(
"Name" => "名前",
"1 folder" => "1 フォルダ",
"{count} folders" => "{count} フォルダ",
"1 file" => "1 ファイル",
"{count} files" => "{count} ファイル",
"Restore" => "復元"
);
|