annotate locale/nb.po @ 7198:4e4e7a7c9049

python-gpg does not exist for python2 on ubuntu focal This was apparently a package built only for bionic (and earlier??). Removing install of package. Will see what happens to python2 test. I may have to drop testing of PGP/gpg on python2. no-github-ci
author John Rouillard <rouilj@ieee.org>
date Mon, 27 Feb 2023 09:06:48 -0500
parents c9a02c670e69
children ccb0e566e0be
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1 # SOME DESCRIPTIVE TITLE.
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2 # Copyright (C) YEAR See Roundup README.txt
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3 # This file is distributed under the same license as the PACKAGE package.
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5 #
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
6 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
7 msgstr ""
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
8 "Project-Id-Version: Roundup 2.3.0\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
9 "Report-Msgid-Bugs-To: roundup-devel@lists.sourceforge.net\n"
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
10 "POT-Creation-Date: 2022-11-23 22:28-0500\n"
4843
55d1a73d6118 Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4496
diff changeset
11 "PO-Revision-Date: 2013-10-31 12:21+0100\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
12 "Last-Translator: Christian Aastorp <christian.aastorp@gmail.com>\n"
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
13 "Language-Team: Norwegian Bokmal <LL@li.org>\n"
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
14 "Language: nb\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
15 "MIME-Version: 1.0\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
16 "Content-Type: text/plain; charset=UTF-8\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
17 "Content-Transfer-Encoding: 8bit\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
18 "Plural-Forms: nplurals=2; plural= n!=1 ;\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
19 "X-Poedit-Language: Norwegian Bokmal\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
20 "X-Poedit-Country: NORWAY\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
21 "X-Poedit-SourceCharset: utf-8\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
22
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
23 #: ../roundup/actions.py:49
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
24 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
25 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
26 "You do not have permission to retire or restore the %(classname)s class."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
27 msgstr "Du har ikke tillatelse til %(action)s %(classname)s klassen."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
28
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
29 #: ../roundup/actions.py:64 ../roundup/cgi/actions.py:240
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
30 msgid "You may not retire the admin or anonymous user"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
31 msgstr "Du kan ikke slette admin eller anonymous brukerne"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
32
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
33 #: ../roundup/admin.py:106 ../roundup/admin.py:1259 ../roundup/admin.py:1314
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
34 #: ../roundup/admin.py:1341 ../roundup/admin.py:106:1259 :1314:1341
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
35 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
36 msgid "no such class \"%(classname)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
37 msgstr "ingen slik klasse \"%(classname)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
38
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
39 #: ../roundup/admin.py:118
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
40 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
41 msgid "argument \"%(arg)s\" not propname=value"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
42 msgstr "argumentet \"%(arg)s\" ikke propname=value"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
43
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
44 #: ../roundup/admin.py:131
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
45 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
46 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
47 "Problem: %(message)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
48 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
49 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
50 "Problem: %(message)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
51 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
52
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
53 #: ../roundup/admin.py:132
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
54 #, fuzzy, python-format
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
55 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
56 "%(message)sUsage: roundup-admin [options] [<command> <arguments>]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
57 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
58 "Options:\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
59 " -i instance home -- specify the issue tracker \"home directory\" to "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
60 "administer\n"
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
61 " -u -- the user[:password] to use for commands (default "
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
62 "admin)\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
63 " -d -- print full designators not just class id numbers\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
64 " -c -- when outputting lists of data, comma-separate them.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
65 " Same as '-S \",\"'.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
66 " -S <string> -- when outputting lists of data, string-separate them\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
67 " -s -- when outputting lists of data, space-separate them.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
68 " Same as '-S \" \"'.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
69 " -V -- be verbose when importing\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
70 " -v -- report Roundup and Python versions (and quit)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
71 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
72 " Only one of -s, -c or -S can be specified.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
73 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
74 "Help:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
75 " roundup-admin -h\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
76 " roundup-admin help -- this help\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
77 " roundup-admin help <command> -- command-specific help\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
78 " roundup-admin help all -- all available help\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
79 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
80 "%(message)sBruk: roundup-admin [options] [<command> <arguments>]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
81 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
82 "Opsjoner:\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
83 " -i instance home -- spesifiser \"hjemmekatalog\" for sakslogger å "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
84 "administrere\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
85 " -u -- bruker[:passord]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
86 " -d -- skriv fulle beskrivelser, ikke bare klasse-idnummer\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
87 " -c -- kommaseparer datalister.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
88 " Samme som '-S \",\"'.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
89 " -S <string> -- separer datalister med streng\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
90 " -s -- separer datalister med mellomrom.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
91 " Samme som '-S \" \"'.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
92 " -V -- importer med fyldig logg\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
93 " -v -- vis Roundup og Python versjoner (og avslutt)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
94 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
95 " Bare en av -s, -c or -S kan brukes om gangen.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
96 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
97 "Hjelp:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
98 " roundup-admin -h\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
99 " roundup-admin help --denne hjelpen\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
100 " roundup-admin help <command> -- kommandospesifikk hjelp\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
101 " roundup-admin help all -- all tilgjengelig hjelp\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
102
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
103 #: ../roundup/admin.py:159
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
104 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
105 msgid "Commands: "
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
106 msgstr "Kommandoer:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
107
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
108 #: ../roundup/admin.py:166
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
109 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
110 "Commands may be abbreviated as long as the abbreviation\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
111 "matches only one command, e.g. l == li == lis == list."
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
112 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
113 "Kommandoer kan forkortes så lenge som forkortelsen bare passer med en "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
114 "kommando, feks e.g. l == li == lis == list."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
115
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
116 #: ../roundup/admin.py:195
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
117 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
118 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
119 "All commands (except help) require a tracker specifier. This is just\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
120 "the path to the roundup tracker you're working with. A roundup tracker\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
121 "is where roundup keeps the database and configuration file that defines\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
122 "an issue tracker. It may be thought of as the issue tracker's \"home\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
123 "directory\". It may be specified in the environment variable TRACKER_HOME\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
124 "or on the command line as \"-i tracker\".\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
125 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
126 "A designator is a classname and a nodeid concatenated, eg. bug1, "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
127 "user10, ...\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
128 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
129 "Property values are represented as strings in command arguments and in the\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
130 "printed results:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
131 " . Strings are, well, strings.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
132 " . Date values are printed in the full date format in the local time zone,\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
133 " and accepted in the full format or any of the partial formats explained\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
134 " below.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
135 " . Link values are printed as node designators. When given as an argument,\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
136 " node designators and key strings are both accepted.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
137 " . Multilink values are printed as lists of node designators joined\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
138 " by commas. When given as an argument, node designators and key\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
139 " strings are both accepted; an empty string, a single node, or a list\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
140 " of nodes joined by commas is accepted.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
141 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
142 "When property values must contain spaces, just surround the value with\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
143 "quotes, either ' or \". A single space may also be backslash-quoted. If a\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
144 "value must contain a quote character, it must be backslash-quoted or inside\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
145 "quotes. Examples:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
146 " hello world (2 tokens: hello, world)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
147 " \"hello world\" (1 token: hello world)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
148 " \"Roch'e\" Compaan (2 tokens: Roch'e Compaan)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
149 " Roch\\'e Compaan (2 tokens: Roch'e Compaan)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
150 " address=\"1 2 3\" (1 token: address=1 2 3)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
151 " \\\\ (1 token: \\)\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
152 " \\n\\r\\t (1 token: a newline, carriage-return and "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
153 "tab)\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
154 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
155 "When multiple nodes are specified to the roundup get or roundup set\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
156 "commands, the specified properties are retrieved or set on all the listed\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
157 "nodes.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
158 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
159 "When multiple results are returned by the roundup get or roundup find\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
160 "commands, they are printed one per line (default) or joined by commas (with\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
161 "the -c) option.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
162 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
163 "Where the command changes data, a login name/password is required. The\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
164 "login may be specified as either \"name\" or \"name:password\".\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
165 " . ROUNDUP_LOGIN environment variable\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
166 " . the -u command-line option\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
167 "If either the name or password is not supplied, they are obtained from the\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
168 "command-line.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
169 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
170 "Date format examples:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
171 " \"2000-04-17.03:45\" means <Date 2000-04-17.08:45:00>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
172 " \"2000-04-17\" means <Date 2000-04-17.00:00:00>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
173 " \"01-25\" means <Date yyyy-01-25.00:00:00>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
174 " \"08-13.22:13\" means <Date yyyy-08-14.03:13:00>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
175 " \"11-07.09:32:43\" means <Date yyyy-11-07.14:32:43>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
176 " \"14:25\" means <Date yyyy-mm-dd.19:25:00>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
177 " \"8:47:11\" means <Date yyyy-mm-dd.13:47:11>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
178 " \".\" means \"right now\"\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
179 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
180 "Command help:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
181 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
182 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
183 "Alle kommandoer (unntatt hjelp) må ha en sporer oppgitt. Dette er bare\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
184 "stien til roundup-sporeren du arbeider med. En roundup-sporer er der\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
185 "roundup har databasen og konfigurasjonsfilen som definerer en sakssporer\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
186 "Du kan tenke på det som sakssporerens hjemmekatalog. Denne kan spesifiseres\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
187 "i systemvariabelen TRACKER_HOME eller på kommandolinjen som \"-i tracker\".\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
188 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
189 "En benevnelse er et klassenavn og en nodeid kjedet sammen, feks bug1, "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
190 "user10, ...\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
191 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
192 "Egenskapsverdier er representert som tekst i kommandosekvenser og i "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
193 "utskrifter:\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
194 " . Tekst er, vel, tekst.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
195 " . Datoverdier skrives i fullt daotoformat i den lokale tidssonen,\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
196 " og aksepteres i fullt format eller i en av de ufullstendige formene gitt "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
197 "nedenfor\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
198 " . Lenkeverdier skrives som nodebenevnelser. Når de oppgis som argumenter,\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
199 " aksepteres både node benevnelser og nøkkeltekster.\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
200 " . Flerlenkeverdier skrives som lister med nodebenevnelser skilt med komma. "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
201 "Når de\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
202 " blir gitt som argument blir både nodebenevnelser og nøkkeltekster "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
203 "akseptert \n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
204 " en tom tekst, en enkel node, eller en liste med noder skilt med komma "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
205 "blir \n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
206 " akseptert.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
207 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
208 "Feltverdier som må inneholde mellomrom omgis med sitattegn, enten ' or \". "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
209 "Et enkelt\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
210 "mellomrom kan også siteres med \\. Hvis en verdi må inneholde et sitattegn "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
211 "må det siteres \n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
212 "med \\ eller være inne mellom et par sitattegn.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
213 "Eksempler:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
214 " hallo verden (2 token: hallo, verden)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
215 " \"hallo verden\" (1 token: hallo verden)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
216 " \"Roch'e\" Compaan (2 token: Roch'e Compaan)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
217 " Roch\\'e Compaan (2 token: Roch'e Compaan)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
218 " address=\"1 2 3\" (1 token: address=1 2 3)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
219 " \\\\ (1 token: \\)\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
220 " \\n\\r\\t (1 token: et linjeskift, vognretur og "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
221 "tabulator)\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
222 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
223 "Når flere noder blir spesifisert til roundups get eller set kommandoer blir "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
224 "de spesifiserte\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
225 "verdiene hentet eller satt for alle de listede nodene.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
226 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
227 "Når flere resultater returneres av roundups get eller find kommandoer blir "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
228 "de skrevet \n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
229 "en per linje (standard), eller skilt med komma (med -c opsjonen).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
230 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
231 "For å bruke kommandoer som endrer data er en login-kombinasjon av navn og "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
232 "passord krevet.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
233 "Login-informasjonen kan enten spesifiseres som \"navn\" eller \"navn:passord"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
234 "\".\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
235 " . ROUNDUP_LOGIN systemvariable\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
236 " . -u kommandolinje opsjonen\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
237 "Hvis enten navn eller passord ikke er oppgitt blir de etterspurt på "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
238 "kommandolinjen.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
239 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
240 "Eksempler på datoformat:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
241 " \"2000-04-17.03:45\" betyr <Date 2000-04-17.08:45:00>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
242 " \"2000-04-17\" betyr <Date 2000-04-17.00:00:00>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
243 " \"01-25\" betyr <Date yyyy-01-25.00:00:00>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
244 " \"08-13.22:13\" betyr <Date yyyy-08-14.03:13:00>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
245 " \"11-07.09:32:43\" betyr <Date yyyy-11-07.14:32:43>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
246 " \"14:25\" betyr <Date yyyy-mm-dd.19:25:00>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
247 " \"8:47:11\" betyr <Date yyyy-mm-dd.13:47:11>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
248 " \".\" betyr \"right now\"\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
249 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
250 "Kommandohjelp:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
251
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
252 #: ../roundup/admin.py:258
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
253 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
254 msgid "%s:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
255 msgstr "%s:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
256
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
257 #: ../roundup/admin.py:265
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
258 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
259 "Usage: help topic\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
260 " Give help about topic.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
261 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
262 " commands -- list commands\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
263 " <command> -- help specific to a command\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
264 " initopts -- init command options\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
265 " all -- all available help\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
266 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
267 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
268 "Bruk: Hjelpeemne\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
269 " Hjelp om et emne\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
270 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
271 " commands -- list kommandoer\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
272 " <command> --hjelp for spesifikk kommando\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
273 " initopts -- opsjoner for init-kommando\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
274 " all -- all tilgjengeli hjelp\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
275 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
276
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
277 #: ../roundup/admin.py:287
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
278 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
279 msgid "Sorry, no help for \"%(topic)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
280 msgstr "Beklager, ingen hjelp for \"%(topic)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
281
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
282 #: ../roundup/admin.py:402 ../roundup/admin.py:458 ../roundup/admin.py:402:458
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
283 msgid "Templates:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
284 msgstr "Maler:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
285
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
286 #: ../roundup/admin.py:405 ../roundup/admin.py:468 ../roundup/admin.py:405:468
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
287 msgid "Back ends:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
288 msgstr "Back ends:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
289
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
290 #: ../roundup/admin.py:408
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
291 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
292 "Usage: install [template [backend [key=val[,key=val]]]]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
293 " Install a new Roundup tracker.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
294 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
295 " The command will prompt for the tracker home directory\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
296 " (if not supplied through TRACKER_HOME or the -i option).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
297 " The template and backend may be specified on the command-line\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
298 " as arguments, in that order.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
299 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
300 " Command line arguments following the backend allows you to\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
301 " pass initial values for config options. For example, passing\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
302 " \"web_http_auth=no,rdbms_user=dinsdale\" will override defaults\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
303 " for options http_auth in section [web] and user in section [rdbms].\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
304 " Please be careful to not use spaces in this argument! (Enclose\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
305 " whole argument in quotes if you need spaces in option value).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
306 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
307 " The initialise command must be called after this command in order\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
308 " to initialise the tracker's database. You may edit the tracker's\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
309 " initial database contents before running that command by editing\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
310 " the tracker's dbinit.py module init() function.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
311 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
312 " See also initopts help.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
313 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
314 msgstr ""
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
315 "Bruk: \tinstall [template [backend [key=val[,key=val]]]]\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
316 "\t\tInstallerer en ny Roundup sporer.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
317 "\t\t\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
318 "\t\tKommandoen vil be om en plass for sporerens hjemmekatalog\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
319 "\t\t(hvis den ikke er oppgitt ved TRACKER_HOME eller -i opsjonen).\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
320 "\t\tDu kan spesifisere mal og backend på kommandolinjen som argumenter,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
321 "\t\ti den rekkefølgen.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
322 "\t\t\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
323 "\t\tArgumenter på kommandolinjen etter backend-beskrivelsen lar deg oppgi\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
324 "\t\tstartverdier for konfigurasjonsopsjoner. For eksempel vil parametrene\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
325 "\t\t\"web_http_auth=no,rdbms_user=dinsdale\" overstyre verdiene satt for\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
326 "\t\topsjonene http_auth i [web]-seksjonen og user i [rdbms]. Det er viktig\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
327 "\t\tat man ikke bruker mellomrom i dette argumentet! (Omslutt hele\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
328 "\t\tmed sitattegn hvis det er nødvendig med mellomrom).\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
329 "\t\t\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
330 "\t\tInitialiseringskommandoen må kalles etter denne kommandoen for å\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
331 "\t\tinitialisere sporerens database. Du kan redigere sporerens opprinnelige\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
332 "\t\tinnhold ved å redigere sporerens dbinit.py's funksjon init().\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
333 "\t\t\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
334 "\t\tSe også hjelp for initops.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
335 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
336
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
337 #: ../roundup/admin.py:431 ../roundup/admin.py:562 ../roundup/admin.py:635
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
338 #: ../roundup/admin.py:728 ../roundup/admin.py:786 ../roundup/admin.py:872
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
339 #: ../roundup/admin.py:931 ../roundup/admin.py:958 ../roundup/admin.py:985
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
340 #: ../roundup/admin.py:1062 ../roundup/admin.py:1157 ../roundup/admin.py:1243
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
341 #: ../roundup/admin.py:1304 ../roundup/admin.py:1331 ../roundup/admin.py:1367
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
342 #: ../roundup/admin.py:1495 ../roundup/admin.py:1579
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
343 #: ../roundup/admin.py:431:562 :1157 :1243:1304 :1331:1367 :1495:1579 :635:728
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
344 #: :786:872 :931:958 :985:1062
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
345 msgid "Not enough arguments supplied"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
346 msgstr "For få parametre"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
347
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
348 #: ../roundup/admin.py:437
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
349 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
350 msgid "Instance home parent directory \"%(parent)s\" does not exist"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
351 msgstr "Overordnet katalog \"%(parent)s\" finnes ikke"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
352
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
353 #: ../roundup/admin.py:446
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
354 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
355 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
356 "WARNING: There appears to be a tracker in \"%(tracker_home)s\"!\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
357 "If you re-install it, you will lose all the data!\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
358 "Erase it? Y/N: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
359 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
360 "ADVARSEL: Det ser ut til å være en sporer i \"%(tracker_home)s\"!\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
361 "Du vil miste alle data hvis du reinstallerer!\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
362 "Slette den? Y/N: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
363
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
364 #: ../roundup/admin.py:459
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
365 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
366 msgid "Select template"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
367 msgstr "Velg mal [classic]: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
368
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
369 #: ../roundup/admin.py:469
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
370 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
371 msgid "Select backend"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
372 msgstr "Velg database backend [anydbm]: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
373
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
374 #: ../roundup/admin.py:480
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
375 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
376 msgid "Error in configuration settings: \"%s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
377 msgstr "Feil i konfigurasjon \"%s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
378
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
379 #: ../roundup/admin.py:511
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
380 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
381 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
382 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
383 "---------------------------------------------------------------------------\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
384 " You should now edit the tracker configuration file:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
385 " %(config_file)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
386 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
387 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
388 "---------------------------------------------------------------------------\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
389 " Du bør redigere konfigurasjonsfilen for sporeren nå:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
390 " %(config_file)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
391
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
392 #: ../roundup/admin.py:521
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
393 msgid " ... at a minimum, you must set following options:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
394 msgstr "... du må spesifisere følgende opsjoner som et minimum:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
395
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
396 #: ../roundup/admin.py:526
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
397 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
398 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
399 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
400 " If you wish to modify the database schema,\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
401 " you should also edit the schema file:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
402 " %(database_config_file)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
403 " You may also change the database initialisation file:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
404 " %(database_init_file)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
405 " ... see the documentation on customizing for more information.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
406 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
407 " You MUST run the \"roundup-admin initialise\" command once you've "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
408 "performed\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
409 " the above steps.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
410 "---------------------------------------------------------------------------\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
411 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
412 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
413 "Hvis du ønsker å endre database-schemaet,\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
414 " må du også endre schema-filen:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
415 " %(database_config_file)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
416 " Du kan også endre initialiseringsfilen for databsen:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
417 " %(database_init_file)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
418 " ... se tilpasningsdokumentasjonen for mer informasjon.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
419 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
420 " Du MÅ kjøre \"roundup-admin initialise\" etter at du har gjort\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
421 " disse endringene.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
422 "---------------------------------------------------------------------------\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
423
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
424 #: ../roundup/admin.py:557
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
425 #, fuzzy
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
426 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
427 "Usage: genconfig <filename>\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
428 " Generate a new tracker config file (ini style) with default\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
429 " values in <filename>.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
430 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
431 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
432 "Bruk: genconfig <filename>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
433 " Lag en ny sporer konfigurasjonsfil (ini type) med standard verdier\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
434 " i <filename>.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
435 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
436
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
437 #: ../roundup/admin.py:572
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
438 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
439 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
440 "Usage: updateconfig <filename>\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
441 " Generate an updated tracker config file (ini style) in\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
442 " <filename>. Use current settings from existing roundup\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
443 " tracker in tracker home.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
444 " "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
445 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
446 "Bruk: genconfig <filename>\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
447 " Lag en ny sporer konfigurasjonsfil (ini type) med standard verdier\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
448 " i <filename>.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
449 " "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
450
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
451 #. password
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
452 #: ../roundup/admin.py:580
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
453 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
454 "Usage: initialise [adminpw]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
455 " Initialise a new Roundup tracker.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
456 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
457 " The administrator details will be set at this step.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
458 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
459 " Execute the tracker's initialisation function dbinit.init()\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
460 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
461 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
462 "Bruk: initialise [adminpw]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
463 " Initier en ny sporer.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
464 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
465 " Administratordetaljer blir satt her.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
466 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
467 " Kjør sporerens oppstartsfunksjon dbinit.init()\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
468 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
469
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
470 #: ../roundup/admin.py:594
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
471 msgid "Admin Password: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
472 msgstr "Admin passord:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
473
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
474 #: ../roundup/admin.py:595
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
475 msgid " Confirm: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
476 msgstr " Bekreft: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
477
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
478 #: ../roundup/admin.py:599
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
479 msgid "Instance home does not exist"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
480 msgstr "Hjemmekatalogen finnes ikke"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
481
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
482 #: ../roundup/admin.py:603
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
483 msgid "Instance has not been installed"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
484 msgstr "Sporeren er ikke installert"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
485
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
486 #: ../roundup/admin.py:609
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
487 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
488 "WARNING: The database is already initialised!\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
489 "If you re-initialise it, you will lose all the data!\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
490 "Erase it? Y/N: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
491 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
492 "ADVARSEL: Databasen er allerede initialisert!\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
493 "Hvis du reinitialiserer den vil alle data bli slettet.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
494 "Slette den? Y/N: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
495
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
496 #: ../roundup/admin.py:625
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
497 #, fuzzy
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
498 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
499 "Usage: get property designator[,designator]*\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
500 " Get the given property of one or more designator(s).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
501 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
502 " A designator is a classname and a nodeid concatenated,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
503 " eg. bug1, user10, ...\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
504 "\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
505 " Retrieves the property value of the nodes specified\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
506 " by the designators.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
507 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
508 msgstr ""
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
509 "Bruk:\tget property designator[,designator]*\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
510 "\t\tHent oppgitt egenskap (property) til en eller flere \n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
511 "\t\tangivelser(designator).\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
512 "\t\t\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
513 "\t\tHente verdi for egenskapen for nodene som er spesifisert\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
514 "\t\tved angivelsene.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
515 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
516
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
517 #: ../roundup/admin.py:669 ../roundup/admin.py:687 ../roundup/admin.py:669:687
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
518 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
519 msgid "property %s is not of type Multilink or Link so -d flag does not apply."
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
520 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
521 "egneskapen %s er ikke multilenke eller lenke so -d lfagget kan ikke anvendes."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
522
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
523 #: ../roundup/admin.py:697 ../roundup/admin.py:1261 ../roundup/admin.py:1316
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
524 #: ../roundup/admin.py:697:1261:1316
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
525 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
526 msgid "no such %(classname)s node \"%(nodeid)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
527 msgstr "finnes ikke %(classname)s node \"%(nodeid)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
528
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
529 #: ../roundup/admin.py:700
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
530 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
531 msgid "no such %(classname)s property \"%(propname)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
532 msgstr "finnes ikke %(classname)s property \"%(propname)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
533
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
534 #: ../roundup/admin.py:708
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
535 #, fuzzy
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
536 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
537 "Usage: set items property=value property=value ...\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
538 " Set the given properties of one or more items(s).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
539 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
540 " The items are specified as a class or as a comma-separated\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
541 " list of item designators (ie \"designator[,designator,...]\").\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
542 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
543 " A designator is a classname and a nodeid concatenated,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
544 " eg. bug1, user10, ...\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
545 "\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
546 " This command sets the properties to the values for all\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
547 " designators given. If a class is used, the property will be\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
548 " set for all items in the class. If the value is missing\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
549 " (ie. \"property=\") then the property is un-set. If the property\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
550 " is a multilink, you specify the linked ids for the multilink\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
551 " as comma-separated numbers (ie \"1,2,3\").\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
552 "\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
553 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
554 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
555 "Bruk:set items property=value property=value ...\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
556 " Setter oppgitt egenskap for en eller flere saker.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
557 " \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
558 " Sakene spesifiseres som en klasse eller som en kommaseparert\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
559 " liste av saksbenevnelser (feks \"designator[,designator,...]\").\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
560 " \n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
561 " Denne kommandoen setter egenskapene til verdien for alle "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
562 "benevnelser\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
563 " som er gitt. Hvis verdien mangler ( feks \"property=\"), vil "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
564 "verdien\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
565 " bli udefinert. Hvis verdien er en flerlenke gis de lenkede id-ene "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
566 "som\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
567 " en kommaseparert liste (feks \"1,2,3\")."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
568
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
569 #: ../roundup/admin.py:776
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
570 #, fuzzy
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
571 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
572 "Usage: filter classname propname=value ...\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
573 " Find the nodes of the given class with a given property value.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
574 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
575 " Find the nodes of the given class with a given property value.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
576 " Multiple values can be specified by separating them with commas.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
577 " If property is a string, all values must match. I.E. it's an\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
578 " 'and' operation. If the property is a link/multilink any value\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
579 " matches. I.E. an 'or' operation.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
580 " "
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
581 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
582 "Bruk: find classname propname=value ...\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
583 " Finn nodene med gitt klasse og oppgitt lenkeverdi.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
584 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
585 " Finn nodene med gitt klasse og oppgitt lenkeverdi.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
586 " Verdien kan enten være nodeid-en til den lenkede noden, eller dens "
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
587 "nøkkelverdi.n "
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
588
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
589 #: ../roundup/admin.py:819
6301
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
590 #, fuzzy, python-format
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
591 msgid "Class %(curclassname)s has no property %(pn)s in %(propname)s."
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
592 msgstr "%(classname)s har ingen verdi \"%(propname)s\""
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
593
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
594 #: ../roundup/admin.py:857 ../roundup/admin.py:918 ../roundup/admin.py:1082
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
595 #: ../roundup/admin.py:1094 ../roundup/admin.py:1177
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
596 #: ../roundup/admin.py:857:918 :1082:1094:1177
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
597 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
598 msgid "%(classname)s has no property \"%(propname)s\""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
599 msgstr "%(classname)s har ingen verdi \"%(propname)s\""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
600
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
601 #: ../roundup/admin.py:864
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
602 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
603 "Usage: find classname propname=value ...\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
604 " Find the nodes of the given class with a given link property value.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
605 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
606 " Find the nodes of the given class with a given link property value.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
607 " The value may be either the nodeid of the linked node, or its key\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
608 " value.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
609 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
610 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
611 "Bruk: find classname propname=value ...\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
612 " Finn nodene med gitt klasse og oppgitt lenkeverdi.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
613 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
614 " Finn nodene med gitt klasse og oppgitt lenkeverdi.\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
615 " Verdien kan enten være nodeid-en til den lenkede noden, eller dens "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
616 "nøkkelverdi.n "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
617
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
618 #: ../roundup/admin.py:925
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
619 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
620 "Usage: specification classname\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
621 " Show the properties for a classname.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
622 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
623 " This lists the properties for a given class.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
624 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
625 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
626 "Bruk: specification classname\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
627 " Vis egenskapene til klassenavnet.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
628 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
629 " Lister egenskapene til gitt klasse.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
630 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
631
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
632 #: ../roundup/admin.py:941
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
633 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
634 msgid "%(key)s: %(value)s (key property)\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
635 msgstr "%(key)s: %(value)s (key property)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
636
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
637 #: ../roundup/admin.py:944
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
638 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
639 msgid "%(key)s: %(value)s\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
640 msgstr "%(key)s: %(value)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
641
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
642 #: ../roundup/admin.py:947
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
643 #, fuzzy
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
644 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
645 "Usage: display designator[,designator]*\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
646 "\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
647 " Show the property values for the given node(s).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
648 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
649 " A designator is a classname and a nodeid concatenated,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
650 " eg. bug1, user10, ...\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
651 "\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
652 " This lists the properties and their associated values\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
653 " for the given node.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
654 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
655 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
656 "Bruk: display designator[,designator]*\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
657 " Vis egneskapsverdiene for gitte noder.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
658 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
659 " Lister egenskapene og deres verdier for oppgitt node.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
660 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
661
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
662 #: ../roundup/admin.py:974
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
663 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
664 msgid "%(key)s: %(value)s"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
665 msgstr "%(key)s: %(value)s"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
666
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
667 #: ../roundup/admin.py:977
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
668 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
669 "Usage: create classname property=value ...\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
670 " Create a new entry of a given class.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
671 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
672 " This creates a new entry of the given class using the property\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
673 " name=value arguments provided on the command line after the \"create"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
674 "\"\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
675 " command.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
676 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
677 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
678 "Bruk: create classname property=value ...\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
679 " Lag ny instans av gitt klasse.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
680 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
681 " Lager ny instans av gitt klasse med navn=verdi argumentene oppgitt\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
682 " på kommandolinjen ette \"create\"kommandoen.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
683 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
684
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
685 #: ../roundup/admin.py:1005
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
686 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
687 msgid "%(propname)s (Password): "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
688 msgstr "%(propname)s (Password): "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
689
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
690 #: ../roundup/admin.py:1008
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
691 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
692 msgid " %(propname)s (Again): "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
693 msgstr " %(propname)s (Again): "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
694
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
695 #: ../roundup/admin.py:1012
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
696 msgid "Sorry, try again..."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
697 msgstr "Beklager, prøv en gang til..."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
698
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
699 #: ../roundup/admin.py:1016
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
700 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
701 msgid "%(propname)s (%(proptype)s): "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
702 msgstr "%(propname)s (%(proptype)s): "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
703
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
704 #: ../roundup/admin.py:1035
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
705 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
706 msgid "you must provide the \"%(propname)s\" property."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
707 msgstr "du må oppgi \"%(propname)s\" egenskapen."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
708
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
709 #: ../roundup/admin.py:1047
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
710 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
711 "Usage: list classname [property]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
712 " List the instances of a class.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
713 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
714 " Lists all instances of the given class. If the property is not\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
715 " specified, the \"label\" property is used. The label property is\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
716 " tried in order: the key, \"name\", \"title\" and then the first\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
717 " property, alphabetically.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
718 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
719 " With -c, -S or -s print a list of item id's if no property\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
720 " specified. If property specified, print list of that property\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
721 " for every class instance.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
722 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
723 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
724 "Bruk: list klassenavn [egenskap]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
725 " Lister instansene av en klasse.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
726 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
727 " Lister alle instanser av en gitt klasse. Hvis verdien ikke er "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
728 "spesifisert\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
729 " blir \"label\" verdien brukt. Label egenskapen blir testet i "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
730 "rekkelfølge,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
731 " nøkkelen, \"name\", \"title\" og så den første verdien, "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
732 "alfabetisk. \n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
733 " Med -c, -S eller -s blir en liste med saksid-er skrevet hvis ingen \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
734 " egenskap er oppgitt.Hvis egenskap er oppgitt listes den egenskapen\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
735 " for alle klasseinstanser.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
736 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
737
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
738 #: ../roundup/admin.py:1060
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
739 msgid "Too many arguments supplied"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
740 msgstr "For mange argumenter"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
741
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
742 #: ../roundup/admin.py:1096
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
743 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
744 msgid "%(nodeid)4s: %(value)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
745 msgstr "%(nodeid)4s: %(value)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
746
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
747 #: ../roundup/admin.py:1100
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
748 msgid ""
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
749 "Usage: templates [trace_search]\n"
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
750 " List templates and their installed directories.\n"
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
751 "\n"
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
752 " With trace_search also list all directories that are\n"
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
753 " searched for templates.\n"
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
754 " "
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
755 msgstr ""
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
756
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
757 #: ../roundup/admin.py:1128
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
758 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
759 "Usage: table classname [property[,property]*]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
760 " List the instances of a class in tabular form.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
761 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
762 " Lists all instances of the given class. If the properties are not\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
763 " specified, all properties are displayed. By default, the column\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
764 " widths are the width of the largest value. The width may be\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
765 " explicitly defined by defining the property as \"name:width\".\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
766 " For example::\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
767 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
768 " roundup> table priority id,name:10\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
769 " Id Name\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
770 " 1 fatal-bug\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
771 " 2 bug\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
772 " 3 usability\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
773 " 4 feature\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
774 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
775 " Also to make the width of the column the width of the label,\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
776 " leave a trailing : without a width on the property. For example::\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
777 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
778 " roundup> table priority id,name:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
779 " Id Name\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
780 " 1 fata\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
781 " 2 bug\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
782 " 3 usab\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
783 " 4 feat\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
784 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
785 " will result in a the 4 character wide \"Name\" column.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
786 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
787 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
788 "Bruk: tabell klassenavn [egenskap[,egenskap]*]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
789 " List instansene for en klasse i tabellform.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
790 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
791 " Lister alle instansene av gitt klasse. Hvis ikke egenskapene\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
792 " er oppgitt blir alle egenskaper vist. Som standard settes kolonne-\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
793 " bredden til bredden på den største verdien. Bredden kan settes \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
794 " eksplisitt ved å sette egenskapen \"navn:bredde\".\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
795 " For eksempel::\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
796 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
797 " roundup> table priority id,name:10\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
798 " Id Name\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
799 " 1 fatal-bug\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
800 " 2 bug\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
801 " 3 usability\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
802 " 4 feature\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
803 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
804 " For å sette kolonnebredden til bredden på etiketten,\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
805 " føy til en : etter egenskapen. For eksempel:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
806 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
807 " roundup> table priority id,name:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
808 " Id Name\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
809 " 1 fata\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
810 " 2 bug\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
811 " 3 usab\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
812 " 4 feat\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
813 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
814 " resulterer i en fire bokstavaer bred \"Name\" kolonne.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
815 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
816
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
817 #: ../roundup/admin.py:1172
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
818 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
819 msgid "\"%(spec)s\" not name:width"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
820 msgstr "\"%(spec)s\" ikke navn:bredde"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
821
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
822 #: ../roundup/admin.py:1194
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
823 #, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
824 msgid "\"%(spec)s\" does not have an integer width: \"%(width)s\""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
825 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
826
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
827 #: ../roundup/admin.py:1230
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
828 msgid ""
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
829 "Usage: history designator [skipquiet]\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
830 " Show the history entries of a designator.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
831 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
832 " A designator is a classname and a nodeid concatenated,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
833 " eg. bug1, user10, ...\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
834 "\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
835 " Lists the journal entries viewable by the user for the\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
836 " node identified by the designator. If skipquiet is the\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
837 " second argument, journal entries for quiet properties\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
838 " are not shown.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
839 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
840 msgstr ""
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
841
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
842 #: ../roundup/admin.py:1266
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
843 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
844 "Usage: commit\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
845 " Commit changes made to the database during an interactive session.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
846 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
847 " The changes made during an interactive session are not\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
848 " automatically written to the database - they must be committed\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
849 " using this command.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
850 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
851 " One-off commands on the command-line are automatically committed if\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
852 " they are successful.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
853 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
854 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
855 "Bruk: commit\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
856 " Lagrer endringer til databsen utført i en interaktiv sesjon.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
857 " \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
858 " Endringer gjort til databasen blir ikke automatisk lagret, de må\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
859 " lagres permanent med denne kommandoen.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
860 " \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
861 " Enkeltkommandoer fra kommandolinjen lagrer resultatet\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
862 " permanent, hvis de lykkes.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
863 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
864
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
865 #: ../roundup/admin.py:1281
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
866 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
867 "Usage: rollback\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
868 " Undo all changes that are pending commit to the database.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
869 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
870 " The changes made during an interactive session are not\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
871 " automatically written to the database - they must be committed\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
872 " manually. This command undoes all those changes, so a commit\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
873 " immediately after would make no changes to the database.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
874 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
875 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
876 "Bruk: rollback\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
877 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
878 " Endringer gjort til databasen i en interaktiv sesjon, lagres\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
879 " ikke permanent automatisk, du må benytte commit-kommandoen.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
880 " Denne kommandoen ruller tilbake alle endringer som ikke er\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
881 " commited. \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
882 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
883
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
884 #: ../roundup/admin.py:1294
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
885 #, fuzzy
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
886 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
887 "Usage: retire designator[,designator]*\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
888 " Retire the node specified by designator.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
889 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
890 " A designator is a classname and a nodeid concatenated,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
891 " eg. bug1, user10, ...\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
892 "\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
893 " This action indicates that a particular node is not to be retrieved\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
894 " by the list or find commands, and its key value may be re-used.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
895 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
896 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
897 "Bruk: retire benevnelse[,benevnelse]*\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
898 " Glem en node med gitt benevnelse.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
899 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
900 " Denne kommandoen indikerer at en spesifisert node ikke skal listes\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
901 " av list eller find-kommandoene, og at dens nøkkel kan gjenbrukes.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
902 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
903
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
904 #: ../roundup/admin.py:1322
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
905 #, fuzzy
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
906 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
907 "Usage: restore designator[,designator]*\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
908 " Restore the retired node specified by designator.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
909 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
910 " A designator is a classname and a nodeid concatenated,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
911 " eg. bug1, user10, ...\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
912 "\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
913 " The given nodes will become available for users again.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
914 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
915 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
916 "Bruk: restore benevnelse[, benevnelse] *\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
917 " Hente frem glemt node spesifisert av benevnelse.\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
918 "\t \n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
919 "\t Oppgitte noder blir tilgjengelige for brukerne igjen.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
920 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
921
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
922 #: ../roundup/admin.py:1347
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
923 #, fuzzy
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
924 msgid "no such %(classname)s node \" % (nodeid)s\""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
925 msgstr "finnes ikke %(classname)s node \"%(nodeid)s\""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
926
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
927 #. grab the directory to export to
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
928 #: ../roundup/admin.py:1353
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
929 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
930 "Usage: export [[-]class[,class]] export_dir\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
931 " Export the database to colon-separated-value files.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
932 " To exclude the files (e.g. for the msg or file class),\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
933 " use the exporttables command.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
934 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
935 " Optionally limit the export to just the named classes\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
936 " or exclude the named classes, if the 1st argument starts with '-'.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
937 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
938 " This action exports the current data from the database into\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
939 " colon-separated-value files that are placed in the nominated\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
940 " destination directory.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
941 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
942 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
943 "Bruk: export [[-] klasse[,klasse]] eksportkatalog\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
944 " Eksporterer databasen til kolonseparerte filer.\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
945 "\t For å eksludere filene (feks. for msg eller file-klassen),\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
946 "\t bruk exporttables-kommandoen i stedet.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
947 "\t \n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
948 "\t Du kan begrense eksporten til bare navngitte klasser,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
949 "\t ved å la det første argumentet starte med '-'.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
950 "\t \n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
951 "\t Denne kommandoen eksporterer aktuelle data fra databasen til\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
952 "\t kolonseparerte filer som plasseres i angitt katalog.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
953 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
954
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
955 #: ../roundup/admin.py:1460
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
956 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
957 "Usage: exporttables [[-]class[,class]] export_dir\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
958 " Export the database to colon-separated-value files, excluding the\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
959 " files below $TRACKER_HOME/db/files/ (which can be archived "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
960 "separately).\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
961 " To include the files, use the export command.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
962 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
963 " Optionally limit the export to just the named classes\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
964 " or exclude the named classes, if the 1st argument starts with '-'.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
965 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
966 " This action exports the current data from the database into\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
967 " colon-separated-value files that are placed in the nominated\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
968 " destination directory.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
969 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
970 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
971 "Bruk: exporttables [[-]klasse[,klasse]] eksportkatalog\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
972 " Eksporterer databasen til kolonseparerte filer, unntatt filene som\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
973 " er plassert under $TRACKER_HOME/db/files/ (som kan arkiveres "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
974 "separat).\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
975 " For å inkludere også disse filene, bruk export-kommandoen i stedet.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
976 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
977 " Du kan begrense eksporten til oppgitte klasser, eller utelukke\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
978 " navngitte klasser ved å starte første argument med '-'.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
979 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
980 " Denne kommandoen eksporterer aktuelle data fra databasen til\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
981 " kolonseparerte filer som plasseres i angitt katalog.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
982 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
983
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
984 #: ../roundup/admin.py:1475
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
985 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
986 "Usage: import import_dir\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
987 " Import a database from the directory containing CSV files,\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
988 " two per class to import.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
989 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
990 " The files used in the import are:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
991 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
992 " <class>.csv\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
993 " This must define the same properties as the class (including\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
994 " having a \"header\" line with those property names.)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
995 " <class>-journals.csv\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
996 " This defines the journals for the items being imported.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
997 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
998 " The imported nodes will have the same nodeid as defined in the\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
999 " import file, thus replacing any existing content.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1000 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1001 " The new nodes are added to the existing database - if you want to\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1002 " create a new database using the imported data, then create a new\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1003 " database (or, tediously, retire all the old data.)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1004 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1005 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1006 "Bruk: import import-katalog\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1007 " Importer databasen fra katalogen som inneholder CSV-filer, to per\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1008 " klasse.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1009 " \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1010 " Filene som benyttes til importen er:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1011 " \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1012 " <klasse>.csv\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1013 " Må inneholde de samme egenskapene som klassene (inklusiv en \"header\"-\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1014 " linje som lister egenskapsnavnene).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1015 " \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1016 " De importerte nodene vil få nodeid som definert i importfilen, altså\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1017 " vil de erstatte tidligere innhold med samme id.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1018 " \n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1019 " De nye nodene legges til den eksisterende databasen - hvis du heller "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1020 "vil\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1021 " lage en ny database med de importerte data, lag en blank database "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1022 "først, \n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1023 " (eller, mer omstendelig glem alle gamle data).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1024 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1025
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1026 #: ../roundup/admin.py:1554
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1027 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1028 "Usage: importtables export_dir\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1029 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1030 " This imports the database tables exported using exporttables.\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1031 " "
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1032 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1033
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1034 #: ../roundup/admin.py:1561
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1035 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1036 "Usage: pack period | date\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1037 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1038 " Remove journal entries older than a period of time specified or\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1039 " before a certain date.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1040 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1041 " A period is specified using the suffixes \"y\", \"m\", and \"d\". "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1042 "The\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1043 " suffix \"w\" (for \"week\") means 7 days.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1044 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1045 " \"3y\" means three years\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1046 " \"2y 1m\" means two years and one month\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1047 " \"1m 25d\" means one month and 25 days\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1048 " \"2w 3d\" means two weeks and three days\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1049 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1050 " Date format is \"YYYY-MM-DD\" eg:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1051 " 2001-01-01\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1052 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1053 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1054 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1055 "Bruk: pack periode | tidspunkt\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1056 " Fjern journallinjer eldre enn periode som oppgitt, eller før en\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1057 " gitt dato.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1058 " \n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1059 " En periode spesifiseres ved hjelp av suffiksene \"y\", \"m\", and \"d"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1060 "\".\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1061 " Suffikset \"w\" (for \"week\") betyr syv dager.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1062 " \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1063 " \"3y\" betyr tre år\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1064 " \"2y 1m\" betyr to år og en måned\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1065 " \"1m 25d\" betyr en måned og tjuefem dager\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1066 " \"2w 3d\" betyr to uker og tre dager\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1067 " \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1068 " Dato format is \"YYYY-MM-DD\" eksempel:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1069 " 2011-01-01\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1070 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1071 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1072
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1073 #: ../roundup/admin.py:1589
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1074 msgid "Invalid format"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1075 msgstr "Ugyldig format"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1076
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1077 #: ../roundup/admin.py:1602
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1078 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1079 "Usage: reindex [classname|designator]*\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1080 " Re-generate a tracker's search indexes.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1081 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1082 " This will re-generate the search indexes for a tracker.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1083 " This will typically happen automatically.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1084 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1085 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1086 "Bruk: reindex [klassenavn|benevnelse]*\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1087 " Regenerere en sporers søkeindekser.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1088 " \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1089 " Dette vil regenerere en sporers søkeindekser. Vil normalt kjøres\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1090 " automatisk.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1091 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1092
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1093 #: ../roundup/admin.py:1616
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1094 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1095 msgid "no such item \"%(designator)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1096 msgstr "ingen slik enhet \"%(designator)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1097
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1098 #: ../roundup/admin.py:1626
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1099 #, fuzzy
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1100 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1101 "Usage: security [Role name]\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1102 "\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1103 " Display the Permissions available to one or all Roles.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1104 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1105 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1106 "Bruk: security [rollenavn]\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1107 " Viser tillatelsene som er tilgjengelige for en eller alle roller.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1108 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1109
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1110 #: ../roundup/admin.py:1635
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1111 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1112 msgid "No such Role \"%(role)s\"\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1113 msgstr "Ingen slik rolle \"%(role)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1114
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1115 #: ../roundup/admin.py:1641
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1116 #, fuzzy, python-format
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1117 msgid "New Web users get the Roles \"%(role)s\"\n"
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1118 msgstr "Nye web-brukere for rollene \"%(role)s\""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1119
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1120 #: ../roundup/admin.py:1644
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1121 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1122 msgid "New Web users get the Role \"%(role)s\"\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1123 msgstr "Nye web-brukere for rollen \"%(role)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1124
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1125 #: ../roundup/admin.py:1648
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1126 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1127 msgid "New Email users get the Roles \"%(role)s\"\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1128 msgstr "Nye epostbrukere for rollene \"%(role)s\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1129
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1130 #: ../roundup/admin.py:1650
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1131 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1132 msgid "New Email users get the Role \"%(role)s\"\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1133 msgstr "Nye epostbrukere for rollen \"%(role)s\""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1134
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1135 #: ../roundup/admin.py:1653
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1136 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1137 msgid "Role \"%(name)s\":\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1138 msgstr "Rolle \"%(name)s\":"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1139
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1140 #: ../roundup/admin.py:1659
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1141 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1142 msgid " %(description)s (%(name)s for \"%(klass)s\""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1143 msgstr " %(description)s (%(name)s bare for \"%(klass)s\")"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1144
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1145 #: ../roundup/admin.py:1659
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1146 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1147 msgid " %(description)s (%(name)s for \"%(klass)s\": %(properties)s only)\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1148 msgstr " %(description)s (%(name)s bare for \"%(klass)s\": %(properties)s )"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1149
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1150 #: ../roundup/admin.py:1672
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1151 #, python-format
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1152 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1153 "\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1154 " **Invalid properties for %(class)s: %(props)s\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1155 "\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1156 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1157
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1158 #: ../roundup/admin.py:1678
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1159 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1160 msgid " %(description)s (%(name)s for \"%(klass)s\" only)\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1161 msgstr " %(description)s (%(name)s bare for \"%(klass)s\")"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1162
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1163 #: ../roundup/admin.py:1681
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1164 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1165 msgid " %(description)s (%(name)s)\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1166 msgstr " %(description)s (%(name)s)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1167
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1168 #: ../roundup/admin.py:1685
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1169 #, fuzzy
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1170 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1171 "Usage: migrate\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1172 "\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1173 " Update a tracker's database to be compatible with the Roundup\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1174 " codebase.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1175 "\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1176 " You should run the \"migrate\" command for your tracker once\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1177 " you've installed the latest codebase.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1178 "\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1179 " Do this before you use the web, command-line or mail interface\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1180 " and before any users access the tracker.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1181 "\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1182 " This command will respond with either \"Tracker updated\" (if\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1183 " you've not previously run it on an RDBMS backend) or \"No\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1184 " migration action required\" (if you have run it, or have used\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1185 " another interface to the tracker, or possibly because you are\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1186 " using anydbm).\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1187 "\n"
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1188 " It's safe to run this even if it's not required, so just get\n"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1189 " into the habit.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1190 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1191 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1192 "Bruk: migrate\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1193 " Oppdater en sporers database til å bli kompatibel med kodebasen til "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1194 "Roundup\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1195 " \n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1196 " Du bør kjøre \"migrate\" for sporeren din når du har installert den "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1197 "siste\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1198 " kodebasen.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1199 " \n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1200 " Kjør \"migrate\" før du anvender kommandolinjen, webben, eller "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1201 "epostgrensesnittet\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1202 " og før noen brukere anvender sporeren.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1203 " \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1204 " Kommandoen vil kvittere enten med \"Tracker updated\" (hvis du ikke\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1205 " tidligere har kjørt den mot en RDBMS backend) eller \"No migration "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1206 "action\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1207 " required\" (hvis du har kjørt den, har brukt et annet grensesnitt mot "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1208 "sporeren\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1209 " ellers kan det skje hvis du benytter anydbm).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1210 " \n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1211 " Kommandoen er trygg å kjøre selv om den ikke skulle være påkrevet, så "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1212 "bare\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1213 " la det bli en vane.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1214 " "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1215
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1216 #: ../roundup/admin.py:1706
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1217 msgid "Tracker updated"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1218 msgstr "Sporer oppdatert"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1219
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1220 #: ../roundup/admin.py:1709
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1221 msgid "No migration action required"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1222 msgstr "Ingen migrasjon krevet"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1223
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1224 #: ../roundup/admin.py:1735
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1225 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1226 msgid "Unknown command \"%(command)s\" (\"help commands\" for a list)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1227 msgstr "Ukjent kommando \"%(command)s\" (\"help commands\" for liste)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1228
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1229 #: ../roundup/admin.py:1741
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1230 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1231 msgid "Multiple commands match \"%(command)s\": %(list)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1232 msgstr "Multiple kommandoer matcher \"%(command)s\": %(list)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1233
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1234 #: ../roundup/admin.py:1750
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1235 msgid "Enter tracker home: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1236 msgstr "Oppgi sporers plassering:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1237
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1238 #: ../roundup/admin.py:1759 ../roundup/admin.py:1765 ../roundup/admin.py:1802
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1239 #: ../roundup/admin.py:1759:1765:1802
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1240 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1241 msgid "Error: %(message)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1242 msgstr "Feil: %(message)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1243
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1244 #: ../roundup/admin.py:1775 ../roundup/admin.py:1779
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1245 #: ../roundup/admin.py:1775:1779
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1246 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1247 msgid "Error: Couldn't open tracker: %(message)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1248 msgstr "Feil: Kan ikke åpne sporer: %(message)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1249
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1250 #: ../roundup/admin.py:1815
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1251 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1252 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1253 "Roundup %s ready for input.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1254 "Type \"help\" for help."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1255 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1256 "Roundup %s er klar til bruk.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1257 "Skriv \"help\" for hjelp."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1258
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1259 #: ../roundup/admin.py:1820
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1260 msgid "Note: command history and editing not available"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1261 msgstr "Merk: kommandohistorikk og redigering utilgjengelig"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1262
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1263 #: ../roundup/admin.py:1824
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1264 msgid "roundup> "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1265 msgstr "roundup> "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1266
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1267 #: ../roundup/admin.py:1826
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1268 msgid "exit..."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1269 msgstr "exit..."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1270
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1271 #: ../roundup/admin.py:1839
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1272 msgid "There are unsaved changes. Commit them (y/N)? "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1273 msgstr "Det er ikkelagrede endringer. Lagre dem (y/N)? "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1274
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1275 #: ../roundup/backends/back_anydbm.py:215
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1276 #: ../roundup/backends/rdbms_common.py:928
6301
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1277 #, python-format
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1278 msgid "Class \"%s\" already defined."
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1279 msgstr ""
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1280
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1281 #: ../roundup/backends/back_anydbm.py:280
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1282 #: ../roundup/backends/sessions_dbm.py:56
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1283 msgid "Couldn't identify database type"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1284 msgstr "Kunne ikke identifisere databsetypen"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1285
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1286 #: ../roundup/backends/back_anydbm.py:314
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1287 #, fuzzy, python-format
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1288 msgid ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1289 "Couldn't open database - the required module '%s' (as dbm.gnu) is not "
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1290 "available"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1291 msgstr ""
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1292 "Kunne ikke åpne databasen - den påkrevde modulen '%s' er ikke tilgjengelig"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
1293
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1294 #: ../roundup/backends/back_anydbm.py:318
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1295 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1296 msgid "Couldn't open database - the required module '%s' is not available"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1297 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1298 "Kunne ikke åpne databasen - den påkrevde modulen '%s' er ikke tilgjengelig"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1299
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1300 #: ../roundup/backends/back_anydbm.py:871
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1301 #: ../roundup/backends/back_anydbm.py:884
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1302 #: ../roundup/backends/back_anydbm.py:1158
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1303 #: ../roundup/backends/back_anydbm.py:1193
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1304 #: ../roundup/backends/back_anydbm.py:1422
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1305 #: ../roundup/backends/back_anydbm.py:1440
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1306 #: ../roundup/backends/back_anydbm.py:1487
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1307 #: ../roundup/backends/back_anydbm.py:2117
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1308 #: ../roundup/backends/back_anydbm.py:871:884
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1309 #: ../roundup/backends/rdbms_common.py:1708
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1310 #: ../roundup/backends/rdbms_common.py:1955
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1311 #: ../roundup/backends/rdbms_common.py:2194
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1312 #: ../roundup/backends/rdbms_common.py:2214
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1313 #: ../roundup/backends/rdbms_common.py:2267
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1314 #: ../roundup/backends/rdbms_common.py:3219
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1315 #: ../roundup/backends/rdbms_common.py:1708:1955 :1158:1193 :1422:1440:1487
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1316 #: :2117 :2194:2214 :2267:3219
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1317 msgid "Database open read-only"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1318 msgstr "Databsen åpnet bare for lesing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1319
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1320 #: ../roundup/backends/indexer_postgresql_fts.py:113
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1321 msgid ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1322 "You have non-word/operator characters \"<>!&|()*\" in your query. Did you "
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1323 "want to do a tsquery search and forgot to start it with \"ts:\"?"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1324 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1325
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1326 #: ../roundup/backends/indexer_postgresql_fts.py:145
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1327 #, python-format
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1328 msgid ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1329 "Check tracker config.ini for a bad indexer_language setting. Error is: %s"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1330 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1331
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1332 #: ../roundup/backends/indexer_sqlite_fts.py:133
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1333 msgid ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1334 "Search failed. Try quoting any terms that include a '-' and retry the search."
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1335 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1336
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1337 #: ../roundup/backends/indexer_xapian.py:41
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1338 #, python-format
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1339 msgid "Unable to get lock after 10 retries on %s."
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1340 msgstr ""
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1341
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1342 #: ../roundup/backends/rdbms_common.py:632
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1343 #, python-format
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1344 msgid "ALTER operation disallowed: %(old)r -> %(new)r."
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1345 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1346
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1347 #: ../roundup/backends/rdbms_common.py:867
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1348 #, python-format
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1349 msgid "CREATE operation disallowed: \"%s\"."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1350 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1351
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1352 #: ../roundup/backends/rdbms_common.py:884
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1353 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1354 msgid "DROP operation disallowed: \"%s\"."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1355 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1356
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1357 #: ../roundup/backends/rdbms_common.py:1851
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1358 msgid "create"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1359 msgstr "lag"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1360
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1361 #: ../roundup/backends/rdbms_common.py:2026
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1362 msgid "unlink"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1363 msgstr "fjern lenke"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1364
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1365 #: ../roundup/backends/rdbms_common.py:2030
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1366 msgid "link"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1367 msgstr "lenke"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1368
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1369 #: ../roundup/backends/rdbms_common.py:2175
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1370 msgid "set"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1371 msgstr "oppdater"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1372
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1373 #: ../roundup/backends/rdbms_common.py:2204
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1374 msgid "retired"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1375 msgstr "glemt"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1376
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
1377 #: ../roundup/backends/rdbms_common.py:2234
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1378 msgid "restored"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1379 msgstr "brakt tilbake"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1380
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1381 #: ../roundup/backends/sessions_redis.py:76
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1382 #: ../roundup/backends/sessions_redis.py:95
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1383 #: ../roundup/backends/sessions_redis.py:76:95
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1384 #, python-format
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1385 msgid "Key %(key)s not found in %(name)s database."
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1386 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1387
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1388 #: ../roundup/backends/sessions_redis.py:191
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1389 #, python-format
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1390 msgid "Key %(key)s changed in %(name)s db"
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1391 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1392
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1393 #: ../roundup/backends/sessions_redis.py:195
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1394 msgid "Redis set failed afer 3 retries"
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1395 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1396
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1397 #: ../roundup/cgi/actions.py:97
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1398 msgid "Base url not set. Check configuration."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1399 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1400
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1401 #: ../roundup/cgi/actions.py:113
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1402 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1403 msgid "Base url %(base_url)s requires https. Redirect url %(url)s uses http."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1404 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1405
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1406 #: ../roundup/cgi/actions.py:118
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1407 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1408 msgid "Unrecognized scheme in %(url)s"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1409 msgstr "Ukjent tegnsett: %r"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1410
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1411 #: ../roundup/cgi/actions.py:122
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1412 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1413 msgid "Net location in %(url)s does not match base: %(base_netloc)s"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1414 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1415
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1416 #: ../roundup/cgi/actions.py:126
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1417 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1418 msgid "Base path %(base_path)s is not a prefix for url %(url)s"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1419 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1420
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1421 #: ../roundup/cgi/actions.py:140
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1422 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1423 msgid "Path component (%(url_path)s) in %(url)s is not properly escaped"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1424 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1425
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1426 #: ../roundup/cgi/actions.py:144
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1427 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1428 msgid "Params component (%(url_params)s) in %(url)s is not properly escaped"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1429 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1430
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1431 #: ../roundup/cgi/actions.py:147
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1432 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1433 msgid "Query component (%(url_query)s) in %(url)s is not properly escaped"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1434 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1435
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1436 #: ../roundup/cgi/actions.py:150
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1437 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1438 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1439 "Fragment component (%(url_fragment)s) in %(url)s is not properly escaped"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1440 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1441
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1442 #: ../roundup/cgi/actions.py:172
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1443 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1444 msgid "You do not have permission to %(action)s the %(classname)s class."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1445 msgstr "Du har ikke tillatelse til %(action)s %(classname)s klassen."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1446
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1447 #: ../roundup/cgi/actions.py:207
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1448 msgid "No type specified"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1449 msgstr "Ingen type ble spesifisert"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1450
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1451 #: ../roundup/cgi/actions.py:209
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1452 msgid "No ID entered"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1453 msgstr "Ingen ID spesifisert"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1454
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1455 #: ../roundup/cgi/actions.py:215
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1456 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1457 msgid "\"%(input)s\" is not an ID (%(classname)s ID required)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1458 msgstr "\"%(input)s\" er ikke en ID (%(classname)s ID påkrevet)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1459
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1460 #: ../roundup/cgi/actions.py:228 ../roundup/cgi/actions.py:266
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1461 #: ../roundup/cgi/actions.py:493 ../roundup/cgi/actions.py:833
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1462 #: ../roundup/cgi/actions.py:880 ../roundup/cgi/actions.py:1084
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1463 #: ../roundup/cgi/actions.py:1246 ../roundup/cgi/actions.py:228:266:1246
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1464 #: :493:833 :880:1084
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1465 msgid "Invalid request"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1466 msgstr "Ugyldig forespørsel"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1467
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1468 #: ../roundup/cgi/actions.py:246 ../roundup/cgi/actions.py:604
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1469 #: ../roundup/cgi/actions.py:246:604
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1470 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1471 msgid "You do not have permission to retire %(class)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1472 msgstr "Du har ikke tillatelse til å glemme %(class)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1473
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1474 #: ../roundup/cgi/actions.py:254
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1475 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1476 msgid "%(classname)s %(itemid)s has been retired"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1477 msgstr "%(classname)s %(itemid)s har blitt glemt"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1478
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1479 #: ../roundup/cgi/actions.py:278
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1480 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1481 msgid "You do not have permission to restore %(class)s"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1482 msgstr "Du har ikke tillatelse til å glemme %(class)s"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1483
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1484 #: ../roundup/cgi/actions.py:286
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1485 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1486 msgid "%(classname)s %(itemid)s has been restored"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1487 msgstr "%(classname)s %(itemid)s har blitt glemt"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1488
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1489 #: ../roundup/cgi/actions.py:329 ../roundup/cgi/actions.py:380
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1490 #: ../roundup/cgi/actions.py:329:380
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1491 msgid "You do not have permission to edit queries"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1492 msgstr "Du har ikke tillatelse til å redigere spørringer."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1493
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1494 #: ../roundup/cgi/actions.py:335 ../roundup/cgi/actions.py:387
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1495 #: ../roundup/cgi/actions.py:335:387
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1496 msgid "You do not have permission to store queries"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1497 msgstr "Du har ikke tillatelse til å lagre spørringer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1498
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1499 #: ../roundup/cgi/actions.py:357
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1500 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1501 msgid "You already own a query named '%s'. Please choose another name."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1502 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1503
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1504 #: ../roundup/cgi/actions.py:440
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1505 #, fuzzy
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1506 msgid "Invalid number: "
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1507 msgstr "Ugyldig forespørsel"
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1508
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1509 #: ../roundup/cgi/actions.py:450
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1510 #, fuzzy
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1511 msgid "Invalid integer: "
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1512 msgstr "Ugylig login"
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1513
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1514 #: ../roundup/cgi/actions.py:531 ../roundup/cgi/actions.py:735
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1515 #: ../roundup/cgi/actions.py:531:735
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1516 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1517 msgid "You do not have permission to create %(class)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1518 msgstr "Du har ikke tillatelse til å opprette %(class)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1519
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1520 #: ../roundup/cgi/actions.py:544
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1521 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1522 msgid "Not enough values on line %(line)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1523 msgstr "Ikke nok verdier på linjen %(line)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1524
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1525 #: ../roundup/cgi/actions.py:556 ../roundup/cgi/actions.py:723
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1526 #: ../roundup/cgi/actions.py:556:723
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1527 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1528 msgid "You do not have permission to edit %(class)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1529 msgstr "Du har ikke tillatelse til å endre %(class)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1530
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1531 #: ../roundup/cgi/actions.py:611
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1532 msgid "Items edited OK"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1533 msgstr "Saker endret OK"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1534
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1535 #: ../roundup/cgi/actions.py:671
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1536 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1537 msgid "%(class)s %(id)s %(properties)s edited ok"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1538 msgstr "%(class)s %(id)s %(properties)s endret ok"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1539
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1540 #: ../roundup/cgi/actions.py:689
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1541 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1542 msgid "%(class)s %(id)s created"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1543 msgstr "%(class)s %(id)s opprettet"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1544
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1545 #: ../roundup/cgi/actions.py:817
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1546 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1547 msgid ""
6301
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1548 "Edit Error: someone else has edited this %(klass)s (%(props)s). View <a "
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1549 "target=\"_blank\" href=\"%(klass)s%(id)s\">their changes</a> in a new window."
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1550 msgstr ""
6364
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
1551 "Feil under redigering: noen andre har redigert dette %(klass)s (%(props)s). "
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
1552 "Se <a target=\"new\" href=\"%(klass)s%(id)s\">deres endringer </a> i et nytt "
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
1553 "vindu."
6301
45ba6b71f1cf actions.py translation. Using mapping rather than tuple for args.
John Rouillard <rouilj@ieee.org>
parents: 6223
diff changeset
1554
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1555 #: ../roundup/cgi/actions.py:850
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1556 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1557 msgid "Edit Error: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1558 msgstr "Redigeringsfeil: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1559
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1560 #: ../roundup/cgi/actions.py:886 ../roundup/cgi/actions.py:897
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1561 #: ../roundup/cgi/actions.py:1099 ../roundup/cgi/actions.py:1113
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1562 #: ../roundup/cgi/actions.py:886:897 :1099:1113
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1563 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1564 msgid "Error: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1565 msgstr "Feil: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1566
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1567 #: ../roundup/cgi/actions.py:931
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1568 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1569 "Invalid One Time Key!\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1570 "(a Mozilla bug may cause this message to show up erroneously, please check "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1571 "your email)"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1572 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1573 "Ugyldig engangs kode\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1574 "(En Mozilla feil kan forårsake at denne meldingen kommer feilaktig, venligst "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1575 "sjekk eposten din)"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1576
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1577 #: ../roundup/cgi/actions.py:972
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1578 #, fuzzy, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1579 msgid "Password reset for %s"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1580 msgstr "Passord endringsforespørse"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1581
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1582 #: ../roundup/cgi/actions.py:973
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1583 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1584 msgid ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1585 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1586 "The password has been reset for username \"%(name)s\".\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1587 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1588 "Your password is now: %(password)s\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1589 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1590
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1591 #: ../roundup/cgi/actions.py:982
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1592 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1593 msgid "Password reset and email sent to %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1594 msgstr "En e-post med passord er nå sendt til %s."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1595
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1596 #: ../roundup/cgi/actions.py:991
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1597 msgid "Unknown username"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1598 msgstr "Ukjent brukernavn:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1599
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1600 #: ../roundup/cgi/actions.py:999
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1601 msgid "Unknown email address"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1602 msgstr "Ukjent postadresse:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1603
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
1604 #: ../roundup/cgi/actions.py:1004
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1605 msgid "You need to specify a username or address"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1606 msgstr "Du må spesifisere et brukernavn eller en adresse"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1607
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1608 #: ../roundup/cgi/actions.py:1015
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1609 #, fuzzy, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1610 msgid "Confirm reset of password for %s"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1611 msgstr "Bekreft passord"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1612
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1613 #: ../roundup/cgi/actions.py:1016
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1614 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1615 msgid ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1616 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1617 "Someone, perhaps you, has requested that the password be changed for your\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1618 "username, \"%(name)s\". If you wish to proceed with the change, please "
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1619 "follow\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1620 "the link below:\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1621 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1622 " %(url)suser?@template=forgotten&@action=passrst&otk=%(otk)s\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1623 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1624 "You should then receive another email with the new password.\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1625 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1626
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1627 #: ../roundup/cgi/actions.py:1029
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1628 #, python-format
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1629 msgid "Email sent to primary notification address for %s."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1630 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1631
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1632 #: ../roundup/cgi/actions.py:1031
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1633 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1634 msgid "Email sent to %s."
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1635 msgstr "Epost sendt til %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1636
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1637 #: ../roundup/cgi/actions.py:1046
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1638 msgid "You are now registered, welcome!"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1639 msgstr "Du er registrert, velkommen!"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1640
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1641 #: ../roundup/cgi/actions.py:1139
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1642 #, python-format
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1643 msgid "Username '%s' is already used."
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1644 msgstr ""
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
1645
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1646 #: ../roundup/cgi/actions.py:1163
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1647 #, python-format
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1648 msgid "Complete your registration to %(tracker_name)s -- key %(key)s"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1649 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1650
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1651 #: ../roundup/cgi/actions.py:1167
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1652 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1653 msgid ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1654 "To complete your registration of the user \"%(name)s\" with\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1655 "%(tracker)s, please do one of the following:\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1656 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1657 "- send a reply to %(tracker_email)s and maintain the subject line as is "
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1658 "(the\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1659 "reply's additional \"Re:\" is ok),\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1660 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1661 "- or visit the following URL:\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1662 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1663 "%(url)s?@action=confrego&otk=%(otk)s\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1664 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1665 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1666
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1667 #: ../roundup/cgi/actions.py:1181
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1668 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1669 msgid "Complete your registration to %s"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1670 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1671
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1672 #: ../roundup/cgi/actions.py:1182
6676
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1673 #, python-format
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1674 msgid ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1675 "To complete your registration of the user \"%(name)s\" with\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1676 "%(tracker)s, please visit the following URL:\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1677 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1678 "%(url)s?@action=confrego&otk=%(otk)s\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1679 "\n"
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1680 msgstr ""
b336cc98d9d2 Mark strings for password reset and registration for translation
John Rouillard <rouilj@ieee.org>
parents: 6672
diff changeset
1681
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1682 #: ../roundup/cgi/actions.py:1206
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1683 msgid "It is not permitted to supply roles at registration."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1684 msgstr "Du kan ikke oppgi roller ved registreringen."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1685
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1686 #: ../roundup/cgi/actions.py:1220
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1687 msgid "You are logged out"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1688 msgstr "Du er logget ut"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1689
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1690 #: ../roundup/cgi/actions.py:1250
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1691 msgid "Username required"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1692 msgstr "Brukernavn nødvendig"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1693
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1694 #: ../roundup/cgi/actions.py:1329
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1695 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1696 msgid "Logins occurring too fast. Please wait: %s seconds."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1697 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1698
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1699 #: ../roundup/cgi/actions.py:1362
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1700 #, python-format
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1701 msgid "Welcome %(username)s!"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1702 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1703
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1704 #: ../roundup/cgi/actions.py:1383 ../roundup/cgi/actions.py:1387
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1705 #: ../roundup/cgi/actions.py:1383:1387
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1706 msgid "Invalid login"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1707 msgstr "Ugylig login"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1708
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1709 #: ../roundup/cgi/actions.py:1393
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1710 msgid "You do not have permission to login"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1711 msgstr "Du har ikke tillatelse til å logge inn"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1712
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1713 #: ../roundup/cgi/actions.py:1437 ../roundup/cgi/actions.py:1616
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1714 #: ../roundup/cgi/actions.py:1437:1616
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1715 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1716 msgid "Column \"%(column)s\" not found in %(class)s"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1717 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1718
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1719 #: ../roundup/cgi/actions.py:1687
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1720 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1721 msgid "You do not have permission to view %(class)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1722 msgstr "Du har ikke tillatelse til å se på %(class)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1723
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1724 #: ../roundup/cgi/cgitb.py:62
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1725 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1726 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1727 "<h1>Templating Error</h1>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1728 "<p><b>%(exc_type)s</b>: %(exc_value)s</p>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1729 "<p class=\"help\">Debugging information follows</p>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1730 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1731 "<h1>Feil ved mal</h1>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1732 "<p><b>%(exc_type)s</b>: %(exc_value)s</p>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1733 "<p class=\"help\">Feilsøkingsinformasjon følger</p>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1734
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1735 #: ../roundup/cgi/cgitb.py:77
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1736 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1737 msgid "<li>\"%(name)s\" (%(info)s)</li>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1738 msgstr "<li>\"%(name)s\" (%(info)s)</li>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1739
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1740 #: ../roundup/cgi/cgitb.py:81
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1741 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1742 msgid "<li>Looking for \"%(name)s\", current path:<ol>%(path)s</ol></li>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1743 msgstr "<li>Søker etter \"%(name)s\", current path:<ol>%(path)s</ol></li>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1744
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1745 #: ../roundup/cgi/cgitb.py:85
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1746 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1747 msgid "<li>In %s</li>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1748 msgstr "<li>I %s</li>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1749
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1750 #: ../roundup/cgi/cgitb.py:90
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1751 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1752 msgid "A problem occurred in your template \"%s\"."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1753 msgstr "Det oppsto et problem i din mal \"%s\"."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1754
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1755 #: ../roundup/cgi/cgitb.py:98
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1756 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1757 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1758 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1759 "<li>While evaluating the %(info)r expression on line %(line)d\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1760 "<table class=\"otherinfo\" style=\"font-size: 90%%\">\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1761 " <tr><th colspan=\"2\" class=\"header\">Current variables:</th></tr>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1762 " %(globals)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1763 " %(locals)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1764 "</table></li>\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1765 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1766 "\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1767 "<li>Under evaluering av %(info)r uttrykket på linje %(line)d\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1768 "<table class=\"otherinfo\" style=\"font-size: 90%%\">\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1769 " <tr><th colspan=\"2\" class=\"header\">Current variables:</th></tr>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1770 " %(globals)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1771 " %(locals)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1772 "</table></li>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1773
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1774 #: ../roundup/cgi/cgitb.py:117
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1775 msgid "Full traceback:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1776 msgstr "Full traceback:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1777
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1778 #: ../roundup/cgi/cgitb.py:131
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1779 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1780 msgid "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1781 msgstr "<font size=+1><strong>%(exc_type)s</strong>: %(exc_value)s</font>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1782
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1783 #: ../roundup/cgi/cgitb.py:135
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1784 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1785 "<p>A problem occurred while running a Python script. Here is the sequence of "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1786 "function calls leading up to the error, with the most recent (innermost) "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1787 "call first. The exception attributes are:"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1788 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1789 "<p>Det oppsto et problem under kjøring av et Python-skript. Her er sekvensen "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1790 "av funksjonskall somledet til feilen, with siste kall først. "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1791 "Feilattributtene er:"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1792
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1793 #: ../roundup/cgi/cgitb.py:144
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1794 msgid "&lt;file is None - probably inside <tt>eval</tt> or <tt>exec</tt>&gt;"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1795 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1796 "&lt;filen er None - untagelig inne i <tt>eval</tt> or <tt>exec</tt>&gt;"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1797
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1798 #: ../roundup/cgi/cgitb.py:153
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1799 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1800 msgid "in <strong>%s</strong>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1801 msgstr "i <strong>%s</strong>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1802
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1803 #: ../roundup/cgi/cgitb.py:201 ../roundup/cgi/cgitb.py:207
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1804 #: ../roundup/cgi/cgitb.py:201:207
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1805 msgid "<em>undefined</em>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1806 msgstr "<em>udefinert</em>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1807
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1808 #: ../roundup/cgi/client.py:97
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1809 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1810 "<html><head><title>An error has occurred</title></head>\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1811 "<body><h1>An error has occurred</h1>\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1812 "<p>A problem was encountered processing your request.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1813 "The tracker maintainers have been notified of the problem.</p>\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1814 "</body></html>"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1815 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1816
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1817 #: ../roundup/cgi/client.py:651
6694
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1818 #, fuzzy
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1819 msgid "Client is not allowed to use Rest Interface."
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1820 msgstr "Anonyme brukere får ikke benytte web-grensesnittet"
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1821
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1822 #: ../roundup/cgi/client.py:895
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1823 msgid "Form Error: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1824 msgstr "Skjema feil:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1825
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
1826 #: ../roundup/cgi/client.py:985
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1827 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1828 msgid "Unrecognized charset: %r"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1829 msgstr "Ukjent tegnsett: %r"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1830
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1831 #: ../roundup/cgi/client.py:1238 ../roundup/cgi/client.py:2196
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1832 #: ../roundup/cgi/client.py:1238:2196
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1833 msgid "broken form: multiple @action values submitted"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1834 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1835
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1836 #: ../roundup/cgi/client.py:1253
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1837 msgid "Anonymous users are not allowed to use the web interface"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1838 msgstr "Anonyme brukere får ikke benytte web-grensesnittet"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1839
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1840 #: ../roundup/cgi/client.py:1376
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1841 msgid "Referer header not available."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1842 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1843
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1844 #: ../roundup/cgi/client.py:1380
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1845 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1846 msgid "csrf key used with wrong method from: %s"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1847 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1848
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1849 #: ../roundup/cgi/client.py:1409
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1850 #, python-format
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1851 msgid "csrf header %(header)s required but missing for user%(userid)s."
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1852 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1853
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1854 #: ../roundup/cgi/client.py:1413
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1855 #, python-format
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1856 msgid "Missing header: %s"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1857 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1858
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1859 #: ../roundup/cgi/client.py:1421
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1860 #, python-format
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1861 msgid "csrf Referer header check failed for user%(userid)s. Value=%(referer)s"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1862 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1863
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1864 #: ../roundup/cgi/client.py:1426
6694
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1865 #, fuzzy, python-format
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1866 msgid "Invalid Referer: %s"
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1867 msgstr "Ugylig login"
51865a1ee765 Update locale for 2.2.0b1 release.
John Rouillard <rouilj@ieee.org>
parents: 6676
diff changeset
1868
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1869 #: ../roundup/cgi/client.py:1441
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1870 #, python-format
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1871 msgid "csrf Origin header check failed for user%(userid)s. Value=%(origin)s"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1872 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1873
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1874 #: ../roundup/cgi/client.py:1446
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1875 #, fuzzy, python-format
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
1876 msgid "Invalid Origin %s"
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
1877 msgstr "Ugylig login"
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
1878
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1879 #: ../roundup/cgi/client.py:1460
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
1880 #, python-format
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1881 msgid ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1882 "csrf X-FORWARDED-HOST header check failed for user%(userid)s. Value=%(host)s"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1883 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1884
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1885 #: ../roundup/cgi/client.py:1466
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
1886 #, python-format
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
1887 msgid "Invalid X-FORWARDED-HOST %s"
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
1888 msgstr ""
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
1889
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1890 #: ../roundup/cgi/client.py:1485
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
1891 #, python-format
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1892 msgid "csrf HOST header check failed for user%(userid)s. Value=%(host)s"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1893 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1894
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1895 #: ../roundup/cgi/client.py:1490
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1896 #, fuzzy, python-format
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1897 msgid "Invalid HOST %s"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1898 msgstr "Ugyldig forespørsel"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1899
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1900 #: ../roundup/cgi/client.py:1498
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1901 msgid "Csrf: unable to verify sufficient headers"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1902 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1903
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1904 #: ../roundup/cgi/client.py:1499
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1905 msgid "Unable to verify sufficient headers"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1906 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1907
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1908 #: ../roundup/cgi/client.py:1513
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1909 #, python-format
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1910 msgid "csrf X-REQUESTED-WITH xmlrpc required header check failed for user%s."
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1911 msgstr ""
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1912
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1913 #: ../roundup/cgi/client.py:1516
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1914 msgid "Required Header Missing"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1915 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1916
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1917 #: ../roundup/cgi/client.py:1554
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1918 #, python-format
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1919 msgid "Required csrf field missing for user%s"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1920 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1921
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1922 #: ../roundup/cgi/client.py:1556 ../roundup/cgi/client.py:1583
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1923 #: ../roundup/cgi/client.py:1600 ../roundup/cgi/client.py:1556:1583:1600
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1924 msgid ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1925 "We can't validate your session (csrf failure). Re-enter any unsaved data and "
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1926 "try again."
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1927 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1928
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1929 #: ../roundup/cgi/client.py:1560
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1930 #, python-format
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1931 msgid "csrf field not supplied by user%s"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1932 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1933
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1934 #: ../roundup/cgi/client.py:1572
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1935 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1936 msgid ""
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1937 "Csrf mismatch user: current user %(user)s != stored user %(stored)s, current "
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1938 "session, stored session: %(cur_sess)s,%(stor_sess)s for key %(key)s."
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1939 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1940
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1941 #: ../roundup/cgi/client.py:1590
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1942 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1943 msgid ""
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1944 "Csrf mismatch user: current session %(curr_sess)s != stored session "
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1945 "%(stor_sess)s, current user/stored user is: %(user)s for key %(key)s."
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1946 msgstr ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
1947
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1948 #: ../roundup/cgi/client.py:1784
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1949 msgid "You are not allowed to view this file."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1950 msgstr "Du har ikke lov å se denne filen."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1951
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1952 #: ../roundup/cgi/client.py:2073
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1953 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1954 msgid "%(starttag)sTime elapsed: %(seconds)fs%(endtag)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1955 msgstr "%(starttag)sMedgått tid: %(seconds)fs%(endtag)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1956
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1957 #: ../roundup/cgi/client.py:2077
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1958 #, python-format
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1959 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1960 "%(starttag)sCache hits: %(cache_hits)d, misses %(cache_misses)d. Loading "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1961 "items: %(get_items)f secs. Filtering: %(filtering)f secs.%(endtag)s\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1962 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1963 "%(starttag)sCache treff: %(cache_hits)d, ikke-treff %(cache_misses)d. Laster "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1964 "saker: %(get_items)f secs. Filtrerer: %(filtering)f secs.%(endtag)s\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1965
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
1966 #: ../roundup/cgi/client.py:2615
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1967 #, python-format
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1968 msgid ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1969 "Cache failure: compressed file %(compressed)s is older than its source file "
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1970 "%(filename)s"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1971 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
1972
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1973 #: ../roundup/cgi/form_parser.py:292
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1974 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1975 msgid "link \"%(key)s\" value \"%(entry)s\" not a designator"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1976 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1977 "lenke \"%(key)s\" verdi \"%(entry)s\" er ikke en benevnelse (designator)"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1978
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1979 #: ../roundup/cgi/form_parser.py:311
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1980 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1981 msgid "%(class)s %(property)s is not a link or multilink property"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1982 msgstr "%(class)s %(property)s er ikke en lenke eller multilenke"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1983
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1984 #: ../roundup/cgi/form_parser.py:324
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1985 #, python-format
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1986 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1987 "The form action claims to require property \"%(property)s\" which doesn't "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1988 "exist"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1989 msgstr "Skjemahandlingen trenger egenskapen \"%(property)s\" som ikke finnes"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1990
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
1991 #: ../roundup/cgi/form_parser.py:347
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
1992 #, python-format
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1993 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1994 "You have submitted a %(action)s action for the property \"%(property)s\" "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1995 "which doesn't exist"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1996 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1997 "Du har lagt inn handlingen %(action)s for egenskapen \"%(property)s\" som "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1998 "ikke finnes"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
1999
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2000 #: ../roundup/cgi/form_parser.py:373 ../roundup/cgi/form_parser.py:402
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2001 #: ../roundup/cgi/form_parser.py:373:402
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2002 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2003 msgid "You have submitted more than one value for the %s property"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2004 msgstr "Du har lagt inn mer enn en verdi for egenskapen %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2005
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2006 #: ../roundup/cgi/form_parser.py:398 ../roundup/cgi/form_parser.py:405
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2007 #: ../roundup/cgi/form_parser.py:398:405
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2008 msgid "Password and confirmation text do not match"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2009 msgstr "Passord og bekreftelsestekst matcher ikke"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2010
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2011 #: ../roundup/cgi/form_parser.py:423
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2012 msgid "Not a file attachment"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2013 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2014
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2015 #: ../roundup/cgi/form_parser.py:468
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2016 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2017 msgid "property \"%(propname)s\": \"%(value)s\" not currently in list"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2018 msgstr "egenskapen \"%(propname)s\": \"%(value)s\" er ikke i listen nå"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2019
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2020 #: ../roundup/cgi/form_parser.py:590
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2021 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2022 msgid "Required %(class)s property %(property)s not supplied"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2023 msgid_plural "Required %(class)s properties %(property)s not supplied"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2024 msgstr[0] "Krevet %(class)s egenskap %(property)s ikke gitt."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2025 msgstr[1] "Krevet %(class)s egenskap %(property)s ikke gitt."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2026
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2027 #: ../roundup/cgi/templating.py:240
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2028 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2029 msgid "You are not allowed to %(action)s items of class %(class)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2030 msgstr "Du har ikke rettigheter til å %(action)s instanser av klasse %(class)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2031
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2032 #: ../roundup/cgi/templating.py:869
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2033 msgid "(list)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2034 msgstr "(liste)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2035
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2036 #: ../roundup/cgi/templating.py:944
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2037 msgid "Submit New Entry"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2038 msgstr "Legg til ny oppføring"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2039
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2040 #: ../roundup/cgi/templating.py:966 ../roundup/cgi/templating.py:1142
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2041 #: ../roundup/cgi/templating.py:1777 ../roundup/cgi/templating.py:1806
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2042 #: ../roundup/cgi/templating.py:1826 ../roundup/cgi/templating.py:1839
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2043 #: ../roundup/cgi/templating.py:1877 ../roundup/cgi/templating.py:1930
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2044 #: ../roundup/cgi/templating.py:1954 ../roundup/cgi/templating.py:1961
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2045 #: ../roundup/cgi/templating.py:1998 ../roundup/cgi/templating.py:2051
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2046 #: ../roundup/cgi/templating.py:2084 ../roundup/cgi/templating.py:2179
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2047 #: ../roundup/cgi/templating.py:2200 ../roundup/cgi/templating.py:2291
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2048 #: ../roundup/cgi/templating.py:2311 ../roundup/cgi/templating.py:2333
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2049 #: ../roundup/cgi/templating.py:2376 ../roundup/cgi/templating.py:2386
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2050 #: ../roundup/cgi/templating.py:2451 ../roundup/cgi/templating.py:2754
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2051 #: ../roundup/cgi/templating.py:966:1142 :1777:1806 :1826:1839 :1877:1930
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2052 #: :1954:1961 :1998:2051 :2084:2179 :2200:2291 :2311:2333 :2376:2386 :2451:2754
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2053 msgid "[hidden]"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2054 msgstr "[skjult]"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2055
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2056 #: ../roundup/cgi/templating.py:967
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2057 msgid "New node - no history"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2058 msgstr "Ny node - ingen historie"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2059
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2060 #: ../roundup/cgi/templating.py:1107
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2061 msgid "Submit Changes"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2062 msgstr "Lagre endringer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2063
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2064 #: ../roundup/cgi/templating.py:1185
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2065 msgid "<em>The indicated property no longer exists</em>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2066 msgstr "<em>Valgt egenskap finnes ikke lenger</em>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2067
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2068 #: ../roundup/cgi/templating.py:1221
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2069 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2070 msgid "The linked class %(classname)s no longer exists"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2071 msgstr "Den lenkede klassen %(classname)s finnes ikke lenger"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2072
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2073 #: ../roundup/cgi/templating.py:1258 ../roundup/cgi/templating.py:1288
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2074 #: ../roundup/cgi/templating.py:2460 ../roundup/cgi/templating.py:2763
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2075 #: ../roundup/cgi/templating.py:1258:1288 :2460:2763
6620
b7093aa16895 issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents: 6607
diff changeset
2076 msgid "[label is missing]"
b7093aa16895 issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents: 6607
diff changeset
2077 msgstr ""
b7093aa16895 issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents: 6607
diff changeset
2078
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2079 #: ../roundup/cgi/templating.py:1262 ../roundup/cgi/templating.py:1291
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2080 #: ../roundup/cgi/templating.py:1262:1291
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2081 msgid "<strike>The linked node no longer exists</strike>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2082 msgstr "<strike>Den lenkede noden finnes ikke lenger</strike>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2083
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2084 #: ../roundup/cgi/templating.py:1353
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2085 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2086 msgid "%s: (no value)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2087 msgstr "%s: (ingen verdi)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2088
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2089 #: ../roundup/cgi/templating.py:1369
5951
0a42163ac846 Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents: 5943
diff changeset
2090 #, fuzzy, python-format
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2091 msgid ""
5951
0a42163ac846 Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents: 5943
diff changeset
2092 "<strong><em>This event %s is not handled by the history display!</em></"
0a42163ac846 Final doc fixes and translation extraction.
John Rouillard <rouilj@ieee.org>
parents: 5943
diff changeset
2093 "strong>"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2094 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2095 "<strong><em>Denne hendelsen håndteres ikke av historievisningen!</em></"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2096 "strong>"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2097
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2098 #: ../roundup/cgi/templating.py:1382
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2099 msgid "<tr><td colspan=4><strong>Note:</strong></td></tr>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2100 msgstr "<tr><td colspan=4><strong>Noter:</strong></td></tr>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2101
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2102 #: ../roundup/cgi/templating.py:1391
6620
b7093aa16895 issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents: 6607
diff changeset
2103 msgid "History"
b7093aa16895 issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents: 6607
diff changeset
2104 msgstr "Historie"
b7093aa16895 issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents: 6607
diff changeset
2105
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2106 #: ../roundup/cgi/templating.py:1393
6620
b7093aa16895 issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents: 6607
diff changeset
2107 msgid "<th>Date</th>"
b7093aa16895 issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents: 6607
diff changeset
2108 msgstr "<th>Dato</th>"
b7093aa16895 issue2551196 - Unset labelprop of a Multilink can lead to Python error when using context/history
John Rouillard <rouilj@ieee.org>
parents: 6607
diff changeset
2109
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2110 #: ../roundup/cgi/templating.py:1394
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2111 msgid "<th>User</th>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2112 msgstr "<th>Bruker</th>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2113
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2114 #: ../roundup/cgi/templating.py:1395
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2115 msgid "<th>Action</th>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2116 msgstr "<th>Aksjon</th>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2117
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2118 #: ../roundup/cgi/templating.py:1396
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2119 msgid "<th>Args</th>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2120 msgstr "<th>Argumenter</th>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2121
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2122 #: ../roundup/cgi/templating.py:1447
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2123 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2124 msgid "Copy of %(class)s %(id)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2125 msgstr "Kopi av %(class)s %(id)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2126
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2127 #: ../roundup/cgi/templating.py:2088 ../roundup/cgi/templating.py:2123
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2128 #: ../roundup/cgi/templating.py:1335:2088:2123
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2129 msgid "No"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2130 msgstr "Nei"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2131
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2132 #: ../roundup/cgi/templating.py:2088 ../roundup/cgi/templating.py:2117
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2133 #: ../roundup/cgi/templating.py:1335:2088:2117
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2134 msgid "Yes"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2135 msgstr "Ja"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2136
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2137 #: ../roundup/cgi/templating.py:2249
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2138 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2139 "default value for DateHTMLProperty must be either DateHTMLProperty or string "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2140 "date representation."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2141 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2142 "standard verdi for DateHTMLProperty må være enten DateHTMLProperty eller en "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2143 "streng represantasjon av tidspunkt."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2144
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2145 #: ../roundup/cgi/templating.py:2431
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2146 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2147 msgid "Attempt to look up %(attr)s on a missing value"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2148 msgstr "Forsøk på å slå opp %(attr)s på manglende verdi"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2149
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2150 #: ../roundup/cgi/templating.py:2442
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2151 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2152 msgid "Attempt to look up %(item)s on a missing value"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2153 msgstr "Forsøk på å slå opp %(attr)s på manglende verdi"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2154
7052
4b6a6b794dfa Fix errors in po files.
John Rouillard <rouilj@ieee.org>
parents: 6986
diff changeset
2155 #: ../roundup/cgi/templating.py:2547
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2156 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2157 msgid "<option %svalue=\"-1\">- no selection -</option>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2158 msgstr "<option %svalue=\"-1\">- intet valg -</option>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2159
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2160 #: ../roundup/cgi/timestamp.py:19
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2161 msgid "Form is corrupted."
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2162 msgstr ""
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2163
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2164 #: ../roundup/cgi/timestamp.py:28
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2165 #, python-format
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2166 msgid "Form is corrupted, missing: %s."
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2167 msgstr ""
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2168
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2169 #: ../roundup/cgi/timestamp.py:30
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2170 msgid "Responding to form too quickly."
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2171 msgstr ""
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2172
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2173 #: ../roundup/configuration.py:274
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2174 #, python-format
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2175 msgid ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2176 "Error in %(filepath)s with section [%(section)s] at option %(option)s: "
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2177 "%(message)s"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2178 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2179
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2180 #: ../roundup/configuration.py:494
6364
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2181 #, fuzzy
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2182 msgid "Valid languages: "
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2183 msgstr "Ugyldig forespørsel"
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2184
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2185 #: ../roundup/configuration.py:504
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2186 #, fuzzy
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2187 msgid "Expected languages: "
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2188 msgstr "Ugyldig forespørsel"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2189
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2190 #: ../roundup/date.py:398
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2191 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2192 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2193 "Not a date spec: %r (\"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" or "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2194 "\"yyyy-mm-dd.HH:MM:SS.SSS\")"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2195 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2196 "Ikke et tidspunkt: \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" or "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2197 "\"yyyy-mm-dd.HH:MM:SS.SSS\""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2198
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2199 #: ../roundup/date.py:421
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2200 msgid "Could not determine granularity"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2201 msgstr "Kunne ikke bestemme granularitet"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2202
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2203 #: ../roundup/date.py:473
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2204 #, python-format
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2205 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2206 "%r not a date / time spec \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2207 "or \"yyyy-mm-dd.HH:MM:SS.SSS\""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2208 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2209 "%r ikke et tidspunkt \"yyyy-mm-dd\", \"mm-dd\", \"HH:MM\", \"HH:MM:SS\" or "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2210 "\"yyyy-mm-dd.HH:MM:SS.SSS\""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2211
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2212 #: ../roundup/date.py:845
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2213 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2214 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2215 "Not an interval spec: \"%s\" ([+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS] [date "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2216 "spec])"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2217 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2218 "Ikke et tidsinterval: [+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS] [date spec]"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2219
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2220 #: ../roundup/date.py:868
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2221 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2222 msgid "Not an interval spec: \"%s\" ([+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS])"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2223 msgstr "Ikke et tidsintervall: [+-] [#y] [#m] [#w] [#d] [[[H]H:MM]:SS]"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2224
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2225 #: ../roundup/date.py:1045
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2226 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2227 msgid "%(number)s year"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2228 msgid_plural "%(number)s years"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2229 msgstr[0] "%(number)s år"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2230 msgstr[1] "%(number)s år"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2231
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2232 #: ../roundup/date.py:1049
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2233 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2234 msgid "%(number)s month"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2235 msgid_plural "%(number)s months"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2236 msgstr[0] "%(number)s måned"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2237 msgstr[1] "%(number)s måneder"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2238
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2239 #: ../roundup/date.py:1053
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2240 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2241 msgid "%(number)s week"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2242 msgid_plural "%(number)s weeks"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2243 msgstr[0] "%(number)s uke"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2244 msgstr[1] "%(number)s uker"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2245
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2246 #: ../roundup/date.py:1057
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2247 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2248 msgid "%(number)s day"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2249 msgid_plural "%(number)s days"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2250 msgstr[0] "%(number)s dag"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2251 msgstr[1] "%(number)s dager"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2252
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2253 #: ../roundup/date.py:1061
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2254 msgid "tomorrow"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2255 msgstr "i morgen"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2256
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2257 #: ../roundup/date.py:1063
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2258 msgid "yesterday"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2259 msgstr "i går"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2260
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2261 #: ../roundup/date.py:1066
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2262 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2263 msgid "%(number)s hour"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2264 msgid_plural "%(number)s hours"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2265 msgstr[0] "%(number)s time"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2266 msgstr[1] "%(number)s timer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2267
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2268 #: ../roundup/date.py:1070
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2269 msgid "an hour"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2270 msgstr "per time"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2271
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2272 #: ../roundup/date.py:1072
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2273 msgid "1 1/2 hours"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2274 msgstr "1 1/2 timer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2275
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2276 #: ../roundup/date.py:1074
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2277 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2278 msgid "1 %(number)s/4 hours"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2279 msgid_plural "1 %(number)s/4 hours"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2280 msgstr[0] "%(number)s time"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2281 msgstr[1] "%(number)s timer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2282
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2283 #: ../roundup/date.py:1079
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2284 msgid "in a moment"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2285 msgstr "om et øyeblikk"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2286
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2287 #: ../roundup/date.py:1081
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2288 msgid "just now"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2289 msgstr "akkurat nå"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2290
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2291 #: ../roundup/date.py:1084
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2292 msgid "1 minute"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2293 msgstr "1 minutt"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2294
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2295 #: ../roundup/date.py:1087
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2296 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2297 msgid "%(number)s minute"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2298 msgid_plural "%(number)s minutes"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2299 msgstr[0] "%(number)s minutt"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2300 msgstr[1] "%(number)s minutter"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2301
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2302 #: ../roundup/date.py:1090
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2303 msgid "1/2 an hour"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2304 msgstr "1/2 time"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2305
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2306 #: ../roundup/date.py:1092
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2307 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2308 msgid "%(number)s/4 hour"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2309 msgid_plural "%(number)s/4 hours"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2310 msgstr[0] "%(number)s time"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2311 msgstr[1] "%(number)s timer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2312
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2313 #: ../roundup/date.py:1096
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2314 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2315 msgid "%s ago"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2316 msgstr "%s siden"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2317
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2318 #: ../roundup/date.py:1098
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2319 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2320 msgid "in %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2321 msgstr "i %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2322
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2323 #: ../roundup/hyperdb.py:119
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2324 #, fuzzy, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2325 msgid "property %(property)s: %(errormsg)s"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2326 msgstr "egenskap %s: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2327
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2328 #: ../roundup/hyperdb.py:148
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2329 #, fuzzy, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2330 msgid "property %(property)s: %(value)r is an invalid date (%(errormsg)s)"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2331 msgstr "egenskap %s: %r er en ugyldig dato (%s)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2332
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2333 #: ../roundup/hyperdb.py:171
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2334 #, fuzzy, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2335 msgid ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2336 "property %(property)s: %(value)r is an invalid date interval (%(errormsg)s)"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2337 msgstr "egenskap %s: %r er et ugyldig datointervalll (%s)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2338
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2339 #: ../roundup/hyperdb.py:428
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2340 #, fuzzy, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2341 msgid "property %(property)s: %(value)r is not a number"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2342 msgstr "egenskap %s: %r er ikke et nummer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2343
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2344 #: ../roundup/hyperdb.py:442
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2345 #, fuzzy, python-format
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2346 msgid "property %(property)s: %(value)r is not an integer"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2347 msgstr "egenskap %s: %r er ikke et nummer"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2348
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2349 #: ../roundup/hyperdb.py:464
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2350 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2351 msgid "\"%s\" not a node designator"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2352 msgstr "\"%s\" ikke en node-benevnelse"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2353
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2354 #: ../roundup/hyperdb.py:1492 ../roundup/hyperdb.py:1500
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2355 #: ../roundup/hyperdb.py:1492:1500
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2356 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2357 msgid "Not a property name: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2358 msgstr "Ikke et navn på egenskap: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2359
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2360 #: ../roundup/hyperdb.py:1977
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2361 #, fuzzy, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2362 msgid "property %(property)s: %(value)r is not a %(classname)s."
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2363 msgstr "egenskapen \"%(propname)s\": \"%(value)s\" er ikke i listen nå"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2364
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2365 #: ../roundup/hyperdb.py:1983
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2366 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2367 msgid "you may only enter ID values for property %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2368 msgstr "du kan bare oppgi ID-verdier for egenskap %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2369
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2370 #: ../roundup/hyperdb.py:2018
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2371 #, fuzzy, python-format
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2372 msgid "%(property)r is not a property of %(classname)s"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2373 msgstr "%r er ikke en egenskap ved %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2374
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2375 #: ../roundup/init.py:139
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2376 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2377 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2378 "WARNING: directory '%s'\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2379 "\tcontains old-style template - ignored"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2380 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2381 "ADVARSEL: katalog '%s'\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2382 "\tinneholder foreldet mal - ignorert"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2383
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2384 #: ../roundup/mailgw.py:215 ../roundup/mailgw.py:228
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2385 #: ../roundup/mailgw.py:215:228
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2386 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2387 msgid "Message signed with unknown key: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2388 msgstr "Melding signert med ukjent verdi: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2389
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2390 #: ../roundup/mailgw.py:218
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2391 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2392 msgid "Message signed with an expired key: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2393 msgstr "Melding signert med utgått verdi: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2394
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2395 #: ../roundup/mailgw.py:221
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2396 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2397 msgid "Message signed with a revoked key: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2398 msgstr "Melding signert med tilbakekalt verdi: %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2399
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2400 #: ../roundup/mailgw.py:224
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2401 msgid "Invalid PGP signature detected."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2402 msgstr "Ugyldig PGP-signatur oppdaget."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2403
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2404 #: ../roundup/mailgw.py:231
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2405 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2406 msgid "Unsigned Message"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2407 msgstr "Ny melding"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2408
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2409 #: ../roundup/mailgw.py:481
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2410 msgid "Unknown multipart/encrypted version."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2411 msgstr "Ukjent flerdeler(multipart)/koded versjon."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2412
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2413 #: ../roundup/mailgw.py:490
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2414 msgid "Unable to decrypt your message."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2415 msgstr "Ikke i stand til å dekryptere meldingne din."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2416
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2417 #: ../roundup/mailgw.py:517
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2418 msgid "No PGP signature found in message."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2419 msgstr "Ingen PGP signatur funnet i melding."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2420
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2421 #: ../roundup/mailgw.py:599
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2422 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2423 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2424 "Emails to Roundup trackers must include a Subject: line!\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2425 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2426 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2427 "Epost til Roundup sporer må inneholde en verdi for Subjekt: linjen\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2428
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2429 #: ../roundup/mailgw.py:712
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2430 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2431 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2432 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2433 "The message you sent to roundup did not contain a properly formed subject\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2434 "line. The subject must contain a class name or designator to indicate the\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2435 "'topic' of the message. For example:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2436 " Subject: [issue] This is a new issue\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2437 " - this will create a new issue in the tracker with the title 'This is\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2438 " a new issue'.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2439 " Subject: [issue1234] This is a followup to issue 1234\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2440 " - this will append the message's contents to the existing issue 1234\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2441 " in the tracker.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2442 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2443 "Subject was: '%(subject)s'\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2444 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2445 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2446 "Meldingen du sendte til Roundup inneholt ikke en ordentlig formet subject-\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2447 "linje. Subject må inneholde et klassenavn eller benevnelse for å indikere \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2448 "emne for meldingen. For eksempel:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2449 " Subject: [issue] Dette er en ny sak\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2450 " - dette vil opprette en ny sak i sporeren med tittelen \"Dette er en "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2451 "ny sak\"\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2452 " Subject: [issue1234] Oppfølging til sak 1234\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2453 " - dette vil legge denne meldingens innhold til loggen for en "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2454 "eksisterende\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2455 " sak 1234 i sporeren.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2456 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2457 "Subjekt var: '%(subject)s'\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2458
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2459 #: ../roundup/mailgw.py:747
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2460 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2461 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2462 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2463 "The class name you identified in the subject line (\"%(classname)s\") does\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2464 "not exist in the database.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2465 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2466 "Valid class names are: %(validname)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2467 "Subject was: \"%(subject)s\"\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2468 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2469 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2470 "Klassenavnet du oppga i subjektlinjen (\"%(classname)s\") finnes ikke i "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2471 "basen.\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2472 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2473 "Gyldige klassenavn er: %(validname)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2474 "Subjekt var: \"%(subject)s\"\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2475
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2476 #: ../roundup/mailgw.py:755
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2477 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2478 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2479 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2480 "You did not identify a class name in the subject line and there is no\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2481 "default set for this tracker. The subject must contain a class name or\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2482 "designator to indicate the 'topic' of the message. For example:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2483 " Subject: [issue] This is a new issue\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2484 " - this will create a new issue in the tracker with the title 'This is\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2485 " a new issue'.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2486 " Subject: [issue1234] This is a followup to issue 1234\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2487 " - this will append the message's contents to the existing issue 1234\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2488 " in the tracker.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2489 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2490 "Subject was: '%(subject)s'\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2491 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2492 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2493 "Du oppga ikke noe klassenavn i subjektlinjen og det er ingen standardverdi\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2494 "definert for denne sporeren. Subjektlinjen må inneholde et klassenavn eller\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2495 "en benevnelse for å angi emne for meldingen. For eksempel:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2496 " Subject: [issue] Ny sak\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2497 " - vil opprette en ny sak med tittelen 'Ny sak'.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2498 " Subject: [issue1234] Oppfølging til sak 1234\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2499 " - vil legge meldingens innhold til loggen for sak1234 i basen.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2500 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2501 "Subjekt var: '%(subject)s'\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2502
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2503 #: ../roundup/mailgw.py:815
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2504 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2505 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2506 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2507 "I cannot match your message to a node in the database - you need to either\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2508 "supply a full designator (with number, eg \"[issue123]\") or keep the\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2509 "previous subject title intact so I can match that.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2510 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2511 "Subject was: \"%(subject)s\"\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2512 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2513 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2514 "Er ikke i stand til finne en passende node i databasen - du må enten oppgi "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2515 "en\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2516 "full benevnelse (med nummer, feks \"[issue123]\") eller beholde forrige "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2517 "subjektlinje\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2518 "lik slik at en treff kan finnes.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2519 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2520 "Subjekt var: \"%(subject)s\"\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2521
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2522 #: ../roundup/mailgw.py:848
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2523 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2524 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2525 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2526 "The node specified by the designator in the subject of your message\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2527 "(\"%(nodeid)s\") does not exist.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2528 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2529 "Subject was: \"%(subject)s\"\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2530 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2531 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2532 "Noden spesifisert med benevnelsen i subjektlinjen i din melding\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2533 "(\"%(nodeid)s\") finnes ikke i basen.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2534 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2535 "Subjekt var: \"%(subject)s\"\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2536
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2537 #: ../roundup/mailgw.py:893
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2538 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2539 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2540 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2541 "You are not a registered user.%(registration_info)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2542 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2543 "Unknown address: %(from_address)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2544 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2545 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2546 "Du er ikke en registrert bruker. %(registration_info)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2547 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2548 "Ukjent adresse: %(from_address)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2549
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2550 #: ../roundup/mailgw.py:901
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2551 msgid "You are not permitted to access this tracker."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2552 msgstr "Du har ikke adgang til denne sporeren."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2553
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2554 #: ../roundup/mailgw.py:913
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2555 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2556 msgid "You are not permitted to edit %(classname)s."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2557 msgstr "Du har ikke tillatelse til å endre %(classname)s."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2558
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2559 #: ../roundup/mailgw.py:919
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2560 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2561 msgid "You are not permitted to create %(classname)s."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2562 msgstr "Du har ikke tillatelse til å opprette %(classname)s."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2563
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2564 #: ../roundup/mailgw.py:1001
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2565 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2566 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2567 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2568 "There were problems handling your subject line argument list:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2569 "- %(errors)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2570 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2571 "Subject was: \"%(subject)s\"\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2572 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2573 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2574 "Det var problemer i håndteringen av din liste med argumenter i "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2575 "subjektlinjen:\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2576 "- %(errors)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2577 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2578 "Subjekt var: \"%(subject)s\"\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2579
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2580 #: ../roundup/mailgw.py:1054
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2581 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2582 msgid "This tracker has been configured to require all email be PGP encrypted."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2583 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2584 "\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2585 "Denne sporeren er satt til å kreve at all epost entern er signert med PGP, \n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2586 "eller kryptert."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2587
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2588 #: ../roundup/mailgw.py:1092
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2589 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2590 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2591 "This tracker has been configured to require all email be PGP signed or\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2592 "encrypted."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2593 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2594 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2595 "Denne sporeren er satt til å kreve at all epost entern er signert med PGP, \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2596 "eller kryptert."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2597
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2598 #: ../roundup/mailgw.py:1122
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2599 msgid "You are not permitted to create files."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2600 msgstr "Du har ikke lov å lage en filer."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2601
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2602 #: ../roundup/mailgw.py:1139
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2603 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2604 msgid "You are not permitted to add files to %(classname)s."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2605 msgstr "Du har ikke tillatelse til å legge filer til %(classname)s."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2606
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2607 #: ../roundup/mailgw.py:1170
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2608 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2609 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2610 "Roundup requires the submission to be plain text. The message parser could\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2611 "not find a text/plain part to use.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2612 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2613 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2614 "Roundup krever at innlegget er i ren tekst. Meldingsparseren kunne ikke "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2615 "finne ren tekst\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2616 "å behandle.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2617
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2618 #: ../roundup/mailgw.py:1183
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2619 msgid "You are not permitted to create messages."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2620 msgstr "Du har ikke lov å lage en meldinger."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2621
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2622 #: ../roundup/mailgw.py:1192
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2623 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2624 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2625 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2626 "Mail message was rejected by a detector.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2627 "%(error)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2628 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2629 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2630 "Epost ble returnert av en detektor.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2631 "%(error)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2632
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2633 #: ../roundup/mailgw.py:1203
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2634 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2635 msgid "You are not permitted to add messages to %(classname)s."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2636 msgstr "Du har ikke tillatelse til å legge meldinger til %(classname)s."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2637
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2638 #: ../roundup/mailgw.py:1226
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2639 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2640 msgid "You are not permitted to edit property %(prop)s of class %(classname)s."
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2641 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2642 "Du har ikke tillatelse til å redigere egenskapen %(prop)s til klassen "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2643 "%(classname)s."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2644
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2645 #: ../roundup/mailgw.py:1238
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2646 #, fuzzy, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2647 msgid "You are not permitted to set property %(prop)s of class %(classname)s."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2648 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2649 "Du har ikke tillatelse til å redigere egenskapen %(prop)s til klassen "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2650 "%(classname)s."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2651
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2652 #: ../roundup/mailgw.py:1246
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2653 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2654 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2655 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2656 "There was a problem with the message you sent:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2657 " %(message)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2658 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2659 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2660 "Det var et problem med meldingen du sendte:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2661 " %(message)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2662
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2663 #: ../roundup/mailgw.py:1366 ../roundup/mailgw.py:1835
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2664 #: ../roundup/mailgw.py:1366:1835
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2665 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2666 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2667 "\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2668 "The mail gateway is not properly set up. Please contact\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2669 "%(mailadmin)s and have them fix the incorrect properties:\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2670 " %(errors)s\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2671 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2672 "\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2673 "Epostsystemet er ikke korrekt satt opp. Venligst kontakt %(mailadmin)s\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2674 "og få problemet løst. Referansen er til feil egenskaper:\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2675 " %(errors)s\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2676
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2677 #: ../roundup/mailgw.py:1820
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2678 #, fuzzy, python-format
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2679 msgid ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2680 "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2681 "The mail gateway is not properly set up. Please contact\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2682 "%(mailadmin)s and have them fix the incorrect class specified as:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2683 " %(classname)s\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2684 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2685 "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2686 "Epostsystemet er ikke korrekt satt opp. Venligst kontakt %(mailadmin)s\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2687 "og få problemet løst. Referansen er til feil klasse: \n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2688 " %(current_class)s\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2689
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2690 #: ../roundup/mailgw.py:1856
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2691 msgid "not of form [arg=value,value,...;arg=value,value,...]"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2692 msgstr "ikke på formen [arg=value,value,...;arg=value,value,...]"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2693
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2694 #: ../roundup/rest.py:398
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2695 #, python-format
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2696 msgid "Method %(m)s not allowed. Allowed: %(a)s"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2697 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2698
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2699 #: ../roundup/rest.py:1097
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2700 #, fuzzy, python-format
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2701 msgid "Invalid attribute %s"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2702 msgstr "Ugylig login"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2703
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2704 #: ../roundup/rest.py:2078
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2705 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2706 msgid "Api rate limits exceeded. Please wait: %s seconds."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2707 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2708
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2709 #: ../roundup/rest.py:2113
6364
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2710 #, python-format
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2711 msgid ""
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2712 "Unable to parse Accept Header. %(error)s. Acceptable types: "
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2713 "%(acceptable_types)s"
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2714 msgstr ""
e8361bce72de update pot file and language .po files.
John Rouillard <rouilj@ieee.org>
parents: 6301
diff changeset
2715
6942
e09095701620 update for latest flake8 changes
John Rouillard <rouilj@ieee.org>
parents: 6777
diff changeset
2716 #: ../roundup/rest.py:2262
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2717 #, python-format
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2718 msgid ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2719 "Unrecognized api version: %s. See /rest without specifying api version for "
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2720 "supported versions."
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2721 msgstr ""
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2722
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2723 #: ../roundup/roundupdb.py:139
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2724 #, python-format
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2725 msgid "Username '%s' already exists."
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2726 msgstr ""
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2727
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2728 #: ../roundup/roundupdb.py:223
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2729 msgid "files"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2730 msgstr "filer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2731
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2732 #: ../roundup/roundupdb.py:223
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2733 msgid "messages"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2734 msgstr "meldinger"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2735
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2736 #: ../roundup/roundupdb.py:223
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2737 msgid "nosy"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2738 msgstr "liste som informeres"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2739
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2740 #: ../roundup/roundupdb.py:223
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2741 msgid "superseder"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2742 msgstr "etterfølger"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2743
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2744 #: ../roundup/roundupdb.py:223
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2745 msgid "title"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2746 msgstr "tittel"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2747
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2748 #: ../roundup/roundupdb.py:224
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2749 msgid "assignedto"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2750 msgstr "tilordnet"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2751
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2752 #: ../roundup/roundupdb.py:224
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2753 msgid "keyword"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2754 msgstr "nøkkelord"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2755
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2756 #: ../roundup/roundupdb.py:224
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2757 msgid "priority"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2758 msgstr "prioritet"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2759
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2760 #: ../roundup/roundupdb.py:224
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2761 msgid "status"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2762 msgstr "status"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2763
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2764 #: ../roundup/roundupdb.py:227
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2765 msgid "activity"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2766 msgstr "aktivitet"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2767
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2768 #. following properties are common for all hyperdb classes
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2769 #. they are listed here to keep things in one place
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2770 #: ../roundup/roundupdb.py:227
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2771 msgid "actor"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2772 msgstr "aktør"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2773
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2774 #: ../roundup/roundupdb.py:227
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2775 msgid "creation"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2776 msgstr "opprettelse"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2777
6672
01216187a167 Testing translations in mailgw.py, update translations, i18n improved
John Rouillard <rouilj@ieee.org>
parents: 6620
diff changeset
2778 #: ../roundup/roundupdb.py:227
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2779 msgid "creator"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2780 msgstr "opprettet av"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2781
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2782 #: ../roundup/roundupdb.py:425
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2783 #, python-format
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2784 msgid "No key for \"%(adr)s\" in keyring"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2785 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2786
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2787 #: ../roundup/roundupdb.py:503
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2788 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2789 msgid "New submission from %(authname)s%(authaddr)s:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2790 msgstr "Ny sak fra %(authname)s%(authaddr)s:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2791
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2792 #: ../roundup/roundupdb.py:506
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2793 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2794 msgid "%(authname)s%(authaddr)s added the comment:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2795 msgstr "%(authname)s%(authaddr)s la inn kommentaren:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2796
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2797 #: ../roundup/roundupdb.py:509
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2798 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2799 msgid "Change by %(authname)s%(authaddr)s:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2800 msgstr "Endret av %(authname)s%(authaddr)s:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2801
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2802 #: ../roundup/roundupdb.py:528
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2803 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2804 msgid "File '%(filename)s' not attached - you can download it from %(link)s."
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2805 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2806 "Filen '%(filename)s' er ikke vedlagt - du kan laste den ned fra %(link)s."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2807
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2808 #: ../roundup/roundupdb.py:903
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2809 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2810 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2811 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2812 "Now:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2813 "%(new)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2814 "Was:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2815 "%(old)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2816 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2817 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2818 "Nå:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2819 "%(new)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2820 "Var:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2821 "%(old)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2822
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2823 #: ../roundup/scripts/roundup_demo.py:49
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2824 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2825 msgid "Enter directory path to create demo tracker [%s]: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2826 msgstr "Oppgi katalogsti for å lage demo-sporer [%s]: "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2827
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2828 #: ../roundup/scripts/roundup_demo.py:54
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2829 #, python-format
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2830 msgid ""
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2831 "Enter tracker template to use (one of (%(template_list)s)) "
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
2832 "[%(default_template)s]: "
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2833 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2834
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2835 #: ../roundup/scripts/roundup_gettext.py:35
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2836 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2837 msgid "Usage: %(program)s <tracker home>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2838 msgstr "Bruk: %(program)s <tracker home>"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2839
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2840 #: ../roundup/scripts/roundup_gettext.py:51
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2841 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2842 msgid "No tracker templates found in directory %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2843 msgstr "Ingen sporer maler funnet i katalog %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2844
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2845 #: ../roundup/scripts/roundup_mailgw.py:185
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2846 msgid ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2847 "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2848 "Error: The instance home must be specified"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2849 msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2850
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2851 #: ../roundup/scripts/roundup_mailgw.py:203
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2852 #, fuzzy
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2853 msgid ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2854 "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2855 "Error: not enough source specification information"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2856 msgstr "Feil: ikke tilstrekkelig kildespesifikasjon"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2857
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2858 #: ../roundup/scripts/roundup_mailgw.py:234
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2859 #, fuzzy, python-format
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2860 msgid ""
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2861 "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2862 "Error: %s specification not valid"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2863 msgstr "Feil: %s ugyldig spesifikasjon"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2864
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2865 #: ../roundup/scripts/roundup_mailgw.py:258
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2866 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2867 msgid ""
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2868 "\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2869 "Error: The source must be either \"mailbox\", \"pop\", \"pops\", \"apop\", "
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
2870 "\"imap\", \"imaps\", \"imaps_cram\", or \"imaps_oauth\""
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2871 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2872 "Feil: Kilden må være enten \"mailbox\", \"pop\", \"pops\", \"apop\", \"imap"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2873 "\" eller \"imaps\""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2874
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2875 #: ../roundup/scripts/roundup_server.py:112
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2876 msgid "WARNING: generating temporary SSL certificate"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2877 msgstr "ADVARSEL: genererer midlertidig SSL sertifikat"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2878
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2879 #: ../roundup/scripts/roundup_server.py:329
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2880 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2881 "<html><head><title>Roundup trackers index</title></head>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2882 "<body><h1>Roundup trackers index</h1><ol>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2883 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2884 "<html><head><title>Roundup saksliste</title></head>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2885 "<body><h1>Roundup saksliste</h1><ol>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2886
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2887 #: ../roundup/scripts/roundup_server.py:549
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2888 #, fuzzy, python-format
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2889 msgid "Error: %(type)s: %(value)s"
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2890 msgstr "%(key)s: %(value)s"
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
2891
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2892 #: ../roundup/scripts/roundup_server.py:561
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2893 msgid "WARNING: ignoring \"-g\" argument, not root"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2894 msgstr "ADVARSEL: ignorerer \"-g\" argument, ikke root"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2895
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2896 #: ../roundup/scripts/roundup_server.py:567
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2897 msgid "Can't change groups - no grp module"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2898 msgstr "Kan ikke skifte gruppe, ingen grp modul"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2899
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2900 #: ../roundup/scripts/roundup_server.py:576
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2901 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2902 msgid "Group %(group)s doesn't exist"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2903 msgstr "Gruppe %(group)s finnes ikke"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2904
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2905 #: ../roundup/scripts/roundup_server.py:588
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2906 msgid "Can't run as root!"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2907 msgstr "Kan ikke kjøre som root"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2908
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2909 #: ../roundup/scripts/roundup_server.py:591
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2910 msgid "WARNING: ignoring \"-u\" argument, not root"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2911 msgstr "ADVARSEL: ignorerer \"-u\" argument, ikke root"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2912
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2913 #: ../roundup/scripts/roundup_server.py:597
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2914 msgid "Can't change users - no pwd module"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2915 msgstr "Kan ikke skifte bruker , ingen pwd modul"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2916
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2917 #: ../roundup/scripts/roundup_server.py:606
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2918 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2919 msgid "User %(user)s doesn't exist"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2920 msgstr "Bruker %(user)s finnes ikke"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2921
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2922 #: ../roundup/scripts/roundup_server.py:803
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2923 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2924 msgid "Multiprocess mode \"%s\" is not available, switching to single-process"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2925 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2926 "Multiprosess modus \"%s\" ikke tilgjengelig, fortsetter som enkeltprosess"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2927
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2928 #: ../roundup/scripts/roundup_server.py:830
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2929 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2930 msgid "Unable to bind to port %s, port already in use."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2931 msgstr "Ikke mulig å binde til port %s, porten er allerede i bruk."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2932
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2933 #: ../roundup/scripts/roundup_server.py:834
6744
13abb143df48 Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents: 6694
diff changeset
2934 #, fuzzy, python-format
13abb143df48 Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents: 6694
diff changeset
2935 msgid ""
13abb143df48 Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents: 6694
diff changeset
2936 "Unable to bind to port %(port)s, access not allowed, errno: %(errno)s %(msg)s"
13abb143df48 Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents: 6694
diff changeset
2937 msgstr "Ikke mulig å binde til port %s, porten er allerede i bruk."
13abb143df48 Update tranlsation strings
John Rouillard <rouilj@ieee.org>
parents: 6694
diff changeset
2938
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2939 #: ../roundup/scripts/roundup_server.py:913
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2940 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2941 " -c <Command> Windows Service options.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2942 " If you want to run the server as a Windows Service, you\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2943 " must use configuration file to specify tracker homes.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2944 " Logfile option is required to run Roundup Tracker service.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2945 " Typing \"roundup-server -c help\" shows Windows Services\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2946 " specifics."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2947 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2948 " -c <Command> Windows Service opsjoner.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2949 " Hvis du ønsker å kjøre serveren som en Windows Service,\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2950 " må du anvende konfigurasjonsfilen for å spesifisere sporer-\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2951 " plassering. Logfile opsjonen er påkrevd for å kjøre Roundup \n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2952 " Tracker service.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2953 " Skriv \"roundup-server -c help\" for å vise Windows Services\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2954 " informasjon."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2955
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2956 #: ../roundup/scripts/roundup_server.py:920
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2957 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2958 " -u <UID> runs the Roundup web server as this UID\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2959 " -g <GID> runs the Roundup web server as this GID\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2960 " -d <PIDfile> run the server in the background and write the server's PID\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2961 " to the file indicated by PIDfile. The -l option *must* be\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2962 " specified if -d is used."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2963 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2964 " -u <UID> kjører Roundup web server som denne UID\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2965 " -g <GID> kjører Roundup web server som denne GID\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2966 " -d <PIDfile> kjører serveren i bakgrunnen og skriver\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2967 " serverens PID til filen indikert av PIDfile.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2968 " -l optsjonen *må* brukes hvis -d brukes."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2969
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
2970 #: ../roundup/scripts/roundup_server.py:927
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2971 #, fuzzy, python-format
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2972 msgid ""
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2973 "\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2974 "%(message)sUsage: roundup-server [options] [name=tracker home]*\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2975 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2976 "Options:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2977 " -v print the Roundup version number and exit\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2978 " -h print this text and exit\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2979 " -S create or update configuration file and exit\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2980 " -C <fname> use configuration file <fname>\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2981 " -n <name> set the host name of the Roundup web server instance,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2982 " specifies on which network interfaces to listen for\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2983 " connections, defaults to localhost, use 0.0.0.0 to bind\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2984 " to all network interfaces\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2985 " -p <port> set the port to listen on (default: %(port)s)\n"
6452
f2c6bf1c3cb0 updates for latest 2.1.0 changes. Doesn't look like new strings, just location changes.
John Rouillard <rouilj@ieee.org>
parents: 6429
diff changeset
2986 " -I <header1[,header2]*> list of headers to pass to the backend\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2987 " -l <fname> log to the file indicated by fname instead of stderr/stdout\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2988 " -N log client machine names instead of IP addresses (much "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2989 "slower)\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2990 " -i <fname> set tracker index template\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2991 " -s enable SSL\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
2992 " -L http request logging uses python logging (roundup.http)\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2993 " -e <fname> PEM file containing SSL key and certificate\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2994 " -t <mode> multiprocess mode (default: %(mp_def)s).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2995 " Allowed values: %(mp_types)s.\n"
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2996 " -V <version> set HTTP version (default: HTTP/1.1).\n"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2997 " Allowed values: HTTP/1.0, HTTP/1.1.\n"
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
2998 "\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
2999 "%(os_part)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3000 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3001 "Long options:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3002 " --version print the Roundup version number and exit\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3003 " --help print this text and exit\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3004 " --save-config create or update configuration file and exit\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3005 " --config <fname> use configuration file <fname>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3006 " All settings of the [main] section of the configuration file\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3007 " also may be specified in form --<name>=<value>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3008 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3009 "Examples:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3010 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3011 " roundup-server -S -C /opt/roundup/etc/roundup-server.ini \\\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3012 " -n localhost -p 8917 -l /var/log/roundup.log \\\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3013 " support=/var/spool/roundup-trackers/support\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3014 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3015 " roundup-server -C /opt/roundup/etc/roundup-server.ini\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3016 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3017 " roundup-server support=/var/spool/roundup-trackers/support\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3018 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3019 " roundup-server -d /var/run/roundup.pid -l /var/log/roundup.log \\\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3020 " support=/var/spool/roundup-trackers/support\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3021 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3022 "Configuration file format:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3023 " Roundup Server configuration file has common .ini file format.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3024 " Configuration file created with 'roundup-server -S' contains\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3025 " detailed explanations for each option. Please see that file\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3026 " for option descriptions.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3027 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3028 "How to use \"name=tracker home\":\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3029 " These arguments set the tracker home(s) to use. The name is how the\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3030 " tracker is identified in the URL (it's the first part of the URL path).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3031 " The tracker home is the directory that was identified when you did\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3032 " \"roundup-admin init\". You may specify any number of these name=home\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3033 " pairs on the command-line. Make sure the name part doesn't include\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3034 " any url-unsafe characters like spaces, as these confuse IE.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3035 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3036 "%(message)sUsage: roundup-server [options] [name=tracker home]*\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3037 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3038 "Opsjoner:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3039 " -v skriv ut Roundup version nummer og avslutt\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3040 " -h skriv denne teksten og avslutt\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3041 " -S lag eller oppdater konfigurasjonsfilen og avslutt\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3042 " -C <fname> bruk konfigurasjonsfilen <fname>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3043 " -n <name> sett vertsnavnet til Roundup web server instansen\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3044 " -p <port> sett porten å lytte på (default: %(port)s)\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3045 " -l <fname> logg til filen som er oppgitt i stedet for stderr/stdout\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3046 " -N logg klientmaskinenes navn i stedet for deres IP-nummer (mye "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3047 "langsommere)\n"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3048 " -i <fname> sett sporer indeks mal\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3049 " -s gjør SSL tilgjengelig\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3050 " -e <fname> PEM fil med SSL nøkkel og sertifikat\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3051 " -t <mode> multiprosess modus (standard: %(mp_def)s).\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3052 " Tillatte verdier: %(mp_types)s.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3053 "%(os_part)s\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3054 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3055 "Lange opsjoner:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3056 " --version skriv ut Roundup version nummer og avslutt\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3057 " --help skriv denne teksten og avslutt\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3058 " --save-config lag eller oppdater konfigurasjonsfilen og avslutt\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3059 " --config <fname> bruk konfigurasjonsfilen <fname>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3060 " Alle parametre i [main] seksjonen av konfigurasjonsfilen\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3061 " kan også spesifiseres slik --<name>=<value>\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3062 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3063 "Eksempler:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3064 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3065 " roundup-server -S -C /opt/roundup/etc/roundup-server.ini \\\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3066 " -n localhost -p 8917 -l /var/log/roundup.log \\\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3067 " support=/var/spool/roundup-trackers/support\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3068 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3069 " roundup-server -C /opt/roundup/etc/roundup-server.ini\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3070 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3071 " roundup-server support=/var/spool/roundup-trackers/support\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3072 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3073 " roundup-server -d /var/run/roundup.pid -l /var/log/roundup.log \\\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3074 " support=/var/spool/roundup-trackers/support\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3075 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3076 "Konfigurasjonsfil format:\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3077 " Roundup Serverens konfigurasjonsfil har et vanlig .ini fil format.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3078 " Konfigurasjonsfilen som lages med 'roundup-server -S' inneholder\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3079 " detaljerte forklaringer for alle opsjoner. Se filen for beskrivelse\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3080 " av opsjonene.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3081 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3082 "Hvordan bruke \"name=tracker home\":\n"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3083 " Disse argumentene setter sporerens hjemmekatalog. Navnet er måten "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3084 "sporeren identifiseres på i URL-en (det er den første delen av URL-en)\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3085 " Sporerens hjemmekatalog er katalogen som ble gitt da \"roundup-admin init"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3086 "\"\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3087 " ble kjørt. Du kan spesifisere så mange navn=hjem-par du ønsker på "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3088 "kommandolinjen.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3089 " Pass på at de ikke inneholder url-utrygge tegn som mellomrom, for de kan "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3090 "forvirre IE.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3091
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
3092 #: ../roundup/scripts/roundup_server.py:1103
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3093 msgid "Instances must be name=home"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3094 msgstr "Instanser må være navn=home"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3095
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
3096 #: ../roundup/scripts/roundup_server.py:1117
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3097 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3098 msgid "Configuration saved to %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3099 msgstr "Konfigurasjon lagret til %s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3100
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
3101 #: ../roundup/scripts/roundup_server.py:1135
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3102 msgid "Sorry, you can't run the server as a daemon on this Operating System"
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3103 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3104 "Beklager, du kan ikke kjøre servern som daemon under dette operativsystemet"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3105
6986
5a84ddf7aa8b update with roundup_admin and indexer_xapian strings
John Rouillard <rouilj@ieee.org>
parents: 6942
diff changeset
3106 #: ../roundup/scripts/roundup_server.py:1155
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3107 #, python-format
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3108 msgid "Roundup server started on %(HOST)s:%(PORT)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3109 msgstr "Roundup server startet på %(HOST)s:%(PORT)s"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3110
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3111 #: ../share/roundup/templates/classic/html/_generic.collision.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3112 #: ../share/roundup/templates/devel/html/_generic.collision.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3113 #: ../share/roundup/templates/minimal/html/_generic.collision.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3114 #: ../share/roundup/templates/responsive/html/_generic.collision.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3115 msgid "${class} Edit Collision - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3116 msgstr "${class} Redigerings Kollisjon - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3117
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3118 #: ../share/roundup/templates/classic/html/_generic.collision.html:7
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3119 #: ../share/roundup/templates/devel/html/_generic.collision.html:7
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3120 #: ../share/roundup/templates/minimal/html/_generic.collision.html:7
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3121 #: ../share/roundup/templates/responsive/html/_generic.collision.html:7
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3122 msgid "${class} Edit Collision"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3123 msgstr "${class} Kollisjon under redigering"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3124
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3125 #: ../share/roundup/templates/classic/html/_generic.collision.html:14
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3126 #: ../share/roundup/templates/devel/html/_generic.collision.html:14
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3127 #: ../share/roundup/templates/minimal/html/_generic.collision.html:14
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3128 #: ../share/roundup/templates/responsive/html/_generic.collision.html:14
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3129 msgid ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3130 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3131 " There has been a collision. Another user updated this node\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3133 " the node and review your edits.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3134 msgstr ""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3135 "\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3136 " En kollisjon har skjedd. En annen bruker har oppdatert denne\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3138 " noden og sjekk dine endringer.\n"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3139
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3140 #: ../share/roundup/templates/classic/html/_generic.help-empty.html:6
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3141 #: ../share/roundup/templates/devel/html/_generic.help-empty.html:6
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3142 #: ../share/roundup/templates/devel/html/user.help.html:90
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3143 #: ../share/roundup/templates/responsive/html/_generic.help-empty.html:6
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3144 #: ../share/roundup/templates/responsive/html/user.help.html:90
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3145 msgid "Please specify your search parameters!"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3146 msgstr "Venligst oppgi dine søkeparameter!"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3147
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3148 #: ../share/roundup/templates/classic/html/_generic.help-list.html:20
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3149 #: ../share/roundup/templates/classic/html/_generic.index.html:14
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3150 #: ../share/roundup/templates/classic/html/_generic.item.html:12
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3151 #: ../share/roundup/templates/classic/html/file.item.html:9
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3152 #: ../share/roundup/templates/classic/html/issue.index.html:15
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3153 #: ../share/roundup/templates/classic/html/issue.item.html:28
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3154 #: ../share/roundup/templates/classic/html/msg.item.html:26
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3155 #: ../share/roundup/templates/classic/html/user.index.html:9
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3156 #: ../share/roundup/templates/classic/html/user.item.html:35
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3157 #: ../share/roundup/templates/devel/html/_generic.help-list.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3158 #: ../share/roundup/templates/devel/html/_generic.index.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3159 #: ../share/roundup/templates/devel/html/_generic.item.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3160 #: ../share/roundup/templates/devel/html/_generic.query.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3161 #: ../share/roundup/templates/devel/html/bug.index.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3162 #: ../share/roundup/templates/devel/html/bug.item.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3163 #: ../share/roundup/templates/devel/html/file.item.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3164 #: ../share/roundup/templates/devel/html/keyword.index.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3165 #: ../share/roundup/templates/devel/html/keyword.item.html:33
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3166 #: ../share/roundup/templates/devel/html/milestone.index.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3167 #: ../share/roundup/templates/devel/html/msg.item.html:25
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3168 #: ../share/roundup/templates/devel/html/patch.item.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3169 #: ../share/roundup/templates/devel/html/patch.item.html:97
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3170 #: ../share/roundup/templates/devel/html/task.index.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3171 #: ../share/roundup/templates/devel/html/task.item.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3172 #: ../share/roundup/templates/devel/html/user.index.html:8
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3173 #: ../share/roundup/templates/devel/html/user.item.html:34
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3174 #: ../share/roundup/templates/minimal/html/_generic.index.html:14
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3175 #: ../share/roundup/templates/minimal/html/_generic.item.html:12
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3176 #: ../share/roundup/templates/minimal/html/user.index.html:9
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3177 #: ../share/roundup/templates/minimal/html/user.item.html:34
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3178 #: ../share/roundup/templates/minimal/html/user.register.html:14
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3179 #: ../share/roundup/templates/responsive/html/_generic.help-list.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3180 #: ../share/roundup/templates/responsive/html/_generic.index.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3181 #: ../share/roundup/templates/responsive/html/_generic.item.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3182 #: ../share/roundup/templates/responsive/html/_generic.query.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3183 #: ../share/roundup/templates/responsive/html/bug.index.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3184 #: ../share/roundup/templates/responsive/html/bug.item.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3185 #: ../share/roundup/templates/responsive/html/file.item.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3186 #: ../share/roundup/templates/responsive/html/keyword.index.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3187 #: ../share/roundup/templates/responsive/html/keyword.item.html:33
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3188 #: ../share/roundup/templates/responsive/html/milestone.index.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3189 #: ../share/roundup/templates/responsive/html/msg.item.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3190 #: ../share/roundup/templates/responsive/html/patch.item.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3191 #: ../share/roundup/templates/responsive/html/patch.item.html:95
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3192 #: ../share/roundup/templates/responsive/html/task.index.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3193 #: ../share/roundup/templates/responsive/html/task.item.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3194 #: ../share/roundup/templates/responsive/html/user.index.html:8
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3195 #: ../share/roundup/templates/responsive/html/user.item.html:34
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3196 msgid "You are not allowed to view this page."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3197 msgstr "Du har ikke lov til se denne siden."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3198
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3199 #: ../share/roundup/templates/classic/html/_generic.help-list.html:34
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3200 #: ../share/roundup/templates/devel/html/_generic.help-list.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3201 #: ../share/roundup/templates/responsive/html/_generic.help-list.html:12
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3202 msgid "1..25 out of 50"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3203 msgstr "1..25 av 50"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3204
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3205 #: ../share/roundup/templates/classic/html/_generic.help-search.html:9
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3206 #: ../share/roundup/templates/devel/html/_generic.help-search.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3207 #: ../share/roundup/templates/responsive/html/_generic.help-search.html:9
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3208 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3209 "Generic template ${template} or version for class ${classname} is not yet "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3210 "implemented"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3211 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3212 "Generell mal ${template} eller versjon for klasse ${classname} er ikke "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3213 "tilgjengelig enda."
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3214
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3215 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:57
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3216 #: ../share/roundup/templates/classic/html/_generic.help.html:31
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3217 #: ../share/roundup/templates/devel/html/_generic.help-submit.html:57
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3218 #: ../share/roundup/templates/devel/html/user.help.html:103
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3219 #: ../share/roundup/templates/minimal/html/_generic.help.html:31
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3220 #: ../share/roundup/templates/responsive/html/_generic.help-submit.html:57
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3221 #: ../share/roundup/templates/responsive/html/user.help.html:103
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3222 msgid " Cancel "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3223 msgstr "Avbryt"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3224
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3225 #: ../share/roundup/templates/classic/html/_generic.help-submit.html:63
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3226 #: ../share/roundup/templates/classic/html/_generic.help.html:34
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3227 #: ../share/roundup/templates/devel/html/_generic.help-submit.html:63
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3228 #: ../share/roundup/templates/devel/html/user.help.html:108
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3229 #: ../share/roundup/templates/minimal/html/_generic.help.html:34
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3230 #: ../share/roundup/templates/responsive/html/_generic.help-submit.html:63
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3231 #: ../share/roundup/templates/responsive/html/user.help.html:108
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3232 msgid " Apply "
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3233 msgstr "Bruk"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3234
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3235 #: ../share/roundup/templates/classic/html/_generic.help.html:9
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3236 #: ../share/roundup/templates/classic/html/user.help.html:13
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3237 #: ../share/roundup/templates/minimal/html/_generic.help.html:9
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3238 msgid "${property} help - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3239 msgstr "${property} hjelp - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3240
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3241 #: ../share/roundup/templates/classic/html/_generic.help.html:41
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3242 #: ../share/roundup/templates/classic/html/help.html:21
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3243 #: ../share/roundup/templates/classic/html/issue.index.html:80
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
3244 #: ../share/roundup/templates/classic/html/user.index.html:82
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3245 #: ../share/roundup/templates/devel/html/_generic.help.html:42
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3246 #: ../share/roundup/templates/devel/html/bug.index.html:94
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3247 #: ../share/roundup/templates/devel/html/help.html:51
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3248 #: ../share/roundup/templates/devel/html/milestone.index.html:59
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3249 #: ../share/roundup/templates/devel/html/task.index.html:94
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3250 #: ../share/roundup/templates/devel/html/user.index.html:76
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3251 #: ../share/roundup/templates/minimal/html/_generic.help.html:41
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3252 #: ../share/roundup/templates/responsive/html/_generic.help.html:42
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3253 #: ../share/roundup/templates/responsive/html/help.html:59
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3254 #: ../share/roundup/templates/responsive/html/user.index.html:77
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3255 msgid "&lt;&lt; previous"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3256 msgstr "&lt;&lt; forrige"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3257
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3258 #: ../share/roundup/templates/classic/html/_generic.help.html:53
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3259 #: ../share/roundup/templates/classic/html/help.html:28
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3260 #: ../share/roundup/templates/classic/html/issue.index.html:88
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
3261 #: ../share/roundup/templates/classic/html/user.index.html:90
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3262 #: ../share/roundup/templates/devel/html/_generic.help.html:54
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3263 #: ../share/roundup/templates/devel/html/bug.index.html:102
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3264 #: ../share/roundup/templates/devel/html/help.html:58
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3265 #: ../share/roundup/templates/devel/html/milestone.index.html:67
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3266 #: ../share/roundup/templates/devel/html/task.index.html:102
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3267 #: ../share/roundup/templates/devel/html/user.index.html:84
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3268 #: ../share/roundup/templates/minimal/html/_generic.help.html:53
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3269 #: ../share/roundup/templates/responsive/html/_generic.help.html:54
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3270 #: ../share/roundup/templates/responsive/html/help.html:66
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3271 #: ../share/roundup/templates/responsive/html/user.index.html:85
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3272 msgid "${start}..${end} out of ${total}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3273 msgstr "${start}..${end} av ${total}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3274
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3275 #: ../share/roundup/templates/classic/html/_generic.help.html:57
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3276 #: ../share/roundup/templates/classic/html/help.html:32
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3277 #: ../share/roundup/templates/classic/html/issue.index.html:91
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
3278 #: ../share/roundup/templates/classic/html/user.index.html:93
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3279 #: ../share/roundup/templates/devel/html/_generic.help.html:58
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3280 #: ../share/roundup/templates/devel/html/bug.index.html:105
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3281 #: ../share/roundup/templates/devel/html/help.html:62
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3282 #: ../share/roundup/templates/devel/html/milestone.index.html:70
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3283 #: ../share/roundup/templates/devel/html/task.index.html:105
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3284 #: ../share/roundup/templates/devel/html/user.index.html:87
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3285 #: ../share/roundup/templates/minimal/html/_generic.help.html:57
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3286 #: ../share/roundup/templates/responsive/html/_generic.help.html:58
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3287 #: ../share/roundup/templates/responsive/html/help.html:70
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3288 #: ../share/roundup/templates/responsive/html/user.index.html:88
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3289 msgid "next &gt;&gt;"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3290 msgstr "neste &gt;&gt;"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3291
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3292 #: ../share/roundup/templates/classic/html/_generic.index.html:6
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3293 #: ../share/roundup/templates/classic/html/_generic.item.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3294 #: ../share/roundup/templates/devel/html/_generic.index.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3295 #: ../share/roundup/templates/devel/html/_generic.item.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3296 #: ../share/roundup/templates/minimal/html/_generic.index.html:6
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3297 #: ../share/roundup/templates/minimal/html/_generic.item.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3298 #: ../share/roundup/templates/responsive/html/_generic.index.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3299 #: ../share/roundup/templates/responsive/html/_generic.item.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3300 msgid "${class} editing - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3301 msgstr "${class} redigerer - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3302
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3303 #: ../share/roundup/templates/classic/html/_generic.index.html:9
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3304 #: ../share/roundup/templates/classic/html/_generic.item.html:7
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3305 #: ../share/roundup/templates/devel/html/_generic.index.html:7
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3306 #: ../share/roundup/templates/devel/html/_generic.item.html:7
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3307 #: ../share/roundup/templates/minimal/html/_generic.index.html:9
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3308 #: ../share/roundup/templates/minimal/html/_generic.item.html:7
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3309 #: ../share/roundup/templates/responsive/html/_generic.index.html:7
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3310 #: ../share/roundup/templates/responsive/html/_generic.item.html:7
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3311 msgid "${class} editing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3312 msgstr "${class} redigerer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3313
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3314 #: ../share/roundup/templates/classic/html/_generic.index.html:19
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3315 #: ../share/roundup/templates/classic/html/_generic.item.html:16
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3316 #: ../share/roundup/templates/classic/html/file.item.html:13
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3317 #: ../share/roundup/templates/classic/html/issue.index.html:19
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3318 #: ../share/roundup/templates/classic/html/issue.item.html:32
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3319 #: ../share/roundup/templates/classic/html/msg.item.html:30
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3320 #: ../share/roundup/templates/classic/html/user.index.html:13
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3321 #: ../share/roundup/templates/classic/html/user.item.html:39
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3322 #: ../share/roundup/templates/devel/html/_generic.index.html:17
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3323 #: ../share/roundup/templates/devel/html/_generic.item.html:16
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3324 #: ../share/roundup/templates/devel/html/bug.index.html:19
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3325 #: ../share/roundup/templates/devel/html/bug.item.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3326 #: ../share/roundup/templates/devel/html/file.item.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3327 #: ../share/roundup/templates/devel/html/keyword.index.html:19
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3328 #: ../share/roundup/templates/devel/html/keyword.item.html:37
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3329 #: ../share/roundup/templates/devel/html/milestone.index.html:19
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3330 #: ../share/roundup/templates/devel/html/msg.item.html:29
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3331 #: ../share/roundup/templates/devel/html/patch.item.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3332 #: ../share/roundup/templates/devel/html/patch.item.html:101
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3333 #: ../share/roundup/templates/devel/html/task.index.html:19
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3334 #: ../share/roundup/templates/devel/html/task.item.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3335 #: ../share/roundup/templates/devel/html/user.index.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3336 #: ../share/roundup/templates/devel/html/user.item.html:38
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3337 #: ../share/roundup/templates/minimal/html/_generic.index.html:19
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3338 #: ../share/roundup/templates/minimal/html/_generic.item.html:16
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3339 #: ../share/roundup/templates/minimal/html/user.index.html:13
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3340 #: ../share/roundup/templates/minimal/html/user.item.html:38
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3341 #: ../share/roundup/templates/minimal/html/user.register.html:17
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3342 #: ../share/roundup/templates/responsive/html/_generic.index.html:17
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3343 #: ../share/roundup/templates/responsive/html/_generic.item.html:16
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3344 #: ../share/roundup/templates/responsive/html/bug.index.html:19
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3345 #: ../share/roundup/templates/responsive/html/bug.item.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3346 #: ../share/roundup/templates/responsive/html/file.item.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3347 #: ../share/roundup/templates/responsive/html/keyword.index.html:19
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3348 #: ../share/roundup/templates/responsive/html/keyword.item.html:37
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3349 #: ../share/roundup/templates/responsive/html/milestone.index.html:19
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3350 #: ../share/roundup/templates/responsive/html/msg.item.html:30
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3351 #: ../share/roundup/templates/responsive/html/patch.item.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3352 #: ../share/roundup/templates/responsive/html/patch.item.html:99
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3353 #: ../share/roundup/templates/responsive/html/task.index.html:19
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3354 #: ../share/roundup/templates/responsive/html/task.item.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3355 #: ../share/roundup/templates/responsive/html/user.index.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3356 #: ../share/roundup/templates/responsive/html/user.item.html:38
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3357 msgid "Please login with your username and password."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3358 msgstr "Venligst logg in med ditt brukernavn og passord."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3359
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3360 #: ../share/roundup/templates/classic/html/_generic.index.html:28
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3361 #: ../share/roundup/templates/minimal/html/_generic.index.html:28
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3362 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3363 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3364 "<p class=\"form-help\"> You may edit the contents of the ${classname} class "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3365 "using this form. Commas, newlines and double quotes (\") must be handled "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3366 "delicately. You may include commas and newlines by enclosing the values in "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3367 "double-quotes (\"). Double quotes themselves must be quoted by doubling "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3368 "(\"\"). </p> <p class=\"form-help\"> Multilink properties have their "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3369 "multiple values colon (\":\") separated (... ,\"one:two:three\", ...) </p> "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3370 "<p class=\"form-help\"> Remove entries by deleting their line. Add new "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3371 "entries by appending them to the table - put an X in the id column. If you "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3372 "wish to restore a removed item and you know its id then just put that id in "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3373 "the id column. </p>"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3374 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3375 " <p class=\"form-help\"> Du kan endre innholdet i ${classname} klassen i "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3376 "dette skjemaet. Komma, linjeskift og (\") må brukes med forsiktighet. Du kan "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3377 "benytte komma og linjeskift ved å omslutte dem med (\"). Gåseøyne må angis "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3378 "slik (\"\"). </p> <p class=\"form-help\"> List flerlenke-egenskaper separert "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3379 "med kolon (\":\") (... ,\"one:two:three\", ...) </p> <p class=\"form-help\"> "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3380 "Slett felt ved å slette deres linje. Legg til nye linjer ved å legge dem til "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3381 "slutt i tabellen - sett en X i id-kolonnen. </p>"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3382
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3383 #: ../share/roundup/templates/classic/html/_generic.index.html:53
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3384 #: ../share/roundup/templates/devel/html/_generic.index.html:50
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3385 #: ../share/roundup/templates/minimal/html/_generic.index.html:53
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3386 #: ../share/roundup/templates/responsive/html/_generic.index.html:50
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3387 msgid "Edit Items"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3388 msgstr "Rediger saker"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3389
6777
8c9ee2d64639 update for 2.2.0 release
John Rouillard <rouilj@ieee.org>
parents: 6744
diff changeset
3390 #: ../share/roundup/templates/classic/html/_generic.item.html:52
8c9ee2d64639 update for 2.2.0 release
John Rouillard <rouilj@ieee.org>
parents: 6744
diff changeset
3391 #: ../share/roundup/templates/minimal/html/_generic.item.html:52
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3392 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3393 "Showing 10 items. <a href=\"\">Show all history</a> (warning: this could be "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3394 "VERY long)"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3395 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3396
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3397 #: ../share/roundup/templates/classic/html/file.index.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3398 #: ../share/roundup/templates/devel/html/file.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3399 #: ../share/roundup/templates/responsive/html/file.index.html:3
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3400 msgid "List of files - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3401 msgstr "Liste over filer - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3402
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3403 #: ../share/roundup/templates/classic/html/file.index.html:5
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3404 #: ../share/roundup/templates/devel/html/file.index.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3405 #: ../share/roundup/templates/responsive/html/file.index.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3406 msgid "List of files"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3407 msgstr "Liste over filer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3408
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3409 #: ../share/roundup/templates/classic/html/file.index.html:10
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3410 #: ../share/roundup/templates/devel/html/file.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3411 #: ../share/roundup/templates/devel/html/patch.index.html:10
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3412 #: ../share/roundup/templates/devel/html/patch.index.html:43
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3413 #: ../share/roundup/templates/responsive/html/file.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3414 #: ../share/roundup/templates/responsive/html/patch.index.html:10
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3415 #: ../share/roundup/templates/responsive/html/patch.index.html:43
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3416 msgid "Download"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3417 msgstr "Last ned"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3418
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3419 #: ../share/roundup/templates/classic/html/file.index.html:11
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3420 #: ../share/roundup/templates/classic/html/file.item.html:27
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3421 #: ../share/roundup/templates/devel/html/file.index.html:11
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3422 #: ../share/roundup/templates/devel/html/file.item.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3423 #: ../share/roundup/templates/devel/html/patch.index.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3424 #: ../share/roundup/templates/devel/html/patch.index.html:45
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3425 #: ../share/roundup/templates/devel/html/patch.item.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3426 #: ../share/roundup/templates/devel/html/patch.item.html:119
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3427 #: ../share/roundup/templates/responsive/html/file.index.html:11
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3428 #: ../share/roundup/templates/responsive/html/file.item.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3429 #: ../share/roundup/templates/responsive/html/patch.index.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3430 #: ../share/roundup/templates/responsive/html/patch.index.html:45
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3431 #: ../share/roundup/templates/responsive/html/patch.item.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3432 #: ../share/roundup/templates/responsive/html/patch.item.html:117
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3433 msgid "Content Type"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3434 msgstr "Innholdstype"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3435
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3436 #: ../share/roundup/templates/classic/html/file.index.html:12
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3437 #: ../share/roundup/templates/devel/html/file.index.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3438 #: ../share/roundup/templates/devel/html/patch.index.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3439 #: ../share/roundup/templates/devel/html/patch.index.html:46
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3440 #: ../share/roundup/templates/responsive/html/file.index.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3441 #: ../share/roundup/templates/responsive/html/patch.index.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3442 #: ../share/roundup/templates/responsive/html/patch.index.html:46
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3443 msgid "Uploaded By"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3444 msgstr "Lastet opp av"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3445
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3446 #: ../share/roundup/templates/classic/html/file.index.html:13
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3447 #: ../share/roundup/templates/classic/html/msg.item.html:48
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3448 #: ../share/roundup/templates/devel/html/file.index.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3449 #: ../share/roundup/templates/devel/html/msg.item.html:47
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3450 #: ../share/roundup/templates/devel/html/patch.index.html:14
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3451 #: ../share/roundup/templates/devel/html/patch.index.html:47
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3452 #: ../share/roundup/templates/responsive/html/file.index.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3453 #: ../share/roundup/templates/responsive/html/msg.item.html:40
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3454 #: ../share/roundup/templates/responsive/html/patch.index.html:14
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3455 #: ../share/roundup/templates/responsive/html/patch.index.html:47
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3456 msgid "Date"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3457 msgstr "Dato"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3458
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3459 #: ../share/roundup/templates/classic/html/file.item.html:2
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3460 #: ../share/roundup/templates/devel/html/file.item.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3461 #: ../share/roundup/templates/responsive/html/file.item.html:2
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3462 msgid "File display - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3463 msgstr "Filvisning - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3464
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3465 #: ../share/roundup/templates/classic/html/file.item.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3466 #: ../share/roundup/templates/devel/html/file.item.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3467 #: ../share/roundup/templates/responsive/html/file.item.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3468 msgid "File display"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3469 msgstr "Filvisning"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3470
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3471 #: ../share/roundup/templates/classic/html/file.item.html:23
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
3472 #: ../share/roundup/templates/classic/html/user.register.html:19
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3473 #: ../share/roundup/templates/devel/html/file.item.html:23
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3474 #: ../share/roundup/templates/devel/html/patch.item.html:23
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3475 #: ../share/roundup/templates/devel/html/patch.item.html:111
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3476 #: ../share/roundup/templates/devel/html/user.register.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3477 #: ../share/roundup/templates/responsive/html/file.item.html:23
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3478 #: ../share/roundup/templates/responsive/html/patch.item.html:23
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3479 #: ../share/roundup/templates/responsive/html/patch.item.html:109
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3480 #: ../share/roundup/templates/responsive/html/user.register.html:25
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3481 msgid "Name"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3482 msgstr "Navn"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3483
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3484 #: ../share/roundup/templates/classic/html/file.item.html:45
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3485 #: ../share/roundup/templates/devel/html/file.item.html:53
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3486 #: ../share/roundup/templates/devel/html/patch.item.html:61
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3487 #: ../share/roundup/templates/devel/html/patch.item.html:149
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3488 #: ../share/roundup/templates/responsive/html/file.item.html:53
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3489 #: ../share/roundup/templates/responsive/html/patch.item.html:61
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3490 #: ../share/roundup/templates/responsive/html/patch.item.html:147
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3491 msgid "download"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3492 msgstr "last ned"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3493
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3494 #: ../share/roundup/templates/classic/html/home.classlist.html:2
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3495 #: ../share/roundup/templates/devel/html/home.classlist.html:2
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3496 #: ../share/roundup/templates/minimal/html/home.classlist.html:2
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3497 #: ../share/roundup/templates/responsive/html/home.classlist.html:2
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3498 msgid "List of classes - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3499 msgstr "List of classes - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3500
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3501 #: ../share/roundup/templates/classic/html/home.classlist.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3502 #: ../share/roundup/templates/devel/html/home.classlist.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3503 #: ../share/roundup/templates/minimal/html/home.classlist.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3504 #: ../share/roundup/templates/responsive/html/home.classlist.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3505 msgid "List of classes"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3506 msgstr "Liste over klasser"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3507
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3508 #: ../share/roundup/templates/classic/html/issue.index.html:3
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3509 #: ../share/roundup/templates/classic/html/issue.index.html:9
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3510 msgid "List of issues"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3511 msgstr "Dine saker"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3512
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3513 #: ../share/roundup/templates/classic/html/issue.index.html:26
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3514 #: ../share/roundup/templates/classic/html/issue.item.html:49
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3515 #: ../share/roundup/templates/responsive/html/bug.item.html:142
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3516 #: ../share/roundup/templates/responsive/html/bug.item.html:241
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3517 #: ../share/roundup/templates/responsive/html/task.item.html:118
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3518 #: ../share/roundup/templates/responsive/html/task.item.html:215
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3519 msgid "Priority"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3520 msgstr "Prioritet"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3521
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3522 #: ../share/roundup/templates/classic/html/issue.index.html:27
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3523 #: ../share/roundup/templates/devel/html/bug.index.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3524 #: ../share/roundup/templates/devel/html/milestone.index.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3525 #: ../share/roundup/templates/devel/html/task.index.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3526 #: ../share/roundup/templates/responsive/html/bug.index.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3527 #: ../share/roundup/templates/responsive/html/milestone.index.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3528 #: ../share/roundup/templates/responsive/html/task.index.html:26
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3529 msgid "ID"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3530 msgstr "ID"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3531
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3532 #: ../share/roundup/templates/classic/html/issue.index.html:28
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3533 #: ../share/roundup/templates/devel/html/bug.index.html:28
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3534 #: ../share/roundup/templates/devel/html/task.index.html:28
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3535 #: ../share/roundup/templates/responsive/html/task.index.html:27
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3536 msgid "Creation"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3537 msgstr "Opprettelse"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3538
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3539 #: ../share/roundup/templates/classic/html/issue.index.html:29
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3540 #: ../share/roundup/templates/devel/html/bug.index.html:29
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3541 #: ../share/roundup/templates/devel/html/task.index.html:29
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3542 #: ../share/roundup/templates/responsive/html/bug.index.html:28
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3543 #: ../share/roundup/templates/responsive/html/task.index.html:28
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3544 msgid "Activity"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3545 msgstr "Aktivitet"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3546
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3547 #: ../share/roundup/templates/classic/html/issue.index.html:30
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3548 #: ../share/roundup/templates/devel/html/bug.index.html:30
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3549 #: ../share/roundup/templates/devel/html/task.index.html:30
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3550 #: ../share/roundup/templates/responsive/html/bug.index.html:29
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3551 #: ../share/roundup/templates/responsive/html/task.index.html:29
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3552 msgid "Actor"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3553 msgstr "Aktør"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3554
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3555 #: ../share/roundup/templates/classic/html/issue.index.html:31
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3556 #: ../share/roundup/templates/classic/html/keyword.item.html:37
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3557 #: ../share/roundup/templates/devel/html/keyword.index.html:25
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3558 #: ../share/roundup/templates/responsive/html/keyword.index.html:25
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3559 msgid "Keyword"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3560 msgstr "Nøkkelord"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3561
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3562 #: ../share/roundup/templates/classic/html/issue.index.html:32
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3563 #: ../share/roundup/templates/classic/html/issue.item.html:44
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3564 #: ../share/roundup/templates/devel/html/bug.index.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3565 #: ../share/roundup/templates/devel/html/milestone.index.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3566 #: ../share/roundup/templates/devel/html/task.index.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3567 #: ../share/roundup/templates/responsive/html/bug.index.html:30
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3568 #: ../share/roundup/templates/responsive/html/bug.item.html:44
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3569 #: ../share/roundup/templates/responsive/html/bug.item.html:57
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3570 #: ../share/roundup/templates/responsive/html/milestone.index.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3571 #: ../share/roundup/templates/responsive/html/task.index.html:30
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3572 #: ../share/roundup/templates/responsive/html/task.item.html:45
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3573 #: ../share/roundup/templates/responsive/html/task.item.html:56
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3574 #: ../share/roundup/templates/responsive/html/task.item.html:62
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3575 msgid "Title"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3576 msgstr "Tittel"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3577
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3578 #: ../share/roundup/templates/classic/html/issue.index.html:33
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3579 #: ../share/roundup/templates/classic/html/issue.item.html:51
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3580 #: ../share/roundup/templates/devel/html/bug.index.html:34
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3581 #: ../share/roundup/templates/devel/html/milestone.index.html:28
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3582 #: ../share/roundup/templates/devel/html/task.index.html:34
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3583 #: ../share/roundup/templates/responsive/html/bug.index.html:33
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3584 #: ../share/roundup/templates/responsive/html/bug.item.html:128
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3585 #: ../share/roundup/templates/responsive/html/bug.item.html:159
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3586 #: ../share/roundup/templates/responsive/html/milestone.index.html:28
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3587 #: ../share/roundup/templates/responsive/html/task.index.html:32
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3588 #: ../share/roundup/templates/responsive/html/task.item.html:104
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3589 #: ../share/roundup/templates/responsive/html/task.item.html:133
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3590 msgid "Status"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3591 msgstr "Status"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3592
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3593 #: ../share/roundup/templates/classic/html/issue.index.html:34
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3594 #: ../share/roundup/templates/devel/html/bug.index.html:36
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3595 #: ../share/roundup/templates/devel/html/task.index.html:36
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3596 #: ../share/roundup/templates/responsive/html/bug.index.html:35
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3597 msgid "Creator"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3598 msgstr "Opprettet av"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3599
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3600 #: ../share/roundup/templates/classic/html/issue.index.html:35
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3601 #: ../share/roundup/templates/devel/html/bug.index.html:37
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3602 #: ../share/roundup/templates/devel/html/task.index.html:37
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3603 #: ../share/roundup/templates/responsive/html/bug.index.html:36
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3604 #: ../share/roundup/templates/responsive/html/task.index.html:34
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3605 msgid "Assigned&nbsp;To"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3606 msgstr "Tildelt&nbsp;til"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3607
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3608 #: ../share/roundup/templates/classic/html/issue.index.html:104
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3609 msgid "Download as CSV"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3610 msgstr "Last ned som CSV-fil"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3611
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3612 #: ../share/roundup/templates/classic/html/issue.index.html:114
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3613 msgid "Sort on:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3614 msgstr "Sorter på:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3615
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3616 #: ../share/roundup/templates/classic/html/issue.index.html:118
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3617 #: ../share/roundup/templates/classic/html/issue.index.html:139
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3618 #: ../share/roundup/templates/devel/html/bug.index.html:155
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3619 #: ../share/roundup/templates/devel/html/milestone.index.html:120
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3620 #: ../share/roundup/templates/devel/html/task.index.html:155
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3621 #: ../share/roundup/templates/responsive/html/bug.index.html:143
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3622 #: ../share/roundup/templates/responsive/html/milestone.index.html:118
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3623 #: ../share/roundup/templates/responsive/html/task.index.html:138
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3624 msgid "- nothing -"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3625 msgstr "- ingenting -"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3626
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3627 #: ../share/roundup/templates/classic/html/issue.index.html:126
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3628 #: ../share/roundup/templates/classic/html/issue.index.html:147
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3629 #: ../share/roundup/templates/devel/html/bug.index.html:163
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3630 #: ../share/roundup/templates/devel/html/milestone.index.html:128
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3631 #: ../share/roundup/templates/devel/html/task.index.html:163
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3632 #: ../share/roundup/templates/responsive/html/bug.index.html:151
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3633 #: ../share/roundup/templates/responsive/html/milestone.index.html:126
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3634 #: ../share/roundup/templates/responsive/html/task.index.html:146
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3635 msgid "Descending:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3636 msgstr "Synkende:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3637
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3638 #: ../share/roundup/templates/classic/html/issue.index.html:135
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3639 #: ../share/roundup/templates/devel/html/bug.index.html:151
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3640 #: ../share/roundup/templates/devel/html/milestone.index.html:116
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3641 #: ../share/roundup/templates/devel/html/task.index.html:151
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3642 #: ../share/roundup/templates/responsive/html/bug.index.html:139
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3643 #: ../share/roundup/templates/responsive/html/milestone.index.html:114
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3644 #: ../share/roundup/templates/responsive/html/task.index.html:134
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3645 msgid "Group on:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3646 msgstr "Grupper på:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3647
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3648 #: ../share/roundup/templates/classic/html/issue.index.html:154
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3649 #: ../share/roundup/templates/devel/html/bug.index.html:170
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3650 #: ../share/roundup/templates/devel/html/milestone.index.html:135
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3651 #: ../share/roundup/templates/devel/html/task.index.html:170
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3652 #: ../share/roundup/templates/responsive/html/bug.index.html:158
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3653 #: ../share/roundup/templates/responsive/html/milestone.index.html:133
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3654 #: ../share/roundup/templates/responsive/html/task.index.html:153
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3655 msgid "Redisplay"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3656 msgstr "Vis igjen"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3657
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3658 #: ../share/roundup/templates/classic/html/issue.item.html:7
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3659 msgid "Issue ${id}: ${title} - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3660 msgstr "Sak ${id}: ${title} - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3661
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3662 #: ../share/roundup/templates/classic/html/issue.item.html:10
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3663 msgid "New Issue - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3664 msgstr "Ny sak - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3665
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3666 #: ../share/roundup/templates/classic/html/issue.item.html:14
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3667 msgid "New Issue"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3668 msgstr "Ny sak"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3669
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3670 #: ../share/roundup/templates/classic/html/issue.item.html:16
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3671 msgid "New Issue Editing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3672 msgstr "Ny sak, redigering"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3673
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3674 #: ../share/roundup/templates/classic/html/issue.item.html:19
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3675 msgid "Issue${id}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3676 msgstr "Sak${id}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3677
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3678 #: ../share/roundup/templates/classic/html/issue.item.html:22
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3679 msgid "Issue${id} Editing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3680 msgstr "Sak${id} Redigering"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3681
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3682 #: ../share/roundup/templates/classic/html/issue.item.html:56
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3683 #: ../share/roundup/templates/devel/html/bug.item.html:115
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3684 #: ../share/roundup/templates/devel/html/task.item.html:90
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3685 #: ../share/roundup/templates/responsive/html/bug.item.html:134
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3686 #: ../share/roundup/templates/responsive/html/task.item.html:110
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3687 msgid "Superseder"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3688 msgstr "Etterfølger"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3689
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3690 #: ../share/roundup/templates/classic/html/issue.item.html:61
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3691 msgid "View:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3692 msgstr "Vis:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3693
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3694 #: ../share/roundup/templates/classic/html/issue.item.html:67
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3695 #: ../share/roundup/templates/devel/html/bug.item.html:135
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3696 #: ../share/roundup/templates/devel/html/task.item.html:110
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3697 #: ../share/roundup/templates/responsive/html/bug.item.html:224
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3698 #: ../share/roundup/templates/responsive/html/task.item.html:198
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3699 msgid "Nosy List"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3700 msgstr "Liste som informeres"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3701
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3702 #: ../share/roundup/templates/classic/html/issue.item.html:76
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3703 #: ../share/roundup/templates/devel/html/bug.item.html:133
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3704 #: ../share/roundup/templates/devel/html/task.item.html:108
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3705 #: ../share/roundup/templates/responsive/html/bug.item.html:216
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3706 #: ../share/roundup/templates/responsive/html/task.item.html:190
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3707 msgid "Assigned To"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3708 msgstr "Tildelt&nbsp;til"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3709
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3710 #: ../share/roundup/templates/classic/html/issue.item.html:78
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3711 #: ../share/roundup/templates/classic/html/page.html:105
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3712 #: ../share/roundup/templates/devel/html/bug.index.html:38
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3713 #: ../share/roundup/templates/devel/html/task.index.html:38
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3714 #: ../share/roundup/templates/minimal/html/page.html:105
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3715 #: ../share/roundup/templates/responsive/html/bug.item.html:144
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3716 msgid "Keywords"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3717 msgstr "Nøkkelord"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3718
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3719 #: ../share/roundup/templates/classic/html/issue.item.html:86
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3720 msgid "Change Note"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3721 msgstr "Endringsnotat"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3722
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3723 #: ../share/roundup/templates/classic/html/issue.item.html:94
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3724 #: ../share/roundup/templates/devel/html/bug.item.html:164
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3725 #: ../share/roundup/templates/devel/html/task.item.html:133
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3726 #: ../share/roundup/templates/responsive/html/bug.item.html:274
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3727 #: ../share/roundup/templates/responsive/html/task.item.html:241
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3728 msgid "File"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3729 msgstr "Fil"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3730
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3731 #: ../share/roundup/templates/classic/html/issue.item.html:106
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3732 #: ../share/roundup/templates/devel/html/bug.item.html:207
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3733 #: ../share/roundup/templates/devel/html/task.item.html:154
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3734 #: ../share/roundup/templates/responsive/html/bug.item.html:301
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3735 #: ../share/roundup/templates/responsive/html/task.item.html:268
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3736 msgid "Make a copy"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3737 msgstr "Lag en kopi"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3738
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3739 #: ../share/roundup/templates/classic/html/issue.item.html:114
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3740 #: ../share/roundup/templates/classic/html/user.item.html:153
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
3741 #: ../share/roundup/templates/classic/html/user.register.html:74
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3742 #: ../share/roundup/templates/devel/html/user.item.html:149
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3743 #: ../share/roundup/templates/devel/html/user.register.html:81
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3744 #: ../share/roundup/templates/minimal/html/user.item.html:103
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3745 #: ../share/roundup/templates/responsive/html/user.item.html:149
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3746 #: ../share/roundup/templates/responsive/html/user.register.html:80
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3747 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3748 "<table class=\"form\"> <tr> <td>Note:&nbsp;</td> <th class=\"required"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3749 "\">highlighted</th> <td>&nbsp;fields are required.</td> </tr> </table>"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3750 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3751 "<table class=\"form\"> <tr> <td>Obs:&nbsp;</td> <th class=\"required"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3752 "\">uthevede</th> <td>&nbsp;felt er krevet.</td> </tr> </table>"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3753
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3754 #: ../share/roundup/templates/classic/html/issue.item.html:128
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3755 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3756 "Created on ${creation} by ${creator}, last changed ${activity} by ${actor}."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3757 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3758 "Opprettet på ${creation} av ${creator}, sist endret ${activity} av ${actor}."
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3759
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3760 #: ../share/roundup/templates/classic/html/issue.item.html:132
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3761 #: ../share/roundup/templates/classic/html/msg.item.html:61
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3762 #: ../share/roundup/templates/devel/html/bug.item.html:222
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3763 #: ../share/roundup/templates/devel/html/msg.item.html:103
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3764 #: ../share/roundup/templates/devel/html/task.item.html:169
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3765 #: ../share/roundup/templates/responsive/html/msg.item.html:56
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3766 msgid "Files"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3767 msgstr "Filer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3768
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3769 #: ../share/roundup/templates/classic/html/issue.item.html:134
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3770 #: ../share/roundup/templates/classic/html/msg.item.html:63
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3771 #: ../share/roundup/templates/devel/html/bug.item.html:224
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3772 #: ../share/roundup/templates/devel/html/msg.item.html:105
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3773 #: ../share/roundup/templates/devel/html/task.item.html:171
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3774 #: ../share/roundup/templates/responsive/html/bug.item.html:316
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3775 #: ../share/roundup/templates/responsive/html/msg.item.html:58
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3776 #: ../share/roundup/templates/responsive/html/task.item.html:283
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3777 msgid "File name"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3778 msgstr "Filnavn"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3779
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3780 #: ../share/roundup/templates/classic/html/issue.item.html:135
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3781 #: ../share/roundup/templates/classic/html/msg.item.html:64
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3782 #: ../share/roundup/templates/devel/html/bug.item.html:225
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3783 #: ../share/roundup/templates/devel/html/msg.item.html:106
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3784 #: ../share/roundup/templates/devel/html/task.item.html:172
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3785 #: ../share/roundup/templates/responsive/html/bug.item.html:317
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3786 #: ../share/roundup/templates/responsive/html/msg.item.html:59
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3787 #: ../share/roundup/templates/responsive/html/task.item.html:284
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3788 msgid "Uploaded"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3789 msgstr "Lastet opp"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3790
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3791 #: ../share/roundup/templates/classic/html/issue.item.html:136
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3792 #: ../share/roundup/templates/devel/html/bug.index.html:40
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3793 #: ../share/roundup/templates/devel/html/task.index.html:40
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3794 #: ../share/roundup/templates/responsive/html/bug.index.html:37
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3795 #: ../share/roundup/templates/responsive/html/bug.item.html:46
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3796 #: ../share/roundup/templates/responsive/html/bug.item.html:71
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3797 #: ../share/roundup/templates/responsive/html/task.index.html:35
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3798 #: ../share/roundup/templates/responsive/html/task.item.html:47
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3799 #: ../share/roundup/templates/responsive/html/task.item.html:76
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3800 msgid "Type"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3801 msgstr "Skriv"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3802
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3803 #: ../share/roundup/templates/classic/html/issue.item.html:137
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3804 #: ../share/roundup/templates/classic/html/query.edit.html:60
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3805 #: ../share/roundup/templates/devel/html/bug.item.html:227
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3806 #: ../share/roundup/templates/devel/html/query.edit.html:62
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3807 #: ../share/roundup/templates/devel/html/task.item.html:174
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3808 #: ../share/roundup/templates/responsive/html/bug.item.html:319
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3809 #: ../share/roundup/templates/responsive/html/query.edit.html:62
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3810 #: ../share/roundup/templates/responsive/html/task.item.html:286
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3811 msgid "Edit"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3812 msgstr "Redigere"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3813
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3814 #: ../share/roundup/templates/classic/html/issue.item.html:138
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3815 #: ../share/roundup/templates/devel/html/bug.item.html:228
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3816 #: ../share/roundup/templates/devel/html/task.item.html:175
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3817 #: ../share/roundup/templates/responsive/html/bug.item.html:320
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3818 #: ../share/roundup/templates/responsive/html/task.item.html:287
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3819 msgid "Remove"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3820 msgstr "Slette"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3821
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3822 #: ../share/roundup/templates/classic/html/issue.item.html:160
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3823 #: ../share/roundup/templates/classic/html/issue.item.html:183
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3824 #: ../share/roundup/templates/classic/html/query.edit.html:83
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3825 #: ../share/roundup/templates/devel/html/bug.item.html:248
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3826 #: ../share/roundup/templates/devel/html/bug.item.html:305
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3827 #: ../share/roundup/templates/devel/html/query.edit.html:82
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3828 #: ../share/roundup/templates/devel/html/task.item.html:197
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3829 #: ../share/roundup/templates/devel/html/task.item.html:221
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3830 #: ../share/roundup/templates/responsive/html/bug.item.html:341
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3831 #: ../share/roundup/templates/responsive/html/bug.item.html:365
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3832 #: ../share/roundup/templates/responsive/html/query.edit.html:82
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3833 #: ../share/roundup/templates/responsive/html/task.item.html:310
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3834 #: ../share/roundup/templates/responsive/html/task.item.html:334
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3835 msgid "remove"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3836 msgstr "slette"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3837
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3838 #: ../share/roundup/templates/classic/html/issue.item.html:167
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3839 #: ../share/roundup/templates/classic/html/msg.index.html:9
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3840 #: ../share/roundup/templates/devel/html/bug.item.html:291
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3841 #: ../share/roundup/templates/devel/html/msg.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3842 #: ../share/roundup/templates/devel/html/task.item.html:204
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3843 #: ../share/roundup/templates/responsive/html/bug.item.html:347
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3844 #: ../share/roundup/templates/responsive/html/msg.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3845 #: ../share/roundup/templates/responsive/html/task.item.html:316
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3846 msgid "Messages"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3847 msgstr "Beskjeder"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3848
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3849 #: ../share/roundup/templates/classic/html/issue.item.html:171
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3850 msgid "msg${id} (view)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3851 msgstr "msg${id} (se)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3852
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3853 #: ../share/roundup/templates/classic/html/issue.item.html:172
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3854 msgid "Author: ${author}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3855 msgstr "Forfatter: ${author}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3856
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3857 #: ../share/roundup/templates/classic/html/issue.item.html:174
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3858 #: ../share/roundup/templates/devel/html/bug.item.html:298
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3859 #: ../share/roundup/templates/devel/html/task.item.html:211
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3860 #: ../share/roundup/templates/responsive/html/bug.item.html:357
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3861 #: ../share/roundup/templates/responsive/html/task.item.html:326
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3862 msgid "Date: ${date}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3863 msgstr "Dato: ${date}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3864
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3865 #: ../share/roundup/templates/classic/html/issue.search.html:2
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3866 msgid "Issue searching - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3867 msgstr "Søker sak - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3868
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3869 #: ../share/roundup/templates/classic/html/issue.search.html:4
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3870 msgid "Issue searching"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3871 msgstr "Søker sak"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3872
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3873 #: ../share/roundup/templates/classic/html/issue.search.html:32
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3874 #: ../share/roundup/templates/devel/html/bug.search.html:32
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3875 #: ../share/roundup/templates/devel/html/task.search.html:32
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3876 #: ../share/roundup/templates/responsive/html/bug.search.html:32
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3877 #: ../share/roundup/templates/responsive/html/task.search.html:32
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3878 msgid "Filter on"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3879 msgstr "Filtrer på"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3880
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3881 #: ../share/roundup/templates/classic/html/issue.search.html:33
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3882 #: ../share/roundup/templates/devel/html/bug.search.html:33
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3883 #: ../share/roundup/templates/devel/html/task.search.html:33
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3884 #: ../share/roundup/templates/responsive/html/bug.search.html:33
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3885 #: ../share/roundup/templates/responsive/html/task.search.html:33
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3886 msgid "Display"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3887 msgstr "Vis"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3888
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3889 #: ../share/roundup/templates/classic/html/issue.search.html:34
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3890 #: ../share/roundup/templates/devel/html/bug.search.html:34
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3891 #: ../share/roundup/templates/devel/html/task.search.html:34
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3892 #: ../share/roundup/templates/responsive/html/bug.search.html:34
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3893 #: ../share/roundup/templates/responsive/html/task.search.html:34
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3894 msgid "Sort on"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3895 msgstr "Sorter på"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3896
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3897 #: ../share/roundup/templates/classic/html/issue.search.html:35
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3898 #: ../share/roundup/templates/devel/html/bug.search.html:35
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3899 #: ../share/roundup/templates/devel/html/task.search.html:35
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3900 #: ../share/roundup/templates/responsive/html/bug.search.html:35
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3901 #: ../share/roundup/templates/responsive/html/task.search.html:35
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3902 msgid "Group on"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3903 msgstr "Grupper på"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3904
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3905 #: ../share/roundup/templates/classic/html/issue.search.html:39
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3906 #: ../share/roundup/templates/devel/html/bug.search.html:39
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3907 #: ../share/roundup/templates/devel/html/task.search.html:39
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3908 #: ../share/roundup/templates/responsive/html/bug.search.html:39
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3909 #: ../share/roundup/templates/responsive/html/task.search.html:39
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3910 msgid "All text*:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3911 msgstr "All tekst*:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3912
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3913 #: ../share/roundup/templates/classic/html/issue.search.html:47
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3914 #: ../share/roundup/templates/devel/html/bug.item.html:44
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3915 #: ../share/roundup/templates/devel/html/bug.search.html:47
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3916 #: ../share/roundup/templates/devel/html/task.item.html:44
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3917 #: ../share/roundup/templates/devel/html/task.search.html:47
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3918 #: ../share/roundup/templates/responsive/html/bug.search.html:47
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3919 #: ../share/roundup/templates/responsive/html/task.search.html:47
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3920 msgid "Title:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3921 msgstr "Tittel:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3922
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3923 #: ../share/roundup/templates/classic/html/issue.search.html:57
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3924 #: ../share/roundup/templates/devel/html/bug.search.html:194
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3925 #: ../share/roundup/templates/devel/html/keyword.item.html:51
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3926 #: ../share/roundup/templates/devel/html/task.search.html:194
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3927 #: ../share/roundup/templates/responsive/html/bug.search.html:194
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3928 #: ../share/roundup/templates/responsive/html/keyword.item.html:51
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3929 msgid "Keyword:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3930 msgstr "Nøkkelord:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3931
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3932 #: ../share/roundup/templates/classic/html/issue.search.html:59
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3933 #: ../share/roundup/templates/classic/html/issue.search.html:124
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3934 #: ../share/roundup/templates/classic/html/issue.search.html:140
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3935 #: ../share/roundup/templates/devel/html/bug.search.html:117
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3936 #: ../share/roundup/templates/devel/html/bug.search.html:130
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3937 #: ../share/roundup/templates/devel/html/bug.search.html:143
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3938 #: ../share/roundup/templates/devel/html/bug.search.html:209
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3939 #: ../share/roundup/templates/devel/html/bug.search.html:225
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3940 #: ../share/roundup/templates/devel/html/task.search.html:117
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3941 #: ../share/roundup/templates/devel/html/task.search.html:130
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3942 #: ../share/roundup/templates/devel/html/task.search.html:143
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3943 #: ../share/roundup/templates/devel/html/task.search.html:209
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3944 #: ../share/roundup/templates/devel/html/task.search.html:225
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3945 #: ../share/roundup/templates/responsive/html/bug.search.html:117
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3946 #: ../share/roundup/templates/responsive/html/bug.search.html:130
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3947 #: ../share/roundup/templates/responsive/html/bug.search.html:143
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3948 #: ../share/roundup/templates/responsive/html/bug.search.html:209
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3949 #: ../share/roundup/templates/responsive/html/bug.search.html:225
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3950 #: ../share/roundup/templates/responsive/html/task.search.html:117
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3951 #: ../share/roundup/templates/responsive/html/task.search.html:130
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3952 #: ../share/roundup/templates/responsive/html/task.search.html:170
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3953 #: ../share/roundup/templates/responsive/html/task.search.html:186
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3954 msgid "not selected"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3955 msgstr "ikke valgt"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3956
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3957 #: ../share/roundup/templates/classic/html/issue.search.html:68
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3958 #: ../share/roundup/templates/devel/html/bug.search.html:55
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3959 #: ../share/roundup/templates/devel/html/task.search.html:55
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3960 #: ../share/roundup/templates/responsive/html/bug.search.html:55
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3961 #: ../share/roundup/templates/responsive/html/task.search.html:55
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3962 msgid "ID:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3963 msgstr "ID:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3964
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3965 #: ../share/roundup/templates/classic/html/issue.search.html:76
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3966 #: ../share/roundup/templates/devel/html/bug.search.html:63
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3967 #: ../share/roundup/templates/devel/html/task.search.html:63
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3968 #: ../share/roundup/templates/responsive/html/bug.search.html:63
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3969 #: ../share/roundup/templates/responsive/html/task.search.html:63
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3970 msgid "Creation Date:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3971 msgstr "Registerdato:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3972
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3973 #: ../share/roundup/templates/classic/html/issue.search.html:87
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3974 #: ../share/roundup/templates/devel/html/bug.search.html:73
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3975 #: ../share/roundup/templates/devel/html/task.search.html:73
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3976 #: ../share/roundup/templates/responsive/html/bug.search.html:73
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3977 #: ../share/roundup/templates/responsive/html/task.search.html:73
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3978 msgid "Creator:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3979 msgstr "Opprettet av"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3980
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3981 #: ../share/roundup/templates/classic/html/issue.search.html:89
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3982 #: ../share/roundup/templates/devel/html/bug.search.html:75
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3983 #: ../share/roundup/templates/devel/html/task.search.html:75
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3984 #: ../share/roundup/templates/responsive/html/bug.search.html:75
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3985 #: ../share/roundup/templates/responsive/html/task.search.html:75
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3986 msgid "created by me"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3987 msgstr "laget av meg"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3988
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3989 #: ../share/roundup/templates/classic/html/issue.search.html:98
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3990 #: ../share/roundup/templates/devel/html/bug.search.html:84
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3991 #: ../share/roundup/templates/devel/html/task.search.html:84
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3992 #: ../share/roundup/templates/responsive/html/bug.search.html:84
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
3993 #: ../share/roundup/templates/responsive/html/task.search.html:84
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3994 msgid "Activity:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3995 msgstr "Aktivitet:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3996
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
3997 #: ../share/roundup/templates/classic/html/issue.search.html:109
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3998 msgid "Actor:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
3999 msgstr "Aktør:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4000
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4001 #: ../share/roundup/templates/classic/html/issue.search.html:111
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4002 #: ../share/roundup/templates/devel/html/bug.search.html:96
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4003 #: ../share/roundup/templates/devel/html/task.search.html:96
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4004 #: ../share/roundup/templates/responsive/html/bug.search.html:96
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4005 #: ../share/roundup/templates/responsive/html/task.search.html:96
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4006 msgid "done by me"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4007 msgstr "gjort av meg"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4008
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4009 #: ../share/roundup/templates/classic/html/issue.search.html:122
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4010 #: ../share/roundup/templates/devel/html/bug.search.html:207
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4011 #: ../share/roundup/templates/devel/html/task.search.html:207
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4012 #: ../share/roundup/templates/responsive/html/bug.search.html:207
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4013 #: ../share/roundup/templates/responsive/html/task.search.html:168
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4014 msgid "Priority:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4015 msgstr "Prioritet:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4016
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4017 #: ../share/roundup/templates/classic/html/issue.search.html:135
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4018 #: ../share/roundup/templates/devel/html/bug.search.html:220
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4019 #: ../share/roundup/templates/devel/html/task.search.html:220
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4020 #: ../share/roundup/templates/responsive/html/bug.search.html:220
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4021 #: ../share/roundup/templates/responsive/html/task.search.html:181
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4022 msgid "Status:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4023 msgstr "Status:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4024
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4025 #: ../share/roundup/templates/classic/html/issue.search.html:138
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4026 msgid "not resolved"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4027 msgstr "ikke løst"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4028
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4029 #: ../share/roundup/templates/classic/html/issue.search.html:153
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4030 #: ../share/roundup/templates/devel/html/bug.search.html:177
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4031 #: ../share/roundup/templates/devel/html/task.search.html:177
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4032 #: ../share/roundup/templates/responsive/html/bug.search.html:177
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4033 #: ../share/roundup/templates/responsive/html/task.search.html:151
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4034 msgid "Assigned to:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4035 msgstr "Tildelt&nbsp;til:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4036
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4037 #: ../share/roundup/templates/classic/html/issue.search.html:156
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4038 #: ../share/roundup/templates/devel/html/bug.search.html:180
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4039 #: ../share/roundup/templates/devel/html/task.search.html:180
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4040 #: ../share/roundup/templates/responsive/html/bug.search.html:180
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4041 #: ../share/roundup/templates/responsive/html/task.search.html:154
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4042 msgid "assigned to me"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4043 msgstr "tildelt meg"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4044
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4045 #: ../share/roundup/templates/classic/html/issue.search.html:158
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4046 #: ../share/roundup/templates/devel/html/bug.search.html:182
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4047 #: ../share/roundup/templates/devel/html/task.search.html:182
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4048 #: ../share/roundup/templates/responsive/html/bug.search.html:182
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4049 #: ../share/roundup/templates/responsive/html/task.search.html:156
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4050 msgid "unassigned"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4051 msgstr "ikke tildelte"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4052
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4053 #: ../share/roundup/templates/classic/html/issue.search.html:168
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4054 #: ../share/roundup/templates/devel/html/bug.search.html:245
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4055 #: ../share/roundup/templates/devel/html/task.search.html:245
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4056 #: ../share/roundup/templates/responsive/html/bug.search.html:245
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4057 #: ../share/roundup/templates/responsive/html/task.search.html:206
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4058 msgid "No Sort or group:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4059 msgstr "Ingen sortering eller gruppe:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4060
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4061 #: ../share/roundup/templates/classic/html/issue.search.html:176
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4062 #: ../share/roundup/templates/devel/html/bug.search.html:253
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4063 #: ../share/roundup/templates/devel/html/task.search.html:253
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4064 #: ../share/roundup/templates/responsive/html/bug.search.html:253
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4065 #: ../share/roundup/templates/responsive/html/task.search.html:214
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4066 msgid "Pagesize:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4067 msgstr "Sidestørrelse:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4068
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4069 #: ../share/roundup/templates/classic/html/issue.search.html:182
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4070 #: ../share/roundup/templates/devel/html/bug.search.html:259
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4071 #: ../share/roundup/templates/devel/html/task.search.html:259
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4072 #: ../share/roundup/templates/responsive/html/bug.search.html:259
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4073 #: ../share/roundup/templates/responsive/html/task.search.html:220
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4074 msgid "Start With:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4075 msgstr "Start med:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4076
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4077 #: ../share/roundup/templates/classic/html/issue.search.html:188
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4078 #: ../share/roundup/templates/devel/html/bug.search.html:265
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4079 #: ../share/roundup/templates/devel/html/task.search.html:265
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4080 #: ../share/roundup/templates/responsive/html/bug.search.html:265
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4081 #: ../share/roundup/templates/responsive/html/task.search.html:226
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4082 msgid "Sort Descending:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4083 msgstr "Sorter synkende:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4084
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4085 #: ../share/roundup/templates/classic/html/issue.search.html:195
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4086 #: ../share/roundup/templates/devel/html/bug.search.html:272
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4087 #: ../share/roundup/templates/devel/html/task.search.html:272
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4088 #: ../share/roundup/templates/responsive/html/bug.search.html:272
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4089 #: ../share/roundup/templates/responsive/html/task.search.html:233
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4090 msgid "Group Descending:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4091 msgstr "Grupper synkende:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4092
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4093 #: ../share/roundup/templates/classic/html/issue.search.html:202
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4094 #: ../share/roundup/templates/devel/html/bug.search.html:279
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4095 #: ../share/roundup/templates/devel/html/task.search.html:279
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4096 #: ../share/roundup/templates/responsive/html/bug.search.html:279
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4097 #: ../share/roundup/templates/responsive/html/task.search.html:240
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4098 msgid "Query name**:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4099 msgstr "Navn på spørring**:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4100
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4101 #: ../share/roundup/templates/classic/html/issue.search.html:215
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4102 #: ../share/roundup/templates/classic/html/page.html:40
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4103 #: ../share/roundup/templates/classic/html/page.html:92
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4104 #: ../share/roundup/templates/classic/html/user.help-search.html:69
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4105 #: ../share/roundup/templates/classic/html/user.index.html:38
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4106 #: ../share/roundup/templates/devel/html/bug.search.html:292
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4107 #: ../share/roundup/templates/devel/html/page.html:79
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4108 #: ../share/roundup/templates/devel/html/page.html:126
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4109 #: ../share/roundup/templates/devel/html/task.search.html:292
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4110 #: ../share/roundup/templates/devel/html/user.help-search.html:69
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4111 #: ../share/roundup/templates/devel/html/user.help.html:77
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4112 #: ../share/roundup/templates/devel/html/user.index.html:37
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4113 #: ../share/roundup/templates/minimal/html/page.html:40
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4114 #: ../share/roundup/templates/minimal/html/page.html:92
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4115 #: ../share/roundup/templates/responsive/html/bug.search.html:292
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4116 #: ../share/roundup/templates/responsive/html/page.html:95
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4117 #: ../share/roundup/templates/responsive/html/page.html:143
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4118 #: ../share/roundup/templates/responsive/html/task.search.html:253
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4119 #: ../share/roundup/templates/responsive/html/user.help-search.html:69
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4120 #: ../share/roundup/templates/responsive/html/user.help.html:77
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4121 #: ../share/roundup/templates/responsive/html/user.index.html:39
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4122 msgid "Search"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4123 msgstr "Søk"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4124
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4125 #: ../share/roundup/templates/classic/html/issue.search.html:220
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4126 msgid "*: The \"all text\" field will look in message bodies and issue titles"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4127 msgstr "*: \"All tekst\" feltet vil se i meldingskropper og titler"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4128
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4129 #: ../share/roundup/templates/classic/html/issue.search.html:223
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4130 #: ../share/roundup/templates/devel/html/bug.search.html:300
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4131 #: ../share/roundup/templates/devel/html/task.search.html:300
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4132 #: ../share/roundup/templates/responsive/html/bug.search.html:300
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4133 #: ../share/roundup/templates/responsive/html/task.search.html:261
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4134 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4135 "**: If you supply a name, the query will be saved off and available as a "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4136 "link in the sidebar"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4137 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4138 "**: Hvis du oppgir et navn, vil spørringen bli lagret og tilgjengelig som en "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4139 "lenke i sidefeltet"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4140
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4141 #: ../share/roundup/templates/classic/html/keyword.item.html:3
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4142 msgid "Keyword editing - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4143 msgstr "Rediger nøkkelord - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4144
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4145 #: ../share/roundup/templates/classic/html/keyword.item.html:5
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4146 msgid "Keyword editing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4147 msgstr "Rediger nøkkelord"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4148
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4149 #: ../share/roundup/templates/classic/html/keyword.item.html:11
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4150 msgid "Existing Keywords"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4151 msgstr "Eksisterende nøkkelord"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4152
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4153 #: ../share/roundup/templates/classic/html/keyword.item.html:20
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4154 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4155 "To edit an existing keyword (for spelling or typing errors), click on its "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4156 "entry above."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4157 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4158 "For å endre et eksisterende nøkkelord (for staving eller tastefeil), klikk "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4159 "på det over her."
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4160
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4161 #: ../share/roundup/templates/classic/html/keyword.item.html:27
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4162 msgid "To create a new keyword, enter it below and click \"Submit New Entry\"."
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4163 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4164 "For å lage et nytt nøkkelord, tast det inn under her og klikk \"Legg til ny "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4165 "oppføring\"."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4166
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4167 #: ../share/roundup/templates/classic/html/keyword.item.html:51
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4168 msgid "Continue adding keywords."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4169 msgstr ""
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4170
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4171 #: ../share/roundup/templates/classic/html/msg.index.html:3
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4172 #: ../share/roundup/templates/devel/html/msg.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4173 #: ../share/roundup/templates/responsive/html/msg.index.html:3
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4174 msgid "List of messages - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4175 msgstr "Meldingsliste - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4176
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4177 #: ../share/roundup/templates/classic/html/msg.index.html:5
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4178 #: ../share/roundup/templates/devel/html/msg.index.html:5
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4179 #: ../share/roundup/templates/responsive/html/msg.index.html:5
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4180 msgid "Message listing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4181 msgstr "Meldingsliste"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4182
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4183 #: ../share/roundup/templates/classic/html/msg.item.html:6
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4184 #: ../share/roundup/templates/devel/html/msg.item.html:5
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4185 #: ../share/roundup/templates/responsive/html/msg.item.html:5
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4186 msgid "Message ${id} - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4187 msgstr "Melding ${id} - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4188
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4189 #: ../share/roundup/templates/classic/html/msg.item.html:9
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4190 #: ../share/roundup/templates/devel/html/msg.item.html:8
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4191 #: ../share/roundup/templates/responsive/html/msg.item.html:8
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4192 msgid "New Message - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4193 msgstr "Ny melding - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4194
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4195 #: ../share/roundup/templates/classic/html/msg.item.html:13
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4196 #: ../share/roundup/templates/devel/html/msg.item.html:12
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4197 #: ../share/roundup/templates/responsive/html/msg.item.html:12
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4198 msgid "New Message"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4199 msgstr "Ny melding"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4200
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4201 #: ../share/roundup/templates/classic/html/msg.item.html:15
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4202 #: ../share/roundup/templates/devel/html/msg.item.html:14
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4203 #: ../share/roundup/templates/responsive/html/msg.item.html:14
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4204 msgid "New Message Editing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4205 msgstr "Rediger ny melding"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4206
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4207 #: ../share/roundup/templates/classic/html/msg.item.html:18
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4208 #: ../share/roundup/templates/devel/html/msg.item.html:17
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4209 #: ../share/roundup/templates/responsive/html/msg.item.html:17
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4210 msgid "Message${id}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4211 msgstr "Medling${id}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4212
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4213 #: ../share/roundup/templates/classic/html/msg.item.html:21
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4214 #: ../share/roundup/templates/devel/html/msg.item.html:20
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4215 #: ../share/roundup/templates/responsive/html/msg.item.html:20
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4216 msgid "Message${id} Editing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4217 msgstr "Melding${id} Redigerer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4218
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4219 #: ../share/roundup/templates/classic/html/msg.item.html:38
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4220 #: ../share/roundup/templates/devel/html/msg.item.html:37
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4221 #: ../share/roundup/templates/responsive/html/msg.item.html:36
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4222 msgid "Author"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4223 msgstr "Forfatter"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4224
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4225 #: ../share/roundup/templates/classic/html/msg.item.html:43
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4226 #: ../share/roundup/templates/devel/html/msg.item.html:42
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4227 #: ../share/roundup/templates/responsive/html/msg.item.html:38
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4228 msgid "Recipients"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4229 msgstr "Mottagere"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4230
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4231 #: ../share/roundup/templates/classic/html/msg.item.html:54
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4232 msgid "Content"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4233 msgstr "Innhold"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4234
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4235 #: ../share/roundup/templates/classic/html/page.html:54
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4236 #: ../share/roundup/templates/minimal/html/page.html:54
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4237 msgid "<b>Your Queries</b> (<a href=\"query?@template=edit\">edit</a>)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4238 msgstr "<b>Spørringer</b> (<a href=\"query?@template=edit\">rediger</a>)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4239
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4240 #: ../share/roundup/templates/classic/html/page.html:65
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4241 #: ../share/roundup/templates/minimal/html/page.html:65
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4242 msgid "Issues"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4243 msgstr "Saker"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4244
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4245 #: ../share/roundup/templates/classic/html/page.html:67
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4246 #: ../share/roundup/templates/classic/html/page.html:107
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4247 #: ../share/roundup/templates/devel/html/page.html:48
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4248 #: ../share/roundup/templates/devel/html/page.html:96
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4249 #: ../share/roundup/templates/devel/html/page.html:143
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4250 #: ../share/roundup/templates/minimal/html/page.html:67
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4251 #: ../share/roundup/templates/minimal/html/page.html:107
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4252 #: ../share/roundup/templates/responsive/html/page.html:64
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4253 #: ../share/roundup/templates/responsive/html/page.html:113
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4254 #: ../share/roundup/templates/responsive/html/page.html:161
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4255 msgid "Create New"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4256 msgstr "Lag ny"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4257
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4258 #: ../share/roundup/templates/classic/html/page.html:69
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4259 #: ../share/roundup/templates/devel/html/page.html:64
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4260 #: ../share/roundup/templates/devel/html/page.html:112
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4261 #: ../share/roundup/templates/minimal/html/page.html:69
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4262 #: ../share/roundup/templates/responsive/html/page.html:80
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4263 #: ../share/roundup/templates/responsive/html/page.html:129
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4264 msgid "Show Unassigned"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4265 msgstr "Vis ikke tildelte"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4266
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4267 #: ../share/roundup/templates/classic/html/page.html:81
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4268 #: ../share/roundup/templates/minimal/html/page.html:81
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4269 msgid "Show All"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4270 msgstr "Vis alle"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4271
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4272 #: ../share/roundup/templates/classic/html/page.html:93
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4273 #: ../share/roundup/templates/minimal/html/page.html:93
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4274 msgid "Show issue:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4275 msgstr "Vis sak:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4276
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4277 #: ../share/roundup/templates/classic/html/page.html:110
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4278 #: ../share/roundup/templates/minimal/html/page.html:110
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4279 msgid "Edit Existing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4280 msgstr "Rediger"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4281
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4282 #: ../share/roundup/templates/classic/html/page.html:116
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4283 #: ../share/roundup/templates/devel/html/page.html:224
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4284 #: ../share/roundup/templates/minimal/html/page.html:116
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4285 #: ../share/roundup/templates/responsive/html/page.html:241
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4286 msgid "Administration"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4287 msgstr "Administrasjon"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4288
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4289 #: ../share/roundup/templates/classic/html/page.html:118
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4290 #: ../share/roundup/templates/devel/html/page.html:227
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4291 #: ../share/roundup/templates/minimal/html/page.html:118
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4292 #: ../share/roundup/templates/responsive/html/page.html:244
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4293 msgid "Class List"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4294 msgstr "Klasseliste"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4295
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4296 #: ../share/roundup/templates/classic/html/page.html:122
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4297 #: ../share/roundup/templates/devel/html/page.html:231
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4298 #: ../share/roundup/templates/minimal/html/page.html:122
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4299 #: ../share/roundup/templates/responsive/html/page.html:248
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4300 msgid "User List"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4301 msgstr "Brukerliste"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4302
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4303 #: ../share/roundup/templates/classic/html/page.html:124
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4304 #: ../share/roundup/templates/devel/html/page.html:234
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4305 #: ../share/roundup/templates/minimal/html/page.html:124
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4306 #: ../share/roundup/templates/responsive/html/page.html:251
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4307 msgid "Add User"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4308 msgstr "Legg til bruker"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4309
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4310 #: ../share/roundup/templates/classic/html/page.html:131
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4311 #: ../share/roundup/templates/classic/html/page.html:139
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4312 #: ../share/roundup/templates/devel/html/page.html:164
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4313 #: ../share/roundup/templates/devel/html/page.html:172
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4314 #: ../share/roundup/templates/minimal/html/page.html:131
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4315 #: ../share/roundup/templates/minimal/html/page.html:139
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4316 #: ../share/roundup/templates/responsive/html/page.html:188
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4317 msgid "Login"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4318 msgstr "Login"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4319
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4320 #: ../share/roundup/templates/classic/html/page.html:136
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4321 #: ../share/roundup/templates/devel/html/page.html:171
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4322 #: ../share/roundup/templates/minimal/html/page.html:138
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4323 msgid "Remember me?"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4324 msgstr "Husker du meg?"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4325
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4326 #: ../share/roundup/templates/classic/html/page.html:147
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4327 #: ../share/roundup/templates/classic/html/user.register.html:68
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4328 #: ../share/roundup/templates/devel/html/page.html:182
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4329 #: ../share/roundup/templates/devel/html/user.register.html:75
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4330 #: ../share/roundup/templates/minimal/html/page.html:147
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4331 #: ../share/roundup/templates/minimal/html/user.register.html:65
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4332 #: ../share/roundup/templates/responsive/html/page.html:200
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4333 #: ../share/roundup/templates/responsive/html/user.register.html:74
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4334 msgid "Register"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4335 msgstr "Registrer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4336
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4337 #: ../share/roundup/templates/classic/html/page.html:150
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4338 #: ../share/roundup/templates/devel/html/page.html:187
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4339 #: ../share/roundup/templates/minimal/html/page.html:150
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4340 #: ../share/roundup/templates/responsive/html/page.html:205
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4341 msgid "Lost&nbsp;your&nbsp;login?"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4342 msgstr "Mistet&nbsp;din&nbsp;login?"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4343
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4344 #: ../share/roundup/templates/classic/html/page.html:155
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4345 #: ../share/roundup/templates/minimal/html/page.html:155
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4346 msgid "Hello, ${user}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4347 msgstr "Hallo, ${user}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4348
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4349 #: ../share/roundup/templates/classic/html/page.html:157
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4350 msgid "Your Issues"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4351 msgstr "Dine saker"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4352
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4353 #: ../share/roundup/templates/classic/html/page.html:169
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4354 #: ../share/roundup/templates/devel/html/page.html:209
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4355 #: ../share/roundup/templates/minimal/html/page.html:157
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4356 #: ../share/roundup/templates/responsive/html/page.html:226
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4357 msgid "Your Details"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4358 msgstr "Dine detaljer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4359
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4360 #: ../share/roundup/templates/classic/html/page.html:171
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4361 #: ../share/roundup/templates/devel/html/page.html:212
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4362 #: ../share/roundup/templates/minimal/html/page.html:159
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4363 #: ../share/roundup/templates/responsive/html/page.html:229
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4364 msgid "Logout"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4365 msgstr "Logg ut"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4366
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4367 #: ../share/roundup/templates/classic/html/page.html:175
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4368 #: ../share/roundup/templates/minimal/html/page.html:163
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4369 msgid "Help"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4370 msgstr "Hjelp"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4371
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4372 #: ../share/roundup/templates/classic/html/page.html:176
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4373 #: ../share/roundup/templates/minimal/html/page.html:164
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4374 msgid "Roundup docs"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4375 msgstr "Roundup dok"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4376
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4377 #: ../share/roundup/templates/classic/html/page.html:187
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4378 #: ../share/roundup/templates/devel/html/page.html:254
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4379 #: ../share/roundup/templates/minimal/html/page.html:175
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4380 #: ../share/roundup/templates/responsive/html/page.html:269
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4381 msgid "clear this message"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4382 msgstr "klarer denne meldingen"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4383
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4384 #: ../share/roundup/templates/classic/html/page.html:251
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4385 #: ../share/roundup/templates/classic/html/page.html:264
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4386 #: ../share/roundup/templates/classic/html/page.html:282
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4387 #: ../share/roundup/templates/classic/html/page.html:296
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4388 #: ../share/roundup/templates/devel/html/page.html:316
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4389 #: ../share/roundup/templates/devel/html/page.html:329
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4390 #: ../share/roundup/templates/devel/html/page.html:347
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4391 #: ../share/roundup/templates/devel/html/page.html:361
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4392 #: ../share/roundup/templates/minimal/html/page.html:239
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4393 #: ../share/roundup/templates/minimal/html/page.html:254
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4394 #: ../share/roundup/templates/minimal/html/page.html:268
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4395 #: ../share/roundup/templates/responsive/html/page.html:331
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4396 #: ../share/roundup/templates/responsive/html/page.html:344
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4397 #: ../share/roundup/templates/responsive/html/page.html:362
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4398 #: ../share/roundup/templates/responsive/html/page.html:376
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4399 msgid "don't care"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4400 msgstr "valgfritt"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4401
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4402 #: ../share/roundup/templates/classic/html/page.html:253
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4403 #: ../share/roundup/templates/classic/html/page.html:266
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4404 #: ../share/roundup/templates/classic/html/page.html:284
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4405 #: ../share/roundup/templates/classic/html/page.html:297
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4406 #: ../share/roundup/templates/devel/html/page.html:318
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4407 #: ../share/roundup/templates/devel/html/page.html:331
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4408 #: ../share/roundup/templates/devel/html/page.html:349
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4409 #: ../share/roundup/templates/devel/html/page.html:362
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4410 #: ../share/roundup/templates/minimal/html/page.html:241
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4411 #: ../share/roundup/templates/minimal/html/page.html:256
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4412 #: ../share/roundup/templates/minimal/html/page.html:269
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4413 #: ../share/roundup/templates/responsive/html/page.html:333
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4414 #: ../share/roundup/templates/responsive/html/page.html:346
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4415 #: ../share/roundup/templates/responsive/html/page.html:364
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4416 #: ../share/roundup/templates/responsive/html/page.html:377
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4417 msgid "------------"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4418 msgstr "------------"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4419
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4420 #: ../share/roundup/templates/classic/html/page.html:325
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4421 #: ../share/roundup/templates/devel/html/page.html:390
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4422 #: ../share/roundup/templates/minimal/html/page.html:297
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4423 #: ../share/roundup/templates/responsive/html/page.html:405
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4424 msgid "no value"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4425 msgstr "ingen verdi"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4426
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4427 #: ../share/roundup/templates/classic/html/query.edit.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4428 #: ../share/roundup/templates/devel/html/query.edit.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4429 #: ../share/roundup/templates/responsive/html/query.edit.html:3
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4430 msgid "\"Your Queries\" Editing - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4431 msgstr "Dine spørringer redigering - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4432
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4433 #: ../share/roundup/templates/classic/html/query.edit.html:6
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4434 #: ../share/roundup/templates/devel/html/query.edit.html:5
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4435 #: ../share/roundup/templates/responsive/html/query.edit.html:5
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4436 msgid "\"Your Queries\" Editing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4437 msgstr "Dine spørringer redigering"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4438
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4439 #: ../share/roundup/templates/classic/html/query.edit.html:12
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4440 #: ../share/roundup/templates/devel/html/query.edit.html:11
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4441 #: ../share/roundup/templates/responsive/html/query.edit.html:11
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4442 msgid "You are not allowed to edit queries."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4443 msgstr "Du har ikke tillatelse til å redigere spørringer."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4444
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4445 #: ../share/roundup/templates/classic/html/query.edit.html:58
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4446 #: ../share/roundup/templates/devel/html/query.edit.html:60
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4447 #: ../share/roundup/templates/responsive/html/query.edit.html:60
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4448 msgid "Query"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4449 msgstr "Spørring"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4450
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4451 #: ../share/roundup/templates/classic/html/query.edit.html:59
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4452 #: ../share/roundup/templates/devel/html/query.edit.html:61
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4453 #: ../share/roundup/templates/responsive/html/query.edit.html:61
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4454 msgid "Include in \"Your Queries\""
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4455 msgstr "Inkluder i dine spørringer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4456
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4457 #: ../share/roundup/templates/classic/html/query.edit.html:61
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4458 #: ../share/roundup/templates/devel/html/query.edit.html:63
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4459 #: ../share/roundup/templates/responsive/html/query.edit.html:63
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4460 msgid "Private to you?"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4461 msgstr "Privat for deg?"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4462
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4463 #: ../share/roundup/templates/classic/html/query.edit.html:62
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4464 #: ../share/roundup/templates/devel/html/query.edit.html:64
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4465 #: ../share/roundup/templates/responsive/html/query.edit.html:64
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4466 msgid "delete/restore<br> (javascript<br>required)"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4467 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4468
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4469 #: ../share/roundup/templates/classic/html/query.edit.html:65
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4470 msgid "Queries I created"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4471 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4472
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4473 #: ../share/roundup/templates/classic/html/query.edit.html:77
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4474 #: ../share/roundup/templates/devel/html/query.edit.html:76
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4475 #: ../share/roundup/templates/responsive/html/query.edit.html:76
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4476 msgid "leave out"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4477 msgstr "hold utenfor"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4478
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4479 #: ../share/roundup/templates/classic/html/query.edit.html:78
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4480 #: ../share/roundup/templates/devel/html/query.edit.html:77
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4481 #: ../share/roundup/templates/responsive/html/query.edit.html:77
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4482 msgid "include"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4483 msgstr "inkluder"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4484
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4485 #: ../share/roundup/templates/classic/html/query.edit.html:82
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4486 #: ../share/roundup/templates/devel/html/query.edit.html:81
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4487 #: ../share/roundup/templates/responsive/html/query.edit.html:81
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4488 msgid "leave in"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4489 msgstr "ta med"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4490
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4491 #: ../share/roundup/templates/classic/html/query.edit.html:87
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4492 #: ../share/roundup/templates/classic/html/query.edit.html:121
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4493 #: ../share/roundup/templates/devel/html/query.edit.html:99
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4494 #: ../share/roundup/templates/devel/html/query.edit.html:124
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4495 #: ../share/roundup/templates/responsive/html/query.edit.html:99
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4496 #: ../share/roundup/templates/responsive/html/query.edit.html:124
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4497 msgid "edit"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4498 msgstr "rediger"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4499
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4500 #: ../share/roundup/templates/classic/html/query.edit.html:91
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4501 #: ../share/roundup/templates/devel/html/query.edit.html:103
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4502 #: ../share/roundup/templates/responsive/html/query.edit.html:103
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4503 msgid "yes"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4504 msgstr "ja"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4505
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4506 #: ../share/roundup/templates/classic/html/query.edit.html:93
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4507 #: ../share/roundup/templates/devel/html/query.edit.html:105
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4508 #: ../share/roundup/templates/responsive/html/query.edit.html:105
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4509 msgid "no"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4510 msgstr "nei"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4511
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4512 #: ../share/roundup/templates/classic/html/query.edit.html:99
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4513 #: ../share/roundup/templates/devel/html/query.edit.html:111
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4514 #: ../share/roundup/templates/responsive/html/query.edit.html:111
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4515 msgid "Delete"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4516 msgstr "Slett"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4517
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4518 #: ../share/roundup/templates/classic/html/query.edit.html:105
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4519 msgid "Queries others created"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4520 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4521
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4522 #: ../share/roundup/templates/classic/html/query.edit.html:106
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4523 msgid "Owner"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4524 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4525
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4526 #: ../share/roundup/templates/classic/html/query.edit.html:118
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4527 #: ../share/roundup/templates/devel/html/query.edit.html:126
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4528 #: ../share/roundup/templates/responsive/html/query.edit.html:126
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4529 msgid "[not yours to edit]"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4530 msgstr "[du kan ikke redigere denne]"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4531
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4532 #: ../share/roundup/templates/classic/html/query.edit.html:121
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4533 msgid "<a href=\"\">x</a>"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4534 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4535
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4536 #: ../share/roundup/templates/classic/html/query.edit.html:128
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4537 msgid "Active retired/private queries"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4538 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4539
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4540 #: ../share/roundup/templates/classic/html/query.edit.html:138
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4541 #: ../share/roundup/templates/classic/html/query.edit.html:139
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4542 #: ../share/roundup/templates/devel/html/query.edit.html:86
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4543 #: ../share/roundup/templates/responsive/html/query.edit.html:86
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4544 msgid "[query is retired]"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4545 msgstr "[spørring er lagt bort]"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4546
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4547 #: ../share/roundup/templates/classic/html/query.edit.html:141
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4548 #: ../share/roundup/templates/classic/html/query.edit.html:156
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4549 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4550 msgid "Restore"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4551 msgstr "brakt tilbake"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4552
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4553 #: ../share/roundup/templates/classic/html/query.edit.html:154
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4554 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4555 msgid "[query is private]"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4556 msgstr "[spørring er lagt bort]"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4557
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4558 #: ../share/roundup/templates/classic/html/query.edit.html:168
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4559 #: ../share/roundup/templates/devel/html/query.edit.html:136
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4560 #: ../share/roundup/templates/responsive/html/query.edit.html:136
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4561 msgid "Save Selection"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4562 msgstr "Spar utvalg"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4563
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4564 #: ../share/roundup/templates/classic/html/user.forgotten.html:3
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4565 #: ../share/roundup/templates/devel/html/user.forgotten.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4566 #: ../share/roundup/templates/responsive/html/user.forgotten.html:2
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4567 msgid "Password reset request - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4568 msgstr "Passord endringsforespørsel - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4569
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4570 #: ../share/roundup/templates/classic/html/user.forgotten.html:5
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4571 #: ../share/roundup/templates/devel/html/user.forgotten.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4572 #: ../share/roundup/templates/responsive/html/user.forgotten.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4573 msgid "Password reset request"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4574 msgstr "Passord endringsforespørse"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4575
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4576 #: ../share/roundup/templates/classic/html/user.forgotten.html:9
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4577 #: ../share/roundup/templates/devel/html/user.forgotten.html:10
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4578 #: ../share/roundup/templates/responsive/html/user.forgotten.html:10
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4579 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4580 "You have two options if you have forgotten your password. If you know the "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4581 "email address you registered with, enter it below."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4582 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4583 "Du har to muligheter hvis du har glemt passordet ditt. Hvis du husker "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4584 "epostaddressen du har registrert, skriv den inn."
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4585
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4586 #: ../share/roundup/templates/classic/html/user.forgotten.html:16
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4587 #: ../share/roundup/templates/devel/html/user.forgotten.html:22
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4588 #: ../share/roundup/templates/responsive/html/user.forgotten.html:22
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4589 msgid "Email Address:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4590 msgstr "E-postadresse:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4591
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4592 #: ../share/roundup/templates/classic/html/user.forgotten.html:26
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4593 #: ../share/roundup/templates/classic/html/user.forgotten.html:36
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4594 #: ../share/roundup/templates/devel/html/user.forgotten.html:32
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4595 #: ../share/roundup/templates/devel/html/user.forgotten.html:46
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4596 #: ../share/roundup/templates/responsive/html/user.forgotten.html:32
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4597 #: ../share/roundup/templates/responsive/html/user.forgotten.html:46
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4598 msgid "Request password reset"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4599 msgstr "Passord endringsforespørsel"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4600
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4601 #: ../share/roundup/templates/classic/html/user.forgotten.html:32
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4602 #: ../share/roundup/templates/devel/html/user.forgotten.html:38
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4603 #: ../share/roundup/templates/responsive/html/user.forgotten.html:38
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4604 msgid "Or, if you know your username, then enter it below."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4605 msgstr "Eller, hvis du har brukernavnet, oppgi det under."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4606
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4607 #: ../share/roundup/templates/classic/html/user.forgotten.html:35
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4608 #: ../share/roundup/templates/devel/html/user.forgotten.html:45
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4609 #: ../share/roundup/templates/responsive/html/user.forgotten.html:45
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4610 msgid "Username:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4611 msgstr "Brukernavn:"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4612
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4613 #: ../share/roundup/templates/classic/html/user.forgotten.html:41
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4614 #: ../share/roundup/templates/devel/html/user.forgotten.html:51
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4615 #: ../share/roundup/templates/responsive/html/user.forgotten.html:51
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4616 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4617 "A confirmation email will be sent to you - please follow the instructions "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4618 "within it to complete the reset process."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4619 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4620 "En bekreftelsesepost vil bli sendt til deg - venligst følg instruksjonene i "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4621 "den forå fullføre nullstillingsprosessen."
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4622
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4623 #: ../share/roundup/templates/classic/html/user.help-search.html:73
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4624 #: ../share/roundup/templates/devel/html/user.help-search.html:73
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4625 #: ../share/roundup/templates/devel/html/user.help.html:81
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4626 #: ../share/roundup/templates/responsive/html/user.help-search.html:73
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4627 #: ../share/roundup/templates/responsive/html/user.help.html:81
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4628 msgid "Pagesize"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4629 msgstr "Sidestørrelse"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4630
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4631 #: ../share/roundup/templates/classic/html/user.help.html:43
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4632 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4633 "Your browser is not capable of using frames; you should be redirected "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4634 "immediately, or visit ${link}."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4635 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4636 "Din browser er ikke i stand til å vise frames, du vil bli redirigert "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4637 "umiddelbart, eller besøk ${link}."
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4638
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4639 #: ../share/roundup/templates/classic/html/user.index.html:3
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4640 #: ../share/roundup/templates/devel/html/user.index.html:2
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4641 #: ../share/roundup/templates/minimal/html/user.index.html:3
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4642 #: ../share/roundup/templates/responsive/html/user.index.html:2
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4643 msgid "User listing - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4644 msgstr "Liste over brukere - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4645
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4646 #: ../share/roundup/templates/classic/html/user.index.html:5
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4647 #: ../share/roundup/templates/devel/html/user.index.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4648 #: ../share/roundup/templates/minimal/html/user.index.html:5
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4649 #: ../share/roundup/templates/responsive/html/user.index.html:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4650 msgid "User listing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4651 msgstr "Brukerliste"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4652
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4653 #: ../share/roundup/templates/classic/html/user.index.html:48
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4654 #: ../share/roundup/templates/devel/html/user.index.html:48
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4655 #: ../share/roundup/templates/minimal/html/user.index.html:19
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4656 #: ../share/roundup/templates/responsive/html/page.html:180
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4657 #: ../share/roundup/templates/responsive/html/user.index.html:49
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4658 msgid "Username"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4659 msgstr "Brukernavn"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4660
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4661 #: ../share/roundup/templates/classic/html/user.index.html:49
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4662 #: ../share/roundup/templates/devel/html/user.index.html:49
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4663 #: ../share/roundup/templates/responsive/html/user.index.html:50
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4664 msgid "Real name"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4665 msgstr "Fullt navn"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4666
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4667 #: ../share/roundup/templates/classic/html/user.index.html:50
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4668 #: ../share/roundup/templates/classic/html/user.register.html:47
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4669 #: ../share/roundup/templates/devel/html/user.index.html:50
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4670 #: ../share/roundup/templates/devel/html/user.register.html:54
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4671 #: ../share/roundup/templates/responsive/html/user.index.html:51
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4672 #: ../share/roundup/templates/responsive/html/user.register.html:53
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4673 msgid "Organisation"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4674 msgstr "Organisasjon"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4675
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4676 #: ../share/roundup/templates/classic/html/user.index.html:51
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4677 #: ../share/roundup/templates/devel/html/user.index.html:51
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4678 #: ../share/roundup/templates/minimal/html/user.index.html:20
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4679 #: ../share/roundup/templates/responsive/html/user.index.html:52
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4680 msgid "Email address"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4681 msgstr "E-postadresse"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4682
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4683 #: ../share/roundup/templates/classic/html/user.index.html:52
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4684 #: ../share/roundup/templates/devel/html/user.index.html:52
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4685 #: ../share/roundup/templates/responsive/html/user.index.html:53
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4686 msgid "Phone number"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4687 msgstr "Telefonnummer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4688
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4689 #: ../share/roundup/templates/classic/html/user.index.html:53
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4690 #: ../share/roundup/templates/devel/html/user.index.html:53
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4691 #: ../share/roundup/templates/responsive/html/user.index.html:54
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4692 msgid "Retire"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4693 msgstr "Glem"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4694
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4695 #: ../share/roundup/templates/classic/html/user.index.html:72
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4696 #: ../share/roundup/templates/devel/html/user.index.html:66
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4697 #: ../share/roundup/templates/responsive/html/user.index.html:67
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4698 msgid "retire"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4699 msgstr "glem"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4700
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4701 #: ../share/roundup/templates/classic/html/user.item.html:9
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4702 #: ../share/roundup/templates/devel/html/user.item.html:8
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4703 #: ../share/roundup/templates/minimal/html/user.item.html:8
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4704 #: ../share/roundup/templates/responsive/html/user.item.html:8
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4705 msgid "User ${id}: ${title} - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4706 msgstr "Bruker ${id}: ${title} - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4707
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4708 #: ../share/roundup/templates/classic/html/user.item.html:12
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4709 #: ../share/roundup/templates/devel/html/user.item.html:11
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4710 #: ../share/roundup/templates/minimal/html/user.item.html:11
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4711 #: ../share/roundup/templates/responsive/html/user.item.html:11
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4712 msgid "New User - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4713 msgstr "Ny bruker - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4714
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4715 #: ../share/roundup/templates/classic/html/user.item.html:21
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4716 #: ../share/roundup/templates/devel/html/user.item.html:20
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4717 #: ../share/roundup/templates/minimal/html/user.item.html:20
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4718 #: ../share/roundup/templates/responsive/html/user.item.html:20
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4719 msgid "New User"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4720 msgstr "Ny bruker"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4721
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4722 #: ../share/roundup/templates/classic/html/user.item.html:23
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4723 #: ../share/roundup/templates/devel/html/user.item.html:22
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4724 #: ../share/roundup/templates/minimal/html/user.item.html:22
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4725 #: ../share/roundup/templates/responsive/html/user.item.html:22
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4726 msgid "New User Editing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4727 msgstr "Rediger ny bruker"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4728
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4729 #: ../share/roundup/templates/classic/html/user.item.html:26
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4730 #: ../share/roundup/templates/devel/html/user.item.html:25
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4731 #: ../share/roundup/templates/minimal/html/user.item.html:25
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4732 #: ../share/roundup/templates/responsive/html/user.item.html:25
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4733 msgid "User${id}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4734 msgstr "Bruker${id}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4735
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4736 #: ../share/roundup/templates/classic/html/user.item.html:29
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4737 #: ../share/roundup/templates/devel/html/user.item.html:28
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4738 #: ../share/roundup/templates/minimal/html/user.item.html:28
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4739 #: ../share/roundup/templates/responsive/html/user.item.html:28
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4740 msgid "User${id} Editing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4741 msgstr "User${id} Redigerer"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4742
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4743 #: ../share/roundup/templates/classic/html/user.item.html:80
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4744 #: ../share/roundup/templates/classic/html/user.register.html:35
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4745 #: ../share/roundup/templates/devel/html/user.item.html:78
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4746 #: ../share/roundup/templates/devel/html/user.register.html:42
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4747 #: ../share/roundup/templates/minimal/html/user.item.html:75
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4748 #: ../share/roundup/templates/minimal/html/user.register.html:43
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4749 #: ../share/roundup/templates/responsive/html/user.item.html:78
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4750 #: ../share/roundup/templates/responsive/html/user.register.html:41
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4751 msgid "Roles"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4752 msgstr "Roller"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4753
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4754 #: ../share/roundup/templates/classic/html/user.item.html:88
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4755 #: ../share/roundup/templates/devel/html/user.item.html:86
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4756 #: ../share/roundup/templates/minimal/html/user.item.html:83
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4757 #: ../share/roundup/templates/responsive/html/user.item.html:86
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4758 msgid "(to give the user more than one role, enter a comma,separated,list)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4759 msgstr "(gi brukeren mer enn en rolle med en kommaseparert liste)"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4760
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4761 #: ../share/roundup/templates/classic/html/user.item.html:109
4843
55d1a73d6118 Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4496
diff changeset
4762 msgid "(the default is ${zone})"
55d1a73d6118 Drop comment in user settings about numeric hour offsets.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4496
diff changeset
4763 msgstr "(standard er ${zone})"
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4764
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4765 #: ../share/roundup/templates/classic/html/user.item.html:130
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4766 #: ../share/roundup/templates/classic/html/user.register.html:55
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4767 #: ../share/roundup/templates/devel/html/user.item.html:126
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4768 #: ../share/roundup/templates/devel/html/user.register.html:62
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4769 #: ../share/roundup/templates/minimal/html/user.register.html:55
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4770 #: ../share/roundup/templates/responsive/html/user.item.html:126
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4771 #: ../share/roundup/templates/responsive/html/user.register.html:61
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4772 msgid "Alternate E-mail addresses<br>One address per line"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4773 msgstr "Alternative epostadresser <br> En adresse per linje"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4774
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4775 #: ../share/roundup/templates/classic/html/user.register.html:4
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4776 #: ../share/roundup/templates/classic/html/user.register.html:7
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4777 #: ../share/roundup/templates/devel/html/user.register.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4778 #: ../share/roundup/templates/devel/html/user.register.html:6
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4779 #: ../share/roundup/templates/minimal/html/user.register.html:4
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4780 #: ../share/roundup/templates/minimal/html/user.register.html:7
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4781 #: ../share/roundup/templates/responsive/html/user.register.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4782 #: ../share/roundup/templates/responsive/html/user.register.html:6
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4783 msgid "Registering with ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4784 msgstr "Registrerer ved ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4785
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4786 #: ../share/roundup/templates/classic/html/user.register.html:23
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4787 #: ../share/roundup/templates/devel/html/user.register.html:30
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4788 #: ../share/roundup/templates/minimal/html/user.register.html:31
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4789 #: ../share/roundup/templates/responsive/html/user.register.html:29
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4790 msgid "Login Name"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4791 msgstr "Login navn"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4792
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4793 #: ../share/roundup/templates/classic/html/user.register.html:27
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4794 #: ../share/roundup/templates/devel/html/user.register.html:34
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4795 #: ../share/roundup/templates/minimal/html/user.register.html:35
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4796 #: ../share/roundup/templates/responsive/html/user.register.html:33
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4797 msgid "Login Password"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4798 msgstr "Login passord"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4799
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4800 #: ../share/roundup/templates/classic/html/user.register.html:31
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4801 #: ../share/roundup/templates/devel/html/user.register.html:38
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4802 #: ../share/roundup/templates/minimal/html/user.register.html:39
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4803 #: ../share/roundup/templates/responsive/html/user.register.html:37
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4804 msgid "Confirm Password"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4805 msgstr "Bekreft passord"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4806
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4807 #: ../share/roundup/templates/classic/html/user.register.html:43
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4808 #: ../share/roundup/templates/devel/html/user.register.html:50
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4809 #: ../share/roundup/templates/responsive/html/user.register.html:49
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4810 msgid "Phone"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4811 msgstr "Telefon"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4812
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4813 #: ../share/roundup/templates/classic/html/user.register.html:51
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4814 #: ../share/roundup/templates/devel/html/user.register.html:58
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
4815 #: ../share/roundup/templates/minimal/html/user.register.html:51
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4816 #: ../share/roundup/templates/responsive/html/user.register.html:57
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4817 msgid "E-mail address"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4818 msgstr "E-postadresse"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4819
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4820 #: ../share/roundup/templates/classic/html/user.rego_progress.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4821 #: ../share/roundup/templates/devel/html/user.rego_progress.html:3
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4822 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:4
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4823 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:3
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4824 msgid "Registration in progress - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4825 msgstr "Registrering pågår - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4826
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4827 #: ../share/roundup/templates/classic/html/user.rego_progress.html:6
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4828 #: ../share/roundup/templates/devel/html/user.rego_progress.html:5
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4829 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:6
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4830 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:5
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4831 msgid "Registration in progress..."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4832 msgstr "Registrering pågår..."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4833
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4834 #: ../share/roundup/templates/classic/html/user.rego_progress.html:10
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4835 #: ../share/roundup/templates/devel/html/user.rego_progress.html:9
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4836 #: ../share/roundup/templates/minimal/html/user.rego_progress.html:10
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4837 #: ../share/roundup/templates/responsive/html/user.rego_progress.html:9
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4838 msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4839 "You will shortly receive an email to confirm your registration. To complete "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4840 "the registration process, visit the link indicated in the email."
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4841 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4842 "Du vil straks motta en epost for å bekrefte din registrering. For å fullføre "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4843 "registreringen, besøk linken i eposten."
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4844
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4845 #: ../share/roundup/templates/classic/initial_data.py:5
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4846 #: ../share/roundup/templates/jinja2/initial_data.py:4
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4847 msgid "critical"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4848 msgstr "kritisk"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4849
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4850 #: ../share/roundup/templates/classic/initial_data.py:6
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4851 #: ../share/roundup/templates/jinja2/initial_data.py:5
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4852 msgid "urgent"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4853 msgstr "krise"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4854
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4855 #: ../share/roundup/templates/classic/initial_data.py:7
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4856 #: ../share/roundup/templates/jinja2/initial_data.py:6
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4857 msgid "bug"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4858 msgstr "feil"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4859
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4860 #: ../share/roundup/templates/classic/initial_data.py:8
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4861 #: ../share/roundup/templates/jinja2/initial_data.py:7
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4862 msgid "feature"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4863 msgstr "finesse"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4864
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4865 #: ../share/roundup/templates/classic/initial_data.py:9
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4866 #: ../share/roundup/templates/jinja2/initial_data.py:8
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4867 msgid "wish"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4868 msgstr "ønske"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4869
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4870 #: ../share/roundup/templates/classic/initial_data.py:12
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4871 #: ../share/roundup/templates/jinja2/initial_data.py:11
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4872 msgid "unread"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4873 msgstr "ulest"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4874
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4875 #: ../share/roundup/templates/classic/initial_data.py:13
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4876 #: ../share/roundup/templates/jinja2/initial_data.py:12
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4877 msgid "deferred"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4878 msgstr "på vent"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4879
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4880 #: ../share/roundup/templates/classic/initial_data.py:14
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4881 #: ../share/roundup/templates/jinja2/initial_data.py:13
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4882 msgid "chatting"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4883 msgstr "diskuteres"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4884
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4885 #: ../share/roundup/templates/classic/initial_data.py:15
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4886 #: ../share/roundup/templates/jinja2/initial_data.py:14
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4887 msgid "need-eg"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4888 msgstr "trenger eksempel"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4889
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4890 #: ../share/roundup/templates/classic/initial_data.py:16
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4891 #: ../share/roundup/templates/jinja2/initial_data.py:15
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4892 msgid "in-progress"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4893 msgstr "pågår"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4894
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4895 #: ../share/roundup/templates/classic/initial_data.py:17
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4896 #: ../share/roundup/templates/jinja2/initial_data.py:16
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4897 msgid "testing"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4898 msgstr "tester"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4899
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4900 #: ../share/roundup/templates/classic/initial_data.py:18
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4901 #: ../share/roundup/templates/jinja2/initial_data.py:17
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4902 msgid "done-cbb"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4903 msgstr "utført slurvete"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4904
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4905 #: ../share/roundup/templates/classic/initial_data.py:19
6607
b0bafbf4fddd update .po files with new strings to translate
John Rouillard <rouilj@ieee.org>
parents: 6456
diff changeset
4906 #: ../share/roundup/templates/jinja2/initial_data.py:18
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4907 msgid "resolved"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4908 msgstr "utført"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
4909
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4910 #: ../share/roundup/templates/devel/extensions/spambayes.py:66
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4911 #: ../share/roundup/templates/responsive/extensions/spambayes.py:66
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4912 #, fuzzy
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4913 msgid "Message classified as"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4914 msgstr "Meldingsliste"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4915
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4916 #: ../share/roundup/templates/devel/extensions/spambayes.py:68
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4917 #: ../share/roundup/templates/responsive/extensions/spambayes.py:68
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4918 msgid "Unable to classify message, got error:"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4919 msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
4920
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4921 #: ../share/roundup/templates/devel/html/_generic.index.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4922 #: ../share/roundup/templates/responsive/html/_generic.index.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4923 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4924 msgid ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4925 "<p class=\"form-help\"> You may edit the contents of the ${classname} class "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4926 "using this form. Commas, newlines and double quotes (\") must be handled "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4927 "delicately. You may include commas and newlines by enclosing the values in "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4928 "double-quotes (\"). Double quotes themselves must be quoted by doubling "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4929 "(\"\"). </p> <p class=\"form-help\"> Multilink properties have their "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4930 "multiple values colon (\":\") separated (... ,\"one:two:three\", ...) </p> "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4931 "<p class=\"form-help\"> Remove entries by deleting their line. Add new "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4932 "entries by appending them to the table - put an X in the id column. </p>"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4933 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4934 " <p class=\"form-help\"> Du kan endre innholdet i ${classname} klassen i "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4935 "dette skjemaet. Komma, linjeskift og (\") må brukes med forsiktighet. Du kan "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4936 "benytte komma og linjeskift ved å omslutte dem med (\"). Gåseøyne må angis "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4937 "slik (\"\"). </p> <p class=\"form-help\"> List flerlenke-egenskaper separert "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4938 "med kolon (\":\") (... ,\"one:two:three\", ...) </p> <p class=\"form-help\"> "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4939 "Slett felt ved å slette deres linje. Legg til nye linjer ved å legge dem til "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4940 "slutt i tabellen - sett en X i id-kolonnen. </p>"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4941
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4942 #: ../share/roundup/templates/devel/html/bug.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4943 #: ../share/roundup/templates/devel/html/bug.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4944 #: ../share/roundup/templates/responsive/html/bug.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4945 #: ../share/roundup/templates/responsive/html/bug.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4946 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4947 msgid "List of bugs"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4948 msgstr "Dine saker"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4949
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4950 #: ../share/roundup/templates/devel/html/bug.index.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4951 #: ../share/roundup/templates/devel/html/task.index.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4952 #: ../share/roundup/templates/responsive/html/bug.index.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4953 #: ../share/roundup/templates/responsive/html/bug.item.html:84
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4954 msgid "Severity"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4955 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4956
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4957 #: ../share/roundup/templates/devel/html/bug.index.html:32
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4958 #: ../share/roundup/templates/devel/html/task.index.html:32
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4959 #: ../share/roundup/templates/responsive/html/bug.index.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4960 #: ../share/roundup/templates/responsive/html/bug.item.html:48
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4961 #: ../share/roundup/templates/responsive/html/task.index.html:31
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4962 #: ../share/roundup/templates/responsive/html/task.item.html:49
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4963 msgid "Components"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4964 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4965
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4966 #: ../share/roundup/templates/devel/html/bug.index.html:33
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4967 #: ../share/roundup/templates/devel/html/task.index.html:33
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4968 #: ../share/roundup/templates/responsive/html/bug.index.html:32
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4969 #: ../share/roundup/templates/responsive/html/bug.item.html:113
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4970 msgid "Versions"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4971 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4972
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4973 #: ../share/roundup/templates/devel/html/bug.index.html:35
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4974 #: ../share/roundup/templates/devel/html/task.index.html:35
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4975 #: ../share/roundup/templates/responsive/html/bug.index.html:34
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4976 #: ../share/roundup/templates/responsive/html/bug.item.html:130
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4977 #: ../share/roundup/templates/responsive/html/bug.item.html:172
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4978 #: ../share/roundup/templates/responsive/html/task.index.html:33
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4979 #: ../share/roundup/templates/responsive/html/task.item.html:106
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4980 #: ../share/roundup/templates/responsive/html/task.item.html:146
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4981 msgid "Resolution"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4982 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4983
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4984 #: ../share/roundup/templates/devel/html/bug.index.html:39
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4985 #: ../share/roundup/templates/devel/html/task.index.html:39
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4986 msgid "Depends On"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4987 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4988
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4989 #: ../share/roundup/templates/devel/html/bug.item.html:6
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4990 #: ../share/roundup/templates/responsive/html/bug.item.html:6
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4991 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4992 msgid "Bug ${id}: ${title} - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4993 msgstr "Sak ${id}: ${title} - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4994
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4995 #: ../share/roundup/templates/devel/html/bug.item.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4996 #: ../share/roundup/templates/responsive/html/bug.item.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4997 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4998 msgid "New Bug report - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
4999 msgstr "Ny bruker - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5000
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5001 #: ../share/roundup/templates/devel/html/bug.item.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5002 #: ../share/roundup/templates/responsive/html/bug.item.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5003 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5004 msgid "New Bug"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5005 msgstr "Ny sak"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5006
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5007 #: ../share/roundup/templates/devel/html/bug.item.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5008 #: ../share/roundup/templates/responsive/html/bug.item.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5009 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5010 msgid "New Bug Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5011 msgstr "Ny sak, redigering"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5012
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5013 #: ../share/roundup/templates/devel/html/bug.item.html:18
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5014 #: ../share/roundup/templates/responsive/html/bug.item.html:18
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5015 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5016 msgid "Bug ${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5017 msgstr "Sak${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5018
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5019 #: ../share/roundup/templates/devel/html/bug.item.html:21
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5020 #: ../share/roundup/templates/responsive/html/bug.item.html:21
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5021 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5022 msgid "Bug ${id} Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5023 msgstr "Sak${id} Redigering"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5024
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5025 #: ../share/roundup/templates/devel/html/bug.item.html:57
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5026 msgid "<span>Type</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5027 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5028
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5029 #: ../share/roundup/templates/devel/html/bug.item.html:63
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5030 msgid "<span>Severity</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5031 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5032
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5033 #: ../share/roundup/templates/devel/html/bug.item.html:72
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5034 msgid "<span>Components</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5035 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5036
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5037 #: ../share/roundup/templates/devel/html/bug.item.html:78
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5038 msgid "<span>Versions</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5039 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5040
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5041 #: ../share/roundup/templates/devel/html/bug.item.html:91
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5042 msgid "<span>Status</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5043 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5044
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5045 #: ../share/roundup/templates/devel/html/bug.item.html:97
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5046 msgid "<span>Resolution</span>:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5047 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5048
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5049 #: ../share/roundup/templates/devel/html/bug.item.html:104
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5050 #: ../share/roundup/templates/devel/html/task.item.html:79
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5051 #: ../share/roundup/templates/responsive/html/bug.item.html:132
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5052 #: ../share/roundup/templates/responsive/html/bug.item.html:183
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5053 #: ../share/roundup/templates/responsive/html/task.item.html:108
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5054 #: ../share/roundup/templates/responsive/html/task.item.html:157
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5055 msgid "Dependencies"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5056 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5057
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5058 #: ../share/roundup/templates/devel/html/bug.item.html:116
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5059 #: ../share/roundup/templates/devel/html/task.item.html:91
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5060 msgid "x:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5061 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5062
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5063 #: ../share/roundup/templates/devel/html/bug.item.html:126
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5064 #: ../share/roundup/templates/devel/html/task.item.html:101
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5065 #: ../share/roundup/templates/responsive/html/bug.item.html:204
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5066 #: ../share/roundup/templates/responsive/html/task.item.html:178
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5067 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5068 msgid "View"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5069 msgstr "Vis:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5070
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5071 #: ../share/roundup/templates/devel/html/bug.item.html:150
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5072 #: ../share/roundup/templates/responsive/html/bug.item.html:249
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5073 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5074 msgid "Keywords:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5075 msgstr "Nøkkelord"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5076
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5077 #: ../share/roundup/templates/devel/html/bug.item.html:156
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5078 #: ../share/roundup/templates/devel/html/task.item.html:125
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5079 msgid "Comment"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5080 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5081
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5082 #: ../share/roundup/templates/devel/html/bug.item.html:171
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5083 #: ../share/roundup/templates/devel/html/task.item.html:140
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5084 #: ../share/roundup/templates/responsive/html/bug.item.html:287
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5085 #: ../share/roundup/templates/responsive/html/task.item.html:254
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5086 msgid "File Description"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5087 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5088
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5089 #: ../share/roundup/templates/devel/html/bug.item.html:218
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5090 #: ../share/roundup/templates/devel/html/task.item.html:165
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5091 #: ../share/roundup/templates/responsive/html/bug.item.html:310
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5092 #: ../share/roundup/templates/responsive/html/task.item.html:277
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5093 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5094 msgid ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5095 "Created on <b>${creation}</b> by <b>${creator}</b>, last changed <b>"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5096 "${activity}</b> by <b>${actor}</b>."
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5097 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5098 "Opprettet på ${creation} av ${creator}, sist endret ${activity} av ${actor}."
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5099
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5100 #: ../share/roundup/templates/devel/html/bug.item.html:226
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5101 #: ../share/roundup/templates/devel/html/file.index.html:10
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5102 #: ../share/roundup/templates/devel/html/file.item.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5103 #: ../share/roundup/templates/devel/html/keyword.index.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5104 #: ../share/roundup/templates/devel/html/patch.index.html:11
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5105 #: ../share/roundup/templates/devel/html/patch.index.html:44
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5106 #: ../share/roundup/templates/devel/html/patch.item.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5107 #: ../share/roundup/templates/devel/html/patch.item.html:115
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5108 #: ../share/roundup/templates/devel/html/task.item.html:173
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5109 #: ../share/roundup/templates/responsive/html/bug.item.html:318
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5110 #: ../share/roundup/templates/responsive/html/file.index.html:10
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5111 #: ../share/roundup/templates/responsive/html/file.item.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5112 #: ../share/roundup/templates/responsive/html/keyword.index.html:26
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5113 #: ../share/roundup/templates/responsive/html/patch.index.html:11
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5114 #: ../share/roundup/templates/responsive/html/patch.index.html:44
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5115 #: ../share/roundup/templates/responsive/html/patch.item.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5116 #: ../share/roundup/templates/responsive/html/patch.item.html:113
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5117 #: ../share/roundup/templates/responsive/html/task.item.html:285
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5118 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5119 msgid "Description"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5120 msgstr "opprettelse"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5121
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5122 #: ../share/roundup/templates/devel/html/bug.item.html:295
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5123 #: ../share/roundup/templates/devel/html/task.item.html:208
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5124 #: ../share/roundup/templates/responsive/html/bug.item.html:352
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5125 #: ../share/roundup/templates/responsive/html/task.item.html:321
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5126 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5127 msgid "msg${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5128 msgstr "Bruker${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5129
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5130 #: ../share/roundup/templates/devel/html/bug.item.html:297
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5131 #: ../share/roundup/templates/devel/html/task.item.html:210
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5132 #: ../share/roundup/templates/responsive/html/bug.item.html:356
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5133 #: ../share/roundup/templates/responsive/html/task.item.html:325
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5134 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5135 msgid "Author: ${author} ()"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5136 msgstr "Forfatter: ${author}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5137
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5138 #: ../share/roundup/templates/devel/html/bug.search.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5139 #: ../share/roundup/templates/responsive/html/bug.search.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5140 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5141 msgid "Bug searching - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5142 msgstr "Søker sak - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5143
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5144 #: ../share/roundup/templates/devel/html/bug.search.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5145 #: ../share/roundup/templates/responsive/html/bug.search.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5146 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5147 msgid "Bug searching"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5148 msgstr "Søker sak"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5149
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5150 #: ../share/roundup/templates/devel/html/bug.search.html:94
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5151 #: ../share/roundup/templates/devel/html/task.search.html:94
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5152 #: ../share/roundup/templates/responsive/html/bug.search.html:94
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5153 #: ../share/roundup/templates/responsive/html/task.search.html:94
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5154 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5155 msgid "Last actor:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5156 msgstr "aktør"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5157
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5158 #: ../share/roundup/templates/devel/html/bug.search.html:105
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5159 #: ../share/roundup/templates/devel/html/task.search.html:105
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5160 #: ../share/roundup/templates/responsive/html/bug.search.html:105
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5161 #: ../share/roundup/templates/responsive/html/task.search.html:105
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5162 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5163 msgid "Nosy list member:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5164 msgstr "Liste som informeres"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5165
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5166 #: ../share/roundup/templates/devel/html/bug.search.html:115
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5167 #: ../share/roundup/templates/devel/html/task.search.html:115
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5168 #: ../share/roundup/templates/responsive/html/bug.search.html:115
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5169 #: ../share/roundup/templates/responsive/html/task.search.html:115
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5170 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5171 msgid "Type:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5172 msgstr "Skriv"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5173
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5174 #: ../share/roundup/templates/devel/html/bug.search.html:128
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5175 #: ../share/roundup/templates/devel/html/task.search.html:128
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5176 #: ../share/roundup/templates/responsive/html/bug.search.html:128
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5177 #: ../share/roundup/templates/responsive/html/task.search.html:128
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5178 msgid "Components:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5179 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5180
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5181 #: ../share/roundup/templates/devel/html/bug.search.html:141
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5182 #: ../share/roundup/templates/devel/html/task.search.html:141
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5183 #: ../share/roundup/templates/responsive/html/bug.search.html:141
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5184 msgid "Versions:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5185 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5186
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5187 #: ../share/roundup/templates/devel/html/bug.search.html:167
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5188 #: ../share/roundup/templates/devel/html/task.search.html:167
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5189 #: ../share/roundup/templates/responsive/html/bug.search.html:167
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5190 #: ../share/roundup/templates/responsive/html/task.search.html:141
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5191 msgid "Depends on:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5192 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5193
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5194 #: ../share/roundup/templates/devel/html/bug.search.html:196
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5195 #: ../share/roundup/templates/devel/html/task.search.html:196
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5196 #: ../share/roundup/templates/responsive/html/bug.search.html:196
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5197 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5198 msgid "not set"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5199 msgstr "ikke valgt"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5200
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5201 #: ../share/roundup/templates/devel/html/bug.search.html:223
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5202 #: ../share/roundup/templates/devel/html/task.search.html:223
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5203 #: ../share/roundup/templates/responsive/html/bug.search.html:223
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5204 #: ../share/roundup/templates/responsive/html/task.search.html:184
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5205 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5206 msgid "not closed"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5207 msgstr "ikke valgt"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5208
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5209 #: ../share/roundup/templates/devel/html/bug.search.html:237
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5210 #: ../share/roundup/templates/devel/html/task.item.html:73
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5211 #: ../share/roundup/templates/devel/html/task.search.html:237
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5212 #: ../share/roundup/templates/responsive/html/bug.search.html:237
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5213 #: ../share/roundup/templates/responsive/html/task.search.html:198
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5214 msgid "Resolution:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5215 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5216
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5217 #: ../share/roundup/templates/devel/html/bug.search.html:297
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5218 #: ../share/roundup/templates/responsive/html/bug.search.html:297
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5219 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5220 msgid "*: The \"all text\" field will look in message bodies and bug titles"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5221 msgstr "*: \"All tekst\" feltet vil se i meldingskropper og titler"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5222
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5223 #: ../share/roundup/templates/devel/html/help.html:11
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5224 #: ../share/roundup/templates/responsive/html/help.html:14
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5225 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5226 msgid "${what} help - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5227 msgstr "${property} hjelp - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5228
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5229 #: ../share/roundup/templates/devel/html/keyword.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5230 #: ../share/roundup/templates/devel/html/keyword.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5231 #: ../share/roundup/templates/responsive/html/keyword.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5232 #: ../share/roundup/templates/responsive/html/keyword.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5233 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5234 msgid "List of keywords"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5235 msgstr "Liste over filer"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5236
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5237 #: ../share/roundup/templates/devel/html/keyword.item.html:8
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5238 #: ../share/roundup/templates/responsive/html/keyword.item.html:8
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5239 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5240 msgid "Keyword ${id}: ${title} - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5241 msgstr "Bruker ${id}: ${title} - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5242
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5243 #: ../share/roundup/templates/devel/html/keyword.item.html:11
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5244 #: ../share/roundup/templates/responsive/html/keyword.item.html:11
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5245 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5246 msgid "New Keyword - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5247 msgstr "Ny bruker - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5248
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5249 #: ../share/roundup/templates/devel/html/keyword.item.html:19
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5250 #: ../share/roundup/templates/responsive/html/keyword.item.html:19
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5251 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5252 msgid "New Keyword"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5253 msgstr "Nøkkelord"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5254
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5255 #: ../share/roundup/templates/devel/html/keyword.item.html:21
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5256 #: ../share/roundup/templates/responsive/html/keyword.item.html:21
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5257 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5258 msgid "New Keyword Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5259 msgstr "Rediger nøkkelord"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5260
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5261 #: ../share/roundup/templates/devel/html/keyword.item.html:24
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5262 #: ../share/roundup/templates/responsive/html/keyword.item.html:24
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5263 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5264 msgid "Keyword${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5265 msgstr "Nøkkelord"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5266
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5267 #: ../share/roundup/templates/devel/html/keyword.item.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5268 #: ../share/roundup/templates/responsive/html/keyword.item.html:27
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5269 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5270 msgid "Keyword${id} Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5271 msgstr "User${id} Redigerer"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5272
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5273 #: ../share/roundup/templates/devel/html/keyword.item.html:57
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5274 #: ../share/roundup/templates/responsive/html/keyword.item.html:57
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5275 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5276 msgid "Description:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5277 msgstr "Synkende:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5278
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5279 #: ../share/roundup/templates/devel/html/milestone.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5280 #: ../share/roundup/templates/devel/html/milestone.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5281 #: ../share/roundup/templates/responsive/html/milestone.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5282 #: ../share/roundup/templates/responsive/html/milestone.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5283 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5284 msgid "List of milestones"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5285 msgstr "Liste over filer"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5286
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5287 #: ../share/roundup/templates/devel/html/msg.item.html:52
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5288 #: ../share/roundup/templates/responsive/html/msg.item.html:42
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5289 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5290 msgid "Message-id"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5291 msgstr "Medling${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5292
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5293 #: ../share/roundup/templates/devel/html/msg.item.html:57
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5294 #: ../share/roundup/templates/responsive/html/msg.item.html:44
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5295 msgid "In-reply-to"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5296 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5297
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5298 #: ../share/roundup/templates/devel/html/page.html:45
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5299 #: ../share/roundup/templates/responsive/html/page.html:61
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5300 msgid "Bugs"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5301 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5302
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5303 #: ../share/roundup/templates/devel/html/page.html:51
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5304 #: ../share/roundup/templates/devel/html/page.html:99
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5305 #: ../share/roundup/templates/devel/html/page.html:146
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5306 #: ../share/roundup/templates/responsive/html/page.html:67
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5307 #: ../share/roundup/templates/responsive/html/page.html:116
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5308 #: ../share/roundup/templates/responsive/html/page.html:164
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5309 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5310 msgid "Show Open"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5311 msgstr "Vis sak:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5312
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5313 #: ../share/roundup/templates/devel/html/page.html:83
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5314 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5315 msgid "Show bug:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5316 msgstr "Vis sak:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5317
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5318 #: ../share/roundup/templates/devel/html/page.html:93
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5319 #: ../share/roundup/templates/responsive/html/page.html:111
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5320 msgid "Tasks"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5321 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5322
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5323 #: ../share/roundup/templates/devel/html/page.html:130
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5324 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5325 msgid "Show task:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5326 msgstr "Vis sak:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5327
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5328 #: ../share/roundup/templates/devel/html/page.html:140
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5329 #: ../share/roundup/templates/responsive/html/page.html:159
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5330 msgid "Milestones"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5331 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5332
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5333 #: ../share/roundup/templates/devel/html/page.html:160
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5334 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5335 msgid "User"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5336 msgstr "Legg til bruker"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5337
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5338 #: ../share/roundup/templates/devel/html/page.html:196
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5339 #: ../share/roundup/templates/responsive/html/page.html:213
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5340 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5341 msgid "Bugs assigned to you"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5342 msgstr "tildelt meg"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5343
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5344 #: ../share/roundup/templates/devel/html/page.html:216
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5345 #: ../share/roundup/templates/responsive/html/page.html:233
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5346 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5347 msgid ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5348 "<b>Your Queries</b> (<a class=\"nomargin\" href=\"query?@template=edit"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5349 "\">edit</a>)"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5350 msgstr "<b>Spørringer</b> (<a href=\"query?@template=edit\">rediger</a>)"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5351
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5352 #: ../share/roundup/templates/devel/html/page.html:237
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5353 #: ../share/roundup/templates/responsive/html/page.html:254
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5354 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5355 msgid "Edit Keywords"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5356 msgstr "Eksisterende nøkkelord"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5357
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5358 #: ../share/roundup/templates/devel/html/patch.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5359 #: ../share/roundup/templates/devel/html/patch.index.html:36
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5360 #: ../share/roundup/templates/responsive/html/patch.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5361 #: ../share/roundup/templates/responsive/html/patch.index.html:36
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5362 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5363 msgid "List of patches - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5364 msgstr "List of classes - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5365
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5366 #: ../share/roundup/templates/devel/html/patch.index.html:5
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5367 #: ../share/roundup/templates/devel/html/patch.index.html:38
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5368 #: ../share/roundup/templates/responsive/html/patch.index.html:5
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5369 #: ../share/roundup/templates/responsive/html/patch.index.html:38
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5370 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5371 msgid "List of patches"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5372 msgstr "Liste over klasser"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5373
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5374 #: ../share/roundup/templates/devel/html/patch.item.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5375 #: ../share/roundup/templates/devel/html/patch.item.html:90
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5376 #: ../share/roundup/templates/responsive/html/patch.item.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5377 #: ../share/roundup/templates/responsive/html/patch.item.html:88
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5378 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5379 msgid "Patch display - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5380 msgstr "Filvisning - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5381
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5382 #: ../share/roundup/templates/devel/html/patch.item.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5383 #: ../share/roundup/templates/responsive/html/patch.item.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5384 msgid "Modify patch"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5385 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5386
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5387 #: ../share/roundup/templates/devel/html/patch.item.html:37
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5388 #: ../share/roundup/templates/devel/html/patch.item.html:125
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5389 #: ../share/roundup/templates/responsive/html/patch.item.html:37
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5390 #: ../share/roundup/templates/responsive/html/patch.item.html:123
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5391 msgid "Repository"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5392 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5393
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5394 #: ../share/roundup/templates/devel/html/patch.item.html:41
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5395 #: ../share/roundup/templates/devel/html/patch.item.html:129
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5396 #: ../share/roundup/templates/responsive/html/patch.item.html:41
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5397 #: ../share/roundup/templates/responsive/html/patch.item.html:127
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5398 msgid "Repository revision"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5399 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5400
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5401 #: ../share/roundup/templates/devel/html/patch.item.html:92
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5402 #: ../share/roundup/templates/responsive/html/patch.item.html:90
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5403 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5404 msgid "Patch display"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5405 msgstr "Filvisning"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5406
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5407 #: ../share/roundup/templates/devel/html/query.html:21
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5408 #: ../share/roundup/templates/responsive/html/query.html:21
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5409 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5410 msgid "${start}.. ${end} out of ${total}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5411 msgstr "${start}..${end} av ${total}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5412
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5413 #: ../share/roundup/templates/devel/html/task.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5414 #: ../share/roundup/templates/devel/html/task.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5415 #: ../share/roundup/templates/responsive/html/task.index.html:3
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5416 #: ../share/roundup/templates/responsive/html/task.index.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5417 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5418 msgid "List of tasks"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5419 msgstr "Liste over klasser"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5420
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5421 #: ../share/roundup/templates/devel/html/task.item.html:6
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5422 #: ../share/roundup/templates/responsive/html/task.item.html:6
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5423 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5424 msgid "Task ${id}: ${title} - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5425 msgstr "Bruker ${id}: ${title} - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5426
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5427 #: ../share/roundup/templates/devel/html/task.item.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5428 #: ../share/roundup/templates/responsive/html/task.item.html:9
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5429 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5430 msgid "New Task - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5431 msgstr "Ny bruker - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5432
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5433 #: ../share/roundup/templates/devel/html/task.item.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5434 #: ../share/roundup/templates/responsive/html/task.item.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5435 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5436 msgid "New Task"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5437 msgstr "Ny bruker"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5438
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5439 #: ../share/roundup/templates/devel/html/task.item.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5440 #: ../share/roundup/templates/responsive/html/task.item.html:15
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5441 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5442 msgid "New Task Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5443 msgstr "Rediger ny bruker"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5444
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5445 #: ../share/roundup/templates/devel/html/task.item.html:18
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5446 #: ../share/roundup/templates/responsive/html/task.item.html:18
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5447 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5448 msgid "Task ${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5449 msgstr "Bruker${id}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5450
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5451 #: ../share/roundup/templates/devel/html/task.item.html:21
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5452 #: ../share/roundup/templates/responsive/html/task.item.html:21
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5453 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5454 msgid "Task${id} Editing"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5455 msgstr "User${id} Redigerer"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5456
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5457 #: ../share/roundup/templates/devel/html/task.item.html:55
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5458 #: ../share/roundup/templates/devel/html/task.item.html:59
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5459 #: ../share/roundup/templates/devel/html/task.item.html:70
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5460 msgid ":"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5461 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5462
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5463 #: ../share/roundup/templates/devel/html/task.search.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5464 #: ../share/roundup/templates/responsive/html/task.search.html:2
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5465 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5466 msgid "Task searching - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5467 msgstr "Søker sak - ${tracker}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5468
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5469 #: ../share/roundup/templates/devel/html/task.search.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5470 #: ../share/roundup/templates/responsive/html/task.search.html:4
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5471 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5472 msgid "Task searching"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5473 msgstr "Søker sak"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5474
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5475 #: ../share/roundup/templates/devel/html/task.search.html:297
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5476 #: ../share/roundup/templates/responsive/html/task.search.html:258
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5477 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5478 msgid "*: The \"all text\" field will look in message bodies and task titles"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5479 msgstr "*: \"All tekst\" feltet vil se i meldingskropper og titler"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5480
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5481 #: ../share/roundup/templates/devel/html/user.forgotten.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5482 #: ../share/roundup/templates/responsive/html/user.forgotten.html:13
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5483 msgid ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5484 "If your user was automatically created during import from the old "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5485 "sourceforge tracker, your e-mail address is &lt;Sourceforge username&gt;"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5486 "@users.sourceforge.net. The mail address associated with your account can be "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5487 "changed after login."
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5488 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5489
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5490 #: ../share/roundup/templates/devel/html/user.forgotten.html:40
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5491 #: ../share/roundup/templates/responsive/html/user.forgotten.html:40
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5492 msgid ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5493 "If you have previously created or modified issue reports in the sourceforge "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5494 "issue tracker, you have an account here with the same username as your "
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5495 "sourceforge username."
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5496 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5497
4496
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5498 #: ../share/roundup/templates/minimal/html/home.html:2
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5499 msgid "Tracker home - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5500 msgstr "Sporers plassering - ${tracker}"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5501
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5502 #: ../share/roundup/templates/minimal/html/home.html:4
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5503 msgid "Tracker home"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5504 msgstr "Sporers plassering"
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5505
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5506 #: ../share/roundup/templates/minimal/html/home.html:16
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5507 msgid "Please select from one of the menu options on the left."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5508 msgstr "Venligst velg fra en av menyopsjonene til venstre."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5509
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5510 #: ../share/roundup/templates/minimal/html/home.html:19
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5511 msgid "Please log in or register."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5512 msgstr "Venligst logg inn eller registrer deg."
e76576b52f2d Norwegian Bokmal translation by Christian Aastorp
Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
parents:
diff changeset
5513
6405
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5514 #: ../share/roundup/templates/responsive/html/bug.index.html:84
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5515 #: ../share/roundup/templates/responsive/html/bug.index.html:89
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5516 #: ../share/roundup/templates/responsive/html/milestone.index.html:58
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5517 #: ../share/roundup/templates/responsive/html/milestone.index.html:63
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5518 #: ../share/roundup/templates/responsive/html/task.index.html:78
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5519 #: ../share/roundup/templates/responsive/html/task.index.html:83
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5520 msgid "Previous"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5521 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5522
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5523 #: ../share/roundup/templates/responsive/html/bug.index.html:93
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5524 #: ../share/roundup/templates/responsive/html/milestone.index.html:67
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5525 #: ../share/roundup/templates/responsive/html/task.index.html:87
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5526 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5527 msgid "<a href=\"#\">${start}..${end} out of ${total}</a>"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5528 msgstr "${start}..${end} av ${total}"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5529
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5530 #: ../share/roundup/templates/responsive/html/bug.index.html:96
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5531 #: ../share/roundup/templates/responsive/html/bug.index.html:101
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5532 #: ../share/roundup/templates/responsive/html/milestone.index.html:70
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5533 #: ../share/roundup/templates/responsive/html/milestone.index.html:75
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5534 #: ../share/roundup/templates/responsive/html/task.index.html:90
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5535 #: ../share/roundup/templates/responsive/html/task.index.html:95
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5536 msgid "Next"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5537 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5538
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5539 #: ../share/roundup/templates/responsive/html/bug.item.html:50
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5540 msgid "Version"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5541 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5542
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5543 #: ../share/roundup/templates/responsive/html/bug.item.html:100
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5544 #: ../share/roundup/templates/responsive/html/task.item.html:89
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5545 msgid "component"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5546 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5547
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5548 #: ../share/roundup/templates/responsive/html/bug.item.html:138
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5549 #: ../share/roundup/templates/responsive/html/task.item.html:114
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5550 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5551 msgid "Assigned to"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5552 msgstr "Tildelt&nbsp;til:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5553
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5554 #: ../share/roundup/templates/responsive/html/bug.item.html:140
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5555 #: ../share/roundup/templates/responsive/html/task.item.html:116
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5556 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5557 msgid "Nosy list"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5558 msgstr "Liste som informeres"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5559
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5560 #: ../share/roundup/templates/responsive/html/bug.item.html:260
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5561 #: ../share/roundup/templates/responsive/html/task.item.html:227
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5562 msgid "<span class=\"badge badge-inverse\">Comment</span> &nbsp;"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5563 msgstr ""
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5564
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5565 #: ../share/roundup/templates/responsive/html/page.html:100
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5566 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5567 msgid "Show bug"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5568 msgstr "Vis sak:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5569
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5570 #: ../share/roundup/templates/responsive/html/page.html:148
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5571 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5572 msgid "Show task"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5573 msgstr "Vis sak:"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5574
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5575 #: ../share/roundup/templates/responsive/html/page.html:181
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5576 #, fuzzy
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5577 msgid "Password"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5578 msgstr "Login passord"
a21b574554c3 extract translatable strings from devel and responsive templates
John Rouillard <rouilj@ieee.org>
parents: 6364
diff changeset
5579
7069
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5580 #, fuzzy
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5581 #~ msgid ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5582 #~ "Usage: %(program)s [-v] [-c class] [[-C class] -S field=value]* [instance "
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5583 #~ "home] [mail source [specification]]\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5584 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5585 #~ "Options:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5586 #~ " -v: print version and exit\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5587 #~ " -c: default class of item to create (else the tracker's "
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5588 #~ "MAIL_DEFAULT_CLASS)\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5589 #~ " -C / -S: see below\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5590 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5591 #~ "The roundup mail gateway may be called in one of the following ways:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5592 #~ " . without arguments. Then the env var ROUNDUP_INSTANCE will be tried.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5593 #~ " . with an instance home as the only argument,\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5594 #~ " . with both an instance home and a mail spool file,\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5595 #~ " . with an instance home, a mail source type and its specification.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5596 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5597 #~ "It also supports optional -C and -S arguments that allows you to set a\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5598 #~ "fields for a class created by the roundup-mailgw. The default class if\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5599 #~ "not specified is msg, but the other classes: issue, file, user can\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5600 #~ "also be used. The -S or --set options uses the same\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5601 #~ "property=value[;property=value] notation accepted by the command line\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5602 #~ "roundup command or the commands that can be given on the Subject line\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5603 #~ "of an email message.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5604 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5605 #~ "It can let you set the type of the message on a per email address basis.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5606 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5607 #~ "PIPE:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5608 #~ " If there is no mail source specified,\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5609 #~ " the mail gateway reads a single message from the standard input\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5610 #~ " and submits the message to the roundup.mailgw module.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5611 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5612 #~ "Mail source \"mailbox\":\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5613 #~ " In this case, the gateway reads all messages from the UNIX mail spool\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5614 #~ " file and submits each in turn to the roundup.mailgw module. The file is\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5615 #~ " emptied once all messages have been successfully handled. The file is\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5616 #~ " specified as:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5617 #~ " mailbox /path/to/mailbox\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5618 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5619 #~ "In all of the following mail source type the username and password\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5620 #~ "can be stored in a ~/.netrc file. If done so case only the server name\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5621 #~ "need to be specified on the command-line.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5622 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5623 #~ "The username and/or password will be prompted for if not supplied on\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5624 #~ "the command-line or in ~/.netrc.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5625 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5626 #~ "POP:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5627 #~ " For the mail source \"pop\", the gateway reads all messages from the POP "
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5628 #~ "server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5629 #~ " specified and submits each in turn to the roundup.mailgw module. The\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5630 #~ " server is specified as:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5631 #~ " pop username:password@server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5632 #~ " Alternatively, one can omit one or both of username and password:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5633 #~ " pop username@server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5634 #~ " pop server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5635 #~ " are both valid.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5636 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5637 #~ "POPS:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5638 #~ " Connect to a POP server over ssl. This requires python 2.4 or later.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5639 #~ " This supports the same notation as POP.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5640 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5641 #~ "APOP:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5642 #~ " Same as POP, but using Authenticated POP:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5643 #~ " apop username:password@server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5644 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5645 #~ "IMAP:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5646 #~ " Connect to an IMAP server. This supports the same notation as that of\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5647 #~ " POP mail.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5648 #~ " imap username:password@server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5649 #~ " It also allows you to specify a specific mailbox other than INBOX using\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5650 #~ " this format:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5651 #~ " imap username:password@server mailbox\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5652 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5653 #~ "IMAPS:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5654 #~ " Connect to an IMAP server over ssl.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5655 #~ " This supports the same notation as IMAP.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5656 #~ " imaps username:password@server [mailbox]\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5657 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5658 #~ "IMAPS_CRAM:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5659 #~ " Connect to an IMAP server over ssl using CRAM-MD5 authentication.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5660 #~ " This supports the same notation as IMAP.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5661 #~ " imaps_cram username:password@server [mailbox]\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5662 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5663 #~ msgstr ""
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5664 #~ "Bruk: %(program)s [-v] [-c class] [[-C class] -S field=value]* "
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5665 #~ "<hjemmekatalog for instans> [method]\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5666 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5667 #~ "Opsjoner:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5668 #~ " -v: skriv versjon og avslutt\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5669 #~ " -c: standard klasse of ting å opprette (alternativt sporerens "
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5670 #~ "MAIL_DEFAULT_CLASS)\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5671 #~ " -C / -S: se under\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5672 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5673 #~ "Roundup epostportalen kan kalles på fire forskjellige måter:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5674 #~ " . med en instans hjemmekatalog som eneste argument,\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5675 #~ " . med både en instans hjemmekatalog og en mail spolefil,\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5676 #~ " . med både en instans hjemmekatalog og en POP/APOP serverkonto, eller\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5677 #~ " . med både en instans hjemmekatalog og en IMAP/IMAPS serverkonto.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5678 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5679 #~ "Den støtte også opsjonene -C og -S som lar deg sette felt for en klasse\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5680 #~ "opprettet av roundup-mailgw. Standard klassen er msg, men de andre \n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5681 #~ "klassene: issue, file, user kan også brukes. -S eller --set opsjonene\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5682 #~ "følger den samme egenskap=verdi[;egenskap=verdi] notasjonen som \n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5683 #~ "anvendes på kommandolinjen til Roundup og som kan oppgis i en "
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5684 #~ "epostmelding\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5685 #~ "i subjektlinje\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5686 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5687 #~ "Den kan la deg sette typen av melding for hver epostadresse.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5688 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5689 #~ "PIPE:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5690 #~ " I første mulighet leser epostportalen en enkelt melding og sender den "
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5691 #~ "over til \n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5692 #~ " roundup.mailgw module.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5693 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5694 #~ "UNIX mailbox:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5695 #~ " Andre mulighet er at epostportalen leser alle meldingene fra epost "
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5696 #~ "spool\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5697 #~ " filen og sender dem en av gangen til roundup.mailgw module. Filen blir \n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5698 #~ " tømt når alle meldinger er vellykket oversendt. Filen angis som:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5699 #~ " mailbox /sti/til/mailbox\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5700 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5701 #~ "I alle de følgende kan brukernavn og passord bli lagret i ~/.netrc.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5702 #~ "I tilfelle er det bare nødvendig å oppgi servernavnet på kommandolinjen.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5703 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5704 #~ "Hvis brukernavn og passord ikke er gitt på kommandolinjen eller finnes i\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5705 #~ "~/.netrc vil de bli etterspurt.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5706 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5707 #~ "POP:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5708 #~ " Tredje mulighet er at epostportalen leser alle meldinger fra POP "
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5709 #~ "serveren\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5710 #~ " og sender dem over til roundup.mailgw module.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5711 #~ " Serveren spesifiseres som:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5712 #~ " pop brukernavn:passord@server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5713 #~ " Alternativt kan man droppe en eller begge av brukernavn og passord:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5714 #~ " pop brukernavn@server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5715 #~ " pop server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5716 #~ " er begge lovlige muligheter.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5717 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5718 #~ "POPS:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5719 #~ " Kobler til en POP-server over ssl. Krever Python 2.4 eller høyere.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5720 #~ " Benytter sammem notasjon som POP.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5721 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5722 #~ "APOP:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5723 #~ " Samme som POP, men benytter autentifisert POP:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5724 #~ " apop brukernavn:passord@server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5725 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5726 #~ "IMAP:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5727 #~ " Kobler til en IMAP server. TStøtter samme notasjon som POP-server.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5728 #~ " imap brukernavn:passord@server\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5729 #~ " Den lar deg også spesifisere en spesifikk epostkasse annen en INBOX\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5730 #~ " med dette formatet:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5731 #~ " imap brukernavn:passord@server mailbox\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5732 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5733 #~ "IMAPS:\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5734 #~ " Koble til en IMAP server over ssl.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5735 #~ " Støtter samme notasjon som IMAP.\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5736 #~ " imaps brukernavn:passord@server [mailbox]\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5737 #~ "\n"
c9a02c670e69 latest updates to translations/template for client.py
John Rouillard <rouilj@ieee.org>
parents: 7063
diff changeset
5738
7063
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
5739 #~ msgid "<em>%s: %s</em>\n"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
5740 #~ msgstr "<em>%s: %s</em>\n"
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
5741
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
5742 #~ msgid "property %s: %r is not a %s."
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
5743 #~ msgstr "egenskap %s: %r er ikke en %s."
aca710a3b687 update roundup.pot and .po locale files for fixed translations
John Rouillard <rouilj@ieee.org>
parents: 7052
diff changeset
5744
6223
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
5745 #, fuzzy
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
5746 #~ msgid " %(description)s (%(name)s for \"%(klass)s\" "
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
5747 #~ msgstr " %(description)s (%(name)s bare for \"%(klass)s\")"
85f3f54f9e79 2.0 final translate update.
John Rouillard <rouilj@ieee.org>
parents: 6134
diff changeset
5748
6134
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
5749 #~ msgid "Error: a later version of python is required"
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
5750 #~ msgstr "Feil: trenger høyere versjon av python "
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
5751
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
5752 #~ msgid "Error: %s: %s"
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
5753 #~ msgstr "Feil: %s: %s"
63739dae0f7e update translation files for translators 2.0.0 beta
John Rouillard <rouilj@ieee.org>
parents: 5951
diff changeset
5754
5943
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5755 #~ msgid ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5756 #~ "Usage: history designator\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5757 #~ " Show the history entries of a designator.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5758 #~ "\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5759 #~ " Lists the journal entries for the node identified by the "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5760 #~ "designator.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5761 #~ " "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5762 #~ msgstr ""
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5763 #~ "Bruk: history benevnelse\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5764 #~ " Vis historien til en benevnelse,\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5765 #~ " \n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5766 #~ " Lister alle journalføringene for noden identifisert ved "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5767 #~ "benevnelsen.\n"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5768 #~ " "
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5769
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5770 #~ msgid "WARNING: invalid date tuple %r"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5771 #~ msgstr "ADVARSEL: ugyldig dato tuple %r"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5772
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5773 #~ msgid "%(class)s %(id)s - nothing changed"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5774 #~ msgstr "%(class)s %(id)s - intet endret"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5775
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5776 #~ msgid "File is empty"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5777 #~ msgstr "Tom fil"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5778
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5779 #~ msgid "*encrypted*"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5780 #~ msgstr "*kryptert*"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5781
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5782 #~ msgid "property %s: %r is not currently an element"
52bf078368e8 update po files pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents: 4843
diff changeset
5783 #~ msgstr "egenskap %s: %r er ikke et element nå"

Roundup Issue Tracker: http://roundup-tracker.org/