nextcloud/apps/gallery/l10n/ja_JP.php

13 lines
399 B
PHP
Raw Normal View History

2012-01-27 03:59:24 +04:00
<?php $TRANSLATIONS = array(
2012-06-06 02:29:28 +04:00
"Pictures" => "写真",
"Settings" => "設定",
2012-01-27 03:59:24 +04:00
"Rescan" => "再スキャン",
2012-06-06 02:29:28 +04:00
"Stop" => "停止",
"Share" => "共有",
"Back" => "戻る",
"Remove confirmation" => "承認を取りやめ",
"Do you want to remove album" => "アルバムを削除しますか?",
"Change album name" => "アルバム名を変更する",
"New album name" => "新しいアルバム名"
2012-01-27 03:59:24 +04:00
);