From ee800a064ac6304a2eb609362e10cea6a51745da Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sun, 17 Oct 2021 11:49:08 +0200 Subject: [PATCH] Update l10n files --- l10n/es-CL/viewer.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/l10n/es-CL/viewer.properties b/l10n/es-CL/viewer.properties index 140c5d419..b2c35b67c 100644 --- a/l10n/es-CL/viewer.properties +++ b/l10n/es-CL/viewer.properties @@ -177,11 +177,11 @@ find_reached_bottom=Se alcanzó el final del documento, continuando desde el ini # index of the currently active find result, respectively a number representing # the total number of matches in the document. find_match_count={[ plural(total) ]} -find_match_count[one]={{current}} de {{total}} coincidencia -find_match_count[two]={{current}} de {{total}} coincidencias -find_match_count[few]={{current}} de {{total}} coincidencias -find_match_count[many]={{current}} de {{total}} coincidencias -find_match_count[other]={{current}} de {{total}} coincidencias +find_match_count[one]=Coincidencia {{current}} de {{total}} +find_match_count[two]=Coincidencia {{current}} de {{total}} +find_match_count[few]=Coincidencia {{current}} de {{total}} +find_match_count[many]=Coincidencia {{current}} de {{total}} +find_match_count[other]=Coincidencia {{current}} de {{total}} # LOCALIZATION NOTE (find_match_count_limit): The supported plural forms are # [zero|one|two|few|many|other], with [other] as the default value. # "{{limit}}" will be replaced by a numerical value.