mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 03:32:40 +00:00
14 lines
425 B
Plaintext
14 lines
425 B
Plaintext
{
|
|
"EVERY_%ld_DAYS" = {
|
|
NSStringLocalizedFormatKey = "%#@variable@";
|
|
variable = {
|
|
NSStringFormatSpecTypeKey = NSStringPluralRuleType;
|
|
NSStringFormatValueTypeKey = ld;
|
|
few = "co %ld dni";
|
|
many = "co %ld dni";
|
|
one = "co dzie\U0144";
|
|
other = "co %ld dni";
|
|
zero = "po ka\U017cdym odblokowaniu";
|
|
};
|
|
};
|
|
} |