-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit fixes #47 and closes #45 Signed-off-by: Rafael Chagas <[email protected]>
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="picker_title">Select a location</string> | ||
<string name="picker_select_this">Bu konumu seç</string> | ||
<string name="picker_or_select_nearby">İsterseniz yakındaki bir yeri seçin</string> | ||
<string name="picker_load_places_error">"Yakında bir yer bulunamadı…"</string> | ||
<string name="picker_load_this_place_error">"Seçtiğiniz yer bulunamadı…"</string> | ||
<string name="picker_place_confirm">Bu konum kullanılsın mı?</string> | ||
<string name="picker_place_confirm_cancel">Konumu Değiştir</string> | ||
<string name="picker_location_unavailable">Lokasyon Bulunamadı</string> | ||
|
||
<!-- Content descriptions --> | ||
<string name="description_place_image">Seçilen yerin fotoğrafı</string> | ||
<string name="description_place_map">Seçilen yerin haritası</string> | ||
|
||
<!-- Permissions --> | ||
<string name="permission_fine_location_title">Konum İzini</string> | ||
<string name="permission_fine_location_message">Yakındaki yerleri gösterebilmek için konum izinine ihtiyacımız var.</string> | ||
|
||
</resources> |