Japanese: Small text fixes

This commit is contained in:
Souryo 2016-05-23 09:26:05 -04:00
parent 7d9c6dee73
commit a5518ec5d5
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ std::unordered_map<string, string> MessageManager::_jaResources = {
{ "UnsupportedMapper", u8"このMapperを使うゲームはロードできません。" },
{ "GoogleDrive", u8"Google Drive" },
{ "SynchronizationStarted", u8"同期しています" },
{ "SynchronizationStarted", u8"同期" },
{ "SynchronizationFailed", u8"同期は失敗しました。" },
{ "SynchronizationCompleted", u8"同期完了。" },
};

View file

@ -199,7 +199,7 @@
<Control ID="chkFdsFastForwardOnLoad">ファミコンディスクシステムのゲームをディスクからロードする時に自動的に最高速度にする</Control>
<Control ID="tpgCloudSave">クラウドバックアップ</Control>
<Control ID="lblGoogleDriveIntegration">MesenはGoogle Driveを利用することでクラウドバックアップが出来ます。 Google Drive同期を有効にすれば、ゲームのセーブデータはGoogle Driveにバックアップされ、どんなパソコンからアクセスが可能になります。</Control>
<Control ID="lblGoogleDriveIntegration">MesenはGoogle Driveを利用することでクラウドバックアップが出来ます。 Google Drive同期を有効にすれば、ゲームのセーブデータはGoogle Driveにバックアップされ、どんなパソコンからでもアクセスが可能になります。</Control>
<Control ID="lblIntegrationOK">Google Drive同期は有効です。</Control>
<Control ID="btnDisableIntegration">Google Drive同期を無効にする</Control>
<Control ID="btnEnableIntegration">Google Drive同期を有効にする</Control>