mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 05:52:58 +00:00
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
{
|
|
"EVERY_%ld_DAYS" = {
|
|
NSStringLocalizedFormatKey = "%#@variable@";
|
|
variable = {
|
|
NSStringFormatSpecTypeKey = NSStringPluralRuleType;
|
|
NSStringFormatValueTypeKey = ld;
|
|
one = "jeden Tag";
|
|
other = "alle %ld Tage";
|
|
zero = "nach jedem Entsperren";
|
|
};
|
|
};
|
|
} |