blob: 6080d184d7e04c8640468fee174de79671048be1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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/.
tabs.loading=Laster …
tabs.untitled=Ingen tittel
tabs.closeWarningTitle=Bekreft lukking
# LOCALIZATION NOTE (tabs.closeWarningOther):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
# The singular form is not considered since this string is used only for
# multiple tabs.
tabs.closeWarningOther=;Du vil nå lukke #1 andre faner. Er du sikker på at du vil fortsette?
tabs.closeButton=Lukk faner
tabs.closeWarningPromptMe=Advar når jeg lukker flere faner
tabs.closeWarningTitleAll=Bekreft lukking
# LOCALIZATION NOTE (tabs.closeWarningAll):
# Semicolon-separated list of plural forms. See:
# http://developer.mozilla.org/en/docs/Localization_and_Plurals
# The singular form is not considered since this string is used only for
# multiple tabs.
tabs.closeWarningAll=;Dette nettleservinduet har #1 åpne faner. Er du sikker på at du vil lukke det og alle fanene?
tabs.closeButtonAll=Lukk alle faner
tabs.closeWarningPromptMeAll=Advar meg når jeg lukker flere faner
# LOCALIZATION NOTE (tabs.openWarningTitle, tabs.openWarningMultipleBranded, tabs.openButtonMultiple, tabs.openWarningPromptMeBranded):
# These items were moved from /chrome/common/places/places.properties.
# Now they are not specific to bookmarks.
tabs.openWarningTitle=Bekreft åpning
tabs.openWarningMultipleBranded=Du åpner nå %S faner. Dette kan gjøre at %S bruker lang tid på å laste sidene. Er du sikker på at du vil fortsette?
tabs.openButtonMultiple=Åpne faner
tabs.openWarningPromptMeBranded=Advar når åpning av flere faner kan gjøre %S treg
|