summaryrefslogtreecommitdiffstats
path: root/l10n-lv/toolkit/toolkit/about/aboutPerformance.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-lv/toolkit/toolkit/about/aboutPerformance.ftl')
-rw-r--r--l10n-lv/toolkit/toolkit/about/aboutPerformance.ftl63
1 files changed, 63 insertions, 0 deletions
diff --git a/l10n-lv/toolkit/toolkit/about/aboutPerformance.ftl b/l10n-lv/toolkit/toolkit/about/aboutPerformance.ftl
index 6fbe8159b2..3d3b5dfe37 100644
--- a/l10n-lv/toolkit/toolkit/about/aboutPerformance.ftl
+++ b/l10n-lv/toolkit/toolkit/about/aboutPerformance.ftl
@@ -1,3 +1,66 @@
# 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/.
+
+# Page title
+about-performance-title = Uzdevumu pārvaldnieks
+
+## Column headers
+
+column-name = Nosaukums
+column-type = Tips
+column-energy-impact = Enerģijas ietekme
+column-memory = Atmiņa
+
+## Special values for the Name column
+
+ghost-windows = Nesen aizvērtās cilnes
+# Variables:
+# $title (String) - the title of the preloaded page, typically 'New Tab'
+preloaded-tab = Iepriekš ielādēts: { $title }
+
+## Values for the Type column
+
+type-tab = Cilne
+type-subframe = Apakšrāmis
+type-tracker = Izsekotājs
+type-addon = Papildinājumus
+type-browser = Pārlūks
+type-worker = Strādnieks
+type-other = Cits
+
+## Values for the Energy Impact column
+##
+## Variables:
+## $value (Number) - Value of the energy impact, eg. 0.25 (low),
+## 5.38 (medium), 105.38 (high)
+
+energy-impact-high = Augsta ({ $value })
+energy-impact-medium = Vidēja ({ $value })
+energy-impact-low = Zema ({ $value })
+
+## Values for the Memory column
+##
+## Variables:
+## $value (Number) - How much memory is used
+
+size-KB = { $value } KB
+size-MB = { $value } MB
+size-GB = { $value } GB
+
+## Tooltips for the action buttons
+
+close-tab =
+ .title = Aizvērt cilni
+show-addon =
+ .title = Rādīt paplašinājumu pārvaldniekā
+# Tooltip when hovering an item of the about:performance table
+# Variables:
+# $totalDispatches (Number) - how many dispatches occurred for this page since it loaded
+# $totalDuration (Number) - how much CPU time was used by this page since it loaded
+# $dispatchesSincePrevious (Number) - how many dispatches occurred in the last 2 seconds
+# $durationSincePrevious (Number) - how much CPU time was used in the last 2 seconds
+item =
+ .title =
+ Sūtījumi kopš ielādes: { $totalDispatches } ({ $totalDuration }ms)
+ Sūtījumi pēdējās sekundēs: { $dispatchesSincePrevious } ({ $durationSincePrevious }ms)