mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:53:46 +01:00
749 lines
16 KiB
Plaintext
749 lines
16 KiB
Plaintext
# zathura - language file (Norwegian)
|
|
# SPDX-License-Identifier: Zlib
|
|
#
|
|
# Translators:
|
|
# maccyber <jonas.enge@gmail.com>, 2014
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: zathura\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2022-02-12 12:54+0100\n"
|
|
"PO-Revision-Date: 2022-01-06 14:12+0000\n"
|
|
"Last-Translator: Sebastian Ramacher <sebastian+dev@ramacher.at>\n"
|
|
"Language-Team: Norwegian (http://www.transifex.com/pwmt/zathura/language/"
|
|
"no/)\n"
|
|
"Language: no\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: data/org.pwmt.zathura.appdata.xml.in:7 data/org.pwmt.zathura.desktop.in:5
|
|
msgid "Zathura"
|
|
msgstr "Zathura"
|
|
|
|
#: data/org.pwmt.zathura.appdata.xml.in:8 data/org.pwmt.zathura.desktop.in:6
|
|
msgid "A minimalistic document viewer"
|
|
msgstr "En minimalistisk dokumentleser"
|
|
|
|
#: data/org.pwmt.zathura.appdata.xml.in:10
|
|
msgid ""
|
|
"Zathura is a highly customizable and functional document viewer. It provides "
|
|
"a minimalistic and space saving interface as well as an easy usage that "
|
|
"mainly focuses on keyboard interaction. Zathura makes it possible to "
|
|
"completely view and navigate through documents without using a mouse."
|
|
msgstr ""
|
|
|
|
#: data/org.pwmt.zathura.appdata.xml.in:17
|
|
msgid ""
|
|
"Zathura can be extended to support multiple document formats using plugins. "
|
|
"Other features include:"
|
|
msgstr ""
|
|
|
|
#: data/org.pwmt.zathura.appdata.xml.in:22
|
|
msgid "SyncTeX forward and backward synchronization support."
|
|
msgstr ""
|
|
|
|
#: data/org.pwmt.zathura.appdata.xml.in:23
|
|
msgid "Quickmarks and bookmarks."
|
|
msgstr ""
|
|
|
|
#: data/org.pwmt.zathura.appdata.xml.in:24
|
|
msgid "Automatic document reloading."
|
|
msgstr ""
|
|
|
|
#. Translators: Search terms to find this application. Do not translate or
|
|
#. localize the semicolons. The list must also end with a semicolon.
|
|
#: data/org.pwmt.zathura.desktop.in:14
|
|
msgid "PDF;PS;PostScript;DjVU;document;presentation;viewer;"
|
|
msgstr ""
|
|
|
|
#: zathura/callbacks.c:310
|
|
#, c-format
|
|
msgid "'%s' must not be 0. Set to 1."
|
|
msgstr ""
|
|
|
|
#: zathura/callbacks.c:396
|
|
#, c-format
|
|
msgid "Invalid input '%s' given."
|
|
msgstr "Ugyldig inndata '%s' gitt."
|
|
|
|
#: zathura/callbacks.c:444
|
|
#, c-format
|
|
msgid "Invalid index '%s' given."
|
|
msgstr "Ugyldig index '%s' gitt."
|
|
|
|
#: zathura/callbacks.c:692
|
|
#, c-format
|
|
msgid "Copied selected text to selection %s: %s"
|
|
msgstr ""
|
|
|
|
#: zathura/callbacks.c:724
|
|
#, c-format
|
|
msgid "Copied selected image to selection %s"
|
|
msgstr ""
|
|
|
|
#: zathura/commands.c:37 zathura/commands.c:77 zathura/commands.c:104
|
|
#: zathura/commands.c:166 zathura/commands.c:282 zathura/commands.c:312
|
|
#: zathura/commands.c:334 zathura/commands.c:430 zathura/commands.c:566
|
|
#: zathura/shortcuts.c:463 zathura/shortcuts.c:1283 zathura/shortcuts.c:1318
|
|
#: zathura/shortcuts.c:1345
|
|
msgid "No document opened."
|
|
msgstr "Ingen dokumenter åpnet."
|
|
|
|
#: zathura/commands.c:43 zathura/commands.c:83 zathura/commands.c:435
|
|
msgid "Invalid number of arguments given."
|
|
msgstr "Ugyldig nummer av argumenter gitt."
|
|
|
|
#: zathura/commands.c:54
|
|
#, c-format
|
|
msgid "Could not update bookmark: %s"
|
|
msgstr "Kunne ikke oppdatere bokmerke: %s"
|
|
|
|
#: zathura/commands.c:56
|
|
#, c-format
|
|
msgid "Could not create bookmark: %s"
|
|
msgstr "Kunne ikke lage bokmerke: %s"
|
|
|
|
#: zathura/commands.c:61
|
|
#, c-format
|
|
msgid "Bookmark successfully updated: %s"
|
|
msgstr "Bokmerke er oppdatert: %s"
|
|
|
|
#: zathura/commands.c:63
|
|
#, c-format
|
|
msgid "Bookmark successfully created: %s"
|
|
msgstr "Bokmerket er laget: %s"
|
|
|
|
#: zathura/commands.c:89
|
|
#, c-format
|
|
msgid "Removed bookmark: %s"
|
|
msgstr "Fjernet bokmerke: %s"
|
|
|
|
#: zathura/commands.c:91
|
|
#, c-format
|
|
msgid "Failed to remove bookmark: %s"
|
|
msgstr "Kunne ikke fjerne bokmerke: %s"
|
|
|
|
#: zathura/commands.c:120
|
|
msgid "No bookmarks available."
|
|
msgstr ""
|
|
|
|
#: zathura/commands.c:130
|
|
#, c-format
|
|
msgid "No such bookmark: %s"
|
|
msgstr "Bokmerke eksisterer ikke: %s"
|
|
|
|
#: zathura/commands.c:176
|
|
msgid "Title"
|
|
msgstr "Tittel"
|
|
|
|
#: zathura/commands.c:177
|
|
msgid "Subject"
|
|
msgstr "Subjekt"
|
|
|
|
#: zathura/commands.c:178
|
|
msgid "Keywords"
|
|
msgstr "Nøkkelord"
|
|
|
|
#: zathura/commands.c:179
|
|
msgid "Author"
|
|
msgstr "Forfatter"
|
|
|
|
#: zathura/commands.c:180
|
|
msgid "Creator"
|
|
msgstr "Laget av"
|
|
|
|
#: zathura/commands.c:181
|
|
msgid "Producer"
|
|
msgstr "Produsent"
|
|
|
|
#: zathura/commands.c:182
|
|
msgid "Creation date"
|
|
msgstr "Laget dato"
|
|
|
|
#: zathura/commands.c:183
|
|
msgid "Modification date"
|
|
msgstr "Modifisert dato"
|
|
|
|
#: zathura/commands.c:184
|
|
msgid "Format"
|
|
msgstr ""
|
|
|
|
#: zathura/commands.c:185
|
|
msgid "Other"
|
|
msgstr ""
|
|
|
|
#: zathura/commands.c:190 zathura/commands.c:210
|
|
msgid "No information available."
|
|
msgstr "Ingen informasjon tilgjengelig."
|
|
|
|
#: zathura/commands.c:248 zathura/commands.c:619
|
|
msgid "Too many arguments."
|
|
msgstr "For mange argumenter."
|
|
|
|
#: zathura/commands.c:259
|
|
msgid "No arguments given."
|
|
msgstr "Ingen argumenter gitt."
|
|
|
|
#: zathura/commands.c:287
|
|
msgid "Printing is not permitted in strict sandbox mode"
|
|
msgstr ""
|
|
|
|
#: zathura/commands.c:319 zathura/commands.c:341
|
|
msgid "Invalid number of arguments."
|
|
msgstr "Ugyldig nummer av argumenter."
|
|
|
|
#: zathura/commands.c:454
|
|
#, c-format
|
|
msgid "Couldn't write attachment '%s' to '%s'."
|
|
msgstr "Kunne ikke skrive vedlegg '%s' til '%s'."
|
|
|
|
#: zathura/commands.c:456
|
|
#, c-format
|
|
msgid "Wrote attachment '%s' to '%s'."
|
|
msgstr "Skrev vedlegg '%s' til '%s'."
|
|
|
|
#: zathura/commands.c:500
|
|
#, c-format
|
|
msgid "Wrote image '%s' to '%s'."
|
|
msgstr "Skrev bilde '%s' til '%s'."
|
|
|
|
#: zathura/commands.c:502
|
|
#, c-format
|
|
msgid "Couldn't write image '%s' to '%s'."
|
|
msgstr "Kunne ikke skrive bilde '%s' til '%s'."
|
|
|
|
#: zathura/commands.c:509
|
|
#, c-format
|
|
msgid "Unknown image '%s'."
|
|
msgstr "Ukjent bilde '%s'."
|
|
|
|
#: zathura/commands.c:513
|
|
#, c-format
|
|
msgid "Unknown attachment or image '%s'."
|
|
msgstr "Ukjent vedlegg eller bilde '%s'."
|
|
|
|
#: zathura/commands.c:532
|
|
msgid "Exec is not permitted in strict sandbox mode"
|
|
msgstr ""
|
|
|
|
#: zathura/commands.c:579
|
|
msgid "Argument must be a number."
|
|
msgstr "Argumentet må være et tall."
|
|
|
|
#: zathura/completion.c:287
|
|
#, c-format
|
|
msgid "Page %d"
|
|
msgstr "Side %d"
|
|
|
|
#: zathura/completion.c:330
|
|
msgid "Attachments"
|
|
msgstr "Vedlegg"
|
|
|
|
#. add images
|
|
#: zathura/completion.c:361
|
|
msgid "Images"
|
|
msgstr "Bilder"
|
|
|
|
#. zathura settings
|
|
#: zathura/config.c:185
|
|
msgid "Database backend"
|
|
msgstr "Database backend"
|
|
|
|
#: zathura/config.c:186
|
|
msgid "File monitor backend"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:188
|
|
msgid "Zoom step"
|
|
msgstr "Zoom nivå"
|
|
|
|
#: zathura/config.c:190
|
|
msgid "Padding between pages"
|
|
msgstr "Avstand mellom sider"
|
|
|
|
#: zathura/config.c:192
|
|
msgid "Number of pages per row"
|
|
msgstr "Nummer av sider per rad"
|
|
|
|
#: zathura/config.c:194
|
|
msgid "Column of the first page"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:196
|
|
msgid "Render pages from right to left"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:198
|
|
msgid "Scroll step"
|
|
msgstr "Skrolle nivå"
|
|
|
|
#: zathura/config.c:200
|
|
msgid "Horizontal scroll step"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:202
|
|
msgid "Full page scroll overlap"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:204
|
|
msgid "Zoom minimum"
|
|
msgstr "Zoom minimum"
|
|
|
|
#: zathura/config.c:206
|
|
msgid "Zoom maximum"
|
|
msgstr "Zoom maximum"
|
|
|
|
#: zathura/config.c:208
|
|
msgid "Maximum number of pages to keep in the cache"
|
|
msgstr "Maksimum antall sider å holde i mellomlagringen"
|
|
|
|
#: zathura/config.c:210
|
|
msgid "Maximum size in pixels of thumbnails to keep in the cache"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:212
|
|
msgid "Number of positions to remember in the jumplist"
|
|
msgstr "Antall posisjoner å huske i hopp-til-listen"
|
|
|
|
#: zathura/config.c:214
|
|
msgid "Recoloring (dark color)"
|
|
msgstr "Om-farger (mørk farge)"
|
|
|
|
#: zathura/config.c:215
|
|
msgid "Recoloring (light color)"
|
|
msgstr "Om-farge (lys farge)"
|
|
|
|
#: zathura/config.c:216
|
|
msgid "Color for highlighting"
|
|
msgstr "Farge for utheving"
|
|
|
|
#: zathura/config.c:218
|
|
msgid "Foreground color for highlighting"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:220
|
|
msgid "Color for highlighting (active)"
|
|
msgstr "Farge for utheving (aktiv)"
|
|
|
|
#: zathura/config.c:222
|
|
msgid "'Loading ...' background color"
|
|
msgstr "'Laster ...' bakgrunnsfarge"
|
|
|
|
#: zathura/config.c:224
|
|
msgid "'Loading ...' foreground color"
|
|
msgstr "'Laster ...' forgrunnsfarge"
|
|
|
|
#: zathura/config.c:227
|
|
msgid "Index mode foreground color"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:228
|
|
msgid "Index mode background color"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:229
|
|
msgid "Index mode foreground color (active element)"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:230
|
|
msgid "Index mode background color (active element)"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:233
|
|
msgid "Recolor pages"
|
|
msgstr "Om-farge sider"
|
|
|
|
#: zathura/config.c:235
|
|
msgid "When recoloring keep original hue and adjust lightness only"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:237
|
|
msgid "When recoloring keep original image colors"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:239
|
|
msgid "Wrap scrolling"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:241
|
|
msgid "Page aware scrolling"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:243
|
|
msgid "Advance number of pages per row"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:245
|
|
msgid "Horizontally centered zoom"
|
|
msgstr "Horisontalsentrert zoom"
|
|
|
|
#: zathura/config.c:247
|
|
msgid "Vertically center pages"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:249
|
|
msgid "Align link target to the left"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:251
|
|
msgid "Let zoom be changed when following links"
|
|
msgstr "La zoom bli endret når følgende linker"
|
|
|
|
#: zathura/config.c:253
|
|
msgid "Center result horizontally"
|
|
msgstr "Sentrer resultatene horisontalt"
|
|
|
|
#: zathura/config.c:255
|
|
msgid "Transparency for highlighting"
|
|
msgstr "Klarhet for utheving"
|
|
|
|
#: zathura/config.c:257
|
|
msgid "Render 'Loading ...'"
|
|
msgstr "Render 'Laster ...'"
|
|
|
|
#: zathura/config.c:258
|
|
msgid "Adjust to when opening file"
|
|
msgstr "Juster til når du åpner filen"
|
|
|
|
#: zathura/config.c:260
|
|
msgid "Show hidden files and directories"
|
|
msgstr "Vis skjulte filer og mapper"
|
|
|
|
#: zathura/config.c:262
|
|
msgid "Show directories"
|
|
msgstr "Vis mapper"
|
|
|
|
#: zathura/config.c:264
|
|
msgid "Show recent files"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:266
|
|
msgid "Always open on first page"
|
|
msgstr "Alltid åpne på første side"
|
|
|
|
#: zathura/config.c:268
|
|
msgid "Highlight search results"
|
|
msgstr "Uthev søkeresultater"
|
|
|
|
#: zathura/config.c:271
|
|
msgid "Enable incremental search"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:273
|
|
msgid "Clear search results on abort"
|
|
msgstr "Stryk ut søkeresulteter ved avbrytelse"
|
|
|
|
#: zathura/config.c:275
|
|
msgid "Use basename of the file in the window title"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:277
|
|
msgid "Use ~ instead of $HOME in the filename in the window title"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:279
|
|
msgid "Display the page number in the window title"
|
|
msgstr "Vis nummer av sider i vinduestittelen"
|
|
|
|
#: zathura/config.c:281
|
|
msgid "Use first page of a document as window icon"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:283
|
|
msgid "Use basename of the file in the statusbar"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:285
|
|
msgid "Use ~ instead of $HOME in the filename in the statusbar"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:287
|
|
msgid "Display (current page / total pages) as a percent in the statusbar"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:289
|
|
msgid "Enable synctex support"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:290
|
|
msgid "Synctex editor command"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:292
|
|
msgid "Enable D-Bus service"
|
|
msgstr "Aktiv D-Bus servicen"
|
|
|
|
#: zathura/config.c:293
|
|
msgid "Raise window on certain D-Bus commands"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:295
|
|
msgid "Save history at each page change"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:296
|
|
msgid "The clipboard into which mouse-selected data will be written"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:298
|
|
msgid "Enable notification after selecting text"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:301
|
|
msgid "Sandbox level"
|
|
msgstr ""
|
|
|
|
#. define default inputbar commands
|
|
#: zathura/config.c:494
|
|
msgid "Add a bookmark"
|
|
msgstr "Legg til bokmerke"
|
|
|
|
#: zathura/config.c:495
|
|
msgid "Delete a bookmark"
|
|
msgstr "Slett bokmerke"
|
|
|
|
#: zathura/config.c:496
|
|
msgid "List all bookmarks"
|
|
msgstr "List alle bokmerker"
|
|
|
|
#: zathura/config.c:497
|
|
msgid "Close current file"
|
|
msgstr "Lukk den gjeldende filen"
|
|
|
|
#: zathura/config.c:498
|
|
msgid "Show file information"
|
|
msgstr "Vis filinformasjon"
|
|
|
|
#: zathura/config.c:499 zathura/config.c:500
|
|
msgid "Execute a command"
|
|
msgstr "Kjør en kommando"
|
|
|
|
#. like vim
|
|
#: zathura/config.c:501
|
|
msgid "Show help"
|
|
msgstr "Vis hjelp"
|
|
|
|
#: zathura/config.c:502
|
|
msgid "Open document"
|
|
msgstr "Åpne dokument"
|
|
|
|
#: zathura/config.c:503
|
|
msgid "Close zathura"
|
|
msgstr "Lukk zathura"
|
|
|
|
#: zathura/config.c:504
|
|
msgid "Print document"
|
|
msgstr "Skriv ut dokument"
|
|
|
|
#: zathura/config.c:505 zathura/config.c:507
|
|
msgid "Save document"
|
|
msgstr "Lagre dokument"
|
|
|
|
#: zathura/config.c:506 zathura/config.c:508
|
|
msgid "Save document (and force overwriting)"
|
|
msgstr "Lagre dokument (og tving til å skrive over)"
|
|
|
|
#: zathura/config.c:509
|
|
msgid "Save attachments"
|
|
msgstr "Lagre vedlegg"
|
|
|
|
#: zathura/config.c:510
|
|
msgid "Set page offset"
|
|
msgstr ""
|
|
|
|
#: zathura/config.c:511
|
|
msgid "Mark current location within the document"
|
|
msgstr "Marker nåværende lokalasjon i dokumentet"
|
|
|
|
#: zathura/config.c:512
|
|
msgid "Delete the specified marks"
|
|
msgstr "Slett spesifiserte merker"
|
|
|
|
#: zathura/config.c:513
|
|
msgid "Don't highlight current search results"
|
|
msgstr "Ikke uthev gjeldende søkeresultater"
|
|
|
|
#: zathura/config.c:514
|
|
msgid "Highlight current search results"
|
|
msgstr "Uthev følgende søkeresultater"
|
|
|
|
#: zathura/config.c:515
|
|
msgid "Show version information"
|
|
msgstr "Vis versjonsinformasjon"
|
|
|
|
#: zathura/config.c:516
|
|
msgid "Source config file"
|
|
msgstr ""
|
|
|
|
#: zathura/links.c:233
|
|
msgid "Failed to run xdg-open."
|
|
msgstr "Klarte ikke å kjøre xdg-open."
|
|
|
|
#: zathura/links.c:247
|
|
msgid "Opening external applications in strict sandbox mode is not permitted"
|
|
msgstr ""
|
|
|
|
#: zathura/links.c:280
|
|
#, c-format
|
|
msgid "Link: page %d"
|
|
msgstr "Link: side %d"
|
|
|
|
#: zathura/links.c:287
|
|
#, c-format
|
|
msgid "Link: %s"
|
|
msgstr ""
|
|
|
|
#: zathura/links.c:291 zathura/links.c:318
|
|
msgid "Link: Invalid"
|
|
msgstr "Link: Ugyldig"
|
|
|
|
#: zathura/links.c:305
|
|
#, c-format
|
|
msgid "Copied page number: %d"
|
|
msgstr ""
|
|
|
|
#: zathura/links.c:314
|
|
#, c-format
|
|
msgid "Copied link: %s"
|
|
msgstr ""
|
|
|
|
#: zathura/main.c:151
|
|
msgid "Reparents to window specified by xid (X11)"
|
|
msgstr ""
|
|
|
|
#: zathura/main.c:152
|
|
msgid "Path to the config directory"
|
|
msgstr "Sti til konfigureringsmappe"
|
|
|
|
#: zathura/main.c:153
|
|
msgid "Path to the data directory"
|
|
msgstr "Sti til data-mappe"
|
|
|
|
#: zathura/main.c:154
|
|
msgid "Path to the cache directory"
|
|
msgstr ""
|
|
|
|
#: zathura/main.c:155
|
|
msgid "Path to the directories containing plugins"
|
|
msgstr "Sti til mapper som inneholder plugins"
|
|
|
|
#: zathura/main.c:156
|
|
msgid "Fork into the background"
|
|
msgstr ""
|
|
|
|
#: zathura/main.c:157
|
|
msgid "Document password"
|
|
msgstr "Dokument passord"
|
|
|
|
#: zathura/main.c:158
|
|
msgid "Page number to go to"
|
|
msgstr "Sidetall å gå til"
|
|
|
|
#: zathura/main.c:159
|
|
msgid "Log level (debug, info, warning, error)"
|
|
msgstr "Logg nivå (diagnostisering, info, advarsler, feil)"
|
|
|
|
#: zathura/main.c:160
|
|
msgid "Print version information"
|
|
msgstr "Skriv ut versjonsinformasjon"
|
|
|
|
#: zathura/main.c:161
|
|
msgid "Synctex editor (forwarded to the synctex command)"
|
|
msgstr ""
|
|
|
|
#: zathura/main.c:162
|
|
msgid "Move to given synctex position"
|
|
msgstr ""
|
|
|
|
#: zathura/main.c:163
|
|
msgid "Highlight given position in the given process"
|
|
msgstr ""
|
|
|
|
#: zathura/main.c:164
|
|
msgid "Start in a non-default mode"
|
|
msgstr "Start i ikke-standard modus"
|
|
|
|
#: zathura/main.c:165
|
|
msgid "Bookmark to go to"
|
|
msgstr ""
|
|
|
|
#: zathura/main.c:166
|
|
msgid "Search for the given phrase and display results"
|
|
msgstr ""
|
|
|
|
#: zathura/page-widget.c:655
|
|
msgid "Loading..."
|
|
msgstr "Laster..."
|
|
|
|
#: zathura/page-widget.c:1114
|
|
msgid "Copy image"
|
|
msgstr "Kopier bilde"
|
|
|
|
#: zathura/page-widget.c:1115
|
|
msgid "Save image as"
|
|
msgstr "Lagre bilde som"
|
|
|
|
#. Update statusbar.
|
|
#: zathura/print.c:110
|
|
#, c-format
|
|
msgid "Printing page %d ..."
|
|
msgstr ""
|
|
|
|
#: zathura/print.c:192
|
|
#, c-format
|
|
msgid "Printing failed: %s"
|
|
msgstr "Utskrift feilet: %s"
|
|
|
|
#: zathura/shortcuts.c:105
|
|
#, c-format
|
|
msgid "Invalid adjust mode: %d"
|
|
msgstr ""
|
|
|
|
#: zathura/shortcuts.c:1025
|
|
#, c-format
|
|
msgid "Pattern not found: %s"
|
|
msgstr ""
|
|
|
|
#: zathura/shortcuts.c:1185
|
|
msgid "This document does not contain any index"
|
|
msgstr "Dette dokumenetet inneholder ikke noen index"
|
|
|
|
#: zathura/zathura.c:305 zathura/zathura.c:1500
|
|
msgid "[No name]"
|
|
msgstr "[Inget navn]"
|
|
|
|
#: zathura/zathura.c:837
|
|
msgid "Could not read file from stdin and write it to a temporary file."
|
|
msgstr "Kunne ikke lese fil fra stdin og skrive til temporærfil."
|
|
|
|
#: zathura/zathura.c:857
|
|
msgid "Could not read file from GIO and copy it to a temporary file."
|
|
msgstr ""
|
|
|
|
#: zathura/zathura.c:961
|
|
msgid "Enter password:"
|
|
msgstr ""
|
|
|
|
#: zathura/zathura.c:1000
|
|
msgid "Unsupported file type. Please install the necessary plugin."
|
|
msgstr "Usupportert filtype. Vennligst innstaller den nødvendige pluginen."
|
|
|
|
#: zathura/zathura.c:1010
|
|
msgid "Document does not contain any pages"
|
|
msgstr "Dokumentet inneholder ingen sider"
|
|
|
|
#: zathura/zathura.c:1371
|
|
#, c-format
|
|
msgid "File already exists: %s. Use :write! to overwrite it."
|
|
msgstr ""
|
|
|
|
#: zathura/zathura.c:1380
|
|
msgid "Failed to save document."
|
|
msgstr "Kunne ikke lagre dokumentet."
|
|
|
|
#: zathura/zathura.c:1384
|
|
msgid "Document saved."
|
|
msgstr "Dokumentet er lagret."
|