diff options
| author | Teruaki Kawashima <teru@rockbox.org> | 2010-10-24 12:03:46 +0000 |
|---|---|---|
| committer | Teruaki Kawashima <teru@rockbox.org> | 2010-10-24 12:03:46 +0000 |
| commit | 7da04a0819047eb755824ef74edd23f56c5f4aed (patch) | |
| tree | fdfc501f986dc3305d727992d88400e143668939 | |
| parent | 34fc7465ac33cb981bfb8c3aa260668d62c101e6 (diff) | |
| download | rockbox-7da04a0819047eb755824ef74edd23f56c5f4aed.zip rockbox-7da04a0819047eb755824ef74edd23f56c5f4aed.tar.gz rockbox-7da04a0819047eb755824ef74edd23f56c5f4aed.tar.bz2 rockbox-7da04a0819047eb755824ef74edd23f56c5f4aed.tar.xz | |
update Japanese translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28343 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/japanese.lang | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/lang/japanese.lang b/apps/lang/japanese.lang index e4f28a8..07dbfd3 100644 --- a/apps/lang/japanese.lang +++ b/apps/lang/japanese.lang @@ -12549,3 +12549,31 @@ *: "停止時にブックマークを更新" </voice> </phrase> +<phrase> + id: LANG_SET_AS_START_DIR + desc: used in the onplay menu to set a starting browser dir + user: core + <source> + *: "Start File Browser Here" + </source> + <dest> + *: "ブラウザの初期ディレクトリに設定" + </dest> + <voice> + *: "ブラウザの初期ディレクトリに設定" + </voice> +</phrase> +<phrase> + id: LANG_RESET_START_DIR + desc: reset the browser start directory + user: core + <source> + *: "Start File Browser at /" + </source> + <dest> + *: "ブラウザの初期ディレクトリをルートに設定" + </dest> + <voice> + *: "ブラウザの初期ディレクトリをルートに設定" + </voice> +</phrase> |