diff options
Diffstat (limited to 'l10n-lv/browser/chrome')
32 files changed, 2329 insertions, 0 deletions
diff --git a/l10n-lv/browser/chrome/browser-region/region.properties b/l10n-lv/browser/chrome/browser-region/region.properties new file mode 100644 index 0000000000..c7b49a5bce --- /dev/null +++ b/l10n-lv/browser/chrome/browser-region/region.properties @@ -0,0 +1,17 @@ +# 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/. + +# increment this number when anything gets changed in the list below. This will +# cause Firefox to re-read these prefs and inject any new handlers into the +# profile database. Note that "new" is defined as "has a different URL"; this +# means that it's not possible to update the name of existing handler, so +# don't make any spelling errors here. +gecko.handlerService.defaultHandlersVersion=5 + +# The default set of protocol handlers for mailto: +gecko.handlerService.schemes.mailto.0.name=Yahoo! Mail +gecko.handlerService.schemes.mailto.0.uriTemplate=https://compose.mail.yahoo.com/?To=%s +gecko.handlerService.schemes.mailto.1.name=Gmail +gecko.handlerService.schemes.mailto.1.uriTemplate=https://mail.google.com/mail/?extsrc=mailto&url=%s + diff --git a/l10n-lv/browser/chrome/browser/accounts.properties b/l10n-lv/browser/chrome/browser/accounts.properties new file mode 100644 index 0000000000..4eeea10b19 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/accounts.properties @@ -0,0 +1,77 @@ +# 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 (reconnectDescription) - %S = Email address of user's Firefox Account +reconnectDescription = Pieslēgties %S + +# LOCALIZATION NOTE (verifyDescription) - %S = Email address of user's Firefox Account +verifyDescription = Pārbaudīt %S + +# These strings are shown in a desktop notification after the +# user requests we resend a verification email. +verificationSentTitle = Apstiprinājums nosūtīts +# LOCALIZATION NOTE (verificationSentBody) - %S = Email address of user's Firefox Account +verificationSentBody = Apstiprinājuma saite ir nosūtīta uz %S. +verificationNotSentTitle = Nevar nosūtīt apstiprinājumu +verificationNotSentBody = Diemžēl, šobrīd nav iespējams nosūtīt apstiprinājuma epastu, lūdzu mēģiniet vēlreiz nedaudz vēlāk. + +# LOCALIZATION NOTE (sendToAllDevices.menuitem) +# Displayed in the Send Tab/Page/Link to Device context menu when right clicking a tab, a page or a link. +sendToAllDevices.menuitem = Sūtīt uz visām ierīcēm + +sendTabToDevice.unconfigured = Uzziniet vairāk par cilņu sūtīšanu… + +# LOCALIZATION NOTE (sendTabToDevice.singledevice, sendTabToDevice.connectdevice, +# sendTabToDevice.singledevice.status) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account has only 1 device. The sendTabToDevice.singledevice link +# redirects to a marketing page, the sendTabToDevice.connectdevice redirects +# to an FxAccounts page that tells to you to connect another device. +sendTabToDevice.singledevice.status = Nav pieslēgtu ierīču +sendTabToDevice.singledevice = Uzziniet vairāk par cilņu sūtīšanu… +sendTabToDevice.connectdevice = Savienot citu ierīci… + +# LOCALIZATION NOTE (sendTabToDevice.verify, sendTabToDevice.verify.status) +# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link +# and the Sync account is unverified. Redirects to the Sync preferences page. +sendTabToDevice.verify.status = Konts nav pārbaudīts +sendTabToDevice.verify = Pārbaudiet savu kontu… + +# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title, +# multipleTabsArrivingNotification.title, unnamedTabsArrivingNotification2.body, +# unnamedTabsArrivingNotificationMultiple2.body, unnamedTabsArrivingNotificationNoDevice.body, +# singleTabArrivingWithTruncatedURL.body) +# These strings are used in a notification shown when we're opening tab(s) another device sent us to display. + +# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title) +# The body for these is the URL of the tab received +tabArrivingNotification.title = Cilne saņemta +# LOCALIZATION NOTE (tabArrivingNotificationWithDevice.title) %S is the device name +tabArrivingNotificationWithDevice.title = Cilne no %S + +multipleTabsArrivingNotification.title = Cilnes saņemtas +# LOCALIZATION NOTE (unnamedTabsArrivingNotification2.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received and #2 is the device name. +unnamedTabsArrivingNotification2.body = #1 cilnes ieradušās no #2;#1 cilne ieradusies no #2;#1 cilnes ieradušās no #2 +# LOCALIZATION NOTE (unnamedTabsArrivingNotificationMultiple2.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received. +unnamedTabsArrivingNotificationMultiple2.body = #1 cilnes ieradušās no savienotajām ierīcēm;#1 cilne ieradusies no savienotajām ierīcēm;#1 cilnes ieradušās no savienotajām ierīcēm + +# LOCALIZATION NOTE (unnamedTabsArrivingNotificationNoDevice.body): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs received +# This version is used when we don't know any device names. +unnamedTabsArrivingNotificationNoDevice.body = #1 cilnes ieradušās;#1 cilne ieradusies;#1 cilnes ieradušās + +# LOCALIZATION NOTE (singleTabArrivingWithTruncatedURL.body): +# Used when a tab from a remote device arrives but the URL must be truncated. +# Should display the URL with an indication that it's benen truncated. +# %S is the portion of the URL that remains after truncation. +singleTabArrivingWithTruncatedURL.body = %S… + diff --git a/l10n-lv/browser/chrome/browser/baseMenuOverlay.dtd b/l10n-lv/browser/chrome/browser/baseMenuOverlay.dtd new file mode 100644 index 0000000000..c1fba85e6b --- /dev/null +++ b/l10n-lv/browser/chrome/browser/baseMenuOverlay.dtd @@ -0,0 +1,17 @@ +<!-- 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/. --> + +<!ENTITY aboutProduct2.label "Par &brandShorterName;"> +<!ENTITY aboutProduct2.accesskey "a"> + +<!ENTITY preferencesCmdMac.label "Iestatījumi…"> + +<!ENTITY servicesMenuMac.label "Servisi"> + +<!ENTITY hideThisAppCmdMac2.label "Paslēpt &brandShorterName;"> + +<!ENTITY hideOtherAppsCmdMac.label "Paslēpt citus"> + +<!ENTITY showAllAppsCmdMac.label "Parādīt visus"> + diff --git a/l10n-lv/browser/chrome/browser/brandings.dtd b/l10n-lv/browser/chrome/browser/brandings.dtd new file mode 100644 index 0000000000..46a76ff0ff --- /dev/null +++ b/l10n-lv/browser/chrome/browser/brandings.dtd @@ -0,0 +1,13 @@ +<!-- 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: + The following feature names must be treated as a brand, and kept in English. + They cannot be: + - Declined to adapt to grammatical case. + - Transliterated. + - Translated. --> + +<!ENTITY sendFullName "Firefox Send"> +<!ENTITY monitorFullName "Firefox Monitor"> diff --git a/l10n-lv/browser/chrome/browser/browser.dtd b/l10n-lv/browser/chrome/browser/browser.dtd new file mode 100644 index 0000000000..8a1bd9ac1f --- /dev/null +++ b/l10n-lv/browser/chrome/browser/browser.dtd @@ -0,0 +1,251 @@ +<!-- 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 : FILE This file contains the browser main menu items --> +<!-- LOCALIZATION NOTE : FILE Do not translate commandkeys --> + +<!ENTITY appmenu.tooltip "Atvērt izvēlni"> +<!ENTITY navbarOverflow.label "Citi rīki…"> + +<!-- Tab context menu --> + +<!-- LOCALIZATION NOTE (pinTab.label, unpinTab.label): "Pin" is being +used as a metaphor for expressing the fact that these tabs are "pinned" to the +left edge of the tabstrip. Really we just want the string to express the idea +that this is a lightweight and reversible action that keeps your tab where you +can reach it easily. --> +<!ENTITY pinTab.label "Pielīmēt cilni"> +<!ENTITY unpinTab.label "Atbrīvot cilni"> + +<!ENTITY listAllTabs.label "Visu ciļņu saraksts"> + +<!ENTITY tabCmd.label "Jauna cilne"> +<!ENTITY openFileCmd.label "Atvērt failu…"> +<!ENTITY printCmd.label "Drukāt…"> + +<!ENTITY taskManagerCmd.label "Uzdevumu pārvaldnieks"> + +<!ENTITY menubarCmd.label "Izvēlne"> +<!ENTITY menubarCmd.accesskey "I"> +<!ENTITY personalbarCmd.label "Grāmatzīmju rīkjosla"> +<!ENTITY personalbarCmd.accesskey "G"> +<!ENTITY bookmarksToolbarItem.label "Grāmatzīmju rīkjoslas elementi"> + +<!ENTITY fullScreenCmd.label "Pa visu ekrānu"> + + +<!-- LOCALIZATION NOTE (fullscreenWarning.beforeDomain.label, + fullscreenWarning.afterDomain.label): these two strings are used + respectively before and after the domain requiring fullscreen. + Localizers can use one of them, or both, to better adapt this + sentence to their language. --> +<!ENTITY fullscreenWarning.beforeDomain.label ""> +<!ENTITY fullscreenWarning.afterDomain.label "ir pa visu ekrānu"> +<!ENTITY fullscreenWarning.generic.label "Šis dokuments ir pa visu ekrānu"> + +<!-- LOCALIZATION NOTE (exitDOMFullscreen.button, + exitDOMFullscreenMac.button): the "escape" button on PC keyboards + is uppercase, while on Mac keyboards it is lowercase --> +<!ENTITY exitDOMFullscreen.button "Iziet no pilnā ekrāna (Esc)"> +<!ENTITY exitDOMFullscreenMac.button "Iziet no pilnā ekrāna (esc)"> + +<!-- LOCALIZATION NOTE (pointerlockWarning.beforeDomain.label, + pointerlockWarning.afterDomain.label): these two strings are used + respectively before and after the domain requiring pointerlock. + Localizers can use one of them, or both, to better adapt this + sentence to their language. --> +<!ENTITY pointerlockWarning.beforeDomain.label ""> +<!ENTITY pointerlockWarning.afterDomain.label "kontrolē kursoru. Nospiediet taustiņu Esc, lai atgūtu kontroli."> +<!ENTITY pointerlockWarning.generic.label "Šis dokuments kontrolē kursoru. Nospiediet taustiņu Esc, lai atgūtu kontroli."> + +<!ENTITY showAllBookmarks2.label "Rādīt visas grāmatzīmes"> +<!ENTITY recentBookmarks.label "Nesen saglabātās"> +<!ENTITY bookmarksToolbarChevron.tooltip "Rādīt vairāk grāmatzīmju"> + +<!ENTITY printButton.label "Drukāt"> +<!ENTITY printButton.tooltip "Drukāt šo lapu"> + + +<!ENTITY searchItem.title "Meklēt"> + +<!-- Toolbar items --> +<!ENTITY homeButton.label "Sākumlapa"> +<!ENTITY homeButton.defaultPage.tooltip "&brandShortName; sākumlapa"> + +<!ENTITY bookmarksButton.label "Grāmatzīmes"> + +<!ENTITY bookmarksSubview.label "Grāmatzīmes"> +<!ENTITY bookmarksMenuButton2.label "Grāmatzīmju izvēlne"> +<!ENTITY bookmarksMenuButton.other.label "Citas grāmatzīmes"> +<!ENTITY bookmarksMenuButton.mobile.label "Mobilās grāmatzīmes"> +<!ENTITY viewBookmarksSidebar2.label "Atvērt grāmatzīmes sānjoslā"> +<!ENTITY hideBookmarksSidebar.label "Paslēpt grāmatzīmju sānjoslu"> +<!ENTITY viewBookmarksToolbar.label "Attēlo grāmatzīmes sānu joslā"> +<!ENTITY hideBookmarksToolbar.label "Paslēpt grāmatzīmju sānjoslu"> +<!ENTITY searchBookmarks.label "Meklēt grāmatzīmes"> +<!ENTITY bookmarkingTools.label "Grāmatzīmju rīki"> +<!ENTITY addBookmarksMenu.label "Pievienot grāmatzīmju izvēlni rīkjoslai"> +<!ENTITY removeBookmarksMenu.label "Aizvākt grāmatzīmju izvēlni no rīkjoslas"> + +<!ENTITY historyButton.label "Vēsture"> + +<!ENTITY downloads.label "Lejupielādes"> +<!-- LOCALIZATION NOTE (libraryDownloads.label): This label is similar to + - downloads.label, but used in the Library panel. --> +<!ENTITY libraryDownloads.label "Lejupielādes"> +<!ENTITY addons.label "Papildinājumi"> + +<!ENTITY webDeveloperMenu.label "Izstrādātāju rīki"> + +<!ENTITY newNavigatorCmd.label "Jauns logs"> +<!ENTITY newPrivateWindow.label "Jauns privātais logs"> + +<!ENTITY editMenu.label "Rediģēt"> +<!ENTITY preferencesCmd2.label "Iestatījumi"> +<!ENTITY preferencesCmdUnix.label "Iestatījumi"> + +<!ENTITY overflowCustomizeToolbar.label "Pielāgot rīkjoslu…"> +<!ENTITY overflowCustomizeToolbar.accesskey "P"> + +<!ENTITY historyMenu.label "Vēsture"> +<!ENTITY historyUndoMenu.label "Nesen aizvērtās cilnes"> +<!-- LOCALIZATION NOTE (historyUndoWindowMenu): see bug 394759 --> +<!ENTITY historyUndoWindowMenu.label "Nesen aizvērtie logi"> + +<!ENTITY appMenuHistory.showAll.label "Parādīt visu vēsturi"> +<!ENTITY appMenuHistory.clearRecent.label "Dzēst neseno vēsturi…"> +<!ENTITY appMenuHistory.restoreSession.label "Atjaunot iepriekšējo sesiju"> +<!ENTITY appMenuHistory.viewSidebar.label "Rādīt vēstures sānjoslu"> +<!ENTITY appMenuHistory.recentHistory.label "Nesenā vēsture"> +<!ENTITY appMenuHelp.label "Palīdzība"> + +<!ENTITY appMenuRemoteTabs.label "Sinhronizētās cilnes"> +<!-- LOCALIZATION NOTE (appMenuRemoteTabs.notabs.label): This is shown beneath + the name of a device when that device has no open tabs --> +<!ENTITY appMenuRemoteTabs.notabs.label "Nav atvērto cilņu"> +<!-- LOCALIZATION NOTE (appMenuRemoteTabs.showMore.label, appMenuRemoteTabs.showMore.tooltip): + This is shown after the tabs list if we can display more tabs by clicking on the button --> +<!ENTITY appMenuRemoteTabs.showMore.label "Rādīt vairāk"> +<!ENTITY appMenuRemoteTabs.showMore.tooltip "Rādīt vairāk cilnes no šīs ierīces"> +<!-- LOCALIZATION NOTE (appMenuRemoteTabs.showAll.label, appMenuRemoteTabs.showAll.tooltip): + This is shown after the tabs list if we can all the remaining tabs by clicking on the button --> +<!ENTITY appMenuRemoteTabs.showAll.label "Rādīt visu"> +<!ENTITY appMenuRemoteTabs.showAll.tooltip "Rādīt visas cilnes no šīs ierīces"> +<!-- LOCALIZATION NOTE (appMenuRemoteTabs.tabsnotsyncing.label): This is shown + when Sync is configured but syncing tabs is disabled. --> +<!ENTITY appMenuRemoteTabs.tabsnotsyncing.label "Ieslēdziet cilņu sinhronizāciju, lai redzētu cilnes no citām ierīcēm."> +<!-- LOCALIZATION NOTE (appMenuRemoteTabs.noclients.subtitle): This is shown + when Sync is configured but this appears to be the only device attached to + the account. We also show links to download Firefox for android/ios. --> +<!ENTITY appMenuRemoteTabs.noclients.subtitle "Gribat redzēt cilnes no citām savām ierīcēm?"> +<!ENTITY appMenuRemoteTabs.opensyncprefs.label "Atvērt Sync iestatījumus"> +<!ENTITY appMenuRemoteTabs.unverified.label "Jūsu kontam nepieciešams apstiprinājums."> +<!ENTITY appMenuRemoteTabs.managedevices.label "Pārvaldīt ierīces…"> +<!ENTITY appMenuRemoteTabs.sidebar.label "Rādīt sinhronizēto cilņu sānu joslu"> +<!ENTITY appMenuRemoteTabs.connectdevice.label "Savienot citu ierīci"> + +<!ENTITY appMenuRecentHighlights.label "Nesenie jaunumi"> + +<!ENTITY customizeMenu.addToToolbar.label "Pievienot rīkjoslai"> +<!ENTITY customizeMenu.addToToolbar.accesskey "a"> +<!-- LOCALIZATION NOTE (customizeMenu.addToOverflowMenu.label, + customizeMenu.pinToOverflowMenu.label, customizeMenu.unpinFromOverflowMenu.label) + The overflow menu is the menu that appears if you click the chevron (>> button) + in the location bar. --> +<!ENTITY customizeMenu.addToOverflowMenu.label "Pievienot izvēlnei"> +<!ENTITY customizeMenu.addToOverflowMenu.accesskey "M"> +<!ENTITY customizeMenu.unpinFromOverflowMenu.label "Atslēgt no izvēlnes"> +<!ENTITY customizeMenu.unpinFromOverflowMenu.accesskey "U"> +<!ENTITY customizeMenu.removeFromToolbar.label "Aizvākt no rīkjoslas"> +<!ENTITY customizeMenu.removeFromToolbar.accesskey "r"> +<!ENTITY customizeMenu.addMoreItems.label "Pievienot citas lietas…"> +<!ENTITY customizeMenu.addMoreItems.accesskey "a"> + +<!-- LOCALIZATION NOTE (moreMenu.label) This label is used in the new Photon + app (hamburger) menu. When clicked, it opens a subview that contains + secondary commands. --> +<!ENTITY moreMenu.label "Vairāk"> + +<!ENTITY contentSearchSubmit.tooltip "Nosūtīt meklējumu"> + +<!-- LOCALIZATION NOTE (searchInput.placeholder): + This string is displayed in the search box when the input field is empty. --> +<!ENTITY searchInput.placeholder "Meklēt"> +<!ENTITY searchIcon.tooltip "Meklēt"> + +<!ENTITY openLinkCmdInTab.accesskey "c"> + +<!ENTITY pageAction.copyLink.label "Kopēt saiti"> + +<!ENTITY emailPageCmd.label "Nosūtīt saiti…"> + +<!-- Media (video/audio) controls --> + +<!-- LOCALIZATION NOTE : +fullZoomEnlargeCmd.commandkey3, fullZoomReduceCmd.commandkey2 and +fullZoomResetCmd.commandkey2 are alternative acceleration keys for zoom. +If shift key is needed with your locale popular keyboard for them, +you can use these alternative items. Otherwise, their values should be empty. --> + +<!ENTITY fullZoom.label "Mērogs"> + +<!ENTITY sidebarCloseButton.tooltip "Aizvērt sānu joslu"> + +<!ENTITY quitApplicationCmdWin2.label "Iziet"> +<!ENTITY quitApplicationCmdWin2.accesskey "z"> +<!ENTITY quitApplicationCmdWin2.tooltip "Aizvērt &brandShorterName;"> +<!ENTITY quitApplicationCmd.label "Iziet"> +<!ENTITY quitApplicationCmd.accesskey "e"> +<!ENTITY quitApplicationCmdMac2.label "Iziet no &brandShorterName;"> + +<!ENTITY allowPopups.accesskey "p"> +<!-- On Windows we use the term "Options" to describe settings, but + on Linux and Mac OS X we use "Preferences" - carry that distinction + over into this string, which is used in the "popup blocked" info bar . --> +<!ENTITY editPopupSettingsUnix.label "Rediģēt jauno logu bloķētāja iestatījumus…"> +<!ENTITY editPopupSettings.label "Rediģēt jauno logu bloķētāja iestatījumus…"> +<!ENTITY editPopupSettings.accesskey "e"> +<!ENTITY dontShowMessage.accesskey "D"> + +<!ENTITY findOnCmd.label "Atrast šajā lapā…"> + +<!ENTITY spellAddDictionaries.label "Pievienot vārdnīcas…"> +<!ENTITY spellAddDictionaries.accesskey "i"> + + +<!-- Name for the tabs toolbar as spoken by screen readers. + The word "toolbar" is appended automatically and should not be contained below! --> +<!ENTITY tabsToolbar.label "Pārlūka cilnes"> + + +<!ENTITY syncBrand.shortName.label "Sinhronizēt"> + +<!ENTITY customizeMode.autoHideDownloadsButton.label "Auto slēpšana"> + + +<!ENTITY uiTour.infoPanel.close "Aizvērt"> + +<!ENTITY panicButton.thankyou.msg1 "Jūsu nesenā vēsture ir notīrīta."> +<!ENTITY panicButton.thankyou.msg2 "Sērfojiet droši!"> +<!ENTITY panicButton.thankyou.buttonlabel "Paldies!"> + +<!ENTITY updateAvailable.panelUI.label "Lejupielādē &brandShorterName; atjauninājumu"> + +<!ENTITY updateManual.panelUI.label "Lejupielādējiet jaunu &brandShorterName; versiju"> + +<!ENTITY updateRestart.panelUI.label2 "Pārstartēt &brandShorterName;, lai atjauninātu"> + +<!ENTITY sendToDevice.syncNotReady.label "Sinhronizē ierīces…"> + +<!ENTITY pageAction.shareUrl.label "Dalīties"> +<!ENTITY pageAction.shareMore.label "Vairāk…"> + +<!ENTITY libraryButton.tooltip "Skatīt vēsturi, saglabātās grāmatzīmes un daudz ko citu"> + +<!-- LOCALIZATION NOTE: (accessibilityIndicator.tooltip): This is used to + display a tooltip for accessibility indicator in toolbar/tabbar. It is also + used as a textual label for the indicator used by assistive technology + users. --> +<!ENTITY accessibilityIndicator.tooltip "Aktivēti pieejamības rīki"> + diff --git a/l10n-lv/browser/chrome/browser/browser.properties b/l10n-lv/browser/chrome/browser/browser.properties new file mode 100644 index 0000000000..1ada5176f4 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/browser.properties @@ -0,0 +1,845 @@ +# 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/. + +nv_timeout=Noildzis +openFile=Atvērt failu + +droponhometitle=Iestatīt sākumlapu +droponhomemsg=Vai jūs vēlaties, lai šis dokuments kļūst par jūsu jauno sākumlapu? +droponhomemsgMultiple=Vai vēlaties, lai šie dokumenti būtu jūsu jaunā mājas lapa? + +# context menu strings + +# LOCALIZATION NOTE (contextMenuSearch): %1$S is the search engine, +# %2$S is the selection string. +contextMenuSearch=Meklēt %1$S frāzi "%2$S" +contextMenuSearch.accesskey=M + +# bookmark dialog strings + +bookmarkAllTabsDefault=[Mapes nosaukums] + +xpinstallPromptMessage=%S liedza šai lapai prasīt jums atļauju instalēt programmatūru jūsu datorā. +xpinstallPromptMessage.dontAllow=Neatļaut +xpinstallPromptMessage.dontAllow.accesskey=N + +xpinstallDisabledMessageLocked=Programmatūras instalēšanu ir liedzis sistēmas administrators. +xpinstallDisabledMessage=Programmatūras instalēšana ir deaktivēta. Klikšķiniet Aktivēt un mēģiniet vēlreiz. +xpinstallDisabledButton=Aktivēt +xpinstallDisabledButton.accesskey=n + +# LOCALIZATION NOTE (webextPerms.header) +# This string is used as a header in the webextension permissions dialog, +# %S is replaced with the localized name of the extension being installed. +# See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612 +# for an example of the full dialog. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.header=Pievienot %S? + +webextPerms.unsignedWarning=Uzmanību: Šis papildinājums nav pārbaudīts. Kaitnieciski papildinājumi var nozagt jūsu privāto informāciju un citādi jums kaitēt. Instalējiet tikai papildinājumus, kam uzticaties. + +# LOCALIZATION NOTE (webextPerms.listIntro) +# This string will be followed by a list of permissions requested +# by the webextension. +webextPerms.listIntro=Nepieciešama jūsu atļauja: +webextPerms.add.label=Pievienot +webextPerms.add.accessKey=P +webextPerms.cancel.label=Atcelt +webextPerms.cancel.accessKey=C + +# LOCALIZATION NOTE (webextPerms.sideloadMenuItem) +# %1$S will be replaced with the localized name of the sideloaded add-on. +# %2$S will be replace with the name of the application (e.g., Firefox, Nightly) +webextPerms.sideloadMenuItem=%1$S pievienots %2$S + +# LOCALIZATION NOTE (webextPerms.sideloadHeader) +# This string is used as a header in the webextension permissions dialog +# when the extension is side-loaded. +# %S is replaced with the localized name of the extension being installed. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.sideloadHeader=%S pievienots +webextPerms.sideloadText2=Kāda cita programma jūsu datorā instalēja papildinājumu, kas var ietekmēt jūsu pārlūku. Lūdzu pārbaudiet šī papildinājuma tiesības un aktivējiet vai deaktivējiet tās. +webextPerms.sideloadTextNoPerms=Kāda cita programma jūsu datorā instalēja papildinājumu, kas var ietekmēt jūsu pārlūku. Lūdzu izvēlieties aktivēt vai deaktivēt. + +webextPerms.sideloadEnable.label=Atļaut +webextPerms.sideloadEnable.accessKey=A +webextPerms.sideloadCancel.label=Atcelt +webextPerms.sideloadCancel.accessKey=C + +# LOCALIZATION NOTE (webextPerms.updateMenuItem) +# %S will be replaced with the localized name of the extension which +# has been updated. +webextPerms.updateMenuItem=%S ir nepieciešamas jaunas tiesības + +# LOCALIZATION NOTE (webextPerms.updateText) +# %S is replaced with the localized name of the updated extension. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.updateText=%S ir atjaunināts. Jums jāapstiprina jaunās tiesības pirms var instalēt jaunināto versiju. Izvēloties “Atcelt” tiks saglabāta pašreizējā papildinājuma versija. + +webextPerms.updateAccept.label=Atjaunināt +webextPerms.updateAccept.accessKey=A + +# LOCALIZATION NOTE (webextPerms.optionalPermsHeader) +# %S is replace with the localized name of the extension requested new +# permissions. +# Note, this string will be used as raw markup. Avoid characters like <, >, & +webextPerms.optionalPermsHeader=%S ir nepieciešamas papildu tiesības. +webextPerms.optionalPermsListIntro=Tas vēlas: +webextPerms.optionalPermsAllow.label=Atļaut +webextPerms.optionalPermsAllow.accessKey=A +webextPerms.optionalPermsDeny.label=Neatļaut +webextPerms.optionalPermsDeny.accessKey=N + +webextPerms.description.bookmarks=Lasīt un mainīt grāmatzīmes +webextPerms.description.browserSettings=Lasīt un mainīt pārlūka iestatījumus +webextPerms.description.browsingData=Pārlūkošanas vēstures, sīkdatņu un citu datu tīrīšana +webextPerms.description.clipboardRead=Nolasīt datus no starpliktuves +webextPerms.description.clipboardWrite=Nolikt datus starpliktuvē +webextPerms.description.devtools=Paplašiniet izstrādātāju rīkus, lai piekļūtu datiem atvērtajās cilnēs +webextPerms.description.downloads=Lejupielādēt failus, lasīt un mainīt pārlūka vēsturi +webextPerms.description.downloads.open=Atvērt failus, kas lejupielādēti jūsu datorā +webextPerms.description.find=Lasiet tekstu atvērtajās cilnēs +webextPerms.description.geolocation=Piekļūt jūsu atrašanās vietai +webextPerms.description.history=Piekļūt pārlūkošanas vēsturei +webextPerms.description.management=Pārvaldies papildinājumus un tēmas +# LOCALIZATION NOTE (webextPerms.description.nativeMessaging) +# %S will be replaced with the name of the application +webextPerms.description.nativeMessaging=Apmainīties ar ziņojumiem ar citām programmām, kas nav %S +webextPerms.description.notifications=Rādīt paziņojumus +webextPerms.description.pkcs11=Nodrošina kriptogrāfiskus autentifikācijas pakalpojumus +webextPerms.description.privacy=Lasīt un mainīt konfidencialitātes iestatījumus +webextPerms.description.proxy=Pārvaldīt pārlūkprogrammas starpniekservera iestatījumus +webextPerms.description.sessions=Pieeja nesen aizvērtajām cilnēm +webextPerms.description.tabs=Pieeja pārlūka cilnēm +webextPerms.description.tabHide=Paslēpt un parādīt pārlūka cilnes +webextPerms.description.topSites=Pieeja pārlūkošanas vēsturei +webextPerms.description.webNavigation=Pieeja pārlūkošanas aktivitātēm navigācijas laikā + +webextPerms.hostDescription.allUrls=Pieeja visai jūsu informācijām visās lapās + +# LOCALIZATION NOTE (webextPerms.hostDescription.wildcard) +# %S will be replaced by the DNS domain for which a webextension +# is requesting access (e.g., mozilla.org) +webextPerms.hostDescription.wildcard=Pieeja jūsu informācijām lapās no %S domēna + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManyWildcards): +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# domains for which this webextension is requesting permission. +webextPerms.hostDescription.tooManyWildcards=Pieeja jūsu datiem #1 citos domēnos;Pieeja jūsu datiem #1 citā domēnā;Pieeja jūsu datiem #1 citos domēnos + +# LOCALIZATION NOTE (webextPerms.hostDescription.oneSite) +# %S will be replaced by the DNS host name for which a webextension +# is requesting access (e.g., www.mozilla.org) +webextPerms.hostDescription.oneSite=Pieeja jūsu datiem no %S + +# LOCALIZATION NOTE (webextPerms.hostDescription.tooManySites) +# Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 will be replaced by an integer indicating the number of additional +# hosts for which this webextension is requesting permission. +webextPerms.hostDescription.tooManySites=Pieeja jūsu datiem #1 citās lapās;Pieeja jūsu datiem #1 citā lapā;Pieeja jūsu datiem #1 citās lapās + +# LOCALIZATION NOTE (webext.defaultSearch.description) +# %1$S is replaced with the localized named of the extension that is asking to change the default search engine. +# %2$S is replaced with the name of the current search engine +# %3$S is replaced with the name of the new search engine +webext.defaultSearch.description=%1$S vēlētos mainīt noklusēto meklētāju no %2$S uz %3$S. Vai tas būs labi? +webext.defaultSearchYes.label=Jā +webext.defaultSearchYes.accessKey=J +webext.defaultSearchNo.label=Nē +webext.defaultSearchNo.accessKey=N + +# LOCALIZATION NOTE (webext.remove.confirmation.title) +# %S is the name of the extension which is about to be removed. +webext.remove.confirmation.title=Aizvākt %S +# LOCALIZATION NOTE (webext.remove.confirmation.message) +# %1$S is the name of the extension which is about to be removed. +# %2$S is brandShorterName +webext.remove.confirmation.message=Aizvākt %1$S no %2$S? +webext.remove.confirmation.button=Aizvākt + +# LOCALIZATION NOTE (addonPostInstall.message1) +# %1$S is replaced with the localized named of the extension that was +# just installed. +# %2$S is replaced with the localized name of the application. +addonPostInstall.message1=%1$S ir pievienots %2$S. + +# LOCALIZATION NOTE (addonDownloadingAndVerifying): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Also see https://bugzilla.mozilla.org/show_bug.cgi?id=570012 for mockups +addonDownloadingAndVerifying=Lejupielādē un pārbauda atjauninājumu…;Lejupielādē un pārbauda #1 atjauninājumu…;Lejupielādē un pārbauda #1 atjauninājumus… +addonDownloadVerifying=Pārbauda + +addonInstall.unsigned=(Nepārbaudīts) +addonInstall.cancelButton.label=Atcelt +addonInstall.cancelButton.accesskey=c +addonInstall.acceptButton2.label=Pievienot +addonInstall.acceptButton2.accesskey=P + +# LOCALIZATION NOTE (addonConfirmInstallMessage,addonConfirmInstallUnsigned): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName +# #2 is the number of add-ons being installed +addonConfirmInstall.message=Lapa gribētu instalēt #2 papildinājumus #1:;Lapa gribētu instalēt #2 papildinājumu #1:;Lapa gribētu instalēt #2 papildinājumus #1: +addonConfirmInstallUnsigned.message=Uzmanību: Šī lapa vēlas instalēt nepārbaudītu papildinājumu #1. Turpiniet uzņemoties pilnu atbildību.;Uzmanību: Šī lapa vēlas instalēt nepārbaudītu papildinājumu #1. Turpiniet uzņemoties pilnu atbildību.;Uzmanību: Šī lapa vēlas instalēt #2 nepārbaudītus papildinājumus #1. Turpiniet uzņemoties pilnu atbildību. + +# LOCALIZATION NOTE (addonConfirmInstallSomeUnsigned.message): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName +# #2 is the total number of add-ons being installed (at least 2) +addonConfirmInstallSomeUnsigned.message=;Uzmanību: Šī lapa vēlas instalēt #2 nepārbaudītus papildinājumus #1. Turpiniet uzņemoties pilnu atbildību.;Uzmanību: Šī lapa vēlas instalēt #2 nepārbaudītus papildinājumus #1. Turpiniet uzņemoties pilnu atbildību. + +# LOCALIZATION NOTE (addonInstalled): +# %S is the name of the add-on +addonInstalled=%S ir instalēts veiksmīgi. +# LOCALIZATION NOTE (addonsGenericInstalled): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of add-ons +addonsGenericInstalled=#1 paplašinājums ir uzinstalēts veiksmīgi.;#1 paplašinājumi ir uzinstalēti veiksmīgi.;#1 paplašinājumi ir uzinstalēti veiksmīgi. + +# LOCALIZATION NOTE (addonInstallError-1, addonInstallError-2, addonInstallError-3, addonInstallError-4, addonInstallError-5, addonLocalInstallError-1, addonLocalInstallError-2, addonLocalInstallError-3, addonLocalInstallError-4, addonLocalInstallError-5): +# %1$S is the application name, %2$S is the add-on name +addonInstallError-1=Papildinājumu nevar lejupielādēt, jo notikusi savienojuma kļūda. +addonInstallError-2=Šo papildinājumu nevar uzinstalēt, jo tas nesakrīt ar gaidīto papildinājumu %1$S. +addonInstallError-3=Papildinājumu no šīs lapas nevar uzinstalēt, jo tas ir bojāts. +addonInstallError-4=%2$S nevar uzinstalēt, jo %1$S nevar izmainīt nepieciešamo failu. +addonInstallError-5=%1$S liedza lapai uzinstalēt nepārbaudītu papildinājumu. +addonLocalInstallError-1=Šo papildinājumu nevar uzinstalēt, jo notikusi failu sistēmas kļūda. +addonLocalInstallError-2=Šo papildinājumu nevar uzinstalēt, jo tas nesakrīt ar gaidīto papildinājumu %1$S. +addonLocalInstallError-3=Šo papildinājumu nevar uzinstalēt, jo tas ir bojāts. +addonLocalInstallError-4=%2$S nevar uzinstalēt, jo %1$S nevar izmainīt nepieciešamo failu. +addonLocalInstallError-5=Šo papildinājumu nevar uzinstalēt, jo tas nav pārbaudīts. + +# LOCALIZATION NOTE (addonInstallErrorIncompatible): +# %1$S is the application name, %2$S is the application version, %3$S is the add-on name +addonInstallErrorIncompatible=%3$S nevar uzinstalēt, jo tas nav saderīgs ar %1$S %2$S. + +# LOCALIZATION NOTE (addonInstallErrorBlocklisted): %S is add-on name +addonInstallErrorBlocklisted=%S nevar uzinstalēt, jo tas rada lielu drošības un stabilitātes risku. + +unsignedAddonsDisabled.message=Vienu vai vairākus no instalētajiem papildinājumiem nevar pārbadīt, tāpēc tie ir deaktivēti. +unsignedAddonsDisabled.learnMore.label=Uzzināt vairāk +unsignedAddonsDisabled.learnMore.accesskey=U + +# LOCALIZATION NOTE (popupWarning.message): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is brandShortName and #2 is the number of pop-ups blocked. +popupWarning.message=#1 liedza lapai atvērt jaunu logu.;#1 liedza lapai atvērt #2 jaunus logus.;#1 liedza lapai atvērt #2 jaunus logus. +# LOCALIZATION NOTE (popupWarning.exceeded.message): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is left empty for English, since the number of blocked pop-ups is always greater than 1. +# #1 is brandShortName and #2 is the number of pop-ups blocked. +popupWarning.exceeded.message=;Neļaut #1 atvērt vairāk kā #2 uznirstošos logus;Neļaut #1 atvērt vairāk kā #2 uznirstošo logu +popupWarningButton=Iestatījumi +popupWarningButton.accesskey=I +popupWarningButtonUnix=Iestatījumi +popupWarningButtonUnix.accesskey=I +popupAllow=Pieņemt jaunos logus no %S +popupBlock=Bloķēt jaunos logus no %S +popupWarningDontShowFromMessage=Nerādīt šo paziņojumu, bloķējot jaunos logus +popupShowPopupPrefix=Rādīt '%S' + +# LOCALIZATION NOTE (popupShowBlockedPopupsIndicatorText): Semicolon separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of pop-ups blocked. +popupShowBlockedPopupsIndicatorText=Rādīt #1 bloķēto logu…;Rādīt #1 bloķētos logus…;Rādīt #1 bloķētos logus… + +crashedpluginsMessage.title=Spraudnis %S ir avarējis. +crashedpluginsMessage.reloadButton.label=Pārlādēt lapu +crashedpluginsMessage.reloadButton.accesskey=r +crashedpluginsMessage.submitButton.label=Nosūtīt avārijas ziņojumu +crashedpluginsMessage.submitButton.accesskey=s +crashedpluginsMessage.learnMore=Uzzināt vairāk… + +# Keyword fixup messages +# LOCALIZATION NOTE (keywordURIFixup.message): Used when the user tries to visit +# a local host page, by the time the DNS request recognizes it, we have already +# loaded a search page for the given word. An infobar then asks to the user +# whether he rather wanted to visit the host. %S is the recognized host. +keywordURIFixup.message=Vai Jūs vēlējāties iet uz %S? +keywordURIFixup.goTo=Jā, vediet mani uz %S +keywordURIFixup.goTo.accesskey=J +keywordURIFixup.dismiss=Nē, paldies +keywordURIFixup.dismiss.accesskey=N + +pluginInfo.unknownPlugin=Nezināms + +# Flash activation doorhanger UI +flashActivate.message=Vai ļaut Adobe Flash darboties šajā lapā? Ļaujiet Adobe Flash darboties tikai no lapām, kam uzticaties. +flashActivate.outdated.message=Vai vēlaties atļaut novecojušai Adobe Flash versijai darboties šajā vietnē? Novecojušas versijas var ietekmēt pārlūka veiktspēju un drošību. +flashActivate.noAllow=Neatļaut +flashActivate.allow=Atļaut +flashActivate.noAllow.accesskey=N +flashActivate.allow.accesskey=A + +# in-page UI +# LOCALIZATION NOTE (PluginClickToActivate2): Two changes were done to the +# previous version of the string. The first is that we changed the wording from +# "Activate" to "Run", because it's shorter and feels less technical in English. +# Feel free to keep using the previous wording in your language if it's already +# the best one. +# The second change is that we removed the period at the end of the phrase, because +# it's not natural in our UI, and the underline was removed from this, so it doesn't +# look like a link anymore. We suggest that everyone removes that period too. +PluginClickToActivate2=Palaist %S +PluginVulnerableUpdatable=Šis spraudnis satur ievainojamību un to vajadzētu atjaunināt. +PluginVulnerableNoUpdate=Šim spraudnim ir drošības ievainojamības. + +# Sanitize +# LOCALIZATION NOTE (update.downloadAndInstallButton.label): %S is replaced by the +# version of the update: "Update to 28.0". +update.downloadAndInstallButton.label=Atjaunināt uz %S +update.downloadAndInstallButton.accesskey=u + +menuOpenAllInTabs.label=Atvērt visu cilnēs + +# History menu +menuRestoreAllTabs.label=Atjaunot visas cilnes +# LOCALIZATION NOTE (menuRestoreAllWindows, menuUndoCloseWindowLabel, menuUndoCloseWindowSingleTabLabel): +# see bug 394759 +menuRestoreAllWindows.label=Atjaunot visus logus +# LOCALIZATION NOTE (menuUndoCloseWindowLabel): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 Window Title, #2 Number of tabs +menuUndoCloseWindowLabel=#1 (un #2 cilni);#1 (un #2 cilnes);#1 (un #2 cilnes) +menuUndoCloseWindowSingleTabLabel=#1 + +# Unified Back-/Forward Popup +tabHistory.current=Palikt šajā lapā +tabHistory.goBack=Pāriet atpakaļ uz šo lapu +tabHistory.goForward=Pāriet uz priekšu uz šo lapu + +# URL Bar +pasteAndGo.label=Ievietot un atvērt +# LOCALIZATION NOTE (reloadButton.tooltip): +# %S is the keyboard shortcut for reloading the current page +reloadButton.tooltip=Pārlādēt pašreizējo lapu (%S) +# LOCALIZATION NOTE (stopButton.tooltip): +# %S is the keyboard shortcut for stopping loading the page +stopButton.tooltip=Apturēt šīs lapas (%S) ielādi +# LOCALIZATION NOTE (urlbar-zoom-button.tooltip): +# %S is the keyboard shortcut for resetting the zoom level to 100% +urlbar-zoom-button.tooltip=Atjaunot noklusēto pietuvinājumu (%S) +# LOCALIZATION NOTE (reader-mode-button.tooltip): +# %S is the keyboard shortcut for entering/exiting reader view +reader-mode-button.tooltip=Pārslēgt lasītāja skatu (%S) +# LOCALIZATION NOTE (urlbar.placeholder): +# %S is the name of the user's current search engine +urlbar.placeholder=Meklēt ar %S vai ievadiet mājas lapas adresi + +# LOCALIZATION NOTE(zoom-button.label): %S is the current page zoom level, +# %% will be displayed as a single % character (% is commonly used to define +# format specifiers, so it needs to be escaped). +zoom-button.label = %S%% + +# Block autorefresh +refreshBlocked.goButton=Atļaut +refreshBlocked.goButton.accesskey=A +refreshBlocked.refreshLabel=%S liedza šai lapai iespēju automātiski pārlādēties. +refreshBlocked.redirectLabel=%S liedza šai lapai iespēju automātiski pāriet uz citu lapu. + +# General bookmarks button +# LOCALIZATION NOTE (bookmarksMenuButton.tooltip): +# %S is the keyboard shortcut for "Show All Bookmarks" +bookmarksMenuButton.tooltip=Parādīt visas grāmatzīmes (%S) + +# Downloads button tooltip +# LOCALIZATION NOTE (downloads.tooltip): +# %S is the keyboard shortcut for "Downloads" +downloads.tooltip=Parādīt lejupielāžu progresu (%S) + +# Print button tooltip on OS X +# LOCALIZATION NOTE (printButton.tooltip): +# Use the unicode ellipsis char, \u2026, +# or use "..." if \u2026 doesn't suit traditions in your locale. +# %S is the keyboard shortcut for "Print" +printButton.tooltip=Drukāt šo lapu… (%S) + +# New Window button tooltip +# LOCALIZATION NOTE (newWindowButton.tooltip): +# %S is the keyboard shortcut for "New Window" +newWindowButton.tooltip=Atvērt jaunu logu (%S) + +# New Tab button tooltip +# LOCALIZATION NOTE (newTabButton.tooltip): +# %S is the keyboard shortcut for "New Tab" +newTabButton.tooltip=Atvērt jaunu cilni (%S) + +# Offline web applications +offlineApps.available2=Vai atļausit %S, saglabātu datus jūsu datorā? +offlineApps.allowStoring.label=Ļaut glabāt datus +offlineApps.allowStoring.accesskey=G +offlineApps.dontAllow.label=Neļaut +offlineApps.dontAllow.accesskey=n + +# Canvas permission prompt +# LOCALIZATION NOTE (canvas.siteprompt): %S is hostname +canvas.siteprompt=Vai ļausiet %S izmantot HTML5 audekla (canvas) attēlu datus? Šo var izmantot, lai identificētu jūsu datoru tīmeklī. +canvas.notAllow=Neatļaut +canvas.notAllow.accesskey=n +canvas.allow=Atļaut piekļuvi datiem +canvas.allow.accesskey=A +canvas.remember=Vienmēr atcerieties manu lēmumu + +# WebAuthn prompts +# LOCALIZATION NOTE (webauthn.registerPrompt2): %S is hostname +webauthn.registerPrompt2=%S vēlas reģistrēt jaunu kontu ar vienu jo jūsu drošības kodiem. Jūs varat pieslēgties un atļaut to vai atcelt. +# LOCALIZATION NOTE (webauthn.registerDirectPrompt2): +# %1$S is hostname. %2$S is brandShortName. +# The website is asking for extended information about your +# hardware authenticator that shouldn't be generally necessary. Permitting +# this is safe if you only use one account at this website. If you have +# multiple accounts at this website, and you use the same hardware +# authenticator, then the website could link those accounts together. +# And this is true even if you use a different profile / browser (or even Tor +# Browser). To avoid this, you should use different hardware authenticators +# for different accounts on this website. +webauthn.registerDirectPrompt2=%1$S pieprasa paplašinātu informāciju par jūšu drošības atslēgu. Tas var ietekmēt jūsu privātumu.\n\n%2$S var anonimizēt šo informāciju, bet mājas lapā varētu noraidīt šo atslēgu. Ja tā notiks, varēsiet mēģināt vēlreiz. +# LOCALIZATION NOTE (webauthn.signPrompt2): %S is hostname +webauthn.signPrompt2=%S vēlas izmantot vienu jo jūsu drošības kodiem. Jūs varat pieslēgties un atļaut to vai atcelt. +webauthn.cancel=Atcelt +webauthn.cancel.accesskey=c +webauthn.proceed=Turpināt +webauthn.proceed.accesskey=p +webauthn.anonymize=Anonimizēt + +# Spoof Accept-Language prompt +privacy.spoof_english=Iestatot Angļu valodu, jūs būs grūtāk izsekot internetā. Vai vēlaties pieprasīt lapu angļu valodas versijas? + +identity.identified.verifier=Pārbaudījis: %S +identity.identified.verified_by_you=Jūs esat pievienojis drošības izņēmumu šai lapai +identity.identified.state_and_country=%S, %S + +# LOCALIZATION NOTE (identity.notSecure.label): +# Keep this string as short as possible, this is displayed in the URL bar +# use a synonym for "safe" or "private" if "secure" is too long. +identity.notSecure.label=Nav drošs + +identity.extension.label=Paplašinājums (%S) +identity.extension.tooltip=Ielādēts ar paplašinājumu: %S +identity.showDetails.tooltip=Rādīt savienojuma informāciju + +# Edit Bookmark UI +editBookmarkPanel.newBookmarkTitle=Jauna grāmatzīme +editBookmarkPanel.editBookmarkTitle=Rediģēt grāmatzīmi +editBookmarkPanel.cancel.label=Atcelt +editBookmarkPanel.cancel.accesskey=C + +# LOCALIZATION NOTE (editBookmark.removeBookmarks.label): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Replacement for #1 is the number of bookmarks to be removed. +# If this causes problems with localization you can also do "Remove Bookmarks (#1)" +# instead of "Remove #1 Bookmarks". +editBookmark.removeBookmarks.label=Aizvākt grāmatzīmi;Aizvākt grāmatzīmes (#1); Aizvākt grāmatzīmes (#1) +editBookmark.removeBookmarks.accesskey=A + +# Application menu + +# LOCALIZATION NOTE(zoomReduce-button.tooltip): %S is the keyboard shortcut. +zoomReduce-button.tooltip = Attālināt (%S) +# LOCALIZATION NOTE(zoomReset-button.tooltip): %S is the keyboard shortcut. +zoomReset-button.tooltip = Atjaunot noklusēto pietuvinājumu (%S) +# LOCALIZATION NOTE(zoomEnlarge-button.tooltip): %S is the keyboard shortcut. +zoomEnlarge-button.tooltip = Pietuvināt (%S) + +# LOCALIZATION NOTE (cut-button.tooltip): %S is the keyboard shortcut. +cut-button.tooltip = Izgriezt (%S) +# LOCALIZATION NOTE (copy-button.tooltip): %S is the keyboard shortcut. +copy-button.tooltip = Kopēt (%S) +# LOCALIZATION NOTE (paste-button.tooltip): %S is the keyboard shortcut. +paste-button.tooltip = Ielīmēt (%S) + +# Geolocation UI + +geolocation.allowLocation=Ļaut piekļūt atrašanās vietai +geolocation.allowLocation.accesskey=A +geolocation.dontAllowLocation=Neļaut +geolocation.dontAllowLocation.accesskey=n +geolocation.shareWithSite3=Vai atļausit %S piekļūt jūsu atrašanās vietai? +geolocation.shareWithFile3=Vai atļausiet šim lokālajam failam piekļūt jūsu atrašanās vietai? +geolocation.remember=Atcerēties šo izvēli + +# Persistent storage UI +persistentStorage.allow=Atļaut +persistentStorage.allow.accesskey=A +persistentStorage.neverAllow.label=Neatļaut nekad +persistentStorage.neverAllow.accesskey=N +persistentStorage.notNow.label=Ne tagad +persistentStorage.notNow.accesskey=e +persistentStorage.allowWithSite=Vai atļausit %S, saglabātu datus jūsu datorā? + +webNotifications.allow=Atļaut paziņojumus +webNotifications.allow.accesskey=A +webNotifications.notNow=Ne tagad +webNotifications.notNow.accesskey=n +webNotifications.never=Neatļaut nekad +webNotifications.never.accesskey=e +webNotifications.receiveFromSite2=Vai atļausiet %S sūtīt paziņojumus? + +# Phishing/Malware Notification Bar. +# LOCALIZATION NOTE (notADeceptiveSite, notAnAttack) +# The two button strings will never be shown at the same time, so +# it's okay for them to have the same access key +safebrowsing.getMeOutOfHereButton.label=Vediet mani prom no šejienes! +safebrowsing.getMeOutOfHereButton.accessKey=V +safebrowsing.deceptiveSite=Maldinoša lapa! +safebrowsing.notADeceptiveSiteButton.label=Šī nav maldinoša lapa… +safebrowsing.notADeceptiveSiteButton.accessKey=d +safebrowsing.reportedAttackSite=Kaitnieku lapa! +safebrowsing.notAnAttackButton.label=Šī lapa neveic uzbrukumus… +safebrowsing.notAnAttackButton.accessKey=a +safebrowsing.reportedUnwantedSite=Bīstama nevēlamas programmatūras lapa! +safebrowsing.reportedHarmfulSite=Ziņoja par kaitīgu lapu! + +# Ctrl-Tab +# LOCALIZATION NOTE (ctrlTab.listAllTabs.label): #1 represents the number +# of tabs in the current browser window. It will always be 2 at least. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +ctrlTab.listAllTabs.label=Parādīt visas #1 cilnes;Parādīt visas #1 cilnes;Parādīt visas #1 cilnes + +# LOCALIZATION NOTE (addKeywordTitleAutoFill): %S will be replaced by the page's title +# Used as the bookmark name when saving a keyword for a search field. +addKeywordTitleAutoFill=Meklēt %S + +# safeModeRestart +safeModeRestartPromptTitle=Pārstartēt ar deaktivētiem papildinājumiem +safeModeRestartPromptMessage=Vai tiešām vēlaties deaktivēt visus papildinājumus un pārstartēt? +safeModeRestartButton=Pārstartēt + +# LOCALIZATION NOTE (browser.menu.showCharacterEncoding): Set to the string +# "true" (spelled and capitalized exactly that way) to show the "Text +# Encoding" menu in the main Firefox button on Windows. Any other value will +# hide it. Regardless of the value of this setting, the "Text Encoding" +# menu will always be accessible via the "Web Developer" menu. +# This is not a string to translate; it just controls whether the menu shows +# up in the Firefox button. If users frequently use the "Text Encoding" +# menu, set this to "true". Otherwise, you can leave it as "false". +browser.menu.showCharacterEncoding=true + +# Mozilla data reporting notification (Telemetry, Firefox Health Report, etc) +dataReportingNotification.message = %1$S automātiski nosūta zināmus datus %2$S, lai uzlabotu interneta pārlūkošanu. +dataReportingNotification.button.label = Izvēlēties ar ko dalīties +dataReportingNotification.button.accessKey = d + +# Process hang reporter +processHang.label = Mājas lapa bremzē pārlūku. Ko darīt? +# LOCALIZATION NOTE (processHang.add-on.label): %1$S is the name of the +# extension. %2$S is the name of the product (e.g., Firefox) +processHang.add-on.label = Skripts paplašinājumā “%1$S” bremzē %2$S. +processHang.add-on.learn-more.text = Uzzināt vairāk +processHang.button_stop.label = Apturēt +processHang.button_stop.accessKey = A +processHang.button_stop_sandbox.label = Īslaicīgi atspējojiet paplašinājumus lapās +processHang.button_stop_sandbox.accessKey = A +processHang.button_wait.label = Uzgaidīt +processHang.button_wait.accessKey = U +processHang.button_debug.label = Atkļūdot skriptu +processHang.button_debug.accessKey = d + +# LOCALIZATION NOTE (fullscreenButton.tooltip): %S is the keyboard shortcut for full screen +fullscreenButton.tooltip=Parādīt logu pa visu ekrānu (%S) + +# These are visible when opening the popup inside the bookmarks sidebar +sidebar.moveToLeft=Pārvietot sānu joslu pa kreisi +sidebar.moveToRight=Pārvietot sānu joslu pa labi + +# LOCALIZATION NOTE (getUserMedia.shareCamera2.message, +# getUserMedia.shareMicrophone2.message, +# getUserMedia.shareScreen3.message, +# getUserMedia.shareCameraAndMicrophone2.message, +# getUserMedia.shareCameraAndAudioCapture2.message, +# getUserMedia.shareScreenAndMicrophone3.message, +# getUserMedia.shareScreenAndAudioCapture3.message, +# getUserMedia.shareAudioCapture2.message): +# %S is the website origin (e.g. www.mozilla.org) +getUserMedia.shareCamera2.message = Vai atļausiet %S izmantot kameru? +getUserMedia.shareMicrophone2.message = Vai atļausiet %S izmantot mikrofonu? +getUserMedia.shareScreen3.message = Vai atļausiet %S redzēt jūsu ekrānu? +getUserMedia.shareCameraAndMicrophone2.message = Vai atļausiet %S izmantot kameru un mikrofonu? +getUserMedia.shareCameraAndAudioCapture2.message = Vai atļausiet %S izmantot kameru un klausīties šīs cilnes audio? +getUserMedia.shareScreenAndMicrophone3.message = Vai atļausiet %S izmantot jūsu mikrofonu un redzēt ekrānu? +getUserMedia.shareScreenAndAudioCapture3.message = Vai atļausiet %S klausīties šīs cilnes audio un redzēt jūsu ekrānu? +getUserMedia.shareAudioCapture2.message = Vai atļausiet %S klausīties šīs cilnes audo? + +# LOCALIZATION NOTE (getUserMedia.shareScreenWarning.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. +# %S will be the 'learn more' link +getUserMedia.shareScreenWarning.message = Koplietojiet ekrānu tikai ar lapām, kam uzticaties. Koplietošana var atļaut negodīgām lapām lietot internetu jūsu vārdā un nozagt jūsu privātos datus. %S +# LOCALIZATION NOTE (getUserMedia.shareFirefoxWarning.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. +# %1$S is brandShortName (eg. Firefox) +# %2$S will be the 'learn more' link +getUserMedia.shareFirefoxWarning.message = Koplietojiet %1$S tikai ar lapām, kam uzticaties. Koplietošana var atļaut negodīgām lapām lietot internetu jūsu vārdā un nozagt jūsu privātos datus. %2$S +# LOCALIZATION NOTE(getUserMedia.shareScreen.learnMoreLabel): NB: inserted via innerHTML, so please don't use <, > or & in this string. +getUserMedia.shareScreen.learnMoreLabel = Uzzināt vairāk +getUserMedia.shareEntireScreen.label = Visu ekrānu +# LOCALIZATION NOTE (getUserMedia.shareMonitor.label): +# %S is screen number (digits 1, 2, etc) +# Example: Screen 1, Screen 2,.. +getUserMedia.shareMonitor.label = Ekrāns %S +# LOCALIZATION NOTE (getUserMedia.shareApplicationWindowCount.label): +# Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# Replacement for #1 is the name of the application. +# Replacement for #2 is the number of windows currently displayed by the application. +getUserMedia.shareApplicationWindowCount.label=#1 (#2 logu);#1 (#2 logs);#1 (#2 logi) +# LOCALIZATION NOTE (getUserMedia.allow.label, +# getUserMedia.dontAllow.label): +# These two buttons are the possible answers to the various prompts in the +# "getUserMedia.share{device}.message" strings. +getUserMedia.allow.label = Atļaut +getUserMedia.allow.accesskey = A +getUserMedia.dontAllow.label = Neatļaut +getUserMedia.dontAllow.accesskey = N +getUserMedia.remember=Atcerēties šo izvēli +# LOCALIZATION NOTE (getUserMedia.reasonForNoPermanentAllow.screen3, +# getUserMedia.reasonForNoPermanentAllow.audio, +# getUserMedia.reasonForNoPermanentAllow.insecure): +# %S is brandShortName +getUserMedia.reasonForNoPermanentAllow.screen3=%S nevar atļaut pastāvīgu piekļuvi jūsu ekrānam. +getUserMedia.reasonForNoPermanentAllow.audio=%S nevar atļaut pastāvīgu piekļuvi jūsu cilnes audio nejautājot kuru tieši cilni koplietot. +getUserMedia.reasonForNoPermanentAllow.insecure=Jūsu savienojums ar šo lapu nav drošs. Lai jūs aizsargātu, %S atļaus piekļuvi tikai uz šīs darba sesijas laiku. + +getUserMedia.sharingMenu.label = Cilnes dažādās ierīcēs +getUserMedia.sharingMenu.accesskey = d +# LOCALIZATION NOTE (getUserMedia.sharingMenuCamera +# getUserMedia.sharingMenuMicrophone, +# getUserMedia.sharingMenuAudioCapture, +# getUserMedia.sharingMenuApplication, +# getUserMedia.sharingMenuScreen, +# getUserMedia.sharingMenuWindow, +# getUserMedia.sharingMenuBrowser, +# getUserMedia.sharingMenuCameraMicrophone, +# getUserMedia.sharingMenuCameraMicrophoneApplication, +# getUserMedia.sharingMenuCameraMicrophoneScreen, +# getUserMedia.sharingMenuCameraMicrophoneWindow, +# getUserMedia.sharingMenuCameraMicrophoneBrowser, +# getUserMedia.sharingMenuCameraAudioCapture, +# getUserMedia.sharingMenuCameraAudioCaptureApplication, +# getUserMedia.sharingMenuCameraAudioCaptureScreen, +# getUserMedia.sharingMenuCameraAudioCaptureWindow, +# getUserMedia.sharingMenuCameraAudioCaptureBrowser, +# getUserMedia.sharingMenuCameraApplication, +# getUserMedia.sharingMenuCameraScreen, +# getUserMedia.sharingMenuCameraWindow, +# getUserMedia.sharingMenuCameraBrowser, +# getUserMedia.sharingMenuMicrophoneApplication, +# getUserMedia.sharingMenuMicrophoneScreen, +# getUserMedia.sharingMenuMicrophoneWindow, +# getUserMedia.sharingMenuMicrophoneBrowser, +# getUserMedia.sharingMenuAudioCaptureApplication, +# getUserMedia.sharingMenuAudioCaptureScreen, +# getUserMedia.sharingMenuAudioCaptureWindow, +# getUserMedia.sharingMenuAudioCaptureBrowser): +# %S is the website origin (e.g. www.mozilla.org) +getUserMedia.sharingMenuCamera = %S (kamera) +getUserMedia.sharingMenuMicrophone = %S (mikrofons) +getUserMedia.sharingMenuAudioCapture = %S (cilnes audio) +getUserMedia.sharingMenuApplication = %S (lietotne) +getUserMedia.sharingMenuScreen = %S (ekrāns) +getUserMedia.sharingMenuWindow = %S (logs) +getUserMedia.sharingMenuBrowser = %S (cilne) +getUserMedia.sharingMenuCameraMicrophone = %S (kamera un mikrofons) +getUserMedia.sharingMenuCameraMicrophoneApplication = %S (kamera, mikrofons un lietotne) +getUserMedia.sharingMenuCameraMicrophoneScreen = %S (kamera, mikrofons un ekrāns) +getUserMedia.sharingMenuCameraMicrophoneWindow = %S (kamera mikrofons un logs) +getUserMedia.sharingMenuCameraMicrophoneBrowser = %S (kamera, mikrofons un ekrāns) +getUserMedia.sharingMenuCameraAudioCapture = %S (kamera un cilnes audio) +getUserMedia.sharingMenuCameraAudioCaptureApplication = %S (kamera, cilnes audio un lietotnes) +getUserMedia.sharingMenuCameraAudioCaptureScreen = %S (kamera, cilnes audio un ekrāns) +getUserMedia.sharingMenuCameraAudioCaptureWindow = %S (kamera, cilnes audio un logs) +getUserMedia.sharingMenuCameraAudioCaptureBrowser = %S (kamera, cilnes audio un cilne) +getUserMedia.sharingMenuCameraApplication = %S (kamera un lietotnes) +getUserMedia.sharingMenuCameraScreen = %S (kamera un ekrāns) +getUserMedia.sharingMenuCameraWindow = %S (kamera un logs) +getUserMedia.sharingMenuCameraBrowser = %S (kamera un cilnes) +getUserMedia.sharingMenuMicrophoneApplication = %S (mikrofons un lietotne) +getUserMedia.sharingMenuMicrophoneScreen = %S (mikrofons un ekrāns) +getUserMedia.sharingMenuMicrophoneWindow = %S (mikrofons un logs) +getUserMedia.sharingMenuMicrophoneBrowser = %S (mikrofons un ekrāns) +getUserMedia.sharingMenuAudioCaptureApplication = %S (cilnes audio un lietotnes) +getUserMedia.sharingMenuAudioCaptureScreen = %S (cilnes audio un ekrāns) +getUserMedia.sharingMenuAudioCaptureWindow = %S (cilnes audio un logs) +getUserMedia.sharingMenuAudioCaptureBrowser = %S (cilnes audio un cilne) +# LOCALIZATION NOTE(getUserMedia.sharingMenuUnknownHost): this is used for the website +# origin for the sharing menu if no readable origin could be deduced from the URL. +getUserMedia.sharingMenuUnknownHost = Nezināma lapa + +# LOCALIZATION NOTE(emeNotifications.drmContentPlaying.message2): %S is brandShortName. +emeNotifications.drmContentPlaying.message2 = Daži audio un video šajā lapā izmanto DRM, kas var ierobežot ko %S var darīt ar tiem. +emeNotifications.drmContentPlaying.button.label = Konfigurēt... +emeNotifications.drmContentPlaying.button.accesskey = K + +# LOCALIZATION NOTE(emeNotifications.drmContentDisabled.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S will be the 'learn more' link +emeNotifications.drmContentDisabled.message = Jums ir jāaktivizē DRM, lai atskaņotu dažus audio vai video šajā lapā. %S +emeNotifications.drmContentDisabled.button.label = Aktivizēt DRM +emeNotifications.drmContentDisabled.button.accesskey = A +# LOCALIZATION NOTE(emeNotifications.drmContentDisabled.learnMoreLabel): NB: inserted via innerHTML, so please don't use <, > or & in this string. +emeNotifications.drmContentDisabled.learnMoreLabel = Uzzināt vairāk + +# LOCALIZATION NOTE(emeNotifications.drmContentCDMInstalling.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S is brandShortName +emeNotifications.drmContentCDMInstalling.message = %S instalē atjauninājumus, kas nepieciešami audio vai video atskaņošanai šajā lapā. Lūdzu mēģiniet vēlreiz nedaudz vēlāk. + +emeNotifications.unknownDRMSoftware = Nezināms + +# LOCALIZATION NOTE - %S is brandShortName +slowStartup.message = Šķiet %S lēēēēēni… palaižas… \u0020 +slowStartup.helpButton.label = Uzziniet kā to paātrināt +slowStartup.helpButton.accesskey = U +slowStartup.disableNotificationButton.label = Turpmāk vairs neatgādināt +slowStartup.disableNotificationButton.accesskey = a + +# LOCALIZATION NOTE - %S is brandShortName +flashHang.message = %S izmainīja dažus Adobe Flash iestatījumus, lai uzlabotu veiktspēju. +flashHang.helpButton.label = Uzzināt vairāk… +flashHang.helpButton.accesskey = U + +# LOCALIZATION NOTE (customizeMode.tabTitle): %S is brandShortName +customizeMode.tabTitle = Pielāgot %S + +e10s.accessibilityNotice.acceptButton.label = Labi +e10s.accessibilityNotice.acceptButton.accesskey = L + +# LOCALIZATION NOTE (e10s.accessibilityNotice.jawsMessage): %S is brandShortName +e10s.accessibilityNotice.jawsMessage = Cilnes satura attēlošana ir deaktivēta savietojamības problēmu dēļ starp %S un jūsu pieejamības programmatūru. Lūdzu atjauniniet ekrāna lasītāju vai pārejiet uz pagarinātā atbalsta Firefox versiju. + +# LOCALIZATION NOTE (userContextPersonal.label, +# userContextWork.label, +# userContextShopping.label, +# userContextBanking.label, +# userContextNone.label): +# These strings specify the four predefined contexts included in support of the +# Contextual Identity / Containers project. Each context is meant to represent +# the context that the user is in when interacting with the site. Different +# contexts will store cookies and other information from those sites in +# different, isolated locations. You can enable the feature by typing +# about:config in the URL bar and changing privacy.userContext.enabled to true. +# Once enabled, you can open a new tab in a specific context by clicking +# File > New Container Tab > (1 of 4 contexts). Once opened, you will see these +# strings on the right-hand side of the URL bar. +userContextPersonal.label = Personīgais +userContextWork.label = Darba +userContextBanking.label = Finanšu +userContextShopping.label = Iepirkšanās +userContextNone.label = Nav konteinera + +userContextPersonal.accesskey = P +userContextWork.accesskey = W +userContextBanking.accesskey = B +userContextShopping.accesskey = S +userContextNone.accesskey = N + +userContext.aboutPage.label = Pārvaldīt konteinerus +userContext.aboutPage.accesskey = a + +userContextOpenLink.label = Atvērt saiti jaunā %S cilnē + +muteTab.label = Apklusināt cilni +muteTab.accesskey = A +unmuteTab.label = Atjaunot +unmuteTab.accesskey = a +playTab.label = Atskaņot cilni +playTab.accesskey = A + +muteSelectedTabs2.label = Apklusināt cilnes +# LOCALIZATION NOTE (muteSelectedTabs2.accesskey): The accesskey should +# match the accesskey for muteTab.accesskey +muteSelectedTabs2.accesskey = A +unmuteSelectedTabs2.label = Ieslēgt skaņu +# LOCALIZATION NOTE (unmuteSelectedTabs2.accesskey): The accesskey should +# match the accesskey for unmuteTab.accesskey +unmuteSelectedTabs2.accesskey = I +playTabs.label = Atskaņot cilnes +playTabs.accesskey = t + +# LOCALIZATION NOTE (sendTabsToDevice.label): +# Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs sent to the device. +sendTabsToDevice.label = Sūtīt #1 cilne uz ierīci;Sūtīt #1 cilni uz ierīci;Sūtīt #1 cilnes uz ierīci +sendTabsToDevice.accesskey = n + +# LOCALIZATION NOTE (pageAction.sendTabsToDevice.label): +# Semi-colon list of plural forms. +# See: https://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs sent to the device. +pageAction.sendTabsToDevice.label = Sūtīt #1 cilne uz ierīci;Sūtīt #1 cilni uz ierīci;Sūtīt #1 cilnes uz ierīci + +# LOCALIZATION NOTE (pendingCrashReports2.label): Semi-colon list of plural forms +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of pending crash reports +pendingCrashReports2.label = Ir #1 nenosūtīti avārijas ziņojumi;Ir #1 nenosūtīts avārijas ziņojums;Ir #1 nenosūtīti avārijas ziņojumi +pendingCrashReports.viewAll = Skats +pendingCrashReports.send = Nosūtīt +pendingCrashReports.alwaysSend = Vienmēr sūtīt + +decoder.noCodecs.button = Uzziniet kā +decoder.noCodecs.accesskey = L +decoder.noCodecsLinux.message = Lai atskaņotu šo video, jums varētu būt nepieciešams instalēt pieprasītos video saspiedatspiedējus.\u0020 +decoder.noHWAcceleration.message = Lai uzlabotu video kvalitāti, jums iespējams būs jāuzinstalē Microsoft Media Feature Pack. +decoder.noPulseAudio.message = Lai atskaņotu audio, jums var vajadzēt instalēt nepieciešamo PulseAudio programmatūru. +decoder.unsupportedLibavcodec.message = libavcodec var būt nedrošs vai nav atbalstīts, to vajadzētu atjaunināt, lai atskaņotu video. + +decoder.decodeError.message = Atkodējot mēdiju resursu notikusi kļūda. +decoder.decodeError.button = Ziņot par problēmu ar lapu +decoder.decodeError.accesskey = R +decoder.decodeWarning.message = Atkodējot mēdiju resursu notikusi apejama kļūda. + +# LOCALIZATION NOTE (captivePortal.infoMessage3): +# Shown in a notification bar when we detect a captive portal is blocking network access +# and requires the user to log in before browsing. +captivePortal.infoMessage3 = Pieslēdzieties tīklam, lai piekļūtu Internetam. +# LOCALIZATION NOTE (captivePortal.showLoginPage2): +# The label for a button shown in the info bar in all tabs except the login page tab. +# The button shows the portal login page tab when clicked. +captivePortal.showLoginPage2 = Atvērt tīkla pieslēgšanās lapu + +permissions.remove.tooltip = Notīrīt šo atļauju un jautāt vēlreiz + +# LOCALIZATION NOTE (aboutDialog.architecture.*): +# The sixtyFourBit and thirtyTwoBit strings describe the architecture of the +# current Firefox build: 32-bit or 64-bit. These strings are used in parentheses +# between the Firefox version and the "What's new" link in the About dialog, +# e.g.: "48.0.2 (32-bit) <What's new>" or "51.0a1 (2016-09-05) (64-bit)". +aboutDialog.architecture.sixtyFourBit = 64-bitu +aboutDialog.architecture.thirtyTwoBit = 32-bitu + +# LOCALIZATION NOTE (certImminentDistrust.message): +# Shown in the browser console when visiting a website that is trusted today, +# but won't be in the future unless the site operator makes a change. +certImminentDistrust.message = Šajā lapā izmantotais drošības sertifikāts netiks uzskatīts par uzticamu nākotnē. Papildus informācija pieejama https://wiki.mozilla.org/CA/Upcoming_Distrust_Actions + +midi.Allow.label = Atļaut +midi.Allow.accesskey = A +midi.DontAllow.label = Neatļaut +midi.DontAllow.accesskey = N +midi.remember=Atcerēties šo izvēli +midi.shareWithFile.message = Vai atļausiet šim lokālajam failam piekļūt jūsu MIDI ierīcei? +# LOCALIZATION NOTE (midi.shareWithSite.message): %S is the name of the site URL (https://...) requesting MIDI access +midi.shareWithSite.message = Vai atļausit %S piekļūt jūsu MIDI ierīcei? +midi.shareSysexWithFile.message = Vai atļausiet šim lokālajam failam piekļūt jūsu MIDI ierīcei un sūtīt/saņemt SysEx ziņojumus? +# LOCALIZATION NOTE (midi.shareSysexWithSite.message): %S is the name of the site URL (https://...) requesting MIDI access +midi.shareSysexWithSite.message = Vai atļausiet %S piekļūt jūsu MIDI ierīcei un sūtīt/saņemt SysEx ziņojumus? + +# LOCALIZATION NOTE (panel.back): +# This is used by screen readers to label the "back" button in various browser +# popup panels, including the sliding subviews of the main menu. +panel.back = Atpakaļ + + + +confirmationHint.sendToDevice.label = Nosūtīts! +confirmationHint.copyURL.label = Nokopēts starpliktuvē! +confirmationHint.pageBookmarked.label = Saglabāta bibliotēkā! +confirmationHint.addSearchEngine.label = Meklētājs ir pievienots! + +# LOCALIZATION NOTE (livebookmarkMigration.title): +# Used by the export of user's live bookmarks to an OPML file as a title for the file. +# %S will be replaced with brandShortName +livebookmarkMigration.title = %S Dzīvās grāmatzīmes + diff --git a/l10n-lv/browser/chrome/browser/customizableui/customizableWidgets.properties b/l10n-lv/browser/chrome/browser/customizableui/customizableWidgets.properties new file mode 100644 index 0000000000..82aa4f8ce0 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/customizableui/customizableWidgets.properties @@ -0,0 +1,97 @@ +# 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/. + +history-panelmenu.label = Vēsture +# LOCALIZATION NOTE(history-panelmenu.tooltiptext2): %S is the keyboard shortcut +history-panelmenu.tooltiptext2 = Parādīt vēsturi (%S) + +remotetabs-panelmenu.label = Sinhronizētās cilnes +remotetabs-panelmenu.tooltiptext2 = Parādīt cilnes no citām ierīcēm + +privatebrowsing-button.label = Jauns privātais logs +# LOCALIZATION NOTE(privatebrowsing-button.tooltiptext): %S is the keyboard shortcut +privatebrowsing-button.tooltiptext = Atver jaunu privātās pārlūkošanas logu (%S) + +save-page-button.label = Saglabāt lapu +# LOCALIZATION NOTE(save-page-button.tooltiptext3): %S is the keyboard shortcut +save-page-button.tooltiptext3 = Saglabā šo lapu (%S) + +find-button.label = Meklēt +# LOCALIZATION NOTE(find-button.tooltiptext3): %S is the keyboard shortcut. +find-button.tooltiptext3 = Meklēt šajā lapā (%S) + +open-file-button.label = Atvērt failu +# LOCALIZATION NOTE (open-file-button.tooltiptext3): %S is the keyboard shortcut. +open-file-button.tooltiptext3 = Atvērt failu (%S) + +developer-button.label = Izstrādātāju rīki +# LOCALIZATION NOTE(developer-button.tooltiptext): %S is the keyboard shortcut +developer-button.tooltiptext2 = Atvērt izstrādātāju rīkus (%S) + +sidebar-button.label = Sānu joslas +sidebar-button.tooltiptext2 = Rādīt sānu joslas + +add-ons-button.label = Papildinājumi +# LOCALIZATION NOTE(add-ons-button.tooltiptext3): %S is the keyboard shortcut +add-ons-button.tooltiptext3 = Pārvaldīt papildinājumus (%S) + +preferences-button.label = Iestatījumi +preferences-button.tooltiptext2 = Atver iestatījumus +preferences-button.tooltiptext.withshortcut = Atver iestatījumus (%S) +# LOCALIZATION NOTE (preferences-button.labelWin): Windows-only label for Options +preferences-button.labelWin = Iestatījumi +# LOCALIZATION NOTE (preferences-button.tooltipWin): Windows-only tooltip for Options +preferences-button.tooltipWin2 = Atver iestatījumus + +zoom-controls.label = Pietuvinājuma rīki +zoom-controls.tooltiptext2 = Pietuvinājuma rīki + +zoom-out-button.label = Attālināt +# LOCALIZATION NOTE(zoom-out-button.tooltiptext2): %S is the keyboard shortcut. +zoom-out-button.tooltiptext2 = Attālināt (%S) + +# LOCALIZATION NOTE(zoom-reset-button.tooltiptext2): %S is the keyboard shortcut. +zoom-reset-button.tooltiptext2 = Atjaunot noklusēto pietuvinājumu (%S) + +zoom-in-button.label = Pietuvināt +# LOCALIZATION NOTE(zoom-in-button.tooltiptext2): %S is the keyboard shortcut. +zoom-in-button.tooltiptext2 = Pietuvināt (%S) + +edit-controls.label = Rediģēt kontroles +edit-controls.tooltiptext2 = Rediģēt kontroles + +cut-button.label = Izgriezt +# LOCALIZATION NOTE(cut-button.tooltiptext2): %S is the keyboard shortcut. +cut-button.tooltiptext2 = Izgriezt (%S) + +copy-button.label = Kopēt +# LOCALIZATION NOTE(copy-button.tooltiptext2): %S is the keyboard shortcut. +copy-button.tooltiptext2 = Kopēt (%S) + +paste-button.label = Ielīmēt +# LOCALIZATION NOTE(paste-button.tooltiptext2): %S is the keyboard shortcut. +paste-button.tooltiptext2 = Ielīmēt (%S) + +# LOCALIZATION NOTE (characterencoding-button2.label): The \u00ad text at the beginning +# of the string is used to disable auto hyphenation on the button text when it is displayed +# in the menu panel. +characterencoding-button2.label = Teksta kodējums +characterencoding-button2.tooltiptext = Rādīt teksta ievades iespējas + +email-link-button.label = Nosūtīt saiti +email-link-button.tooltiptext3 = Nosūtīt saiti epastā + +# LOCALIZATION NOTE(quit-button.tooltiptext.linux2): %1$S is the brand name (e.g. Firefox), +# %2$S is the keyboard shortcut +quit-button.tooltiptext.linux2 = Aizvērt %1$S (%2$S) +# LOCALIZATION NOTE(quit-button.tooltiptext.mac): %1$S is the brand name (e.g. Firefox), +# %2$S is the keyboard shortcut +quit-button.tooltiptext.mac = Aizvērt %1$S (%2$S) + +panic-button.label = Aizmirst +panic-button.tooltiptext = Aizmirst daļu pārlūkošanas vēstures + +toolbarspring.label = Elastīga atstarpe +toolbarseparator.label = Atdalītājs +toolbarspacer.label = Atstarpe diff --git a/l10n-lv/browser/chrome/browser/downloads/downloads.properties b/l10n-lv/browser/chrome/browser/downloads/downloads.properties new file mode 100644 index 0000000000..7a99b6803f --- /dev/null +++ b/l10n-lv/browser/chrome/browser/downloads/downloads.properties @@ -0,0 +1,99 @@ +# 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 (stateStarting): +# Indicates that the download is starting. +stateStarting=Uzsāk… +# LOCALIZATION NOTE (stateFailed): +# Indicates that the download failed because of an error. +stateFailed=Neizdevās +# LOCALIZATION NOTE (statePaused): +# Indicates that the download was paused by the user. +statePaused=Apturēta +# LOCALIZATION NOTE (stateCanceled): +# Indicates that the download was canceled by the user. +stateCanceled=Atcelta +# LOCALIZATION NOTE (stateCompleted): +# Indicates that the download was completed. +stateCompleted=Pabeigta +# LOCALIZATION NOTE (stateBlockedParentalControls): +# Indicates that the download was blocked by the Parental Controls feature of +# Windows. "Parental Controls" should be consistently named and capitalized +# with the display of this feature in Windows. The following article can +# provide a reference for the translation of "Parental Controls" in various +# languages: +# http://windows.microsoft.com/en-US/windows-vista/Set-up-Parental-Controls +stateBlockedParentalControls=Bloķējis vecāku kontroles rīks + +# LOCALIZATION NOTE (blockedMalware, blockedPotentiallyUnwanted, +# blockedUncommon2): +# These strings are shown in the panel for some types of blocked downloads, and +# are immediately followed by the "Learn More" link, thus they must end with a +# period. You may need to adjust "downloadDetails.width" in "downloads.dtd" if +# this turns out to be longer than the other existing status strings. +# Note: These strings don't exist in the UI yet. See bug 1053890. +blockedMalware=Šajāfairā ir vīruss vai kaitnieciska programma. +blockedPotentiallyUnwanted=Šis fails var kaitēt jūsu datoram. +blockedUncommon2=Šis fails parasti netiek lejupielādēts. + +# LOCALIZATION NOTE (fileMovedOrMissing): +# Displayed when a complete download which is not at the original folder. +fileMovedOrMissing=Fails nav atrodams + +# LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen, +# unblockTypeMalware, unblockTypePotentiallyUnwanted2, +# unblockTypeUncommon2, unblockTip2, unblockButtonOpen, +# unblockButtonUnblock, unblockButtonConfirmBlock): +# These strings are displayed in the dialog shown when the user asks a blocked +# download to be unblocked. The severity of the threat is expressed in +# descending order by the unblockType strings, it is higher for files detected +# as malware and lower for uncommon downloads. +unblockHeaderUnblock=Vai tiešām vēlaties atļaut šo lejupielādi? +unblockHeaderOpen=Vai tiešām vēlaties atvērt šo failu? +unblockTypeMalware=Šajāfailāir vīruss vai kāda cita kaitnieciska programma, kas kaitēs jūsu datoram. +unblockTypePotentiallyUnwanted2=Iespējams šajā failā, izliekoties par noderīgu lejupielādi, slēpjas iestatījumu un programmu izmaiņas. +unblockTypeUncommon2=Parasti šādus failus nelejupielādē un to atvērt var nebūt droši. Tajā var būt vīrusi vai negaidītas jūsu sistēmas un programmu konfigurācijas izmaiņas. +unblockTip2=Varat mēģināt atrast šo failu citā vietā vai lejupielādēt vēlreiz nedaudz vēlāk. +unblockButtonOpen=Atvērt +unblockButtonUnblock=Atļaut lejupielādi +unblockButtonConfirmBlock=Aizvākt failu + +# LOCALIZATION NOTE (sizeWithUnits): +# %1$S is replaced with the size number, and %2$S with the measurement unit. +sizeWithUnits=%1$S %2$S +sizeUnknown=Nezināms izmērs + +# LOCALIZATION NOTE (statusSeparator, statusSeparatorBeforeNumber): +# These strings define templates for the separation of different elements in the +# status line of a download item. As a separator, by default we use the Unicode +# character U+2014 'EM DASH' (long dash). Examples of status lines include +# "Canceled - 222.net", "1.1 MB - website2.com", or "Paused - 1.1 MB". Note +# that we use a wider space after the separator when it is followed by a number, +# just to avoid visually confusing it with with a minus sign with some fonts. +# If you use a different separator, this might not be necessary. However, there +# is usually no need to change the separator or the order of the substitutions, +# even for right-to-left languages, unless the defaults are not suitable. +statusSeparator=%1$S — %2$S +statusSeparatorBeforeNumber=%1$S — %2$S + +# LOCALIZATION NOTE (otherDownloads3): +# This is displayed in an item at the bottom of the Downloads Panel when +# there are more downloads than can fit in the list in the panel. Use a +# semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/Localization_and_Plurals +otherDownloads3=%1$S failu lejupielāde;%1$S faila lejupielāde;%1$S failu lejupielāde + +# LOCALIZATION NOTE (showLabel, showMacLabel): +# This is displayed when you hover a download item in the Library widget view. +# showMacLabel is only shown on Mac OSX. +showLabel=Atvērt mapi +showMacLabel=Atvērt ar Finder +# LOCALIZATION NOTE (openFileLabel): +# Displayed when hovering a complete download, indicates that it's possible to +# open the file using an app available in the system. +openFileLabel=Atvērt failu +# LOCALIZATION NOTE (retryLabel): +# Displayed when hovering a download which is able to be retried by users, +# indicates that it's possible to download this file again. +retryLabel=Mēģināt vēlreiz lejupielādēt diff --git a/l10n-lv/browser/chrome/browser/feeds/subscribe.properties b/l10n-lv/browser/chrome/browser/feeds/subscribe.properties new file mode 100644 index 0000000000..bfa85f5eae --- /dev/null +++ b/l10n-lv/browser/chrome/browser/feeds/subscribe.properties @@ -0,0 +1,10 @@ +# 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 (addProtocolHandlerMessage): +# Message displayed when adding a protocol handler: +# %1$S is the application's domain, %2$S is the type of protocol +addProtocolHandlerMessage=Pievienot “%1$S” kā programmu %2$S tipa saitēm? +addProtocolHandlerAddButton=Pievienot programmu +addProtocolHandlerAddButtonAccesskey=v diff --git a/l10n-lv/browser/chrome/browser/migration/migration.dtd b/l10n-lv/browser/chrome/browser/migration/migration.dtd new file mode 100644 index 0000000000..29be2dc15d --- /dev/null +++ b/l10n-lv/browser/chrome/browser/migration/migration.dtd @@ -0,0 +1,49 @@ +<!-- 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/. --> + + +<!ENTITY migrationWizard.title "Importēšanas vednis"> + +<!ENTITY importFrom.label "Importēt iestatījumus, grāmatzīmes, vēsturi, paroles un citus datus no:"> +<!ENTITY importFromUnix.label "Importēt iestatījumus, grāmatzīmes, vēsturi, paroles un citus datus no:"> + +<!ENTITY importFromIE.label "Microsoft Internet Explorer"> +<!ENTITY importFromIE.accesskey "M"> +<!ENTITY importFromEdge.label "Microsoft Edge"> +<!ENTITY importFromEdge.accesskey "E"> +<!ENTITY importFromNothing.label "Neimportēt neko"> +<!ENTITY importFromNothing.accesskey "N"> +<!ENTITY importFromSafari.label "Safari"> +<!ENTITY importFromSafari.accesskey "S"> +<!ENTITY importFromCanary.label "Chrome Canary"> +<!ENTITY importFromCanary.accesskey "n"> +<!ENTITY importFromChrome.label "Chrome"> +<!ENTITY importFromChrome.accesskey "C"> +<!ENTITY importFromChromeBeta.label "Chrome Beta"> +<!ENTITY importFromChromeBeta.accesskey "B"> +<!ENTITY importFromChromeDev.label "Chrome Dev"> +<!ENTITY importFromChromeDev.accesskey "D"> +<!ENTITY importFromChromium.label "Chromium"> +<!ENTITY importFromChromium.accesskey "u"> +<!ENTITY importFromFirefox.label "Firefox"> +<!ENTITY importFromFirefox.accesskey "x"> +<!ENTITY importFrom360se.label "360 Drošs pārlūks"> +<!ENTITY importFrom360se.accesskey "3"> + +<!ENTITY noMigrationSources.label "Nav atrasta neviena programma, no kuras importēt grāmatzīmes, vēsturi vai paroļu informāciju."> + +<!ENTITY importSource.title "Importēt iestatījumus un datus"> +<!ENTITY importItems.title "Importējamie elementi"> +<!ENTITY importItems.label "Izvēlieties importējamos elementus:"> + +<!ENTITY migrating.title "Notiek importēšana..."> +<!ENTITY migrating.label "Tiek importēti izvēlētie elementi..."> + +<!ENTITY selectProfile.title "Izvēlieties profilu"> +<!ENTITY selectProfile.label "Datus var importēt no šiem profiliem:"> + +<!ENTITY done.title "Importēšana ir pabeigta"> +<!ENTITY done.label "Tika sekmīgi importēti:"> + +<!ENTITY closeSourceBrowser.label "Lūdzu pārliecinieties ka izvēlētais pārlūks ir aizvērts pirms turpināt."> diff --git a/l10n-lv/browser/chrome/browser/migration/migration.properties b/l10n-lv/browser/chrome/browser/migration/migration.properties new file mode 100644 index 0000000000..3c60c10482 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/migration/migration.properties @@ -0,0 +1,75 @@ +# 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/. + +profileName_format=%S %S + +# Browser Specific +sourceNameIE=Internet Explorer +sourceNameEdge=Microsoft Edge +sourceNameSafari=Safari +sourceNameCanary=Google Chrome Canary +sourceNameChrome=Google Chrome +sourceNameChromeBeta=Google Chrome Beta +sourceNameChromeDev=Google Chrome Dev +sourceNameChromium=Chromium +sourceNameFirefox=Mozilla Firefox +sourceName360se=360 Drošs pārlūks + +importedBookmarksFolder=No %S + +importedSafariReadingList=Lasāmo lietu saraksts (No Safari) +importedEdgeReadingList=Lasāmo lietu saraksts (No Edge) + +# Import Sources +# Note: When adding an import source for profile reset, add the string name to +# resetProfile.js if it should be listed in the reset dialog. +1_ie=Interneta iestatījumi +1_edge=Iestatījumi +1_safari=Iestatījumi +1_chrome=Iestatījumi +1_360se=Iestatījumi + +2_ie=Sīkdatnes +2_edge=Sīkdatnes +2_safari=Sīkdatnes +2_chrome=Sīkdatnes +2_firefox=Sīkdatnes +2_360se=Sīkdatnes + +4_ie=Pārlūkošanas vēsture +4_edge=Pārlūkošanas vēsture +4_safari=Pārlūkošanas vēsture +4_chrome=Pārlūkošanas vēsture +4_firefox_history_and_bookmarks=Pārlūkošanas vēsture un grāmatzīmes +4_360se=Pārlūkošanas vēsture + +8_ie=Saglabātā formu vēsture +8_edge=Saglabātā formu vēsture +8_safari=Saglabātā formu vēsture +8_chrome=Saglabātā formu vēsture +8_firefox=Saglabātā formu vēsture +8_360se=Saglabātā formu vēsture + +16_ie=Saglabātās paroles +16_edge=Saglabātās paroles +16_safari=Saglabātās paroles +16_chrome=Saglabātās paroles +16_firefox=Saglabātās paroles +16_360se=Saglabātās paroles + +32_ie=Izlases +32_edge=Izlases +32_safari=Grāmatzīmes +32_chrome=Grāmatzīmes +32_360se=Grāmatzīmes + +64_ie=Citi dati +64_edge=Citi dati +64_safari=Citi dati +64_chrome=Citi dati +64_firefox_other=Citi dati +64_360se=Citi dati + +128_firefox=Logus un cilnes + diff --git a/l10n-lv/browser/chrome/browser/newInstall.dtd b/l10n-lv/browser/chrome/browser/newInstall.dtd new file mode 100644 index 0000000000..5a4cb51ccf --- /dev/null +++ b/l10n-lv/browser/chrome/browser/newInstall.dtd @@ -0,0 +1,11 @@ +<!-- 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: For this feature, "installation" is used to mean "this + discrete download of Firefox" and "version" is used to mean "the specific + revision number of a given Firefox channel". These terms are not synonymous. +--> + +<!ENTITY continue-button "Turpināt"> + diff --git a/l10n-lv/browser/chrome/browser/places/bookmarkProperties.properties b/l10n-lv/browser/chrome/browser/places/bookmarkProperties.properties new file mode 100644 index 0000000000..b68e4902d0 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/places/bookmarkProperties.properties @@ -0,0 +1,16 @@ +# 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/. + +dialogAcceptLabelAddItem=Pievienot +dialogAcceptLabelSaveItem=Saglabāt +dialogAcceptLabelAddMulti=Pievienot grāmatzīmes +dialogAcceptLabelEdit=Saglabāt izmaiņas +dialogTitleAddBookmark=Pievienot grāmatzīmi +dialogTitleAddFolder=Pievienot mapi +dialogTitleAddMulti=Saglabāt visas cilnes +dialogTitleEdit="%S" iestatījumi + +bookmarkAllTabsDefault=[Mapes nosaukums] +newFolderDefault=Jauna mape +newBookmarkDefault=Jauna grāmatzīme diff --git a/l10n-lv/browser/chrome/browser/places/places.dtd b/l10n-lv/browser/chrome/browser/places/places.dtd new file mode 100644 index 0000000000..157344ca20 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/places/places.dtd @@ -0,0 +1,63 @@ +<!-- 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 (places.library.title): use "Library", "Archive" or "Repository" --> +<!ENTITY places.library.title "Bibliotēka"> +<!ENTITY places.library.width "700"> +<!ENTITY places.library.height "500"> +<!ENTITY organize.label "Organizēt"> +<!ENTITY organize.accesskey "O"> +<!ENTITY organize.tooltip "Organizēt grāmatzīmes"> + +<!ENTITY file.close.label "Aizvērt"> +<!ENTITY file.close.accesskey "z"> +<!ENTITY cmd.close.key "w"> +<!ENTITY views.label "Skati"> +<!ENTITY views.accesskey "S"> +<!ENTITY views.tooltip "Izmainiet skatus"> +<!ENTITY view.columns.label "Rādīt kolonas"> +<!ENTITY view.columns.accesskey "k"> +<!ENTITY view.sort.label "Kārtot"> +<!ENTITY view.sort.accesskey "K"> +<!ENTITY view.unsorted.label "Nekārtots"> +<!ENTITY view.unsorted.accesskey "N"> +<!ENTITY view.sortAscending.label "A > Z kārtība"> +<!ENTITY view.sortAscending.accesskey "A"> +<!ENTITY view.sortDescending.label "Z > A kārtība"> +<!ENTITY view.sortDescending.accesskey "Z"> + +<!ENTITY importBookmarksFromHTML.label "Importēt grāmatzīmes no HTML…"> +<!ENTITY importBookmarksFromHTML.accesskey "I"> +<!ENTITY exportBookmarksToHTML.label "Eksportēt grāmatzīmes uz HTML…"> +<!ENTITY exportBookmarksToHTML.accesskey "E"> +<!ENTITY importOtherBrowser.label "Importēt datus no cita pārlūka…"> +<!ENTITY importOtherBrowser.accesskey "a"> + +<!ENTITY cmd.backup.label "Izveidot rezerves kopiju..."> +<!ENTITY cmd.backup.accesskey "I"> +<!ENTITY cmd.restore2.label "Atjaunot"> +<!ENTITY cmd.restore2.accesskey "A"> +<!ENTITY cmd.restoreFromFile.label "Izvēlēties failu..."> +<!ENTITY cmd.restoreFromFile.accesskey "I"> + +<!ENTITY col.name.label "Nosaukums"> +<!ENTITY col.tags.label "Birkas"> +<!ENTITY col.url.label "Adrese"> +<!ENTITY col.mostrecentvisit.label "Pēdējais apmeklējums"> +<!ENTITY col.visitcount.label "Apmeklējumu skaits"> +<!ENTITY col.dateadded.label "Pievienota"> +<!ENTITY col.lastmodified.label "Pēdējo reizi labota"> + +<!ENTITY cmd.find.key "f"> + +<!ENTITY maintenance.label "Importēšana un rezerves kopēšana"> +<!ENTITY maintenance.accesskey "I"> +<!ENTITY maintenance.tooltip "Grāmatzīmju importēšana un rezerves kopēšana"> + +<!ENTITY backButton.tooltip "Iet atpakaļ"> + +<!ENTITY forwardButton.tooltip "Iet uz priekšu"> + +<!ENTITY detailsPane.selectAnItemText.description "Izvēlieties elementu, ko aplūkot vai rediģēt"> + diff --git a/l10n-lv/browser/chrome/browser/places/places.properties b/l10n-lv/browser/chrome/browser/places/places.properties new file mode 100644 index 0000000000..fa5dae77c4 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/places/places.properties @@ -0,0 +1,75 @@ +# 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/. + +load-js-data-url-error=Drošības apsvērumu dēļ, javascript vai datu URL nevar ielādēt no vēstures loga vai sānu joslas. +noTitle=(bez virsraksta) + +bookmarksMenuEmptyFolder=(Tukšs) + +bookmarksBackupTitle=Grāmatzīmju rezerves kopijas faila nosaukums + +bookmarksRestoreAlertTitle=Atjaunot grāmatzīmes +bookmarksRestoreAlert=Jūsu pašreizējās grāmatzīmes aizvietos rezerves kopija. Vai tiešām vēlaties to izdarīt? +bookmarksRestoreTitle=Izvēlieties grāmatzīmju rezerves kopiju +bookmarksRestoreFilterName=JSON + +bookmarksRestoreFormatError=Neatbalstīts faila tips. +bookmarksRestoreParseError=Nevar apstrādāt grāmatzīmju rezerves kopijas failu. + +# LOCALIZATION NOTE (view.sortBy.1.name.label): sortBy properties are versioned. +# When any of these changes, all of the properties must be bumped, and the +# change must be annotated here. Both label and accesskey must be updated. +# - version 1: changed view.sortBy.1.date. +view.sortBy.1.name.label=Kārtot pēc nosaukuma +view.sortBy.1.name.accesskey=n +view.sortBy.1.url.label=Kārtot pēc vietas +view.sortBy.1.url.accesskey=v +view.sortBy.1.date.label=Kārtot pēc apmeklējuma laika +view.sortBy.1.date.accesskey=a +view.sortBy.1.visitCount.label=Kārtot pēc apmeklējumu skaita +view.sortBy.1.visitCount.accesskey=s +view.sortBy.1.dateAdded.label=Kārtot pēc pievienošanas +view.sortBy.1.dateAdded.accesskey=c +view.sortBy.1.lastModified.label=Kārtot pēc izmaiņu datuma +view.sortBy.1.lastModified.accesskey=i +view.sortBy.1.tags.label=Kārtot pēc birkām +view.sortBy.1.tags.accesskey=b + +searchBookmarks=Meklēt grāmatzīmes +searchHistory=Meklēt vēsturē +searchDownloads=Meklēt lejupielādēs + +SelectImport=Importēt grāmatzīmju failu +EnterExport=Eksportēt grāmatzīmju failu + +detailsPane.noItems=Nav nevienas vienības +# LOCALIZATION NOTE (detailsPane.itemsCountLabel): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 number of items +# example: 111 items +detailsPane.itemsCountLabel=#1 vienības;#1 vienība;#1 vienības + + +# LOCALIZATION NOTE (lockPrompt.text) +# %S will be replaced with the application name. +lockPrompt.title=Pārlūka ielādes kļūda +lockPrompt.text=Grāmatzīmju un pārlūkošanas vēstures funkcijas nebūs pieejamas, jo %S failus izmanto kāda cita programma. Dažas drošības programmas var radīt šo problēmu. +lockPromptInfoButton.label=Uzzināt vairāk +lockPromptInfoButton.accessKey=U + +# LOCALIZATION NOTE (cmd.deleteSinglePage.accesskey, +# cmd.deleteMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.deleteSinglePage.label=Dzēst lapu +cmd.deleteSinglePage.accesskey=D +cmd.deleteMultiplePages.label=Dzēst lapas +cmd.deleteMultiplePages.accesskey=D + +# LOCALIZATION NOTE (cmd.bookmarkSinglePage.accesskey, +# cmd.bookmarkMultiplePages.accesskey): these accesskeys can use the same +# character, since they're never displayed at the same time +cmd.bookmarkSinglePage.label=Saglabāta grāmatzīmēs +cmd.bookmarkSinglePage.accesskey=G +cmd.bookmarkMultiplePages.label=Saglabāta grāmatzīmēs +cmd.bookmarkMultiplePages.accesskey=G diff --git a/l10n-lv/browser/chrome/browser/pocket.properties b/l10n-lv/browser/chrome/browser/pocket.properties new file mode 100644 index 0000000000..ca84a56511 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/pocket.properties @@ -0,0 +1,31 @@ +# 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/. + +addtags = Pievienot birkas +alreadyhaveacct = Jau lietojat Pocket? +errorgeneric = Kļūda saglabājot Pocket. +learnmore = Uzzināt vairāk +loginnow = Pieslēgties +maxtaglength = Birkas nevar būt garākas par 25 simboliem +onlylinkssaved = Saglabāt var tikai saites +pagenotsaved = Lapa nav saglabāta +pageremoved = Lapa ir aizvākta +pagesaved = Saglabāt Pocket +processingremove = Aizvāc lapu… +processingtags = Pievieno birkas… +removepage = Izņemt lapu +save = Saglabāt +saving = Saglabā… +signupemail = Pierakstīties ar epastu +signuptosave = Pierakstīties Pocket. Tas ir bez maksas. +suggestedtags = Ieteiktās birkas +tagline = Saglabājiet Firefox rakstu vai video, lai skatītos to ar Pocket jebkurā ierīcē un jebkurā laikā. +taglinestory_one = Klikšķiniet uz Pocket pogas, lai saglabātu Firefox rakstus, video vai lapas. +taglinestory_two = Skatiet ar Pocket jebkurā ierīcē un jebkurā laikā. +tagssaved = Birkas pievienotas +tos = Turpinot, tu piekrīti Pocket <a href="%1$S" target="_blank">Noteikumiem</a> un <a href="%2$S" target="_blank">Privātuma politikai</a> +tryitnow = Izmēģini tagad +signupfirefox = Pierakstīties ar Firefox +viewlist = Skatījumu saraksts + diff --git a/l10n-lv/browser/chrome/browser/safebrowsing/safebrowsing.properties b/l10n-lv/browser/chrome/browser/safebrowsing/safebrowsing.properties new file mode 100644 index 0000000000..0f0aeedc33 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/safebrowsing/safebrowsing.properties @@ -0,0 +1,6 @@ +# 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/. + +errorReportFalseDeceptiveTitle=Šī nav maldinoša lapa +errorReportFalseDeceptiveMessage=Šobrīd nav iespējams ziņot par šo kļūdu. diff --git a/l10n-lv/browser/chrome/browser/search.properties b/l10n-lv/browser/chrome/browser/search.properties new file mode 100644 index 0000000000..9bc2d52198 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/search.properties @@ -0,0 +1,45 @@ +# 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/. + +searchtip=Meklēt, izmantojot %S + +# LOCALIZATION NOTE (searchHeader): this is displayed at the top of the panel +# showing search suggestions. +# %S is replaced with the name of the current default search engine. +searchHeader=%S meklēšana + +# LOCALIZATION NOTE (cmd_pasteAndSearch): "Search" is a verb, this is the +# search bar equivalent to the url bar's "Paste & Go" +cmd_pasteAndSearch=Ievietot un meklēt + +cmd_clearHistory=Dzēst meklēšanas vēsturi +cmd_clearHistory_accesskey=M + +# LOCALIZATION NOTE (cmd_addFoundEngine): %S is replaced by the name of +# a search engine offered by a web page. Each engine is displayed as a +# menuitem at the bottom of the search panel. +cmd_addFoundEngine=Pievienot "%S" +# LOCALIZATION NOTE (cmd_addFoundEngineMenu): When more than 5 engines +# are offered by a web page, instead of listing all of them in the +# search panel using the cmd_addFoundEngine string, they will be +# grouped in a submenu using cmd_addFoundEngineMenu as a label. +cmd_addFoundEngineMenu=Pievienot meklētāju + +searchAddFoundEngine2=Pievienot meklētāju + +# LOCALIZATION NOTE (searchForSomethingWith2): +# This string is used to build the header above the list of one-click +# search providers: "Search for <user-typed string> with:" +searchForSomethingWith2=Meklēšana ar %S: + +# LOCALIZATION NOTE (searchWithHeader): +# The wording of this string should be as close as possible to +# searchForSomethingWith2. This string will be used when the user +# has not typed anything. +searchWithHeader=Meklēt ar: + +# LOCALIZATION NOTE (searchSettings): +# This is the label for the button that opens Search preferences. +searchSettings=Mainīt meklēšanas iestatījumus + diff --git a/l10n-lv/browser/chrome/browser/shellservice.properties b/l10n-lv/browser/chrome/browser/shellservice.properties new file mode 100644 index 0000000000..61375c7c0a --- /dev/null +++ b/l10n-lv/browser/chrome/browser/shellservice.properties @@ -0,0 +1,28 @@ +# 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 (setDefaultBrowserMessage2, setDefaultBrowserConfirm.label): +# %S will be replaced by brandShortName +setDefaultBrowserMessage2 = Iegūstiet vairāk no %S padarot to par savu noklusēto pārlūku +setDefaultBrowserConfirm.label = Izmantot %S kā noklusēto pārlūku +setDefaultBrowserConfirm.accesskey = u +setDefaultBrowserOptions.label = Iestatījumi +setDefaultBrowserOptions.accesskey = I +setDefaultBrowserNotNow.label = Ne tagad +setDefaultBrowserNotNow.accesskey = N +setDefaultBrowserNever.label = Vairs nejautāt +setDefaultBrowserNever.accesskey = V + +# LOCALIZATION NOTE (setDefaultBrowserTitle, setDefaultBrowserMessage, setDefaultBrowserDontAsk, setDefaultBrowserAlertConfirm.label, setDefaultBrowserAlertNotNow.label): +# These strings are used as an alternative to the ones above, in a modal dialog. +# %S will be replaced by brandShortName +setDefaultBrowserTitle=Noklusētais pārlūks +setDefaultBrowserMessage=%S šobrīd nav noklusētais pārlūks. Vai vēlaties, lai tas būtu noklusētais pārlūks? +setDefaultBrowserDontAsk=Vienmēr veikt šo pārbaudi palaižot %S. +setDefaultBrowserAlertConfirm.label=Izmantot %S kā noklusēto pārlūku +setDefaultBrowserAlertNotNow.label=&Ne tagad + +desktopBackgroundLeafNameWin=Darbvirsmas fons.bmp +DesktopBackgroundDownloading=Saglabā attēlu... +DesktopBackgroundSet=Uzlikt darbvirsmas fonu diff --git a/l10n-lv/browser/chrome/browser/siteData.properties b/l10n-lv/browser/chrome/browser/siteData.properties new file mode 100644 index 0000000000..1ab16021a6 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/siteData.properties @@ -0,0 +1,8 @@ +# 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/. + +clearSiteDataPromptTitle=Notīrīt visus sīkfailus un vietņu datus +# LOCALIZATION NOTE (clearSiteDataPromptText): %S = brandShortName +clearSiteDataPromptText=Izvēloties ‘Iztīrīt’ tiks nodzēsti visi sīkfaili un %S saglabātie dati. Tas var pārtraukt jūsu pierakstu lapā un aizvākt datus, kas saglabāti izmantošanai nesaistē. +clearSiteDataNow=Notīrīt tagad diff --git a/l10n-lv/browser/chrome/browser/sitePermissions.properties b/l10n-lv/browser/chrome/browser/sitePermissions.properties new file mode 100644 index 0000000000..0a7f6ce416 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/sitePermissions.properties @@ -0,0 +1,43 @@ +# 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 = Atļauts +state.current.allowedForSession = Atļauts šai sesijai +state.current.allowedTemporarily = Atļauts īslaicīgi +state.current.blockedTemporarily = Bloķēts īslaicīgi +state.current.blocked = Bloķēts +state.current.prompt = Vienmēr jautāt + +# LOCALIZATION NOTE (state.multichoice.alwaysAsk, +# state.multichoice.allow, +# state.multichoice.allowForSession, +# state.multichoice.block): +# Used to label permission state checkboxes in the page info dialog. +state.multichoice.alwaysAsk = Vienmēr jautāt +state.multichoice.allow = Atļaut +state.multichoice.allowForSession = Atļaut šai sesijai +state.multichoice.block = Bloķēt + +permission.cookie.label = Saglabāt sīkdatnes +permission.desktop-notification3.label = Sūtīt paziņojumus +permission.camera.label = Izmantot kameru +permission.microphone.label = Izmantot mikrofonu +permission.screen.label = Koplietot ekrānu +permission.install.label = Instalēt papildinājumus +permission.popup.label = Atvērt jaunus logus +permission.geo.label = Piekļūt jūsu atrašanās vietai +permission.shortcuts.label = Pārrakstīt tastatūras saīsnes +permission.focus-tab-by-prompt.label = Pāriet uz cilni +permission.persistent-storage.label = Glabāt datus pastāvīgajā krātuvē +permission.canvas.label = Izgūt canvas datus +permission.midi.label = Piekļuve MIDI ierīcēm +permission.midi-sysex.label = Piekļuve MIDI ierīcēm ar SysEx atbalstu diff --git a/l10n-lv/browser/chrome/browser/syncBrand.dtd b/l10n-lv/browser/chrome/browser/syncBrand.dtd new file mode 100644 index 0000000000..0095071aab --- /dev/null +++ b/l10n-lv/browser/chrome/browser/syncBrand.dtd @@ -0,0 +1,6 @@ +<!-- 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/. --> + +<!ENTITY syncBrand.shortName.label "Sync"> +<!ENTITY syncBrand.fxAccount.label "Firefox konts"> diff --git a/l10n-lv/browser/chrome/browser/syncSetup.properties b/l10n-lv/browser/chrome/browser/syncSetup.properties new file mode 100644 index 0000000000..a5b3a4c3af --- /dev/null +++ b/l10n-lv/browser/chrome/browser/syncSetup.properties @@ -0,0 +1,14 @@ +# 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/. + +# Several other strings are used (via Weave.Status.login), but they come from +# /services/sync + +# Firefox Accounts based setup. +continue.label = Turpināt + +relinkVerify.title = Sapludināšanas brīdinājums +relinkVerify.heading = Vai tiešām vēlaties pieslēgties Sync? +# LOCALIZATION NOTE (relinkVerify.description): Email address of a user previously signed into sync. +relinkVerify.description = Iepriekš šī datora dati tika sinhronizēti ar cita lietotāja kontu. Pierakstīšanās sapludinās šī pārlūka grāmatzīmes, paroles un iestatījumus ar %S diff --git a/l10n-lv/browser/chrome/browser/tabbrowser.properties b/l10n-lv/browser/chrome/browser/tabbrowser.properties new file mode 100644 index 0000000000..de4863d75b --- /dev/null +++ b/l10n-lv/browser/chrome/browser/tabbrowser.properties @@ -0,0 +1,97 @@ +# 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.emptyTabTitle=Jauna cilne +tabs.emptyPrivateTabTitle=Privātā pārlūkošana +tabs.closeTab=Aizvērt cilni +tabs.close=Aizvērt +# LOCALIZATION NOTE (tabs.closeWarningMultiple): +# 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.closeWarningMultiple=;Jūs tūdaļ aizvērsiet #1 cilnes. Vai tiešām vēlaties to darīt?;Jūs tūdaļ aizvērsiet #1 cilnes. Vai tiešām vēlaties to darīt? +tabs.closeButtonMultiple=Aizvērt cilnes +tabs.closeWarningPromptMe=Brīdināt mani, kad mēģinu aizvērt vairākas cilnes + +# LOCALIZATION NOTE (tabs.closeWarningMultipleWindows): +# 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 windows. The %S replacement form will be replaced with the contents +# of tabs.closeWarningMultipleWindowsTabSnippet, which will contain the number +# of tabs in these windows. +# Note that every one of these plural forms must contain one instance of '%S'. +tabs.closeWarningMultipleWindows=Jūs tūdaļ aizvērsiet #1 logus %S. Vai tiešām vēlaties to darīt?;Jūs tūdaļ aizvērsiet #1 logu %S. Vai tiešām vēlaties to darīt?;Jūs tūdaļ aizvērsiet #1 logus %S. Vai tiešām vēlaties to darīt? + +# LOCALIZATION NOTE (tabs.closeWarningMultipleWindowsTabSnippet): +# 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 windows which must contain multiple tabs (in total). +# This string will be inserted in tabs.closeWarningMultipleWindows +tabs.closeWarningMultipleWindowsTabSnippet=ar #1 cilnēm;ar #1 cilni;ar #1 cilnēm + +# LOCALIZATION NOTE (tabs.closeTabs.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be closed. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.closeTabs.tooltip=Aizvērt #1 cilnes; Aizvērt #1 cilni;Aizvērt #1 cilnes + +# LOCALIZATION NOTE (tabs.muteAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# %S is the keyboard shortcut for "Mute tab". +# #1 is the number of tabs that will be muted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.muteAudio2.tooltip=Apklusināt #1 cilnes (%S);Apklusināt #1 cilni (%S);Apklusināt #1 cilnes (%S) + +# LOCALIZATION NOTE (tabs.unmuteAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# %S is the keyboard shortcut for "Unmute tab". +# #1 is the number of tabs that will be unmuted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unmuteAudio2.tooltip=Atļaut skaņu #1 cilnēm (%S);Atļaut skaņu #1 cilnei (%S);Atļaut skaņu #1 cilnēm (%S) + +# LOCALIZATION NOTE (tabs.muteAudio2.background.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be muted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.muteAudio2.background.tooltip=Apklusināt #1 cilnes;Apklusināt #1 cilni;Apklusināt #1 cilnes + +# LOCALIZATION NOTE (tabs.unmuteAudio2.background.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will be unmuted. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unmuteAudio2.background.tooltip=Atjaunot skaņu #1 cilnēs;Atjaunot skaņu #1 cilnē;Atjaunot skaņu #1 cilnēs + +# LOCALIZATION NOTE (tabs.unblockAudio2.tooltip): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of tabs that will have their audio unblocked. This is ignored for the +# single tab case in English, but can be used by other locales as necessary. +tabs.unblockAudio2.tooltip=Atskaņot #1 cilnes;Atskaņot #1 cilni;Atskaņot #1 cilnes + +# LOCALIZATION NOTE (tabs.allowTabFocusByPromptForSite): +# %S is the hostname of the site where dialogs are allowed to switch tabs +tabs.allowTabFocusByPromptForSite=Ļauj logiem no %S aizvest jūs uz savu cilni + +# LOCALIZATION NOTE (tabs.containers.tooltip): +# Displayed as a tooltip on container tabs +# %1$S is the title of the current tab +# %2$S is the name of the current container +tabs.containers.tooltip=%1$S - %2$S + +# LOCALIZATION NOTE (tabs.openWarningTitle, tabs.openWarningMultipleBranded, tabs.openButtonMultiple, tabs.openWarningPromptMeBranded): +# These items are moved from chrome/browser/places/places.properties +# Now they are not specific to bookmark. +tabs.openWarningTitle=Apstipriniet atvēršanu +tabs.openWarningMultipleBranded=Jūs tūdaļ atvērsiet %S cilnes. Tas var ievērojami iebremzēt %S, kamēr šīs lapas ielādējās. Vai vēlaties turpināt? +tabs.openButtonMultiple=Atvērtās cilnes +tabs.openWarningPromptMeBranded=Brīdināt mani, kad vairāku cilņu atvēršana var ievērojami iebremzēt %S + diff --git a/l10n-lv/browser/chrome/browser/taskbar.properties b/l10n-lv/browser/chrome/browser/taskbar.properties new file mode 100644 index 0000000000..97b17afab8 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/taskbar.properties @@ -0,0 +1,12 @@ +# 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/. + +taskbar.tasks.newTab.label=Atvērt jaunu cilni +taskbar.tasks.newTab.description=Open a new browser tab. +taskbar.tasks.newWindow.label=Atvērt jaunu logu +taskbar.tasks.newWindow.description=Open a new browser window. +taskbar.tasks.newPrivateWindow.label=Jauns privātais logs +taskbar.tasks.newPrivateWindow.description=Atvērt jaunu logu privātās pārlūkošanas režīmā. +taskbar.frequent.label=Frequent +taskbar.recent.label=Recent diff --git a/l10n-lv/browser/chrome/browser/translation.dtd b/l10n-lv/browser/chrome/browser/translation.dtd new file mode 100644 index 0000000000..05be6e9ea7 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/translation.dtd @@ -0,0 +1,72 @@ +<!-- 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 (translation.thisPageIsIn.label, + - translation.translateThisPage.label): + - These 2 strings are used to construct a sentence that contains a dropdown + - showing the detected language of the current web page. + - In en-US it looks like this: + - This page is in [detected language] Translate this page? + - "detected language" here is a language name coming from the + - global/languageNames.properties file; for some locales it may not be in + - the correct grammar case to keep the same structure of the original + - sentence. --> + +<!ENTITY translation.thisPageIsIn.label "Šī lapa ir"> +<!ENTITY translation.translateThisPage.label "Tulkot lapu?"> +<!ENTITY translation.translate.button "Tulkot"> +<!ENTITY translation.notNow.button "Ne tagad"> + +<!ENTITY translation.translatingContent.label "Tulko lapas saturu…"> +<!-- LOCALIZATION NOTE (translation.translatedFrom.label, + - translation.translatedTo.label, + - translation.translatedToSuffix.label): + - These 3 strings are used to construct a sentence that contains 2 dropdowns + - showing the source and target language of a translated web page. + - In en-US it looks like this: + - This page has been translated from [from language] to [to language] + - "from language" and "to language" here are language names coming from the + - global/languageNames.properties file; for some locales they may not be in + - the correct grammar case to keep the same structure of the original + - sentence. + - + - translation.translatedToSuffix.label (empty in en-US) is for locales that + - need to display some text after the second drop down for the sentence to + - be grammatically correct. --> + +<!ENTITY translation.translatedFrom.label "Šī lapa ir iztulkota no"> +<!ENTITY translation.translatedTo.label "uz"> +<!ENTITY translation.translatedToSuffix.label ""> + +<!ENTITY translation.showOriginal.button "Rādīt sākotnējo"> +<!ENTITY translation.showTranslation.button "Rādīt tulkojumu"> + +<!ENTITY translation.errorTranslating.label "Tulkojot lapu notikusi kļūda."> +<!ENTITY translation.tryAgain.button "Mēģināt vēlreiz"> + +<!ENTITY translation.serviceUnavailable.label "Tulkošana šobrīd nav pieejama. Lūdzu mēģiniet vēlreiz nedaudz vēlāk."> + +<!ENTITY translation.options.menu "Iestatījumi"> +<!-- LOCALIZATION NOTE (translation.options.neverForSite.accesskey, + - translation.options.preferences.accesskey): + - The accesskey values used here should not clash with the value used for + - translation.options.neverForLanguage.accesskey in translation.properties + --> +<!ENTITY translation.options.neverForSite.label "Nekad netulkot šo lapu"> +<!ENTITY translation.options.neverForSite.accesskey "e"> +<!ENTITY translation.options.preferences.label "Tulkošanas iestatījumi"> +<!ENTITY translation.options.preferences.accesskey "T"> +<!-- LOCALIZATION NOTE (translation.options.attribution.beforeLogo, + - translation.options.attribution.afterLogo): + - These 2 strings are displayed before and after a 'Microsoft Translator' + - logo. + --> + +<!-- LOCALIZATION NOTE (translation.options.attribution.poweredByYandex, + translation.options.attribution.beforeLogo, + - translation.options.attribution.afterLogo): + - translation.options.attribution.poweredByYandex is displayed instead of + - the other two strings when yandex translation engine is preferred by the + - user. + --> + diff --git a/l10n-lv/browser/chrome/browser/translation.properties b/l10n-lv/browser/chrome/browser/translation.properties new file mode 100644 index 0000000000..650c591ac0 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/translation.properties @@ -0,0 +1,12 @@ +# 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 (translation.options.neverForLanguage.label): +# %S is a language name coming from the global/languageNames.properties file. +translation.options.neverForLanguage.label=Nekad netulkot %S + +# LOCALIZATION NOTE (translation.options.neverForLanguage.accesskey): +# The accesskey value used here should not clash with the values used for +# translation.options.*.accesskey in translation.dtd +translation.options.neverForLanguage.accesskey=N diff --git a/l10n-lv/browser/chrome/browser/uiDensity.properties b/l10n-lv/browser/chrome/browser/uiDensity.properties new file mode 100644 index 0000000000..9e99e4bd5a --- /dev/null +++ b/l10n-lv/browser/chrome/browser/uiDensity.properties @@ -0,0 +1,5 @@ +# 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/. + +uiDensity.menuitem-touch.acceltext=Planšetes režīms ir aktivēts diff --git a/l10n-lv/browser/chrome/browser/webrtcIndicator.properties b/l10n-lv/browser/chrome/browser/webrtcIndicator.properties new file mode 100644 index 0000000000..24eb5193d6 --- /dev/null +++ b/l10n-lv/browser/chrome/browser/webrtcIndicator.properties @@ -0,0 +1,61 @@ +# 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 : FILE This file contains the webrtc global indicator strings + +# LOCALIZATION NOTE (webrtcIndicator.windowtitle): %S is the brand name (e.g. Firefox). +# This string is used so that the window has a title in tools that enumerate/look for window +# titles. It is not normally visible anywhere. +webrtcIndicator.windowtitle = %S - Koplietošanas indikators + +webrtcIndicator.sharingCameraAndMicrophone.tooltip = Jūsu kamera un mikrofons tiek koplietoti. Klikšķiniet, lai kontrolētu koplietošanu. +webrtcIndicator.sharingCamera.tooltip = Jūsu kamera tiek koplietot. Klikšķiniet, lai kontrolētu koplietošanu. +webrtcIndicator.sharingMicrophone.tooltip = Jūsu mikrofons tiek koplietots. Klikšķiniet, lai kontrolētu koplietošanu. +webrtcIndicator.sharingApplication.tooltip = Jūsu lietotne tiek koplietota. Klikšķiniet, lai kontrolētu koplietošanu. +webrtcIndicator.sharingScreen.tooltip = Jūsu ekrāns tiek koplietots. Klikšķiniet, lai kontrolētu koplietošanu. +webrtcIndicator.sharingWindow.tooltip = Jūsu logs tiek koplietots. Klikšķiniet, lai kontrolētu koplietošanu. +webrtcIndicator.sharingBrowser.tooltip = Jūsu logs tiek koplietots. Klikšķiniet, lai kontrolētu koplietošanu. + + +# LOCALIZATION NOTE : The following strings are only used on Mac for +# menus attached to icons near the clock on the mac menubar. + +# LOCALIZATION NOTE (webrtcIndicator.sharing*With.menuitem): +# %S is the title of the tab using the share. +webrtcIndicator.sharingCameraWith.menuitem = Koplieto kameru ar "%S" +webrtcIndicator.sharingMicrophoneWith.menuitem = Koplieto mikrofonu ar "%S" +webrtcIndicator.sharingApplicationWith.menuitem = Koplieto lietotni ar "%S" +webrtcIndicator.sharingScreenWith.menuitem = Koplieto ekrānu ar "%S" +webrtcIndicator.sharingWindowWith.menuitem = Koplieto logu ar "%S" +webrtcIndicator.sharingBrowserWith.menuitem = Koplieto cilni ar “%S” +webrtcIndicator.controlSharing.menuitem = Kontrolēt koplietošanu +# LOCALIZATION NOTE (webrtcIndicator.sharingCameraWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingCameraWithNTabs.menuitem = Koplieto kameru ar #1 cilnēm;Koplieto kameru ar #1 cilni;Koplieto kameru ar #1 cilnēm +# LOCALIZATION NOTE (webrtcIndicator.sharingMicrophoneWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingMicrophoneWithNTabs.menuitem = Koplieto mikrofonu ar #1 cilnēm;Koplieto mikrofonu ar #1 cilni;Koplieto mikrofonu ar #1 cilnēm +# LOCALIZATION NOTE (webrtcIndicator.sharingApplicationWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingApplicationWithNTabs.menuitem = Koplieto lietotni ar #1 cilnēm;Koplieto lietotni ar #1 cilni;Koplieto lietotni ar #1 cilnēm +# LOCALIZATION NOTE (webrtcIndicator.sharingScreenWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingScreenWithNTabs.menuitem = Koplieto ekrānu ar #1 cilnēm;Koplieto ekrānu ar #1 cilni;Koplieto ekrānu ar #1 cilnēm +# LOCALIZATION NOTE (webrtcIndicator.sharingWindowWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +webrtcIndicator.sharingWindowWithNTabs.menuitem = Koplieto logu ar #1 cilnēm;Koplieto logu ar #1 cilni;Koplieto logu ar #1 cilnēm +# LOCALIZATION NOTE (webrtcIndicator.sharingBrowserWithNTabs.menuitem): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# This message is shown when the contents of a tab is shared during a WebRTC +# session, which currently is only possible with Loop/Hello. +webrtcIndicator.sharingBrowserWithNTabs.menuitem = Koplieto cilni ar #1 cilnēm;Koplieto cilni ar #1 cilni;Koplieto cilni ar #1 cilnēm +# LOCALIZATION NOTE (webrtcIndicator.controlSharingOn.menuitem): +# %S is the title of the tab using the share. +webrtcIndicator.controlSharingOn.menuitem = Kontrolēt koplietošanu ar "%S" diff --git a/l10n-lv/browser/chrome/overrides/appstrings.properties b/l10n-lv/browser/chrome/overrides/appstrings.properties new file mode 100644 index 0000000000..f35d9de5ce --- /dev/null +++ b/l10n-lv/browser/chrome/overrides/appstrings.properties @@ -0,0 +1,44 @@ +# 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/. + +malformedURI2=Lūdzu pārliecinieties, ka adrese ir pareiza un mēģiniet vēlreiz. +fileNotFound=Firefox nevar atrast failu %S. +fileAccessDenied=Fails %S nav pieejams. +dnsNotFound2=Nevar savienoties ar serveri %S. +unknownProtocolFound=Firefox nezina kā atvērt šo adresi, jo viens no protokoliem (%S) nav saistīs ar nevienu programmu vai arī nav atļauts šajā kontekstā. +connectionFailure=Savienojums tika atteikts, mēģinot sazināties ar %S. +netInterrupt=Savienojums ar %S tika pārtraukts lapas ielādes laikā. +netTimeout=Gaidot servera %S atbildi, iestājies noilgums. +redirectLoop=Pārsniegts pārvirzes limits šim URL. Nav iespējams ielādēt pieprasīto lapu. To var izraisīt bloķētas sīkdatnes. +## LOCALIZATION NOTE (confirmRepostPrompt): In this item, don’t translate "%S" +confirmRepostPrompt=Lai parādītu šo lapu, %S ir vēlreiz jānosūta informācija, kas izraisīs atkārtotu darbību (piemēram, meklēšanu vai pasūtījuma apstiprinājumu). +resendButton.label=Sūtīt vēlreiz +unknownSocketType=Firefox nezina, kā sazināties ar serveri. +netReset=Nav datu - savienojums ar serveri tika pārtraukts lapas ielādes laikā. +notCached=Šis dokuments vairs nav pieejams. +netOffline=Firefox šobrīd ir bezsaistes režīmā un nevar atvērt šo lapu. +isprinting=Dokumentu nevar izmainīt, kamēr tas tiek drukāts vai priekšskatīts. +deniedPortAccess=Drošības apsvērumu dēļ pieeja šim porta numuram nav atļauta. +proxyResolveFailure=Neizdevās atrast jūsu norādīto starpniekserveri. +proxyConnectFailure=Neizdevās pieslēgties jūsu norādītajam starpniekserverim. Lūdzu, pārbaudiet starpniekservera iestatījumus un mēģiniet vēlreiz. +contentEncodingError=Lapu, kuru jūs mēģināt aplūkot, nevar parādīt, jo tā izmanto nekorektu vai neatbalstītu kompresijas formu. +unsafeContentType=Lapu, kuru jūs mēģināt aplūkot, nevar parādīt, jo tā satur faila tipu, ko nav droši atvērt. Lūdzu, sazinieties ar lapas autoriem un informējiet viņus par šo problēmu. +externalProtocolTitle=Ārējs protokola pieprasījums +externalProtocolPrompt=Lai apstrādātu %1$S: saites, jāpalaiž kāda ārēja programma.\n\n\nPieprasītā saite:\n\n%2$S\n\nProgramma: %3$S\n\n\nJa jūs negaidījāt šādu pieprasījumu, šis varētu būt mēģinājums izmantot drošības ievainojamību norādītajā programmā. Atceliet šī pieprasījuma izpildi, ja šaubāties par tā drošību.\n +#LOCALIZATION NOTE (externalProtocolUnknown): The following string is shown if the application name can't be determined +externalProtocolUnknown=<Nezināms> +externalProtocolChkMsg=Atcerēties manu izvēli visām šāda veida saitēm. +externalProtocolLaunchBtn=Palaist programmu +malwareBlocked=Lietotāji lapu %S ir atzīmējuši kā bīstamu kaitnieku lapu. Balstoties uz jūsu drošības iestatījumiem, šī lapa ir bloķēta. +harmfulBlocked=Lietotāji lapu %S ir atzīmējuši kā bīstamu kaitnieku lapu. Balstoties uz jūsu drošības iestatījumiem, šī lapa tika bloķēta. +unwantedBlocked=Lietotāji lapu %S ir atzīmējuši kā bīstamu maldību programmu lapu. Balstoties uz jūsu drošības iestatījumiem, šī lapa ir bloķēta. +deceptiveBlocked=Lietotāji lapu %S ir atzīmējuši kā maldinošu. Balstoties uz jūsu drošības iestatījumiem, šī lapa ir bloķēta. +cspBlocked=Šīs lapas drošības politika liedz to ielādēt korekti.\u0020 +corruptedContentErrorv2=Lapa %S saskārās ar tīkla protokola pārkāpumu, ko nav iespējams salabot. +remoteXUL=Šī lapa izmanto neatbalstītu tehnoloģiju, kas pēc noklusējuma vairs nav pieejama Firefox komplektācijā. +## LOCALIZATION NOTE (sslv3Used) - Do not translate "%S". +sslv3Used=Šī aplikācija nevar garantēt jūsu datu drošību %S, jo tā izmanto bojātu drošības protokolu SSLv3 +inadequateSecurityError=Lapa mēģināja vienoties par neadekvātu drošības līmeni. +blockedByPolicy=Jūsu organizācija ir bloķējusi piekļuvi šai lapai. +networkProtocolError=Firefox ir pieredzējis tīkla protokola pārkāpumu, kuru nevar labot. diff --git a/l10n-lv/browser/chrome/overrides/netError.dtd b/l10n-lv/browser/chrome/overrides/netError.dtd new file mode 100644 index 0000000000..3fade61835 --- /dev/null +++ b/l10n-lv/browser/chrome/overrides/netError.dtd @@ -0,0 +1,123 @@ +<!-- 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/. --> + +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd"> +%brandDTD; + +<!ENTITY loadError.label "Problēma ar lapas ielādi"> +<!ENTITY retry.label "Mēģināt vēlreiz"> +<!ENTITY returnToPreviousPage.label "Iet atpakaļ"> +<!ENTITY returnToPreviousPage1.label "Iet atpakaļ (ieteicams)"> + +<!ENTITY viewCertificate.label "Aplūkot sertifikātu"> + +<!-- Specific error messages --> + +<!ENTITY connectionFailure.longDesc "&sharedLongDesc;"> + +<!ENTITY deniedPortAccess.longDesc ""> + +<!ENTITY dnsNotFound.pageTitle "Serveris nav atrasts"> +<!ENTITY dnsNotFound.longDesc1 " +<strong>Ja lapas adrese ir pareiza, šīs ir dažas papildu lietas, ko varat izmēģināt:</strong> +<ul> + <li>Pamēģiniet pieslēgties vēlreiz nedaudz vēlāk.</li> + <li>Pārbaudiet savu tīkla savienojumu.</li> + <li>Ja jūsu savienojumu aizsargā ugunsmūris, pārliecinieties, ka &brandShortName; ir nepieciešamās tiesības piekļūt internetam.</li> +</ul> +"> + +<!ENTITY fileNotFound.longDesc "<ul> <li>Pārbaudiet, vai faila vārds ir uzrakstīts pareizi un ar pareizā lieluma burtiem.</li> <li>Pārliecinieties, ka fails nav pārvietots, pārsaukts vai izdzēsts.</li> </ul>"> + +<!ENTITY fileAccessDenied.longDesc "<ul> <li>Tas varētu būt aizvākts, pārvietots vai arī faila piekļuves tiesības liedz piekļuvi tam.</li> </ul>"> + +<!ENTITY generic.longDesc "<p>Kāda nezināma iemesla dēļ &brandShortName; nevar atvērt šo lapu.</p>"> + +<!ENTITY captivePortal.title "Pieteikšanās tīklā"> +<!ENTITY captivePortal.longDesc2 "<p>Pieslēdzieties tīklam, lai piekļūtu Internetam.</p>"> + +<!ENTITY openPortalLoginPage.label2 "Atvērt tīkla pieslēgšanās lapu"> + +<!ENTITY malformedURI.pageTitle "Nederīga adrese"> + +<!ENTITY netInterrupt.longDesc "&sharedLongDesc;"> + +<!ENTITY notCached.longDesc "<p>Pieprasītais dokuments vairs nav pieejams &brandShortName; kešatmiņā.</p><ul><li>Drošības apsvērumu dēļ, &brandShortName; neveic sensitīvu dokumentu automātisku atkārtotu pieprasīšanu.</li><li>Klikšķiniet uz Mēģināt vēlreiz, lai atkārtoti pieprasītu šo dokumentu no mājas lapas.</li></ul>"> + +<!ENTITY netOffline.longDesc2 "<ul> <li>Nospiediet "Mēģināt vēlreiz" lai pārslēgtos uz tiešsaistes režīmu un pārlādētu lapu.</li> </ul>"> + +<!ENTITY contentEncodingError.longDesc "<ul> <li>Lūdzu, informējiet mājas lapas īpašniekus par šo problēmu.</li> </ul>"> + +<!ENTITY unsafeContentType.longDesc "<ul> <li>Lūdzu, informējiet mājas lapas īpašniekus par šo problēmu.</li> </ul>"> + +<!ENTITY netReset.longDesc "&sharedLongDesc;"> + +<!ENTITY netTimeout.longDesc "&sharedLongDesc;"> + +<!ENTITY unknownProtocolFound.longDesc "<ul> <li>Iespējams, jums jāuzinstalē kāda cita programma, lai apstrādātu šī tipa adreses.</li> </ul>"> + +<!ENTITY proxyConnectFailure.longDesc "<ul> <li>Pārbaudiet starpniekservera (proxy) iestatījumus.</li> <li>Sazinieties ar savu tīkla administratoru, lai pārliecinātos, ka starpniekserveris strādā korekti.</li> </ul>"> + +<!ENTITY proxyResolveFailure.longDesc "<ul> <li>Pārbaudiet starpniekservera (proxy) iestatījumus.</li> <li>Pārliecinieties, ka datoram ir strādājošs tīkla savienojums.</li> <li>Ja jūsu datu aizsardzībai tiek izmantots ugunsmūris, pārliecinieties, ka &brandShortName; ir atļauts piekļūt tīmeklim.</li> </ul>"> + +<!ENTITY redirectLoop.longDesc "<ul> <li>Šo problēmu reizēm var atrisināt, deaktivējot sīkdatnes vai nepieņemot tās no šīs lapas.</li> </ul>"> + +<!ENTITY unknownSocketType.longDesc "<ul> <li>Pārliecinieties, ka jums ir instalēts Personiskās drošības pārvaldnieks.</li> <li>Iemesls var būt arī nestandarta servera konfigurācija.</li> </ul>"> + +<!ENTITY nssFailure2.longDesc2 "<ul> <li>Lapu, kuru jūs šobrīd mēģināt aplūkot, nevar parādīt, jo nevar pārbaudīt tās nosūtīto datu autentiskumu.</li> <li>Lūdzu, sazinieties ar lapas īpašniekiem un informējiet viņus par šo problēmu.</li> </ul>"> + +<!ENTITY certerror.introPara2 "&brandShortName; atklāja potenciālus draudus drošībai un nepārgāja uz <span class='hostname'/>. Ja apmeklējat šo vietni, uzbrucēji varētu mēģināt nozagt informāciju, piemēram, jūsu paroles, e-pastus vai kredītkartes datus."> + +<!ENTITY certerror.sts.introPara "&brandShortName; konstatēja potenciālus drošības draudus un nedevās uz <span class='hostname'/>, jo šai vietnei vajadzīgs drošs savienojums."> + +<!ENTITY certerror.expiredCert.introPara "&brandShortName; konstatēja problēmu un nedevās uz <span class='hostname'/>. Mājas lapa ir nepareizi konfigurēta vai datora pulkstenis ir iestatīts nepareizā laikā."> +<!ENTITY certerror.expiredCert.secondPara2 "Iespējams, ka vietnes sertifikāta derīguma termiņš ir beidzies, un tas neļauj &brandShortName; droši savienoties. Ja apmeklēsiet šo vietni, uzbrucēji varētu mēģināt nozagt informāciju, piemēram, jūsu paroles, epastus vai kredītkartes datus."> +<!ENTITY certerror.expiredCert.sts.secondPara "Iespējams, ka vietnes sertifikāta derīguma termiņš ir beidzies, un tas neļauj &brandShortName; droši savienoties."> + +<!ENTITY certerror.whatCanYouDoAboutItTitle "Ko jūs varat darīt?"> + +<!ENTITY certerror.unknownIssuer.whatCanYouDoAboutIt " +<p>Problēma visdrīzāk ir saistīta ar mājas lapu un jūs neko nevarat darīt, lai to atrisinātu.</p> +<p>Ja izmantojat uzņēmuma tīklu vai pretvīrusu programmu, varat lūgt palīdzīgu lietotāju atbalsta nodaļai. Tāpat varat ziņot lapas īpašniekiem par šo problēmu.</p>"> + +<!ENTITY certerror.expiredCert.whatCanYouDoAboutIt2 "<p>Jūsu datora pulkstenis ir iestatīts uz <span id='wrongSystemTime_systemDate2'/>. Pārliecinieties, vai jūsu sistēmas iestatījumos ir iestatīts pareizais datums, laiks un laika josla, un pēc tam atsvaidziniet <span class='hostname'/>.</p> +<p>Ja jūsu pulkstenis jau ir iestatīts pareizajā laikā, iespējams, ka vietne ir nepareizi konfigurēta, un jūs nevarat neko darīt, lai atrisinātu problēmu. Jūs varat informēt vietnes administratoru par problēmu.</p>"> + +<!ENTITY certerror.badCertDomain.whatCanYouDoAboutIt "<p>Visdrīzāk šī ir lapas problēma un vienīgais ko jūs varat darīt ir ziņot lapas administratoram par šo problēmu.</p>"> + +<!ENTITY sharedLongDesc "<ul> <li>Lapa var būt īslaicīgi nepieejama vai pārāk aizņemta. Mēģiniet vēlreiz pēc pāris minūtēm.</li> <li>Ja nevarat atvērt nevienu lapu, pārbaudiet sava datora tīkla savienojumu.</li> <li>Ja jūsu datu aizsardzībai tiek izmantots ugunsmūris, pārliecinieties, ka &brandShortName; ir atļauts piekļūt tīmeklim.</li> </ul>"> + +<!ENTITY cspBlocked.longDesc "<p>&brandShortName; liedza šīs lapas ielādi, jo tās drošības politika to neļauj.</p>"> + +<!ENTITY corruptedContentErrorv2.longDesc "<p>Lappuse, kuru mēģināt skatīt nevar parādīt, jo tika atrasta kļūda datu pārraidi.</p><ul><li>Lūdzu, sazinieties ar mājas īpašniekiem, lai informētu viņus par šo problēmu.</li></ul>"> + + +<!ENTITY securityOverride.exceptionButton1Label "Pieņemt risku un turpināt"> + +<!ENTITY errorReporting.automatic2 "Ziņojiet par šādām kļūdām Mozilla, lai varētu identificēt un bloķēt kaitnieciskas lapas"> +<!ENTITY errorReporting.learnMore "Uzzināt vairāk…"> + +<!ENTITY remoteXUL.longDesc "<p><ul><li>Lūdzu sazinieties ar mājas lapas īpašniekiem un informējiet viņus par šo problēmu.</li></ul></p>"> + +<!-- LOCALIZATION NOTE (sslv3Used.longDesc2) - Do not translate + "SSL_ERROR_UNSUPPORTED_VERSION". --> +<!ENTITY sslv3Used.longDesc2 "Papildus informācija: ssl_error_unsupported_version"> + +<!ENTITY certerror.pagetitle2 "Brīdinājums: Potenciāls drošības risks"> +<!ENTITY certerror.sts.pagetitle "Netika izveidots savienojums: potenciāla drošības problēma"> +<!ENTITY certerror.whatShouldIDo.badStsCertExplanation1 "<span class='hostname'></span> izmanto drošības politiku, ko sauc HTTP Strict Transport Security (HSTS), kas nozīmē, ka &brandShortName; var lapai pieslēgties lapai tikai drošajā režīmā. Jūs nevarat pievienot izņēmumu, lai apmeklētu šo lapu."> +<!ENTITY certerror.copyToClipboard.label "Kopēt tekstu atmiņā"> + +<!-- LOCALIZATION NOTE (inadequateSecurityError.longDesc) - Do not translate + "NS_ERROR_NET_INADEQUATE_SECURITY". --> +<!ENTITY inadequateSecurityError.longDesc "<p><span class='hostname'></span> izmanto novecojušu un nedrošu drošības tehnoloģiju. Uzbrucējs varētu piekļūt informācijai, kuru uzskatījāt par droši aizsargātu. Lapas administratoram vajadzēs salabot serveri, pirms varēsiet apmeklē lapu.</p><p>Kļūdas kods: NS_ERROR_NET_INADEQUATE_SECURITY</p>"> + +<!ENTITY blockedByPolicy.title "Bloķēta lapa"> + +<!ENTITY clockSkewError.longDesc "Jūsu dators uzskata, ka tas ir <span id='wrongSystemTime_systemDate1'/>, kas neļauj &brandShortName; droši savienoties. Lai apmeklētu <span class='hostname'></span>, atjauniniet sava datora pulksteni jūsu sistēmas iestatījumos uz pašreizējo datumu, laiku un laika joslu un pēc tam atsvaidziniet <span class='hostname'></span>."> + +<!ENTITY prefReset.longDesc "Izskatās, ka jūsu tīkla drošības iestatījumi varētu bū pie vainas. Vai vēlaties atjaunot noklusētos iestatījumus?"> +<!ENTITY prefReset.label "Atjaunot noklusētos iestatījumus"> + +<!ENTITY networkProtocolError.longDesc "<p>Lapu, kuru mēģināt skatīt, nevar tikt parādīta, jo tika konstatēta tīkla protokola kļūda.</p><ul><li>Lūdzu, sazinieties ar vietņu īpašniekiem, lai informētu viņus par šo problēmu.</li></ul>"> diff --git a/l10n-lv/browser/chrome/overrides/settingsChange.dtd b/l10n-lv/browser/chrome/overrides/settingsChange.dtd new file mode 100644 index 0000000000..8915e60ec3 --- /dev/null +++ b/l10n-lv/browser/chrome/overrides/settingsChange.dtd @@ -0,0 +1,7 @@ +<!-- -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- --> +<!-- 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/. --> + +<!ENTITY settingsChangePreferences.label "Iestatījumus var mainīt, izmantojot Programmas cilni &brandShortName; iestatījumos."> +<!ENTITY settingsChangeOptions.label "Iestatījumus var mainīt, izmantojot Programmas cilni &brandShortName; iestatījumos."> |