diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-03-22 22:17:25 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-03-22 22:42:29 -0400 |
| commit | 13c780d6a7f2fda0b7718c70dafe759bb6dc8ced (patch) | |
| tree | 2d043972e0a7015744dc48fe14c00786df6594b3 /Source/Android | |
| parent | 7922428dd73911e96a860e3d5aca7988d2d28466 (diff) | |
Fix two untranslated Japanese strings.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/res/values-ja/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Android/res/values-ja/strings.xml b/Source/Android/res/values-ja/strings.xml index 8227c7b2d4..7bd15b3dbe 100644 --- a/Source/Android/res/values-ja/strings.xml +++ b/Source/Android/res/values-ja/strings.xml @@ -12,6 +12,7 @@ <string name="build_revision">ビルドのバージョン</string> <string name="supports_gles3">サポートのOpenGL ES 3</string> <string name="supports_neon">サポートのNEON</string> + <string name="general">一般</string> <string name="cpu">CPU</string> <string name="gles_two">GLES 2</string> <string name="gles_three">GLES 3</string> @@ -78,6 +79,7 @@ <string name="wiimote_2">Wiiリモコン2</string> <string name="wiimote_3">Wiiリモコン3</string> <string name="wiimote_4">Wiiリモコン4</string> + <string name="enable_wiimote">Wiiリモコンを有効</string> <string name="input_binding">入力バインディング</string> <string name="input_binding_descrip">%1$sにバインドするための入力を移動または押してください。</string> <!-- Gamecube buttons (May be shared with Wiimote stuff too) --> |
