Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
15
iphone/Maps/LocalizedStrings/lt.lproj/InfoPlist.strings
Normal file
15
iphone/Maps/LocalizedStrings/lt.lproj/InfoPlist.strings
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "Ieškoti";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks_and_tracks" = "Žymės ir trasos";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "Maršrutas";
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysUsageDescription" = "Vietos aptikimas foninėje veiksenoje yra būtinas, norint, kad programėlė veiktų visapusiškai. Jis naudojamas navigacijai ir naujų trasų įrašymui.";
|
||||
|
||||
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
||||
"NSLocationWhenInUseUsageDescription" = "Vietos aptikimas yra būtinas navigacijai ir naujų trasų įrašymui.";
|
||||
1105
iphone/Maps/LocalizedStrings/lt.lproj/Localizable.strings
Normal file
1105
iphone/Maps/LocalizedStrings/lt.lproj/Localizable.strings
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,66 @@
|
|||
<?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 žymių</string>
|
||||
<key>one</key>
|
||||
<string>%d žymė</string>
|
||||
<key>few</key>
|
||||
<string>%d žymės</string>
|
||||
<key>other</key>
|
||||
<string>%d žymių</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>Aptikta %d failų. Juos galėsite pamatyti, atlikus konvertavimą.</string>
|
||||
<key>one</key>
|
||||
<string>Aptiktas %d failas. Jį (juos) galėsite pamatyti, atlikus konvertavimą.</string>
|
||||
<key>few</key>
|
||||
<string>Aptikti %d failai. Juos galėsite pamatyti, atlikus konvertavimą.</string>
|
||||
<key>other</key>
|
||||
<string>Aptikta %d failų. Juos galėsite pamatyti, atlikus konvertavimą.</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 trasų</string>
|
||||
<key>one</key>
|
||||
<string>%d trasa</string>
|
||||
<key>few</key>
|
||||
<string>%d trasos</string>
|
||||
<key>other</key>
|
||||
<string>%d trasų</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
1491
iphone/Maps/LocalizedStrings/lt.lproj/LocalizableTypes.strings
Normal file
1491
iphone/Maps/LocalizedStrings/lt.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