mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
Co-authored-by: B o d o <timtrek@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me> Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org> Co-authored-by: Stephan-P <stephan-p@noreply.codeberg.org> Co-authored-by: Weblate <noreply-mt-weblate@weblate.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: dobridabar <dobridabar@noreply.codeberg.org> Co-authored-by: ikanakova <ikanakova@noreply.codeberg.org> Co-authored-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org> Co-authored-by: krlsk <krlsk@noreply.codeberg.org> Co-authored-by: loscati <loscati@noreply.codeberg.org> Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org> Co-authored-by: summoner <summoner@noreply.codeberg.org> Co-authored-by: sziatomi <sziatomi@noreply.codeberg.org> Co-authored-by: yurtpage <yurtpage@noreply.codeberg.org> Translation: CoMaps/Android - Map Feature Types Translation: CoMaps/Android UI Strings Translation: CoMaps/Android UI Strings (SDK) Translation: CoMaps/Countries and regions names Translation: CoMaps/F-Droid app description Translation: CoMaps/Voice announcements for navigation (TTS) Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
67 lines
1.8 KiB
XML
67 lines
1.8 KiB
XML
<?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>
|