mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-25 10:09:28 +00:00
Using stringdicts for pluralization on duplicate entry action
This commit is contained in:
@@ -360,7 +360,7 @@
|
||||
"RECOMMEND_PASSWORD_CHANGE_ALERT_TITLE" = "Proszę zmienić hasło bazy danych!";
|
||||
|
||||
/* Action to restore and Entry to a previous state of it's history */
|
||||
"RESTORE_HISTORY_ENTRY" = "";
|
||||
"RESTORE_HISTORY_ENTRY" = "RESTORE_HISTORY_ENTRY";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"SAVE" = "Zapisz";
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"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";
|
||||
};
|
||||
};
|
||||
"EVERY_%ld_DAYS" = {
|
||||
"NSStringLocalizedFormatKey" = "%#@days@";
|
||||
days = {
|
||||
"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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user