mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-28 13:29:18 +01:00
3a0dc499e9
* Updated Italian localization Translated new strings Fixed some typos * Changed "Messaggi" to "Post" to avoid confusion Fixed more typos Small improvements * Small fix to Italian localization * Newest strings localized in Italian Co-authored-by: Thomas Ricouard <ricouard77@gmail.com>
23 lines
628 B
XML
23 lines
628 B
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 nuovo post</string>
|
|
<key>other</key>
|
|
<string>%lld nuovi post</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|