diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-bs/dom/chrome/layout/HtmlForm.properties | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/l10n-bs/dom/chrome/layout/HtmlForm.properties b/l10n-bs/dom/chrome/layout/HtmlForm.properties new file mode 100644 index 0000000000..78124d4adf --- /dev/null +++ b/l10n-bs/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=Resetuj +Submit=Proslijedi upit +Browse=Pregled… +FileUpload=Upload fajla +DirectoryUpload=Izaberite direktorij za upload +DirectoryPickerOkButtonLabel=Upload +ForgotPostWarning=Forma sadrži enctype=%S, ali ne sadrži method=post. Prosljeđujem sa method=GET i bez enctype. +ForgotFileEnctypeWarning=Forma sadrži unos datoteke, ali joj nedostaje method=POST i enctype=multipart/form-data u formi. Fajl neće biti poslan. +# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName +DefaultFormSubject=Forma je poslana sa %S +CannotEncodeAllUnicode=Forma je poslana u %S enkodiranju koje ne može enkodirati sve Unicode karaktere, stoga korisnički unos može biti narušen. Da biste izbjegli ovam problem, stranicu treba promijeniti da bi forma bila poslana u UTF-8 enkodiranju tako što ćete promijeniti enkodiranje same stranice u UTF-8 ili specificiranjem accept-charset=utf-8 na elementu forme. +AllSupportedTypes=Svi podržani tipovi +# LOCALIZATION NOTE (NoFileSelected): this string is shown on a +# <input type='file'> when there is no file selected yet. +NoFileSelected=Nijedan fajl nije izabran. +# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a +# <input type='file' multiple> when there is no file selected yet. +NoFilesSelected=Nijedan fajl nije izabran. +# LOCALIZATION NOTE (NoDirSelected): this string is shown on a +# <input type='file' directory/webkitdirectory> when there is no directory +# selected yet. +NoDirSelected=Nijedan direktorij nije izabran. +# 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 fajlova izabrano. +ColorPicker=Izaberite 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 |