diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-hr/dom/chrome/layout/HtmlForm.properties | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/l10n-hr/dom/chrome/layout/HtmlForm.properties b/l10n-hr/dom/chrome/layout/HtmlForm.properties new file mode 100644 index 0000000000..a90b9e8f44 --- /dev/null +++ b/l10n-hr/dom/chrome/layout/HtmlForm.properties @@ -0,0 +1,35 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +Reset=Poništi +Submit=Pošalji upit +Browse=Pregledaj … +FileUpload=Slanje datoteke +DirectoryUpload=Odabir mape za prijenos na poslužitelj +DirectoryPickerOkButtonLabel=Prijenos +ForgotPostWarning=Obrazac sadrži enctype=%S, ali ne sadrži method=post. Uobičajeno se šalje s method=GET i bez enctype. +ForgotFileEnctypeWarning=Obrazac sadrži ulaz datoteke, ali nedostaju method=POST enctype=multipart/form-data. Datoteka neće biti poslana. +# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName +DefaultFormSubject=Obrazac Post od %S +CannotEncodeAllUnicode=Obrazac je poslan u %S kodnoj stranici koja ne može kodirati sve Unicode znakove, stoga korisnički unos može biti pokvaren. Kako bi izbjegli ovaj problem, stranica treba biti promijenjena na način da se obrazac šalje u UTF-8 kodnoj stranici. To se može ostvariti mjenjanjem kodne stranice za čitavu stranicu ili određivanjem accept-charset=utf-8 u elementima obrasca. +AllSupportedTypes=Sve podržane vrste +# LOCALIZATION NOTE (NoFileSelected): this string is shown on a +# <input type='file'> when there is no file selected yet. +NoFileSelected=Datoteka nije odabrana. +# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a +# <input type='file' multiple> when there is no file selected yet. +NoFilesSelected=Datoteke nisu odabrane. +# LOCALIZATION NOTE (NoDirSelected): this string is shown on a +# <input type='file' directory/webkitdirectory> when there is no directory +# selected yet. +NoDirSelected=Nema odabranih mapa. +# LOCALIZATION NOTE (XFilesSelected): this string is shown on a +# <input type='file' multiple> when there are more than one selected file. +# %S will be a number greater or equal to 2. +XFilesSelected=%S datoteka odabrano. +ColorPicker=Odaberi boju +# LOCALIZATION NOTE (DefaultSummary): this string is shown on a <details> when +# it has no direct <summary> child. Google Chrome should already have this +# string translated. +DefaultSummary=Detalji |