forked from organicmaps/organicmaps
[strings] Regenerate Serbian for iOS
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
8d2d8d3c80
commit
29adf61163
3 changed files with 4162 additions and 0 deletions
20
iphone/Maps/LocalizedStrings/sr.lproj/InfoPlist.strings
Normal file
20
iphone/Maps/LocalizedStrings/sr.lproj/InfoPlist.strings
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
/********** 3d touch strings **********/
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "Search";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks_and_tracks" = "Bookmarks and Tracks";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "Путања";
|
||||
|
||||
|
||||
/********** gps strings **********/
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysUsageDescription" = "Detecting location in the background is necessary to fully enjoy the functionality of the app. It is used for navigation and saving your recently traveled track.";
|
||||
|
||||
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
||||
"NSLocationWhenInUseUsageDescription" = "Determining your location is necessary for navigation and for saving your recently traveled track.";
|
4079
iphone/Maps/LocalizedStrings/sr.lproj/Localizable.strings
Normal file
4079
iphone/Maps/LocalizedStrings/sr.lproj/Localizable.strings
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
||||
<!-- ********** Strings for downloading map from search **********/ -->
|
||||
|
||||
<key>bookmarks_places</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@value@</string>
|
||||
<key>value</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>%d маркер</string>
|
||||
<key>other</key>
|
||||
<string>%d маркера</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<key>bookmarks_detect_message</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@value@</string>
|
||||
<key>value</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>%d фајл је пронађен. Можете да га погледате након конверзије.</string>
|
||||
<key>few</key>
|
||||
<string>%d фајла је пронађено. Можете да их погледате након конверзије.</string>
|
||||
<key>other</key>
|
||||
<string>%d фајлова је пронађено. Можете да их погледате након конверзије.</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<key>tracks</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@value@</string>
|
||||
<key>value</key>
|
||||
<dict>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>one</key>
|
||||
<string>%d путања</string>
|
||||
<key>few</key>
|
||||
<string>%d путање</string>
|
||||
<key>other</key>
|
||||
<string>%d путања</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Add table
Reference in a new issue