2021-08-10 11:14:58 +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>
|
|
|
|
|
<key>There are ${count} options matching ‘${content}’. - 2</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
2021-08-23 20:26:20 +02:00
|
|
|
|
<string>Il y a %#@count_option@ correspondant à « ${content} ».</string>
|
2021-08-10 11:14:58 +02:00
|
|
|
|
<key>count_option</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
|
<string>%ld</string>
|
|
|
|
|
<key>one</key>
|
|
|
|
|
<string>1 option</string>
|
|
|
|
|
<key>other</key>
|
|
|
|
|
<string>%ld options</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<key>There are ${count} options matching ‘${visibility}’.</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
2021-08-24 13:07:24 +02:00
|
|
|
|
<string>Il y a %#@count_option@ correspondant à « ${visibility} ».</string>
|
2021-08-10 11:14:58 +02:00
|
|
|
|
<key>count_option</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
|
<string>%ld</string>
|
|
|
|
|
<key>one</key>
|
|
|
|
|
<string>1 option</string>
|
|
|
|
|
<key>other</key>
|
|
|
|
|
<string>%ld options</string>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|