mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 04:24:29 +00:00
Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
This commit is contained in:
15
iphone/Maps/LocalizedStrings/cs.lproj/InfoPlist.strings
Normal file
15
iphone/Maps/LocalizedStrings/cs.lproj/InfoPlist.strings
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "Hledat";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks_and_tracks" = "Záložky a stopy";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "Trasa";
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysUsageDescription" = "Chcete-li si užívat plnou funkčnost aplikace, pak musíte určit aktuální polohu na pozadí. Používá se k sledování trasy a ukládání vaší nedávno uskutečněné cesty.";
|
||||
|
||||
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
||||
"NSLocationWhenInUseUsageDescription" = "Stanovení současného umístění se používá v možnostech sledování trasy a uložení vaší nedávno uskutečněné cesty.";
|
||||
1071
iphone/Maps/LocalizedStrings/cs.lproj/Localizable.strings
Normal file
1071
iphone/Maps/LocalizedStrings/cs.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 záložek</string>
|
||||
<key>one</key>
|
||||
<string>%d záložka</string>
|
||||
<key>few</key>
|
||||
<string>%d záložky</string>
|
||||
<key>other</key>
|
||||
<string>%d záložek</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>Bylo nalezeno %d souborů. Uvidíte je po konverzi.</string>
|
||||
<key>one</key>
|
||||
<string>Byl nalezen %d soubor. Uvidíte jej po konverzi.</string>
|
||||
<key>few</key>
|
||||
<string>Byly nalezeny %d soubory. Uvidíte je po konverzi.</string>
|
||||
<key>other</key>
|
||||
<string>Bylo nalezeno %d souborů. Uvidíte je po konverzi.</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 stop</string>
|
||||
<key>one</key>
|
||||
<string>%d stopa</string>
|
||||
<key>few</key>
|
||||
<string>%d stopy</string>
|
||||
<key>other</key>
|
||||
<string>%d stop</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
1486
iphone/Maps/LocalizedStrings/cs.lproj/LocalizableTypes.strings
Normal file
1486
iphone/Maps/LocalizedStrings/cs.lproj/LocalizableTypes.strings
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user