AutoCat/AutoCat/en.lproj/Localizable.stringsdict

73 lines
1.8 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>events found</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@VARIABLE@</string>
<key>VARIABLE</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>u</string>
<key>one</key>
<string>%u event found</string>
<key>two</key>
<string>%u events found</string>
<key>few</key>
<string>%u events found</string>
<key>many</key>
<string>%u events found</string>
<key>other</key>
<string>%u events found</string>
</dict>
</dict>
<key>owners count</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@VARIABLE@</string>
<key>VARIABLE</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>u</string>
<key>one</key>
<string>%u owner</string>
<key>two</key>
<string>%u owners</string>
<key>few</key>
<string>%u owners</string>
<key>many</key>
<string>%u owners</string>
<key>other</key>
<string>%u owners</string>
</dict>
</dict>
<key>vehicles found</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@VARIABLE@</string>
<key>VARIABLE</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>u</string>
<key>one</key>
<string>%u vehicle found</string>
<key>two</key>
<string>%u vehicles found</string>
<key>few</key>
<string>%u vehicles found</string>
<key>many</key>
<string>%u vehicles found</string>
<key>other</key>
<string>%u vehicles found</string>
</dict>
</dict>
</dict>
</plist>