Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
15
iphone/Maps/LocalizedStrings/ca.lproj/InfoPlist.strings
Normal file
15
iphone/Maps/LocalizedStrings/ca.lproj/InfoPlist.strings
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "Cerca";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks_and_tracks" = "Marcadors i recorreguts";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "Ruta";
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysUsageDescription" = "La detecció de la ubicació en segon pla és necessària per gaudir plenament de la funcionalitat de l'aplicació. S'utilitza per a la navegació i desar la ruta feta recentment.";
|
||||
|
||||
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
||||
"NSLocationWhenInUseUsageDescription" = "Determinar la vostra ubicació és necessari per a la navegació i per desar el vostre recorregut recentment.";
|
||||
1095
iphone/Maps/LocalizedStrings/ca.lproj/Localizable.strings
Normal file
1095
iphone/Maps/LocalizedStrings/ca.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 marcador</string>
|
||||
<key>one</key>
|
||||
<string>%d marcador</string>
|
||||
<key>many</key>
|
||||
<string>%d marcadors</string>
|
||||
<key>other</key>
|
||||
<string>%d marcadors</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>S'han trobat %d fitxers. Podeu veure'ls després de la conversió.</string>
|
||||
<key>one</key>
|
||||
<string>S'ha trobat %d fitxer. Podeu veure'l després de la conversió.</string>
|
||||
<key>many</key>
|
||||
<string>S'han trobat %d fitxers. Podeu veure'ls després de la conversió.</string>
|
||||
<key>other</key>
|
||||
<string>S'han trobat %d fitxers. Podeu veure'ls després de la conversió.</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 recorreguts</string>
|
||||
<key>one</key>
|
||||
<string>%d recorregut</string>
|
||||
<key>many</key>
|
||||
<string>%d recorreguts</string>
|
||||
<key>other</key>
|
||||
<string>%d recorreguts</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
1489
iphone/Maps/LocalizedStrings/ca.lproj/LocalizableTypes.strings
Normal file
1489
iphone/Maps/LocalizedStrings/ca.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