-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 parent
b9aca91
commit 64d0998
Showing
2 changed files
with
5 additions
and
4 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 |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
/build | ||
/app/src/debug/res/values/google_maps_api.xml | ||
/app/src/release/res/values/google_maps_api.xml | ||
/.idea |
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,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="app_name">AnyWay - Car Accident Map</string> | ||
<string name="action_settings">Settings</string> | ||
<string name="title_activity_maps">Map</string> | ||
<string name="button_startMap">Open map</string> | ||
<string name="app_name">AnyWay</string> | ||
<string name="action_settings">הגדרות</string> | ||
<string name="title_activity_maps">מפת תאונות</string> | ||
<string name="button_startMap">פתח מפה</string> | ||
</resources> |