mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-29 08:20:24 +01:00
ad1f944358
* Updates to Dutch localization: - Improve consistency - Move some localizable strings to Plurals to improve grammar * Undo accidental changes to French localization
108 lines
2.9 KiB
XML
108 lines
2.9 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>timeline-new-posts %lld</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@timelineNewPosts@</string>
|
|
<key>timelineNewPosts</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>lld</string>
|
|
<key>one</key>
|
|
<string>%lld nieuwe post</string>
|
|
<key>other</key>
|
|
<string>%lld nieuwe posts</string>
|
|
</dict>
|
|
</dict>
|
|
|
|
<key>notifications-others-count %lld</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@noficationsOthersCount@</string>
|
|
<key>noficationsOthersCount</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>lld</string>
|
|
<key>one</key>
|
|
<string> en %lld andere </string>
|
|
<key>other</key>
|
|
<string> en %lld anderen </string>
|
|
</dict>
|
|
</dict>
|
|
<key>notifications.label.mention %lld</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@count@</string>
|
|
<key>count</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>lld</string>
|
|
<key>one</key>
|
|
<string>heeft jou vermeld</string>
|
|
<key>other</key>
|
|
<string>hebben jou vermeld</string>
|
|
</dict>
|
|
</dict>
|
|
|
|
<key>notifications.label.follow %lld</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@count@</string>
|
|
<key>count</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>lld</string>
|
|
<key>one</key>
|
|
<string>volgt jou</string>
|
|
<key>other</key>
|
|
<string>volgen jou</string>
|
|
</dict>
|
|
</dict>
|
|
|
|
<key>notifications.label.reblog %lld</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@count@</string>
|
|
<key>count</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>lld</string>
|
|
<key>one</key>
|
|
<string>boostte</string>
|
|
<key>other</key>
|
|
<string>boostten</string>
|
|
</dict>
|
|
</dict>
|
|
|
|
<key>notifications.label.favorite %lld</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@count@</string>
|
|
<key>count</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>lld</string>
|
|
<key>one</key>
|
|
<string>markeerde jouw bericht als favoriet</string>
|
|
<key>other</key>
|
|
<string>markeerden jouw bericht als favoriet</string>
|
|
</dict>
|
|
</dict>
|
|
|
|
</dict>
|
|
</plist>
|