2022-11-16 12:59:06 +01: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>
|
2022-11-16 19:34:05 +01:00
|
|
|
|
<string>Það eru %#@count_option@ sem samsvara ‘${content}’.</string>
|
2022-11-16 12:59:06 +01:00
|
|
|
|
<key>count_option</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
|
<string>%ld</string>
|
|
|
|
|
<key>one</key>
|
2022-11-16 13:57:33 +01:00
|
|
|
|
<string>1 valkostur</string>
|
2022-11-16 12:59:06 +01:00
|
|
|
|
<key>other</key>
|
2022-11-16 20:35:48 +01:00
|
|
|
|
<string>%ld valkostir</string>
|
2022-11-16 12:59:06 +01:00
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
<key>There are ${count} options matching ‘${visibility}’.</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringLocalizedFormatKey</key>
|
2022-11-16 19:34:05 +01:00
|
|
|
|
<string>Það eru %#@count_option@ sem samsvara ‘${visibility}’.</string>
|
2022-11-16 12:59:06 +01:00
|
|
|
|
<key>count_option</key>
|
|
|
|
|
<dict>
|
|
|
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
|
|
|
<string>NSStringPluralRuleType</string>
|
|
|
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
|
|
|
<string>%ld</string>
|
|
|
|
|
<key>one</key>
|
2022-11-16 13:57:33 +01:00
|
|
|
|
<string>1 valkostur</string>
|
2022-11-16 12:59:06 +01:00
|
|
|
|
<key>other</key>
|
2022-11-16 20:35:48 +01:00
|
|
|
|
<string>%ld valkostir</string>
|
2022-11-16 12:59:06 +01:00
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</dict>
|
|
|
|
|
</plist>
|