Blame view
sources/apps/files_trashbin/l10n/ja_JP.php
542 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 5 |
"Couldn't delete %s permanently" => "%s を完全に削除できませんでした", "Couldn't restore %s" => "%s を復元できませんでした", "Deleted files" => "ゴミ箱", |
|
31b7f2792
|
6 7 |
"Error" => "エラー", "restored" => "復元済", |
|
03e52840d
|
8 |
"Nothing in here. Your trash bin is empty!" => "ここには何もありません。ゴミ箱は空です!", |
|
31b7f2792
|
9 |
"Name" => "名前", |
|
03e52840d
|
10 |
"Restore" => "復元", |
|
31b7f2792
|
11 |
"Deleted" => "削除済み", |
|
03e52840d
|
12 |
"Delete" => "削除", |
|
31b7f2792
|
13 |
"Deleted Files" => "ゴミ箱" |
|
03e52840d
|
14 |
); |
|
31b7f2792
|
15 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |