Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
15
iphone/Maps/LocalizedStrings/it.lproj/InfoPlist.strings
Normal file
15
iphone/Maps/LocalizedStrings/it.lproj/InfoPlist.strings
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "Ricerca";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks_and_tracks" = "Luoghi preferiti e tracce";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "Percorso";
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysUsageDescription" = "Il rilevamento della posizione corrente in background è necessario per godere appieno delle funzionalità dell'app. Viene utilizzata per la navigazione e il salvataggio delle tracce percorse di recente.";
|
||||
|
||||
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
||||
"NSLocationWhenInUseUsageDescription" = "La posizione corrente viene utilizzata durante la navigazione e per il salvataggio dei percorsi.";
|
||||
1105
iphone/Maps/LocalizedStrings/it.lproj/Localizable.strings
Normal file
1105
iphone/Maps/LocalizedStrings/it.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>Nessun preferito</string>
|
||||
<key>one</key>
|
||||
<string>%d preferito</string>
|
||||
<key>many</key>
|
||||
<string>%d preferiti</string>
|
||||
<key>other</key>
|
||||
<string>%d preferiti</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>Nessun file trovato</string>
|
||||
<key>one</key>
|
||||
<string>%d file è stato trovato. Lo vedrai dopo la conversione.</string>
|
||||
<key>many</key>
|
||||
<string>%d file sono stati trovati. Li vedrai dopo la conversione.</string>
|
||||
<key>other</key>
|
||||
<string>%d file sono stati trovati. Li vedrai dopo la conversione.</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>Nessuna traccia</string>
|
||||
<key>one</key>
|
||||
<string>%d traccia</string>
|
||||
<key>many</key>
|
||||
<string>%d tracce</string>
|
||||
<key>other</key>
|
||||
<string>%d tracce</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
1494
iphone/Maps/LocalizedStrings/it.lproj/LocalizableTypes.strings
Normal file
1494
iphone/Maps/LocalizedStrings/it.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