43 lines
1.1 KiB
XML
43 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>replying_to_one_and_others</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>Replying to %@%#@others@</string>
|
|
<key>others</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>d</string>
|
|
<key>zero</key>
|
|
<string></string>
|
|
<key>one</key>
|
|
<string> & 1 other</string>
|
|
<key>other</key>
|
|
<string> & %d others</string>
|
|
</dict>
|
|
</dict>
|
|
<key>replying_to_two_and_others</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>Replying to %@, %@%#@others@</string>
|
|
<key>others</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>d</string>
|
|
<key>zero</key>
|
|
<string></string>
|
|
<key>one</key>
|
|
<string> & 1 other</string>
|
|
<key>other</key>
|
|
<string> & %d others</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|