File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
libraries/ui-strings/src/main/res Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ Důvod: %1$s."</string>
248
248
<string name =" common_reason" >"Důvod"</string >
249
249
<string name =" common_recovery_key" >"Klíč pro obnovení"</string >
250
250
<string name =" common_refreshing" >"Obnovování…"</string >
251
- <string name =" common_replies" >"%1$d odpovědí"</string >
252
251
<string name =" common_replying_to" >"Odpověď na %1$s"</string >
253
252
<string name =" common_report_a_bug" >"Nahlásit chybu"</string >
254
253
<string name =" common_report_a_problem" >"Nahlásit problém"</string >
Original file line number Diff line number Diff line change @@ -244,7 +244,6 @@ Raison : %1$s."</string>
244
244
<string name =" common_reason" >"Raison"</string >
245
245
<string name =" common_recovery_key" >"Clé de récupération"</string >
246
246
<string name =" common_refreshing" >"Actualisation…"</string >
247
- <string name =" common_replies" >"%1$d réponses"</string >
248
247
<string name =" common_replying_to" >"En réponse à %1$s"</string >
249
248
<string name =" common_report_a_bug" >"Signaler un problème"</string >
250
249
<string name =" common_report_a_problem" >"Remonter un problème"</string >
Original file line number Diff line number Diff line change @@ -243,7 +243,6 @@ Ok: %1$s."</string>
243
243
<string name =" common_reason" >"Ok"</string >
244
244
<string name =" common_recovery_key" >"Helyreállítási kulcs"</string >
245
245
<string name =" common_refreshing" >"Frissítés…"</string >
246
- <string name =" common_replies" >"%1$d válasz"</string >
247
246
<string name =" common_replying_to" >"Válasz %1$s számára"</string >
248
247
<string name =" common_report_a_bug" >"Hiba jelentése"</string >
249
248
<string name =" common_report_a_problem" >"Probléma jelentése"</string >
Original file line number Diff line number Diff line change 244
244
<string name =" common_reason" >"Årsak"</string >
245
245
<string name =" common_recovery_key" >"Gjenopprettingsnøkkel"</string >
246
246
<string name =" common_refreshing" >"Oppdaterer…"</string >
247
- <string name =" common_replies" >"%1$d svar"</string >
248
247
<string name =" common_replying_to" >"Svar til %1$s"</string >
249
248
<string name =" common_report_a_bug" >"Rapporter en feil"</string >
250
249
<string name =" common_report_a_problem" >"Rapporter et problem"</string >
Original file line number Diff line number Diff line change @@ -244,7 +244,10 @@ Reason: %1$s."</string>
244
244
<string name =" common_reason" >"Reason"</string >
245
245
<string name =" common_recovery_key" >"Recovery key"</string >
246
246
<string name =" common_refreshing" >"Refreshing…"</string >
247
- <string name =" common_replies" >"%1$d replies"</string >
247
+ <plurals name =" common_replies" >
248
+ <item quantity =" one" >"%1$d reply"</item >
249
+ <item quantity =" other" >"%1$d replies"</item >
250
+ </plurals >
248
251
<string name =" common_replying_to" >"Replying to %1$s"</string >
249
252
<string name =" common_report_a_bug" >"Report a bug"</string >
250
253
<string name =" common_report_a_problem" >"Report a problem"</string >
You can’t perform that action at this time.
0 commit comments