diff options
Diffstat (limited to 'l10n-es-AR/suite/chrome/common/sitePermissions.properties')
-rw-r--r-- | l10n-es-AR/suite/chrome/common/sitePermissions.properties | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/common/sitePermissions.properties b/l10n-es-AR/suite/chrome/common/sitePermissions.properties new file mode 100644 index 0000000000..312b50a8d7 --- /dev/null +++ b/l10n-es-AR/suite/chrome/common/sitePermissions.properties @@ -0,0 +1,46 @@ +# 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/. + +# LOCALIZATION NOTE (state.current.allowed, +# state.current.allowedForSession, +# state.current.allowedTemporarily, +# state.current.blockedTemporarily, +# state.current.blocked, +# state.current.hide): +# This label is used to display active permission states in the site +# identity popup (which does not have a lot of screen space). +state.current.allowed = Permitido +state.current.allowedForSession = Permitido por esta sesión +state.current.allowedTemporarily = Permitido temporariamente +state.current.blockedTemporarily = Bloqueado temporariamente +state.current.blocked = Bloqueado + +state.current.prompt = Preguntar siempre +state.current.hide = Ocultar aviso + +# LOCALIZATION NOTE (state.multichoice.alwaysAsk, +# state.multichoice.allow, +# state.multichoice.allowForSameDomain, +# state.multichoice.allowForSession, +# state.multichoice.block): +# Used to label permission state checkboxes in the page info dialog. +state.multichoice.alwaysAsk = Preguntar siempre +state.multichoice.allow = Permitir +state.multichoice.allowForSameDomain = Permitir para el mismo dominio +state.multichoice.allowForSession = Permitir por sesión +state.multichoice.block = Bloquear + +permission.cookie.label = Establecer cookies +permission.desktop-notification2.label = Recibir notificaciones +permission.image.label = Cargar imágenes +permission.camera.label = Usar la cámara +permission.microphone.label = Usar el micrófono +permission.screen.label = Compartir la pantalla +permission.install.label = Instalar complementos +permission.popup.label = Abrir ventanas emergentes +permission.geo.label = Acceder a su ubicación +permission.indexedDB.label = Mantener almacenamiento sin conexión +permission.focus-tab-by-prompt.label = Cambiar a esta pestaña +permission.persistent-storage.label = Guardar datos en almacenamiento persistente +permission.flash-plugin.label = Ejecutar Adobe Flash |