forked from organicmaps/organicmaps-tmp
Minor renaming
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
48da9c7d63
commit
c2cd49a278
2 changed files with 6 additions and 5 deletions
|
@ -19,9 +19,9 @@
|
|||
<string name="pref_play_services" translatable="false">PlayServicesEnabled</string>
|
||||
<string name="pref_enable_logging" translatable="false">EnableLogging</string>
|
||||
<string name="pref_emulate_bad_external_storage" translatable="false">EmulateBadExternalStorage</string>
|
||||
<string name="pref_about" translatable="false">AboutMapsWithMe</string>
|
||||
<string name="pref_about" translatable="false">AboutOrganicMaps</string>
|
||||
<string name="pref_help" translatable="false">Help</string>
|
||||
<string name="pref_file_name" translatable="false">MapsMePrefs</string>
|
||||
<string name="pref_file_name" translatable="false">OrganicMapsPrefs</string>
|
||||
<string name="pref_map_style" translatable="false">MapStyle</string>
|
||||
<string name="pref_tts_screen" translatable="false">TtsScreen</string>
|
||||
<string name="pref_tts_enabled" translatable="false">TtsEnabled</string>
|
||||
|
@ -29,7 +29,8 @@
|
|||
<string name="pref_tts_info" translatable="false">TtsInfo</string>
|
||||
<string name="pref_tts_info_link" translatable="false">TtsInfoLink</string>
|
||||
<string name="pref_speed_cameras" translatable="false">SpeedCameras</string>
|
||||
<string name="tts_info_link" translatable="false">https://support.omaps.app/hc/en-us/articles/208628985-How-can-I-check-TTS-settings-on-my-Android-device-</string>
|
||||
<!-- TODO: Move to another domain. -->
|
||||
<string name="tts_info_link" translatable="false">https://mapsme.zendesk.com/hc/en-us/articles/208628985-How-can-I-check-TTS-settings-on-my-Android-device-</string>
|
||||
<string name="pref_autodownload" translatable="false">AutoDownloadMap</string>
|
||||
<string name="pref_backupbookmarks" translatable="false">BackupBookmarks</string>
|
||||
<string name="pref_3d" translatable="false">3D</string>
|
||||
|
@ -51,7 +52,7 @@
|
|||
<string name="notification_ticker_rtl" translatable="false">%2$s :%1$s</string>
|
||||
|
||||
<!-- "Report a problem" predefined texts -->
|
||||
<string name="problem_does_not_exist" translatable="false">The amenity has gone or never existed. This is an auto-generated note from OMaps application: a user reports a POI that is visible on a map (which can be a month old), but cannot be found on the ground.</string>
|
||||
<string name="problem_does_not_exist" translatable="false">The amenity has gone or never existed. This is an auto-generated note from Organic Maps application: a user reports a POI that is visible on a map (which can be a month old), but cannot be found on the ground.</string>
|
||||
|
||||
<!-- UI themes -->
|
||||
<string name="theme_default" translatable="false">default</string>
|
||||
|
|
|
@ -11,7 +11,7 @@ int main(int argc, char * argv[])
|
|||
base::SetLogMessageFn(LogMessageFile);
|
||||
#endif
|
||||
auto & p = GetPlatform();
|
||||
LOG(LINFO, ("omaps started, detected CPU cores:", p.CpuCores()));
|
||||
LOG(LINFO, ("Organic Maps started, detected CPU cores:", p.CpuCores()));
|
||||
|
||||
int retVal;
|
||||
@autoreleasepool
|
||||
|
|
Loading…
Add table
Reference in a new issue