Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
15
iphone/Maps/LocalizedStrings/lv.lproj/InfoPlist.strings
Normal file
15
iphone/Maps/LocalizedStrings/lv.lproj/InfoPlist.strings
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "Meklēt";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks_and_tracks" = "Grāmatzīmes un ceļi";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "Maršruts";
|
||||
|
||||
/* 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.";
|
||||
1104
iphone/Maps/LocalizedStrings/lv.lproj/Localizable.strings
Normal file
1104
iphone/Maps/LocalizedStrings/lv.lproj/Localizable.strings
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,60 @@
|
|||
<?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>zero</key>
|
||||
<string>%d grāmatzīmju</string>
|
||||
<key>one</key>
|
||||
<string>%d grāmatzīme</string>
|
||||
<key>other</key>
|
||||
<string>%d grāmatzīmes</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>zero</key>
|
||||
<string>Lietotne atrada %d jaunu datņu. Varat tās apskatīt pēc konvertācijas.</string>
|
||||
<key>one</key>
|
||||
<string>Lietotne atrada %d jaunu datni. Varat to apskatīt pēc konvertācijas.</string>
|
||||
<key>other</key>
|
||||
<string>Lietotne atrada %d jaunas datnes. Varat tās apskatīt pēc konvertācijas.</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>zero</key>
|
||||
<string>%d ceļu</string>
|
||||
<key>one</key>
|
||||
<string>%d ceļš</string>
|
||||
<key>other</key>
|
||||
<string>%d ceļi</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
1546
iphone/Maps/LocalizedStrings/lv.lproj/LocalizableTypes.strings
Normal file
1546
iphone/Maps/LocalizedStrings/lv.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