2020-08-21 04:29:01 +02:00
|
|
|
<?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>
|
2021-01-24 04:12:30 +01:00
|
|
|
<key>tag.people-talking</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
|
|
<string>%#@people@</string>
|
|
|
|
<key>people</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
<string>ld</string>
|
|
|
|
<key>one</key>
|
|
|
|
<string>%ld person talking</string>
|
|
|
|
<key>other</key>
|
|
|
|
<string>%ld people talking</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2020-10-25 03:31:44 +01:00
|
|
|
<key>status.poll.participation-count</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
|
|
<string>%#@people@</string>
|
|
|
|
<key>people</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
<string>ld</string>
|
|
|
|
<key>one</key>
|
|
|
|
<string>%ld person</string>
|
|
|
|
<key>other</key>
|
|
|
|
<string>%ld people</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
2020-08-21 04:29:01 +02:00
|
|
|
<key>status.reblogs-count</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
|
|
<string>%#@reblogs@</string>
|
|
|
|
<key>reblogs</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
<string>ld</string>
|
|
|
|
<key>one</key>
|
|
|
|
<string>%ld Boost</string>
|
|
|
|
<key>other</key>
|
|
|
|
<string>%ld Boosts</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>status.favorites-count</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
|
|
<string>%#@favorites@</string>
|
|
|
|
<key>favorites</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
<string>ld</string>
|
|
|
|
<key>one</key>
|
|
|
|
<string>%ld Favorite</string>
|
|
|
|
<key>other</key>
|
|
|
|
<string>%ld Favorites</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>account.followers-count</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
|
|
<string>%#@followers@</string>
|
|
|
|
<key>followers</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
<string>ld</string>
|
|
|
|
<key>one</key>
|
|
|
|
<string>%ld Follower</string>
|
|
|
|
<key>other</key>
|
|
|
|
<string>%ld Followers</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|