<?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>There are ${count} options matching ‘${content}’. - 2</key>
	<dict>
		<key>NSStringLocalizedFormatKey</key>
		<string>There are %#@count_option@ matching ‘${content}’.</string>
		<key>count_option</key>
		<dict>
			<key>NSStringFormatSpecTypeKey</key>
			<string>NSStringPluralRuleType</string>
			<key>NSStringFormatValueTypeKey</key>
			<string>%ld</string>
			<key>zero</key>
			<string>0 options</string>
			<key>one</key>
			<string>1 option</string>
			<key>two</key>
			<string>2 options</string>
			<key>few</key>
			<string>%ld options</string>
			<key>many</key>
			<string>%ld options</string>
			<key>other</key>
			<string>%ld options</string>
		</dict>
	</dict>
	<key>There are ${count} options matching ‘${visibility}’.</key>
	<dict>
		<key>NSStringLocalizedFormatKey</key>
		<string>There are %#@count_option@ matching ‘${visibility}’.</string>
		<key>count_option</key>
		<dict>
			<key>NSStringFormatSpecTypeKey</key>
			<string>NSStringPluralRuleType</string>
			<key>NSStringFormatValueTypeKey</key>
			<string>%ld</string>
			<key>zero</key>
			<string>0 options</string>
			<key>one</key>
			<string>1 option</string>
			<key>two</key>
			<string>2 options</string>
			<key>few</key>
			<string>%ld options</string>
			<key>many</key>
			<string>%ld options</string>
			<key>other</key>
			<string>%ld options</string>
		</dict>
	</dict>
</dict>
</plist>