Pontoon: Update Czech (cs) localization of Test Pilot: Firefox Send
Localization authors: - Michal Vašíček <michalvasicek@icloud.com> - Michal Stanke <mstanke@mozilla.cz>
This commit is contained in:
parent
773244f320
commit
5aeaf2e987
|
@ -32,9 +32,9 @@ downloadCount = { $num ->
|
||||||
*[other] { $num } staženích
|
*[other] { $num } staženích
|
||||||
}
|
}
|
||||||
timespanHours = { $num ->
|
timespanHours = { $num ->
|
||||||
[one] hodina
|
[one] jedné hodině
|
||||||
[few] hodiny
|
[few] { $num } hodinách
|
||||||
*[other] hodin
|
*[other] { $num } hodinách
|
||||||
}
|
}
|
||||||
copyUrlFormLabelWithName = Zkopírujte a sdílejte odkaz na váš soubor: { $filename }
|
copyUrlFormLabelWithName = Zkopírujte a sdílejte odkaz na váš soubor: { $filename }
|
||||||
copyUrlFormButton = Zkopírovat do schránky
|
copyUrlFormButton = Zkopírovat do schránky
|
||||||
|
@ -110,9 +110,9 @@ javascriptRequired = Firefox Send vyžaduje povolený JavaScript
|
||||||
whyJavascript = Proč Firefox Send vyžaduje povolený JavaScript?
|
whyJavascript = Proč Firefox Send vyžaduje povolený JavaScript?
|
||||||
enableJavascript = Povolte JavaScript a zkuste to znovu.
|
enableJavascript = Povolte JavaScript a zkuste to znovu.
|
||||||
# A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
|
# A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
|
||||||
expiresHoursMinutes = { $hours }h { $minutes }m
|
expiresHoursMinutes = { $hours } h { $minutes } m
|
||||||
# A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
|
# A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
|
||||||
expiresMinutes = { $minutes }m
|
expiresMinutes = { $minutes } m
|
||||||
# A short status message shown when a password is successfully set
|
# A short status message shown when a password is successfully set
|
||||||
passwordIsSet = Heslo nastaveno
|
passwordIsSet = Heslo nastaveno
|
||||||
# A short status message shown when the user enters a long password
|
# A short status message shown when the user enters a long password
|
||||||
|
|
Loading…
Reference in New Issue