Pontoon: Update Spanish (Argentina) (es-AR) localization of Firefox
Localization authors:
- Marcelo Poli <enzomatrix@gmail.com>
--- a/devtools/client/font-inspector.properties
+++ b/devtools/client/font-inspector.properties
@@ -1,38 +1,19 @@
# 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 This file contains the Font Inspector strings.
# The Font Inspector is a panel accessible in the Inspector sidebar.
-# LOCALIZATION NOTE (fontinspector.seeAll) This is the label of a link that will show all
-# the fonts used in the page, instead of the ones related to the inspected element.
-fontinspector.seeAll=Mostrar todas las fuentes usadas
-
-# LOCALIZATION NOTE (fontinspector.seeAll.tooltip) see fontinspector.seeAll.
-fontinspector.seeAll.tooltip=Ver todas las fuentes usadas en esta página
-
-# LOCALIZATION NOTE (fontinspector.usedAs) This label introduces the name used to refer to
-# the font in a stylesheet.
-fontinspector.usedAs=Usada como:
-
# LOCALIZATION NOTE (fontinspector.system) This label indicates that the font is a local
# system font.
fontinspector.system=sistema
-# LOCALIZATION NOTE (fontinspector.remote) This label indicates that the font is a remote
-# font.
-fontinspector.remote=remota
-
-# LOCALIZATION NOTE (fontinspector.previewText):
-# This is the label shown as the placeholder in font inspector preview text box.
-fontinspector.previewText=Vista previa
-
# LOCALIZATION NOTE (fontinspector.noFontsOnSelectedElement): This label is shown when
# no fonts found on the selected element.
fontinspector.noFontsOnSelectedElement=No se encontraron tipografías para el elemento actual.
# LOCALIZATION NOTE (fontinspector.otherFontsInPageHeader): This is the text for the
# header of a collapsible section containing other fonts used in the page.
fontinspector.otherFontsInPageHeader=Otras fuentes en la página
@@ -47,8 +28,18 @@ fontinspector.editPreview=Clic para edit
fontinspector.copyURL=Copiar URL
# LOCALIZATION NOTE (fontinspector.customInstanceName): Think of instances as presets
# (groups of settings that apply in bulk to a thing). Instances have names. When the user
# creates a new instance, it doesn't have a name. This is the text that appears as the
# default name for a new instance. It shows up in a dropdown from which users can select
# between predefined instances and this custom instance.
fontinspector.customInstanceName=Personalizado
+
+# LOCALIZATION NOTE (fontinspector.fontFamilyLabel): This label is shown next to the
+# string that identifies the font family currently being edited in the font editor.
+fontinspector.fontFamilyLabel=Familia
+
+# LOCALIZATION NOTE (fontinspector.fontInstanceLabel): This label is shown next to the UI
+# in the font editor which allows a user to select a font instance option from a
+# dropdown. An instance is like a preset. A "font instance" is the term used by the font
+# authors to mean a group of predefined font settings.
+fontinspector.fontInstanceLabel=Instancia
--- a/devtools/client/netmonitor.properties
+++ b/devtools/client/netmonitor.properties
@@ -154,21 +154,16 @@ networkMenu.summary.tooltip.perf=Iniciar análisis de rendimiento
# LOCALIZATION NOTE (networkMenu.summary.tooltip.domContentLoaded): A tooltip explaining
# what the DOMContentLoaded label displays
networkMenu.summary.tooltip.domContentLoaded=Momento en el que ocurrió el evento “DOMContentLoad”
# LOCALIZATION NOTE (networkMenu.summary.tooltip.load): A tooltip explaining
# what the load label displays
networkMenu.summary.tooltip.load=Momento en el ocurrió el evento “load”
-# LOCALIZATION NOTE (networkMenu.summary.requestsCount): This label is displayed
-# in the network table footer providing the number of requests
-# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
-networkMenu.summary.requestsCount=Un pedido;%S pedidos
-
# LOCALIZATION NOTE (networkMenu.summary.requestsCount2): This label is displayed
# in the network table footer providing the number of requests
# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
networkMenu.summary.requestsCount2=Un pedido;#1 pedidos
# LOCALIZATION NOTE (networkMenu.summary.requestsCountEmpty): This label is displayed
# in the network table footer when there are no requests
networkMenu.summary.requestsCountEmpty=Ningún pedido
@@ -964,16 +959,36 @@ netmonitor.context.copyAllAsHar.accesske
# LOCALIZATION NOTE (netmonitor.context.saveAllAsHar): This is the label displayed
# on the context menu that saves all as HAR format
netmonitor.context.saveAllAsHar=Guardar todo como HAR
# LOCALIZATION NOTE (netmonitor.context.saveAllAsHar.accesskey): This is the access key
# for the Save All As HAR menu item displayed in the context menu for a network panel
netmonitor.context.saveAllAsHar.accesskey=H
+# LOCALIZATION NOTE (netmonitor.context.importHar): This is the label displayed
+# on the context menu that imports HAR files
+netmonitor.context.importHar=Importar…
+
+# LOCALIZATION NOTE (netmonitor.context.importHar.accesskey): This is the access key
+# for the Import HAR menu item displayed in the context menu for a network panel
+netmonitor.context.importHar.accesskey=I
+
+# LOCALIZATION NOTE (netmonitor.har.importHarDialogTitle): This is a label
+# used for import file open dialog
+netmonitor.har.importHarDialogTitle=Importar archivo HAR
+
+# LOCALIZATION NOTE (netmonitor.har.importDialogHARFilter):
+# This string is displayed as a filter for importing HAR file
+netmonitor.har.importDialogHARFilter=Archivos HAR
+
+# LOCALIZATION NOTE (netmonitor.har.importDialogAllFilter):
+# This string is displayed as a filter for importing HAR file
+netmonitor.har.importDialogAllFilter=Todos los archivos
+
# LOCALIZATION NOTE (netmonitor.context.editAndResend): This is the label displayed
# on the context menu that opens a form to edit and resend the currently
# displayed request
netmonitor.context.editAndResend=Editar y reenviar
# LOCALIZATION NOTE (netmonitor.context.editAndResend.accesskey): This is the access key
# for the "Edit and Resend" menu item displayed in the context menu for a request
netmonitor.context.editAndResend.accesskey=r
@@ -1067,8 +1082,12 @@ netmonitor.status.tooltip.worker = %1$S
# of the column status code, when the request is cached and is from a service worker
# %1$S is the status code, %2$S is the status text.
netmonitor.status.tooltip.cachedworker = %1$S %2$S (en caché, service worker)
# LOCALIZATION NOTE (netmonitor.label.dropHarFiles): This is a label
# rendered within the Network panel when *.har file(s) are dragged
# over the content.
netmonitor.label.dropHarFiles = Soltar archivos HAR acá
+
+# LOCALIZATION NOTE (netmonitor.label.har): This is a label used
+# as a tooltip for toolbar drop-down button with HAR actions
+netmonitor.label.har=Exportar/Importar HAR