Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
15
iphone/Maps/LocalizedStrings/mr.lproj/InfoPlist.strings
Normal file
15
iphone/Maps/LocalizedStrings/mr.lproj/InfoPlist.strings
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "शोधा";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks_and_tracks" = "खूणपत्रे आणि ट्रॅक";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "मार्ग";
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysUsageDescription" = "ऍपच्या कार्यक्षमतेचा पूर्णपणे आनंद घेण्यासाठी पार्श्वभूमीतील स्थान जाणणे आवश्यक आहे. मार्गनिर्देशनासाठी व अलीकडे प्रवास केलेला मार्ग जतन करण्यासाठी ह्याचा उपयोग होतो.";
|
||||
|
||||
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
||||
"NSLocationWhenInUseUsageDescription" = "मार्गनिर्देशनासाठी व अलीकडे प्रवास केलेला मार्ग जतन करण्यासाठी तुमचे स्थान जाणणे आवश्यक आहे.";
|
||||
1093
iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings
Normal file
1093
iphone/Maps/LocalizedStrings/mr.lproj/Localizable.strings
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,54 @@
|
|||
<?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>
|
||||
<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>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>other</key>
|
||||
<string>%d ट्रॅक</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
1491
iphone/Maps/LocalizedStrings/mr.lproj/LocalizableTypes.strings
Normal file
1491
iphone/Maps/LocalizedStrings/mr.lproj/LocalizableTypes.strings
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue