39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
|
<?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>timeline-new-posts %lld</key>
|
||
|
<dict>
|
||
|
<key>NSStringLocalizedFormatKey</key>
|
||
|
<string>%#@timelineNewPosts@</string>
|
||
|
<key>timelineNewPosts</key>
|
||
|
<dict>
|
||
|
<key>NSStringFormatSpecTypeKey</key>
|
||
|
<string>NSStringPluralRuleType</string>
|
||
|
<key>NSStringFormatValueTypeKey</key>
|
||
|
<string>lld</string>
|
||
|
<key>one</key>
|
||
|
<string>%lld new post</string>
|
||
|
<key>other</key>
|
||
|
<string>%lld new posts</string>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
<key>notifications-others-count %lld</key>
|
||
|
<dict>
|
||
|
<key>NSStringLocalizedFormatKey</key>
|
||
|
<string>%#@noficationsOthersCount@</string>
|
||
|
<key>noficationsOthersCount</key>
|
||
|
<dict>
|
||
|
<key>NSStringFormatSpecTypeKey</key>
|
||
|
<string>NSStringPluralRuleType</string>
|
||
|
<key>NSStringFormatValueTypeKey</key>
|
||
|
<string>lld</string>
|
||
|
<key>one</key>
|
||
|
<string> and %lld other </string>
|
||
|
<key>other</key>
|
||
|
<string> and %lld others </string>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
</dict>
|
||
|
</plist>
|