server/apps/gallery/l10n/ja_JP.php

11 lines
439 B
PHP
Raw Normal View History

2012-01-26 23:59:24 +00:00
<?php $TRANSLATIONS = array(
"Gallery" => "ギャラリー",
"Scanning directories" => "ディレクトリをスキャン中",
"No photos found" => "写真が見つかりませんでした",
"Creating thumbnails" => "サムネイルを作成中",
"Do you wan't to remove album" => "アルバムを削除しますか",
"Input new gallery name" => "新しいギャラリー名を作る",
"Rescan" => "再スキャン",
"Back" => "戻る"
);