mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03:37 +00:00
Co-authored-by: Anonymous <anonymous@noreply.codeberg.org> Co-authored-by: B o d o <timtrek@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org> Co-authored-by: ghose <ghose@noreply.codeberg.org> Co-authored-by: loscati <loscati@noreply.codeberg.org> Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org> Co-authored-by: patepelo <patepelo@noreply.codeberg.org> Co-authored-by: paulb <paulb@noreply.codeberg.org> Co-authored-by: phama <phama@noreply.codeberg.org> Co-authored-by: x7z4w <x7z4w@noreply.codeberg.org> Co-authored-by: yannikbloscheck <yannikbloscheck@noreply.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/ Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/ Translation: CoMaps/Android - Map Feature Types Translation: CoMaps/Android UI Strings Translation: CoMaps/Apple AppStore description Translation: CoMaps/Countries and regions names Translation: CoMaps/F-Droid app description Translation: CoMaps/Google Play and Huawei AppGallery descriptions Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plist Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
44 lines
1.1 KiB
XML
44 lines
1.1 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>tracks</key>
|
|
<dict>
|
|
<key>value</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>d</string>
|
|
<key>other</key>
|
|
<string>%d tracks?</string>
|
|
</dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>tracks</string>
|
|
</dict>
|
|
<key>bookmarks_detect_message</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>bookmarks_detect_message</string>
|
|
</dict>
|
|
<key>bookmarks_places</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>bookmarks_places</string>
|
|
<key>value</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>d</string>
|
|
<key>zero</key>
|
|
<string>Zero marcatores</string>
|
|
<key>one</key>
|
|
<string>%d marcator</string>
|
|
<key>other</key>
|
|
<string>%d marcatores</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|