-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="dialog_exit_yes">Yes</string> | ||
<string name="dialog_exit_no">No</string> | ||
<string name="dialog_exit_message">Are you sure you want to exit the game?</string> | ||
<string name="dialog_exit_yes">はい</string> | ||
<string name="dialog_exit_no">いいえ</string> | ||
<string name="dialog_exit_message">ゲームを終了しますか。</string> | ||
|
||
<string name="dialog_visit_osu_website">Do you want to visit the official osu! website?</string> | ||
<string name="dialog_visit_osudroid_profile_page">Do you want to visit your profile page?</string> | ||
<string name="dialog_visit_osudroid_website">Do you want to visit the official osu!droid website?</string> | ||
<string name="dialog_visit_osu_website">osu!公式ウェブサイト</string> | ||
<string name="dialog_visit_osudroid_profile_page">プロフィールページ</string> | ||
<string name="dialog_visit_osudroid_website">osu!droid公式ウェブサイト</string> | ||
|
||
<!-- All new strings should present below for better managing locals... --> | ||
|
||
</resources> | ||
</resources> |