Pontoon: Update Slovak (sk) localization of Test Pilot: Firefox Send
Localization authors: - Juraj Cigáň <kusavica@gmail.com>
This commit is contained in:
parent
780addc50b
commit
003320ca34
|
@ -44,7 +44,11 @@ sendAnotherFileLink = Odoslať ďalší súbor
|
||||||
// Alternative text used on the download link/button (indicates an action).
|
// Alternative text used on the download link/button (indicates an action).
|
||||||
downloadAltText = Prevziať
|
downloadAltText = Prevziať
|
||||||
downloadsFileList = Prevzatí
|
downloadsFileList = Prevzatí
|
||||||
|
// Used as header in a column indicating the amount of time left before a
|
||||||
|
// download link expires (e.g. "10h 5m")
|
||||||
timeFileList = Zostáva
|
timeFileList = Zostáva
|
||||||
|
// Used as header in a column indicating the number of times a file has been
|
||||||
|
// downloaded
|
||||||
downloadFileName = Prevziať { $filename }
|
downloadFileName = Prevziať { $filename }
|
||||||
downloadFileSize = ({ $size })
|
downloadFileSize = ({ $size })
|
||||||
unlockInputLabel = Zadajte heslo
|
unlockInputLabel = Zadajte heslo
|
||||||
|
@ -104,3 +108,10 @@ passwordTryAgain = Nesprávne heslo. Skúste to znova.
|
||||||
// This label is followed by the password needed to download a file
|
// This label is followed by the password needed to download a file
|
||||||
passwordResult = Heslo: { $password }
|
passwordResult = Heslo: { $password }
|
||||||
reportIPInfringement = Nahlásiť porušenie práv duševného vlastníctva
|
reportIPInfringement = Nahlásiť porušenie práv duševného vlastníctva
|
||||||
|
javascriptRequired = Firefox Send vyžaduje JavaScript
|
||||||
|
whyJavascript = Prečo Firefox Send vyžaduje JavaScript?
|
||||||
|
enableJavascript = Prosím, povoľte JavaScript a skúste to znova.
|
||||||
|
// A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
|
||||||
|
expiresHoursMinutes = { $hours } hod. { $minutes } min.
|
||||||
|
// A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
|
||||||
|
expiresMinutes = { $minutes } min.
|
||||||
|
|
Loading…
Reference in New Issue