AutoCat/dmg/AutoCat.app/Contents/Resources/en.lproj/Localizable.stringsdict
Selim Mustafaev 36958b4b93 Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts:
	AutoCat/Controllers/SearchController.swift
2021-04-28 00:13:00 +03:00

73 lines
3.7 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>