123456789101112131415 |
- <?php
- $TRANSLATIONS = array(
- "Couldn't delete %s permanently" => "%s を完全に削除出来ませんでした",
- "Couldn't restore %s" => "%s を復元出来ませんでした",
- "Error" => "エラー",
- "restored" => "復元済",
- "Nothing in here. Your trash bin is empty!" => "ここには何もありません。ゴミ箱は空です!",
- "Name" => "名前",
- "Restore" => "復元",
- "Deleted" => "削除済み",
- "Delete" => "削除",
- "Deleted Files" => "ゴミ箱"
- );
- $PLURAL_FORMS = "nplurals=1; plural=0;";
|