Localization fix

Change string 'Camera access is on only possible [..]' to 'Camera access
is only possible'
This commit is contained in:
kuchosauronad0 2020-03-01 19:42:25 +00:00
parent c38c519b18
commit 815bd03dea
No known key found for this signature in database
GPG Key ID: A6A441E5403F0BE8
14 changed files with 15 additions and 15 deletions

View File

@ -1768,7 +1768,7 @@ msgid "Edit stock entry"
msgstr "Rediger lagerpostering"
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""

View File

@ -1790,7 +1790,7 @@ msgid "Edit stock entry"
msgstr "Bestandseintrag bearbeiten"
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""
"Der Kamerazugriff ist nur möglich, wenn dein Browser dies unterstützt und "

View File

@ -1755,10 +1755,10 @@ msgid "Edit stock entry"
msgstr "Edit stock entry"
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgid "Keep screen on"

View File

@ -1786,7 +1786,7 @@ msgid "Edit stock entry"
msgstr ""
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""

View File

@ -1714,7 +1714,7 @@ msgid "Edit stock entry"
msgstr "Készlet bejegyzés szerkesztése"
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""
"A kamera hozzáférés csak akkor lehetséges, ha a böngésződ által támogatott "

View File

@ -1796,7 +1796,7 @@ msgid "Edit stock entry"
msgstr "Modifica voce di dispensa"
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""
"L'accesso alla videocamera è possibile solo se supportato e consentito dal "

View File

@ -1796,7 +1796,7 @@ msgid "Edit stock entry"
msgstr "Bewerk voorraad item"
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""
"Toegang tot de camera is enkel mogelijk indien dit ondersteund en toegestaan"

View File

@ -1766,7 +1766,7 @@ msgid "Edit stock entry"
msgstr "Endre beholdningsoppføring"
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""
"Tilgang til kamera må støttes av din nettleser og grocy må serves via en "

View File

@ -1779,7 +1779,7 @@ msgid "Edit stock entry"
msgstr "Editar item no estoque"
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""
"Acesso a Camera só é possivel caso seja suportado e permitido pelo navegador"

View File

@ -1796,7 +1796,7 @@ msgid "Edit stock entry"
msgstr ""
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""

View File

@ -1795,7 +1795,7 @@ msgid "Edit stock entry"
msgstr "Upraviť zásobu"
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""
"Prístup ku kamere je možný iba tam, kde to podporuje a povoľuje váš "

View File

@ -1607,7 +1607,7 @@ msgstr ""
msgid "Edit stock entry"
msgstr ""
msgid "Camera access is on only possible when supported and allowed by your browser and when grocy is served via a secure (https://) connection"
msgid "Camera access is only possible when supported and allowed by your browser and when grocy is served via a secure (https://) connection"
msgstr ""
msgid "Keep screen on"

View File

@ -1768,7 +1768,7 @@ msgid "Edit stock entry"
msgstr ""
msgid ""
"Camera access is on only possible when supported and allowed by your browser"
"Camera access is only possible when supported and allowed by your browser"
" and when grocy is served via a secure (https://) connection"
msgstr ""

View File

@ -63,7 +63,7 @@ Grocy.Components.BarcodeScanner.StartScanning = function()
if (error)
{
Grocy.FrontendHelpers.ShowGenericError("Error while initializing the barcode scanning library", error.message);
toastr.info(__t("Camera access is on only possible when supported and allowed by your browser and when grocy is served via a secure (https://) connection"));
toastr.info(__t("Camera access is only possible when supported and allowed by your browser and when grocy is served via a secure (https://) connection"));
setTimeout(function()
{
bootbox.hideAll();