[rt-commit] [svn] r662 - in rt/branches/rt-3.3: etc html/Admin/Elements html/Admin/Queues html/Elements html/Scope/Elements html/Search html/Search/Elements html/SelfService html/Ticket html/Ticket/Elements lib/RT lib/RT/Action lib/RT/I18N lib/RT/Interface lib/RT/Interface/Email/Auth lib/RT/URI

jesse at fsck.com jesse at fsck.com
Fri Apr 2 10:54:24 EST 2004


Author: jesse
Date: Fri Apr  2 10:54:22 2004
New Revision: 662

Added:
   rt/branches/rt-3.3/html/Elements/EditLinks
   rt/branches/rt-3.3/html/Elements/ShowLink
   rt/branches/rt-3.3/html/Elements/ShowLinks
   rt/branches/rt-3.3/html/Ticket/Elements/LoadTextAttachments
   rt/branches/rt-3.3/lib/RT/I18N/da.po
   rt/branches/rt-3.3/lib/RT/I18N/hu.po
Modified:
   rt/branches/rt-3.3/etc/acl.Pg
   rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
   rt/branches/rt-3.3/html/Admin/Queues/Modify.html
   rt/branches/rt-3.3/html/Elements/MessageBox
   rt/branches/rt-3.3/html/Elements/SelectMatch
   rt/branches/rt-3.3/html/Scope/Elements/ShowSummary
   rt/branches/rt-3.3/html/Search/Build.html
   rt/branches/rt-3.3/html/Search/Bulk.html
   rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
   rt/branches/rt-3.3/html/SelfService/Display.html
   rt/branches/rt-3.3/html/Ticket/Create.html
   rt/branches/rt-3.3/html/Ticket/Display.html
   rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
   rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
   rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
   rt/branches/rt-3.3/html/Ticket/History.html
   rt/branches/rt-3.3/html/Ticket/ModifyAll.html
   rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
   rt/branches/rt-3.3/html/Ticket/Update.html
   rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
   rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
   rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
   rt/branches/rt-3.3/lib/RT/Attribute_Overlay.pm
   rt/branches/rt-3.3/lib/RT/CurrentUser.pm
   rt/branches/rt-3.3/lib/RT/EmailParser.pm
   rt/branches/rt-3.3/lib/RT/I18N/fr.po
   rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
   rt/branches/rt-3.3/lib/RT/Interface/Web.pm
   rt/branches/rt-3.3/lib/RT/Record.pm
   rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
   rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
   rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
   rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
   rt/branches/rt-3.3/lib/RT/User_Overlay.pm
Log:
Took a hand-merging pass at 3.1->3.3 after autrijus manual baseless merge.

Modified: rt/branches/rt-3.3/etc/acl.Pg
==============================================================================
--- rt/branches/rt-3.3/etc/acl.Pg	(original)
+++ rt/branches/rt-3.3/etc/acl.Pg	Fri Apr  2 10:54:22 2004
@@ -7,6 +7,8 @@
 
       attachments_id_seq
       Attachments
+      Attributes
+      attributes_id_seq
       queues_id_seq
       Queues
       links_id_seq

Modified: rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue
==============================================================================
--- rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue	(original)
+++ rt/branches/rt-3.3/html/Admin/Elements/ModifyQueue	Fri Apr  2 10:54:22 2004
@@ -35,7 +35,7 @@
 <&|/l&>Description</&>:</TD><TD COLSPAN=3><INPUT name="Description" value="<%$QueueObj->Description%>" size=60></TD></TR>
 <TR>
 <TD ALIGN=RIGHT>
-<&|/l&>Correspondence Address</&>:
+<&|/l&>Reply Address</&>:
 </TD><TD>
 <INPUT name="CorrespondAddress" value="<%$QueueObj->CorrespondAddress%>">
 </TD>

Modified: rt/branches/rt-3.3/html/Admin/Queues/Modify.html
==============================================================================
--- rt/branches/rt-3.3/html/Admin/Queues/Modify.html	(original)
+++ rt/branches/rt-3.3/html/Admin/Queues/Modify.html	Fri Apr  2 10:54:22 2004
@@ -47,7 +47,7 @@
 <&|/l&>Description</&>:</TD><TD COLSPAN=3><INPUT name="Description" value="<% ($Create) ? "" : $QueueObj->Description %>" size=60></TD></TR>
 <TR>
 <TD ALIGN=RIGHT>
-<&|/l&>Correspondence Address</&>:
+<&|/l&>Reply Address</&>:
 </TD><TD>
 <INPUT name="CorrespondAddress" value="<% ($Create) ? "" : $QueueObj->CorrespondAddress %>">
 <BR><font size="-1"><i><&|/l , $RT::CorrespondAddress&>(If left blank, will default to [_1]</&></i></font>
@@ -143,6 +143,12 @@
   if ($QueueObj->Disabled()) {
       $EnabledChecked ="";
   }
+
+    my @linkresults;
+    $m->comp('/Elements/Callback', results => \@linkresults, 
+	     RecordObj => $QueueObj, ARGSRef => \%ARGS, 
+	     _CallbackName => 'ProcessLinks');
+    push @results, @linkresults;
 }
 </%INIT>
 

Added: rt/branches/rt-3.3/html/Elements/EditLinks
==============================================================================
--- (empty file)
+++ rt/branches/rt-3.3/html/Elements/EditLinks	Fri Apr  2 10:54:22 2004
@@ -0,0 +1,149 @@
+%# BEGIN LICENSE BLOCK
+%# 
+%# Copyright (c) 1996-2003 Jesse Vincent <jesse at bestpractical.com>
+%# 
+%# (Except where explictly superceded by other copyright notices)
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# Unless otherwise specified, all modifications, corrections or
+%# extensions to this work which alter its source code become the
+%# property of Best Practical Solutions, LLC when submitted for
+%# inclusion in the work.
+%# 
+%# 
+%# END LICENSE BLOCK
+<TABLE width=100%>
+  <TR>
+    <TD VALIGN=TOP WIDTH=50%>
+      <h3><&|/l&>Current Relationships</&></h3>
+
+<table>
+  <tr>
+    <td></td>
+    <td><i><&|/l&>(Check box to delete)</&></i></td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Depends on</&>:</td>
+    <td class="value">
+% while (my $link = $Object->DependsOn->Next) {
+      <INPUT TYPE=CHECKBOX NAME="DeleteLink--<%$link->Type%>-<%$link->Target%>">
+        <& ShowLink, URI => $link->TargetURI &><br>
+% }
+    </td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Depended on by</&>:</td>
+    <td class="value">
+% while (my $link = $Object->DependedOnBy->Next) {
+% my $member = $link->BaseObj;
+      <INPUT TYPE=CHECKBOX NAME="DeleteLink-<%$link->Base%>-<%$link->Type%>-">
+        <& ShowLink, URI => $link->BaseURI &><br>
+% }
+    </td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Parents</&>:</td>
+    <td class="value">
+% while (my $link = $Object->MemberOf->Next) {
+      <INPUT TYPE=CHECKBOX NAME="DeleteLink--<%$link->Type%>-<%$link->Target%>">
+        <& ShowLink, URI => $link->TargetURI &><br>
+% }
+    </td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Children</&>:</td>
+    <td class="value">
+% while (my $link = $Object->Members->Next) {
+      <INPUT TYPE=CHECKBOX NAME="DeleteLink-<%$link->Base%>-<%$link->Type%>-">
+        <& ShowLink, URI => $link->BaseURI &><br>
+% }
+    </td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Refers to</&>:</td>
+    <td class="value">
+% while (my $link = $Object->RefersTo->Next) {
+      <INPUT TYPE=CHECKBOX NAME="DeleteLink--<%$link->Type%>-<%$link->Target%>">
+        <& ShowLink, URI => $link->TargetURI &><br>
+%}
+    </td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Referred to by</&>:</td>
+    <td class="value">
+% while (my $link = $Object->ReferredToBy->Next) {
+      <INPUT TYPE=CHECKBOX NAME="DeleteLink-<%$link->Base%>-<%$link->Type%>-">
+        <& ShowLink, URI => $link->BaseURI &><br>
+% }
+    </td>
+  </tr>
+</table>
+			    
+</TD>
+<TD VALIGN=TOP>
+<h3><&|/l&>New Relationships</&></h3>
+% if (ref($Object) eq 'RT::Ticket') {
+<i><&|/l&>Enter tickets or URIs to link tickets to. Separate multiple entries with spaces.</&></i><br>
+% } elsif (ref($Object) eq 'RT::Queue') {
+<i><&|/l&>Enter queues or URIs to link queues to. Separate multiple entries with spaces.</&></i><br>
+% } else {
+<i><&|/l&>Enter objects or URIs to link objects to. Separate multiple entries with spaces.</&></i><br>
+% }
+<TABLE>
+% if ($Merge) {
+  <TR>
+    <TD class="label"><&|/l&>Merge into</&>:</TD>
+    <TD class="entry"><input name="<%$id%>-MergeInto"> <i><&|/l&>(only one ticket)</&></i></TD>
+  </TR>
+% }
+  <TR>
+    <TD class="label"><&|/l&>Depends on</&>:</TD>
+    <TD class="entry"><input name="<%$id%>-DependsOn"></TD>
+  </TR>
+  <TR>
+    <TD class="label"><&|/l&>Depended on by</&>:</TD>
+    <TD class="entry"><input name="DependsOn-<%$id%>"></TD>
+  </TR>
+  <TR>
+    <TD class="label"><&|/l&>Parents</&>:</TD>
+    <TD class="entry"><input name="<%$id%>-MemberOf"></TD>
+  </TR>
+  <TR>
+    <TD class="label"><&|/l&>Children</&>:</TD>
+    <TD class="entry"> <input name="MemberOf-<%$id%>"></TD>
+  </TR>
+  <TR>
+    <TD class="label"><&|/l&>Refers to</&>:</TD>
+    <TD class="entry"><input name="<%$id%>-RefersTo"></TD>
+  </TR>
+  <TR>
+    <TD class="label"><&|/l&>Referred to by</&>:</TD>
+    <TD class="entry"> <input name="RefersTo-<%$id%>"></TD>
+  </TR>
+</TABLE>
+</TD>
+</TR>
+</TABLE>
+
+<%INIT>
+my $id;
+if ($Object && $Object->Id) {
+    $id = $Object->Id;
+} else {
+    $id = 'new';
+}
+</%INIT>
+      
+<%ARGS>
+$Object => undef
+$Merge => 0
+</%ARGS>

Modified: rt/branches/rt-3.3/html/Elements/MessageBox
==============================================================================
--- rt/branches/rt-3.3/html/Elements/MessageBox	(original)
+++ rt/branches/rt-3.3/html/Elements/MessageBox	Fri Apr  2 10:54:22 2004
@@ -21,7 +21,7 @@
 %# 
 %# 
 %# END LICENSE BLOCK
-<TEXTAREA COLS=<%$Width%> ROWS=15 WRAP=<%$Wrap%> NAME="<%$Name%>"><& /Elements/Callback, %ARGS &><% $Default %><%$message%><%$IncludeSignature ? $signature : ''%></TEXTAREA>
+<TEXTAREA COLS=<%$Width%> ROWS=<%$Height%> WRAP=<%$Wrap%> NAME="<%$Name%>"><& /Elements/Callback, %ARGS &><% $Default %><%$message%><%$IncludeSignature ? $signature : ''%></TEXTAREA>
 <%INIT>
 
 my ($message);
@@ -33,7 +33,7 @@
 }
 
 my $signature = '';
-if ($session{'CurrentUser'}->UserObj->Signature) {
+if ($IncludeSignature && $session{'CurrentUser'}->UserObj->Signature) {
 	$signature = "-- \n".$session{'CurrentUser'}->UserObj->Signature;
 }
 
@@ -42,8 +42,9 @@
 $QuoteTransaction => undef
 $Name => 'Content'
 $Default => ''
-$Width => $RT::MessageBoxWidth
-$Wrap => $RT::MessageBoxWrap
+$Width => $RT::MessageBoxWidth || 72
+$Height => $RT::MessageBoxHeight || 15
+$Wrap => $RT::MessageBoxWrap || 'HARD'
 $IncludeSignature => 1
 </%ARGS>
 

Modified: rt/branches/rt-3.3/html/Elements/SelectMatch
==============================================================================
--- rt/branches/rt-3.3/html/Elements/SelectMatch	(original)
+++ rt/branches/rt-3.3/html/Elements/SelectMatch	Fri Apr  2 10:54:22 2004
@@ -38,13 +38,13 @@
 </%ARGS>
 <%INIT>
 my ($TrueDefault, $FalseDefault, $LikeDefault, $NotLikeDefault);
-if ($Default && $Default !~ /true/i) {
+if ($Default && $Default =~ /false/i) {
 	$FalseDefault = "SELECTED";
 }
-elsif ($Default && $Default !~ /false/i) {
+elsif ($Default && $Default =~ /true/i) {
 	$TrueDefault = "SELECTED";
 } 
-elsif ($Default && $Default !~ /notlike/i) {
+elsif ($Default && $Default =~ /notlike/i) {
 	$NotLikeDefault = "SELECTED";
 }
 else {

Added: rt/branches/rt-3.3/html/Elements/ShowLink
==============================================================================
--- (empty file)
+++ rt/branches/rt-3.3/html/Elements/ShowLink	Fri Apr  2 10:54:22 2004
@@ -0,0 +1,40 @@
+%# BEGIN LICENSE BLOCK
+%# 
+%# Copyright (c) 1996-2003 Jesse Vincent <jesse at bestpractical.com>
+%# 
+%# (Except where explictly superceded by other copyright notices)
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# Unless otherwise specified, all modifications, corrections or
+%# extensions to this work which alter its source code become the
+%# property of Best Practical Solutions, LLC when submitted for
+%# inclusion in the work.
+%# 
+%# 
+%# END LICENSE BLOCK
+<A href="<%$URI->Resolver->HREF%>">
+% if ($URI->IsLocal) {
+% my $member = $URI->Object;
+% if (UNIVERSAL::isa($member, "RT::Ticket")) {
+<%$member->Id%>: (<%$member->OwnerObj->Name%>) <%$member->Subject%> [<% loc($member->Status) %>]
+% } elsif ( UNIVERSAL::can($member, 'Name')) {
+<%$URI->Resolver->AsString%>: <%$member->Name%>
+% } else {
+<%$URI->Resolver->AsString%>
+% }
+% } else {
+<%$URI->Resolver->AsString%>
+% }
+</a>
+<%ARGS>
+$URI => undef
+</%ARGS>

Added: rt/branches/rt-3.3/html/Elements/ShowLinks
==============================================================================
--- (empty file)
+++ rt/branches/rt-3.3/html/Elements/ShowLinks	Fri Apr  2 10:54:22 2004
@@ -0,0 +1,87 @@
+%# BEGIN LICENSE BLOCK
+%# 
+%# Copyright (c) 1996-2003 Jesse Vincent <jesse at bestpractical.com>
+%# 
+%# (Except where explictly superceded by other copyright notices)
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# Unless otherwise specified, all modifications, corrections or
+%# extensions to this work which alter its source code become the
+%# property of Best Practical Solutions, LLC when submitted for
+%# inclusion in the work.
+%# 
+%# 
+%# END LICENSE BLOCK
+<table>
+  <tr>
+    <td class="labeltop"><&|/l&>Depends on</&>:</td>
+    <td class="value">
+<ul>
+% while (my $Link = $Ticket->DependsOn->Next) {
+<li><& ShowLink, URI => $Link->TargetURI &>
+% }
+</ul>
+    </td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Depended on by</&>:</td>
+    <td class="value">
+<ul>
+% while (my $Link = $Ticket->DependedOnBy->Next) {
+<li><& ShowLink, URI => $Link->BaseURI &>
+% }
+</ul>
+    </td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Parents</&>:</td>
+    <td class="value">
+<ul>
+% while (my $Link = $Ticket->MemberOf->Next) {
+<li><& ShowLink, URI => $Link->TargetURI &>
+% }
+</ul>
+    </td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Children</&>:</td>
+    <td class="value"><& /Ticket/Elements/ShowMembers, Ticket => $Ticket &></td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Refers to</&>:</td>
+    <td class="value">
+<ul>
+% while (my $Link = $Ticket->RefersTo->Next) {
+<li><& ShowLink, URI => $Link->TargetURI &>
+% }
+</ul>
+    </td>
+  </tr>
+  <tr>
+    <td class="labeltop"><&|/l&>Referred to by</&>:</td>
+    <td class="value">
+    <ul>
+% while (my $Link = $Ticket->ReferredToBy->Next) {
+<li><& ShowLink, URI => $Link->BaseURI &>
+% }
+</ul>
+    </td>
+  </tr>
+
+% # Allow people to add more rows to the table                                                                                                                           
+%  $m->comp('/Elements/Callback', %ARGS );
+
+</table>
+
+<%ARGS>
+$Ticket => undef
+</%ARGS>

Modified: rt/branches/rt-3.3/html/Scope/Elements/ShowSummary
==============================================================================
--- rt/branches/rt-3.3/html/Scope/Elements/ShowSummary	(original)
+++ rt/branches/rt-3.3/html/Scope/Elements/ShowSummary	Fri Apr  2 10:54:22 2004
@@ -57,7 +57,7 @@
 	  <& /Elements/TitleBoxStart, title => loc('Relationships'), 
 		title_class=> 'inverse',  
 		titleright => '', color=> "#336633" &>
-	        <& /Ticket/Elements/ShowLinks, Ticket => $Ticket &>
+	        <& /Elements/ShowLinks, Ticket => $Ticket &>
 	<& /Elements/TitleBoxEnd &>
         <BR>
 	  <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket &>

Modified: rt/branches/rt-3.3/html/Search/Build.html
==============================================================================
--- rt/branches/rt-3.3/html/Search/Build.html	(original)
+++ rt/branches/rt-3.3/html/Search/Build.html	Fri Apr  2 10:54:22 2004
@@ -567,12 +567,6 @@
             $key =~ s!\\(.)!$1!g;
             $val =~ s!\\(.)!$1!g;
 
-            my $subkey;
-            if ( $key =~ /^(.+?)\.(.+)$/ ) {
-                $key    = $1;
-                $subkey = $2;
-            }
-
             my $class;
             if ( exists $lcfields{ lc $key } ) {
                 $key   = $lcfields{ lc $key };

Modified: rt/branches/rt-3.3/html/Search/Bulk.html
==============================================================================
--- rt/branches/rt-3.3/html/Search/Bulk.html	(original)
+++ rt/branches/rt-3.3/html/Search/Bulk.html	Fri Apr  2 10:54:22 2004
@@ -127,7 +127,7 @@
 <tr><td align=right><&|/l&>Update Type</&>:</td>
 <td><select name="UpdateType">
   <option value="private" ><&|/l&>Comments (not sent to requestors)</&></option>
-<option value="response" ><&|/l&>Response to requestors</&></option>
+<option value="response" ><&|/l&>Reply to requestors</&></option>
 </select> 
 </td></tr>
 <tr><td align=right><&|/l&>Subject</&>:</td><td> <input name="UpdateSubject" size=60 value=""></td></tr>

Modified: rt/branches/rt-3.3/html/Search/Elements/SelectPersonType
==============================================================================
--- rt/branches/rt-3.3/html/Search/Elements/SelectPersonType	(original)
+++ rt/branches/rt-3.3/html/Search/Elements/SelectPersonType	Fri Apr  2 10:54:22 2004
@@ -26,7 +26,9 @@
 <OPTION VALUE="">-</OPTION>
 % }
 %for my $option (@types) {
-<OPTION VALUE="<%"$option$Suffix"%>" <%"$option$Suffix" eq $Default && "SELECTED"%>><%loc($option)%></OPTION>
+%foreach my $subtype (@subtypes) {
+<OPTION VALUE="<%"$option.$subtype"%>" <%$option eq $Default && $subtype eq 'EmailAddress' && "SELECTED"%> ><%loc("[_1] [_2]",$option, $subtype)%></OPTION>
+% }
 %}
 </SELECT>
 
@@ -36,13 +38,15 @@
    @types = qw(Cc AdminCc);
 }
 else { 
-   @types = qw(Requestor Cc AdminCc Watcher Owner Creator LastUpdatedBy);
+   @types = qw(Requestor Cc AdminCc Watcher Owner);
 }
+
+my @subtypes = qw(EmailAddress Name RealName Nickname Organization Address1 Address2 WorkPhone HomePhone MobilePhone PagerPhone);
+
 </%INIT>
 <%ARGS>
 $AllowNull => 1
 $Default=>undef
 $Scope => 'ticket'
-$Suffix => ''
 $Name => 'WatcherType'
 </%ARGS>

Modified: rt/branches/rt-3.3/html/SelfService/Display.html
==============================================================================
--- rt/branches/rt-3.3/html/SelfService/Display.html	(original)
+++ rt/branches/rt-3.3/html/SelfService/Display.html	Fri Apr  2 10:54:22 2004
@@ -46,7 +46,9 @@
 
 
 
-<& /Ticket/Elements/ShowHistory, Ticket => $Ticket, AttachPath => "Attachment" &>
+%#!!pape: selfservice_find_attachments.patch {{
+<& /Ticket/Elements/ShowHistory, Ticket => $Ticket, AttachPath => "Attachment", Attachments => $attachments, UpdatePath => "Update.html" &>
+%#!!pape: selfservice_find_attachments.patch }}
 
 
 
@@ -171,6 +173,8 @@
 # }}}
 
 my $Transactions = $Ticket->Transactions;
+
+my $attachments = $m->comp('/Ticket/Elements/FindAttachments', Ticket => $Ticket);
 
 </%INIT>
 

Modified: rt/branches/rt-3.3/html/Ticket/Create.html
==============================================================================
--- rt/branches/rt-3.3/html/Ticket/Create.html	(original)
+++ rt/branches/rt-3.3/html/Ticket/Create.html	Fri Apr  2 10:54:22 2004
@@ -125,7 +125,7 @@
 <TD COLSPAN=6>
 <&|/l&>Describe the issue below</&>:<br>
 % if (exists $ARGS{Content}) {
-<& /Elements/MessageBox, Default => $ARGS{Content} &>
+<& /Elements/MessageBox, Default => $ARGS{Content}, IncludeSignature => 0 &>
 % } else {
 <& /Elements/MessageBox, QuoteTransaction => $QuoteTransaction &>
 %}

Modified: rt/branches/rt-3.3/html/Ticket/Display.html
==============================================================================
--- rt/branches/rt-3.3/html/Ticket/Display.html	(original)
+++ rt/branches/rt-3.3/html/Ticket/Display.html	Fri Apr  2 10:54:22 2004
@@ -41,7 +41,8 @@
       Tickets => $Tickets, 
       Collapsed => $ARGS{'Collapsed'}, 
       ShowHeaders => $ARGS{'ShowHeaders'},
-      Attachments => $attachments 
+      Attachments => $attachments,
+      AttachmentContent => $attachment_content
       
       &> 
 
@@ -123,5 +124,6 @@
 
 
 my $attachments = $m->comp('Elements/FindAttachments', Ticket => $TicketObj, Tickets => $Tickets);
+my $attachment_content = $m->comp('Elements/LoadTextAttachments', Ticket => $TicketObj);
 
 </%INIT>

Added: rt/branches/rt-3.3/html/Ticket/Elements/LoadTextAttachments
==============================================================================
--- (empty file)
+++ rt/branches/rt-3.3/html/Ticket/Elements/LoadTextAttachments	Fri Apr  2 10:54:22 2004
@@ -0,0 +1,39 @@
+<%INIT>
+
+my $attachments = RT::Attachments->new( $session{'CurrentUser'} );
+
+$attachments->Columns( qw(id Content ContentType TransactionId ContentEncoding));
+
+if ( $Ticket->CurrentUserHasRight('ShowTicket') ) {
+    my $transactions = $attachments->NewAlias('Transactions');
+    $attachments->Join( ALIAS1 => 'main',
+                                           FIELD1 => 'TransactionId',
+                                           ALIAS2 => $transactions,
+                                           FIELD2 => 'id' );
+    
+    my $tickets = $attachments->NewAlias('Tickets');
+
+    $attachments->Join( ALIAS1 => $transactions,
+                        FIELD1 => 'Ticket',
+                        ALIAS2 => $tickets,
+                        FIELD2 => 'id' );
+
+    $attachments->Limit( ALIAS => $tickets,
+                         FIELD => 'EffectiveId',
+                         VALUE => $Ticket->id() );
+    # if the user may not see comments do not return them
+    unless ( $Ticket->CurrentUserHasRight('ShowTicketComments') ) {
+        $attachments->Limit( ALIAS    => $transactions, FIELD    => 'Type', OPERATOR => '!=', VALUE    => "Comment" );
+    }
+
+    $attachments->Limit ( FIELD => 'ContentType', OPERATOR => '=', VALUE => 'text/plain');
+    $attachments->Limit ( FIELD => 'ContentType', OPERATOR => 'STARTSWITH', VALUE => 'message/');
+    $attachments->Limit ( FIELD => 'ContentType', OPERATOR => '=', VALUE => 'text');
+
+}
+return ($attachments);
+</%INIT>
+<%ARGS>
+$Ticket => undef
+</%ARGS>
+

Modified: rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory
==============================================================================
--- rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory	(original)
+++ rt/branches/rt-3.3/html/Ticket/Elements/ShowHistory	Fri Apr  2 10:54:22 2004
@@ -39,7 +39,7 @@
       . "</a>] <b>["
       . loc("Full headers") . "]</b>";
 }
-elsif ($ShowHeaderModes) {
+else {
     $titleright .= "<b>["
       . loc("Brief headers")
       . "]</b> [<A HREF=\""
@@ -49,9 +49,6 @@
       . $Ticket->id . "\">"
       . loc("Full headers") . "</a>]";
 }
-else {
-    $titleright = '';
-}
 </%perl>
 <& /Elements/TitleBoxStart, title => $title, titleright => $titleright, bodyclass=> ''&>
 % }
@@ -59,6 +56,7 @@
 <TABLE WIDTH=100% CELLSPACING=0 CELLPADDING=2 BORDER=0>
 <%perl>
 my @attachments = @{$Attachments->ItemsArrayRef()};
+my @attachment_content = @{$AttachmentContent->ItemsArrayRef()};
 
 
 
@@ -78,11 +76,16 @@
 
     my @trans_attachments = grep { $_->TransactionId == $Transaction->Id } @attachments;
 
+    my $trans_content = {};
+    grep { ($_->TransactionId == $Transaction->Id ) && ($trans_content->{$_->Id} = $_)  } @attachment_content;
+
    
     #Args is first because we're clobbering the "Attachments" parameter 
     $m->comp( 'ShowTransaction',
             %ARGS,
 
+	      AttachPath	  => $AttachPath,
+	      UpdatePath	   => $UpdatePath,
               Ticket               => $Ticket,
               Transaction          => $Transaction,
               ShowHeaders          => $ShowHeaders,
@@ -90,6 +93,7 @@
               RowNum               => $i,
               ShowTitleBarCommands => $ShowTitleBarCommands,
               Attachments          => \@trans_attachments,
+              AttachmentContent    => $trans_content
  );
 }
 
@@ -112,6 +116,9 @@
 my $i;
 
 $Attachments ||=  $m->comp('/Ticket/Elements/FindAttachments', Ticket => $Ticket, Tickets => $Tickets || undef);
+$AttachmentContent ||= $m->comp('/Ticket/Elements/LoadTextAttachments', Ticket => $Ticket);
+
+
 
 </%INIT>
 <%ARGS>
@@ -125,5 +132,7 @@
 $ShowTitle => 1
 $ShowDisplayModes => 1
 $ShowTitleBarCommands => 1
-$ShowHeaderModes => 1
+$AttachPath => $RT::WebPath."/Ticket/Attachment"
+$UpdatePath => $RT::WebPath."/Ticket/Update.html"
+
 </%ARGS>

Modified: rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary
==============================================================================
--- rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary	(original)
+++ rt/branches/rt-3.3/html/Ticket/Elements/ShowSummary	Fri Apr  2 10:54:22 2004
@@ -62,7 +62,7 @@
 		title_href => "$RT::WebPath/Ticket/ModifyLinks.html?id=".$Ticket->Id, 
 		title_class=> 'inverse',  
 		titleright => '', color=> "#336633" &>
-	        <& /Ticket/Elements/ShowLinks, Ticket => $Ticket &>
+	        <& /Elements/ShowLinks, Ticket => $Ticket &>
 	<& /Elements/TitleBoxEnd &>
         <BR>
 	  <& /Ticket/Elements/ShowAttachments, Ticket => $Ticket, Attachments => $Attachments &>

Modified: rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction
==============================================================================
--- rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction	(original)
+++ rt/branches/rt-3.3/html/Ticket/Elements/ShowTransaction	Fri Apr  2 10:54:22 2004
@@ -129,7 +129,9 @@
 $ShowTitleBarCommands => 1
 $RowNum => 1
 $AttachPath => $RT::WebPath."/Ticket/Attachment"
+$UpdatePath => $RT::WebPath."/Ticket/Update.html"
 $Attachments => undef
+$AttachmentContent => undef
 $ShowBody => 1
 </%ARGS>
 
@@ -172,7 +174,7 @@
     $TicketString = "Ticket " . $Transaction->Ticket . ": ";
 }
 
-if ( $Transaction->TimeTaken > 0 ) {
+if ( $Transaction->TimeTaken != 0 ) {
     $TimeTaken = $Transaction->TimeTaken . " min";
 }
 
@@ -212,7 +214,7 @@
     if ( $Attachments->[0] && $ShowTitleBarCommands ) {
         if ( $Transaction->TicketObj->CurrentUserHasRight('ReplyToTicket') ) {
             $titlebar_commands .=
-                "[<a href=\"Update.html?id="
+                "[<a href=\"".$UpdatePath."?id="
               . $Transaction->Ticket
               . "&QuoteTransaction="
               . $Transaction->Id
@@ -222,7 +224,7 @@
         }
         if ( $Transaction->TicketObj->CurrentUserHasRight('CommentOnTicket') ) {
             $titlebar_commands .=
-                "[<a href=\"Update.html?id="
+                "[<a href=\"".$UpdatePath."?id="
               . $Transaction->Ticket
               . "&QuoteTransaction="
               . $Transaction->Id

Modified: rt/branches/rt-3.3/html/Ticket/History.html
==============================================================================
--- rt/branches/rt-3.3/html/Ticket/History.html	(original)
+++ rt/branches/rt-3.3/html/Ticket/History.html	Fri Apr  2 10:54:22 2004
@@ -28,7 +28,13 @@
 
 <BR>
       
-<& /Ticket/Elements/ShowHistory , Ticket => $Ticket, ShowHeaders => $ARGS{'ShowHeaders'}, URIFile => 'History.html', Attachments => $attachments &> 
+<& /Ticket/Elements/ShowHistory , 
+    Ticket => $Ticket, 
+    ShowHeaders => $ARGS{'ShowHeaders'}, 
+    URIFile => 'History.html', 
+    Attachments => $attachments,
+    AttachmentContent => $attachment_content
+    &> 
 
 
 <%ARGS>
@@ -46,6 +52,9 @@
 }
 
 my $attachments = $m->comp('Elements/FindAttachments', Ticket => $Ticket);
+my $attachment_content = $m->comp('Elements/LoadTextAttachments', Ticket =>
+$Ticket);
+
 
 </%INIT>
 

Modified: rt/branches/rt-3.3/html/Ticket/ModifyAll.html
==============================================================================
--- rt/branches/rt-3.3/html/Ticket/ModifyAll.html	(original)
+++ rt/branches/rt-3.3/html/Ticket/ModifyAll.html	Fri Apr  2 10:54:22 2004
@@ -54,7 +54,7 @@
 <BR>
 
 <& /Elements/TitleBoxStart, title => loc('Relationships'), color => "#336633"&>
-<& Elements/EditLinks, Ticket => $Ticket &>
+<& /Elements/EditLinks, Object => $Ticket, Merge => 1 &>
 <& /Elements/TitleBoxEnd &>
 
 <BR>
@@ -69,7 +69,7 @@
         <option value="private" ><&|/l&>Comments (Not sent to requestors)</&></option>
 % }
 % if ($CanRespond) {
-        <option value="response"><&|/l&>Response to requestors</&></option>
+        <option value="response"><&|/l&>Reply to requestors</&></option>
 % }
       </select> 
     </td>

Modified: rt/branches/rt-3.3/html/Ticket/ModifyLinks.html
==============================================================================
--- rt/branches/rt-3.3/html/Ticket/ModifyLinks.html	(original)
+++ rt/branches/rt-3.3/html/Ticket/ModifyLinks.html	Fri Apr  2 10:54:22 2004
@@ -33,7 +33,7 @@
 <input type="hidden" name="id" value="<%$Ticket->id%>">
 
 <& /Elements/TitleBoxStart, title => loc('Edit Relationships'), color => "#336633"&>
-<& Elements/EditLinks, Ticket => $Ticket &>
+<& /Elements/EditLinks, Object => $Ticket, Merge => 1 &>
 <& /Elements/TitleBoxEnd &>
 <& /Elements/Submit, color => "#336633", Caption=> loc('Save Changes') &>
 </form>

Modified: rt/branches/rt-3.3/html/Ticket/Update.html
==============================================================================
--- rt/branches/rt-3.3/html/Ticket/Update.html	(original)
+++ rt/branches/rt-3.3/html/Ticket/Update.html	Fri Apr  2 10:54:22 2004
@@ -40,14 +40,18 @@
 <&|/l&>Owner</&>:  
 <& /Elements/SelectOwner, Name=>"Owner", Default => ($ARGS{'Owner'} || $TicketObj->OwnerObj->Id()), QueueObj => $TicketObj->QueueObj, TicketObj => $TicketObj &>
 <&|/l&>Worked</&>: <input size=4 name="UpdateTimeWorked" value="<% $ARGS{UpdateTimeWorked}%>"> <&|/l&>minutes</&></td></tr>
-
+% my $skip;
+<& /Elements/Callback, _CallbackName => 'BeforeUpdateType', skip => \$skip, %ARGS &>
+% if (!$skip) {
+<INPUT TYPE=HIDDEN NAME=id VALUE="<%$TicketObj->Id%>"><br>
+% }
 <tr><td align=right><&|/l&>Update Type</&>:</td>
 <td><select name="UpdateType">
 % if ($CanComment) {
   <option value="private" <%$CommentDefault%>><&|/l&>Comments (Not sent to requestors)</&></option>
 % }
 % if ($CanRespond) {
-   <option value="response" <%$ResponseDefault%>><&|/l&>Response to requestors</&></option>
+   <option value="response" <%$ResponseDefault%>><&|/l&>Reply to requestors</&></option>
 % }
 </select> 
 </td></tr>
@@ -95,7 +99,6 @@
 <& /Elements/MessageBox, Name=>"UpdateContent", %ARGS &>
 % }
 </td></tr>
-		<INPUT TYPE=HIDDEN NAME=id VALUE="<%$TicketObj->Id%>"><br>
 </table>
 
 

Modified: rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Action/CreateTickets.pm	Fri Apr  2 10:54:22 2004
@@ -25,6 +25,7 @@
 require RT::Action::Generic;
 
 use strict;
+use warnings;
 use vars qw/@ISA/;
 @ISA = qw(RT::Action::Generic);
 
@@ -39,7 +40,7 @@
 
 =head1 SYNOPSIS
 
- ===Create-Ticket: codereview
+ ===Create-Ticket codereview
  Subject: Code review for {$Tickets{'TOP'}->Subject}
  Depended-On-By: TOP
  Content: Someone has created a ticket. you should review and approve it,
@@ -307,85 +308,276 @@
 #Do what we need to do and send it out.
 sub Commit {
     my $self = shift;
-    my (@links, @postponed);
+
+    # Create all the tickets we care about
+    return(1) unless $self->TicketObj->Type eq 'ticket';
+
+    $self->CreateByTemplate($self->TicketObj);
+    $self->UpdateByTemplate($self->TicketObj);
+    return(1);
+}
+# }}}
+
+# {{{ sub Prepare 
+
+sub Prepare  {
+  my $self = shift;
+  
+  unless ($self->TemplateObj) {
+    $RT::Logger->warning("No template object handed to $self\n");
+  }
+  
+  unless ($self->TransactionObj) {
+    $RT::Logger->warning("No transaction object handed to $self\n");
+    
+  }
+  
+  unless ($self->TicketObj) {
+    $RT::Logger->warning("No ticket object handed to $self\n");
+      
+  }
+ 
+  $self->Parse($self->TemplateObj->Content);
+  return 1;
+  
+}
+
+# }}}
+
+# }}}
+
+sub CreateByTemplate {
+    my $self = shift;
+    my $top = shift;
 
     my @results;
 
     # XXX: cargo cult programming that works. i'll be back.
     use bytes;
 
-    # Create all the tickets we care about
-    return(1) unless $self->TicketObj->Type eq 'ticket';
+    %T::Tickets = ();
+
+    my $ticketargs;
+    my (@links, @postponed);
+    foreach my $template_id ( @{ $self->{'create_tickets'} } ) {
+	$T::Tickets{'TOP'} = $T::TOP = $top if $top;
+	$RT::Logger->debug("Workflow: processing $template_id of $T::TOP") if $T::TOP;
+
+	$T::ID = $template_id;
+	@T::AllID = @{ $self->{'create_tickets'} };
+
+	($T::Tickets{$template_id}, $ticketargs) = $self->ParseLines($template_id, 
+								     \@links, \@postponed);
+
+	# Now we have a %args to work with. 
+	# Make sure we have at least the minimum set of 
+	# reasonable data and do our thang
+
+	my ($id, $transid, $msg) = $T::Tickets{$template_id}->Create(%$ticketargs);
+
+	push @results, $T::Tickets{$template_id}->loc("Ticket [_1]", $T::Tickets{$template_id}->Id) . ': ' .$msg;
+
+	if (!$id) {
+	    if ($self->TicketObj) {
+		$msg = "Couldn't create related ticket $template_id for ".
+		    $self->TicketObj->Id ." ".$msg;
+	    } else {
+		$msg = "Couldn't create ticket $template_id " . $msg;
+	    }
+
+	    $RT::Logger->error($msg);
+	    next;
+	}
+
+	$RT::Logger->debug("Assigned $template_id with $id");
+	$T::Tickets{$template_id}->SetOriginObj($self->TicketObj)
+	    if $self->TicketObj && 
+		$T::Tickets{$template_id}->can('SetOriginObj');	
+
+    }
+
+    $self->PostProcess(\@links, \@postponed);
+
+    return @results;
+}
+
+sub UpdateByTemplate {
+    my $self = shift;
+    my $top = shift;
+
+    # XXX: cargo cult programming that works. i'll be back.
+    use bytes;
 
     my @results;
     %T::Tickets = ();
 
-    foreach my $template_id ( @{ $self->{'template_order'} } ) {
-	$T::Tickets{'TOP'} = $T::TOP = $self->TicketObj;
-	$RT::Logger->debug("Workflow: processing $template_id of $T::TOP");
+    my $ticketargs;
+    my (@links, @postponed);
+    foreach my $template_id ( @{ $self->{'update_tickets'} } ) {
+	$RT::Logger->debug("Update Workflow: processing $template_id");
 
 	$T::ID = $template_id;
-	@T::AllID = @{ $self->{'template_order'} };
+	@T::AllID = @{ $self->{'update_tickets'} };
 
-        my $template = Text::Template->new(
-	      TYPE   => 'STRING',
-	      SOURCE => $self->{'templates'}->{$template_id}
-        );
-
-	$RT::Logger->debug("Workflow: evaluating\n$self->{templates}{$template_id}");
-
-	my $err;
-        my $filled_in = $template->fill_in( PACKAGE => 'T', BROKEN => sub {
-	    $err = { @_ }->{error};
-	} );
-
-	$RT::Logger->debug("Workflow: yielding\n$filled_in");
-
-	if ($err) {
-	    $RT::Logger->error("Ticket creation failed for ".$self->TicketObj->Id." ".$err);
-	    while (my ($k, $v) = each %T::X) {
-		$RT::Logger->debug("Eliminating $template_id from ${k}'s parents.");
-		delete $v->{$template_id};
-	    }
+	($T::Tickets{$template_id}, $ticketargs) = $self->ParseLines($template_id, 
+								     \@links, \@postponed);
+
+	# Now we have a %args to work with. 
+	# Make sure we have at least the minimum set of 
+	# reasonable data and do our thang
+
+	my @attribs = qw(
+			 Subject
+			 FinalPriority
+			 Priority
+			 TimeEstimated
+			 TimeWorked
+			 TimeLeft
+			 Status
+			 Queue
+			 Due
+			 Starts
+			 Started
+			 Resolved
+			 );
+
+	my $id = $template_id;
+	$id =~ s/update-(\d+).*/$1/;
+	$T::Tickets{$template_id}->Load($id);
+
+	my $msg;
+	if (!$T::Tickets{$template_id}->Id) {
+	    $msg = "Couldn't update ticket $template_id " . $msg;
+
+	    $RT::Logger->error($msg);
 	    next;
 	}
 
-        my %args;
-        my @lines = ( split ( /\n/, $filled_in ) );
-        while ( defined(my $line = shift @lines) ) {
-            if ( $line =~ /^(.*?):(?:\s+(.*))?$/ ) {
-                my $value = $2;
-                my $tag = lc ($1);
-                $tag =~ s/-//g;
+	my $current = $self->GetBaseTemplate($T::Tickets{$template_id});
 
-		if (ref($args{$tag})) { #If it's an array, we want to push the value
-		    push @{$args{$tag}}, $value;
-		}
-		elsif (defined ($args{$tag})) { #if we're about to get a second value, make it an array
-		    $args{$tag} = [$args{$tag}, $value];
-		}
-		else { #if there's nothing there, just set the value
-		    $args{ $tag } = $value;
-		}
+	$template_id =~ m/^update-(.*)/;
+	my $base_id = "base-$1";
+	my $base = $self->{'templates'}->{$base_id};
+	$base =~ s/\r//g;
+	$base =~ s/\n+$//;
+	$current =~ s/\n+$//;
 
-                if ( $tag eq 'content' ) { #just build up the content
-                        # convert it to an array
-                        $args{$tag} = defined($value) ? [ $value."\n" ] : [];
-                      while ( defined(my $l = shift @lines) ) {
-                        last if ($l =~  /^ENDOFCONTENT\s*$/) ;
-                        push @{$args{'content'}}, $l."\n";
-                        }
-                }
-            }
-	}
-
-	foreach my $date qw(due starts started resolved) {
-	    my $dateobj = RT::Date->new($RT::SystemUser);
-	    next unless $args{$date};
-	    if ($args{$date} =~ /^\d+$/) {
-		$dateobj->Set(Format => 'unix', Value => $args{$date});
-	    } else {
-		$dateobj->Set(Format => 'unknown', Value => $args{$date});
+	if ($base ne $current) {
+	    push @results, "Could not update ticket " . $T::Tickets{$template_id}->Id . ": Ticket has changed";
+	    next;
+	}
+
+	push @results,
+	    $T::Tickets{$template_id}->Update(AttributesRef => \@attribs,
+					      ARGSRef => $ticketargs);
+
+	push @results, $self->UpdateWatchers($T::Tickets{$template_id}, $ticketargs);
+
+	next unless exists $ticketargs->{'UpdateType'};
+        if ( $ticketargs->{'UpdateType'} =~ /^(private|public)$/ ) {
+            my ( $Transaction, $Description, $Object ) = $T::Tickets{$template_id}->Comment(
+                CcMessageTo  => $ticketargs->{'Cc'},
+                BccMessageTo => $ticketargs->{'Bcc'},
+                MIMEObj      => $ticketargs->{'MIMEObj'},
+                TimeTaken    => $ticketargs->{'TimeWorked'}
+            );
+            push ( @results, 
+		   $T::Tickets{$template_id}->loc("Ticket [_1]", $T::Tickets{$template_id}->id) . ': ' . $Description );
+        }
+        elsif ( $ticketargs->{'UpdateType'} eq 'response' ) {
+            my ( $Transaction, $Description, $Object ) = $T::Tickets{$template_id}->Correspond(
+                CcMessageTo  => $ticketargs->{'Cc'},
+                BccMessageTo => $ticketargs->{'Bcc'},
+                MIMEObj      => $ticketargs->{'MIMEObj'},
+                TimeTaken    => $ticketargs->{'TimeWorked'}
+            );
+            push ( @results,
+		   $T::Tickets{$template_id}->loc("Ticket [_1]", $T::Tickets{$template_id}->id) . ': ' . $Description );
+        }
+        else {
+            push ( @results,
+                $T::Tickets{$template_id}->loc("Update type was neither correspondence nor comment.").
+                " ".
+                $T::Tickets{$template_id}->loc("Update not recorded.")
+            );
+        }
+    }
+
+    $self->PostProcess(\@links, \@postponed);
+
+    return @results;
+}
+
+sub Parse {
+    my $self = shift;
+    my $content = shift;
+
+    my @template_order;
+    my $template_id;
+    foreach my $line (split(/\n/, $content)) {
+	$line =~ s/\r$//;
+	$RT::Logger->debug("Line: $line");
+	if ($line =~ /^===Create-Ticket: (.*)$/) {
+	    $template_id = "create-$1";
+	    $RT::Logger->debug("****  Create ticket: $template_id");
+	    push @{$self->{'create_tickets'}},$template_id;
+        } elsif ($line =~ /^===Update-Ticket: (.*)$/) {
+	    $template_id = "update-$1";
+	    $RT::Logger->debug("****  Update ticket: $template_id");
+	    push @{$self->{'update_tickets'}},$template_id;
+        } elsif ($line =~ /^===Base-Ticket: (.*)$/) {
+	    $template_id = "base-$1";
+	    $RT::Logger->debug("****  Base ticket: $template_id");
+	    push @{$self->{'base_tickets'}},$template_id;
+	} elsif ($line =~ /^===#.*$/) { # a comment
+	    next;
+        } else {
+	    $self->{'templates'}->{$template_id} .= $line."\n";
+        }
+    }
+}
+
+sub ParseLines {
+    my $self = shift;
+    my $template_id = shift;
+    my $links = shift;
+    my $postponed = shift;
+
+    $RT::Logger->debug("Workflow: evaluating\n$self->{templates}{$template_id}");
+
+    my $template = Text::Template->new(
+				       TYPE   => 'STRING',
+				       SOURCE => $self->{'templates'}->{$template_id}
+				       );
+
+    my $err;
+    my $filled_in = $template->fill_in( PACKAGE => 'T', BROKEN => sub {
+	$err = { @_ }->{error};
+    } );
+    
+    $RT::Logger->debug("Workflow: yielding\n$filled_in");
+    
+    if ($err) {
+	$RT::Logger->error("Ticket creation failed: ".$err);
+	while (my ($k, $v) = each %T::X) {
+	    $RT::Logger->debug("Eliminating $template_id from ${k}'s parents.");
+	    delete $v->{$template_id};
+	}
+	next;
+    }
+    
+    my $TicketObj ||= RT::Ticket->new($RT::SystemUser);
+
+    my %args;
+    my @lines = ( split ( /\n/, $filled_in ) );
+    while ( defined(my $line = shift @lines) ) {
+	if ( $line =~ /^(.*?):(?:\s+(.*))?$/ ) {
+	    my $value = $2;
+	    my $tag = lc ($1);
+	    $tag =~ s/-//g;
+	    
+	    if (ref($args{$tag})) { #If it's an array, we want to push the value
+		push @{$args{$tag}}, $value;
 	    }
 	    elsif (defined ($args{$tag})) { #if we're about to get a second value, make it an array
 		$args{$tag} = [$args{$tag}, $value];
@@ -407,94 +599,262 @@
 		$args{ $tag } =~ s/\s+$//g;
 	    }
 	}
+    }
+
+    foreach my $date qw(due starts started resolved) {
+	my $dateobj = RT::Date->new($RT::SystemUser);
+	next unless $args{$date};
+	if ($args{$date} =~ /^\d+$/) {
+	    $dateobj->Set(Format => 'unix', Value => $args{$date});
+	} else {
+	    $dateobj->Set(Format => 'unknown', Value => $args{$date});
+	}
+	$args{$date} = $dateobj->ISO;
+    }
+
+    $args{'requestor'} ||= $self->TicketObj->Requestors->MemberEmailAddresses 
+	if $self->TicketObj;
+
+    $args{'type'} ||= 'ticket';
+
+    my %ticketargs = ( Queue => $args{'queue'},
+		       Subject=> $args{'subject'},
+		       Status => 'new',
+		       Due => $args{'due'},
+		       Starts => $args{'starts'},
+		       Started => $args{'started'},
+		       Resolved => $args{'resolved'},
+		       Owner => $args{'owner'},
+		       Requestor => $args{'requestor'},
+		       Cc => $args{'cc'},
+		       AdminCc=> $args{'admincc'},
+		       TimeWorked =>$args{'timeworked'},
+		       TimeEstimated =>$args{'timeestimated'},
+		       TimeLeft =>$args{'timeleft'},
+		       InitialPriority => $args{'initialpriority'} || 0,
+		       FinalPriority => $args{'finalpriority'} || 0,
+		       Type => $args{'type'}, 
+		       );
+
+    my $content = $args{'content'};
+    if ($content) {
 	my $mimeobj = MIME::Entity->new();
 	$mimeobj->build(Type => $args{'contenttype'},
 			Data => $args{'content'});
-	# Now we have a %args to work with. 
-	# Make sure we have at least the minimum set of 
-	# reasonable data and do our thang
-	$T::Tickets{$template_id} ||= RT::Ticket->new($RT::SystemUser);
+	$ticketargs{MIMEObj} = $mimeobj;
+	$ticketargs{UpdateType} = $args{'updatetype'} if $args{'updatetype'};
+    }
+    
+    foreach my $key (keys(%args)) {
+	$key =~ /^customfield(\d+)$/ or next;
+	$ticketargs{ "CustomField-" . $1 } = $args{$key};
+    }
 
-	# Deferred processing	
-	push @links, (
-	    $T::Tickets{$template_id}, {
-		DependsOn		=> $args{'dependson'},
-		DependedOnBy	=> $args{'dependedonby'},
-		RefersTo		=> $args{'refersto'},
-		ReferredToBy	=> $args{'referredtoby'},
-		Members		=> $args{'members'},
-		MemberOf		=> $args{'memberof'},
-	    }
-	);
+    $self->GetDeferred(\%args, $template_id, $links, $postponed);
 
-	push @postponed, (
-	    # Status is postponed so we don't violate dependencies
-	    $T::Tickets{$template_id}, {
-		Status		=> $args{'status'},
-	    }
-	);
+    return $TicketObj, \%ticketargs;
+}
 
-	$args{'requestor'} ||= $self->TicketObj->Requestors->MemberEmailAddresses;
+sub GetDeferred {
+    my $self = shift;
+    my $args = shift;
+    my $id = shift;
+    my $links = shift;
+    my $postponed = shift;
+
+    # Deferred processing	
+    push @$links, (
+		  $id, {
+		      DependsOn => $args->{'dependson'},
+		      DependedOnBy => $args->{'dependedonby'},
+		      RefersTo	=> $args->{'refersto'},
+		      ReferredToBy => $args->{'referredtoby'},
+		      Members => $args->{'members'},
+		      MemberOf => $args->{'memberof'},
+		  }
+		  );
+
+    push @$postponed, (
+		      # Status is postponed so we don't violate dependencies
+		      $id, {
+			  Status => $args->{'status'},
+		      }
+		      );
+}
 
-	$args{'type'} ||= 'ticket';
+sub GetUpdateTemplate {
+    my $self = shift;
+    my $t = shift;
 
-	my %ticketargs = ( Queue => $args{'queue'},
-		      Subject=> $args{'subject'},
-		    Status => 'new',
-		    Due => $args{'due'},
-		    Starts => $args{'starts'},
-		    Started => $args{'started'},
-		    Resolved => $args{'resolved'},
-		    Owner => $args{'owner'},
-		    Requestor => $args{'requestor'},
-		    Cc => $args{'cc'},
-		    AdminCc=> $args{'admincc'},
-		    TimeWorked =>$args{'timeworked'},
-		    TimeEstimated =>$args{'timeestimated'},
-		    TimeLeft =>$args{'timeleft'},
-		    InitialPriority => $args{'initialpriority'},
-		    FinalPriority => $args{'finalpriority'},
-		    Type => $args{'type'}, 
-		    MIMEObj => $mimeobj);
-
-
-	foreach my $key (keys(%args)) {
-	    $key =~ /^customfield(\d+)$/ or next;
-	    $ticketargs{ "CustomField-" . $1 } = $args{$key};
-	}
+    my $string;
+    $string .= "Queue: " . $t->QueueObj->Name . "\n";
+    $string .= "Subject: " . $t->Subject . "\n";
+    $string .= "Status: " . $t->Status . "\n";
+    $string .= "UpdateType: response\n";
+    $string .= "Content: \n";
+    $string .= "ENDOFCONTENT\n";
+    $string .= "Due: " . $t->DueObj->AsString . "\n";
+    $string .= "Starts: " . $t->StartsObj->AsString . "\n";
+    $string .= "Started: " . $t->StartedObj->AsString . "\n";
+    $string .= "Resolved: " . $t->ResolvedObj->AsString . "\n";
+    $string .= "Owner: " . $t->OwnerObj->Name . "\n";
+    $string .= "Requestor: " . $t->RequestorAddresses . "\n";
+    $string .= "Cc: " . $t->CcAddresses . "\n";
+    $string .= "AdminCc: " . $t->AdminCcAddresses . "\n";
+    $string .= "TimeWorked: " . $t->TimeWorked . "\n";
+    $string .= "TimeEstimated: " . $t->TimeEstimated . "\n";
+    $string .= "TimeLeft: " . $t->TimeLeft . "\n";
+    $string .= "InitialPriority: " . $t->Priority . "\n";
+    $string .= "FinalPriority: " . $t->FinalPriority . "\n";
 
-	my ($id, $transid, $msg) = $T::Tickets{$template_id}->Create(%ticketargs);
-	if (!$id) {
-	    $RT::Logger->error(
-		"Couldn't create related ticket $template_id for ".
-		$self->TicketObj->Id." ".$msg
-	    );
+    foreach my $type (sort keys %LINKTYPEMAP) {
+	if ($type eq "HasMember") {
 	    next;
 	}
+	$string .= "$type: ";
 
-	$RT::Logger->debug("Assigned $template_id with $id");
-	$T::Tickets{$template_id}->SetOriginObj($self->TicketObj)
-	    if $T::Tickets{$template_id}->can('SetOriginObj');
+	my $mode = $LINKTYPEMAP{$type}->{Mode};
+
+	my $links;
+	while (my $link = $t->$type->Next) {
+	    $links .= ", " if $links;
+
+	    my $method = $mode . "Obj";
+	    my $member = $link->$method;
+	    $links .= $member->Id;
+	}
+	$string .= $links;
+	$string .= "\n";
+    }
+
+    return $string;
+}
+
+sub GetBaseTemplate {
+    my $self = shift;
+    my $t = shift;
+
+    my $string;
+    $string .= "Queue: " . $t->Queue . "\n";
+    $string .= "Subject: " . $t->Subject . "\n";
+    $string .= "Status: " . $t->Status . "\n";
+    $string .= "Due: " . $t->DueObj->Unix . "\n";
+    $string .= "Starts: " . $t->StartsObj->Unix . "\n";
+    $string .= "Started: " . $t->StartedObj->Unix . "\n";
+    $string .= "Resolved: " . $t->ResolvedObj->Unix . "\n";
+    $string .= "Owner: " . $t->Owner . "\n";
+    $string .= "Requestor: " . $t->RequestorAddresses . "\n";
+    $string .= "Cc: " . $t->CcAddresses . "\n";
+    $string .= "AdminCc: " . $t->AdminCcAddresses . "\n";
+    $string .= "TimeWorked: " . $t->TimeWorked . "\n";
+    $string .= "TimeEstimated: " . $t->TimeEstimated . "\n";
+    $string .= "TimeLeft: " . $t->TimeLeft . "\n";
+    $string .= "InitialPriority: " . $t->Priority . "\n";
+    $string .= "FinalPriority: " . $t->FinalPriority . "\n";
+
+    return $string;
+}
+
+sub GetCreateTemplate {
+    my $self = shift;
+
+    my $string;
+
+    $string .= "Queue: General\n";
+    $string .= "Subject: \n";
+    $string .= "Status: new\n";
+    $string .= "Content: \n";
+    $string .= "ENDOFCONTENT\n";
+    $string .= "Due: \n";
+    $string .= "Starts: \n";
+    $string .= "Started: \n";
+    $string .= "Resolved: \n";
+    $string .= "Owner: \n";
+    $string .= "Requestor: \n";
+    $string .= "Cc: \n";
+    $string .= "AdminCc:\n"; 
+    $string .= "TimeWorked: \n";
+    $string .= "TimeEstimated: \n";
+    $string .= "TimeLeft: \n";
+    $string .= "InitialPriority: \n";
+    $string .= "FinalPriority: \n";
+
+    foreach (keys %LINKTYPEMAP) {
+	$string .= "$_: \n";
+    }
+    return $string;
+}
+
+sub UpdateWatchers {
+    my $self = shift;
+    my $ticket = shift;
+    my $args = shift;
+
+    my @results;
+
+    foreach my $type qw(Requestor Cc AdminCc) {
+	my $method = $type.'Addresses';
+	my $oldaddr = $ticket->$method;
+	my $newaddr = $args->{$type};
+	
+	my @old = split (', ', $oldaddr);
+	my @new = split (', ', $newaddr);
+	my %oldhash = map {$_ => 1} @old;
+	my %newhash = map {$_ => 1} @new;
+	
+	my @add = grep(!defined $oldhash{$_}, @new);
+	my @delete = grep(!defined $newhash{$_}, @old);
+	
+	foreach (@add) {
+	    my ($val, $msg) =
+		$ticket->AddWatcher(Type => $type,
+				    Email => $_);
+	    
+	    push @results, $ticket->loc("Ticket [_1]", $ticket->Id) . 
+		': ' . $msg;
+	}
+	
+	foreach (@delete) {
+	    my ($val, $msg) =
+		$ticket->DeleteWatcher(Type => $type,
+				       Email => $_);
+	    push @results, $ticket->loc("Ticket [_1]", $ticket->Id) . 
+		': ' . $msg;
+	}
     }
+    return @results;
+}
+
+sub PostProcess {
+    my $self = shift;
+    my $links = shift;
+    my $postponed = shift;
 
     # postprocessing: add links
 
-    while (my $ticket = shift(@links)) {
+    while (my $template_id = shift(@$links)) {
+	my $ticket = $T::Tickets{$template_id};
 	$RT::Logger->debug("Handling links for " . $ticket->Id);
-	my %args = %{shift(@links)};
+	my %args = %{shift(@$links)};
 
 	foreach my $type ( keys %LINKTYPEMAP ) {
 	    next unless (defined $args{$type});
 	    foreach my $link (
 		ref( $args{$type} ) ? @{ $args{$type} } : ( $args{$type} ) )
 	    {
-		if (!exists $T::Tickets{$link}) {
-		    $RT::Logger->debug("Skipping $type link for $link (non-existent)");
-		    next;
+		next unless $link;
+		if ($link !~ m/^\d+$/) {
+		    my $key = "create-$link";
+		    if (!exists $T::Tickets{$key}) {
+			$RT::Logger->debug("Skipping $type link for $key (non-existent)");
+			next;
+		    }
+		    $RT::Logger->debug("Building $type link for $link: " . $T::Tickets{$key}->Id);
+		    $link = $T::Tickets{$key}->Id;
+		} else {
+		    $RT::Logger->debug("Building $type link for $link")
 		}
-		$RT::Logger->debug("Building $type link for $link: " . $T::Tickets{$link}->Id);
-		$link = $T::Tickets{$link}->Id;
-
+		
 		my ( $wval, $wmsg ) = $ticket->AddLink(
 		    Type                          => $LINKTYPEMAP{$type}->{'Type'},
 		    $LINKTYPEMAP{$type}->{'Mode'} => $link,
@@ -509,58 +869,14 @@
     }
 
     # postponed actions -- Status only, currently
-    while (my $ticket = shift(@postponed)) {
+    while (my $template_id = shift(@$postponed)) {
+	my $ticket = $T::Tickets{$template_id};
 	$RT::Logger->debug("Handling postponed actions for $ticket");
-	my %args = %{shift(@postponed)};
-
+	my %args = %{shift(@$postponed)};
 	$ticket->SetStatus($args{Status}) if defined $args{Status};
     }
 
-    return(1);
 }
-# }}}
-
-# {{{ sub Prepare 
-
-sub Prepare  {
-  my $self = shift;
-  
-  unless ($self->TemplateObj) {
-    $RT::Logger->warning("No template object handed to $self\n");
-  }
-  
-  unless ($self->TransactionObj) {
-    $RT::Logger->warning("No transaction object handed to $self\n");
-    
-  }
-  
-  unless ($self->TicketObj) {
-    $RT::Logger->warning("No ticket object handed to $self\n");
-      
-  }
- 
-
-    
-
-my $template_id;
-foreach my $line (split(/\n/,$self->TemplateObj->Content)) {
-        if ($line =~ /^===Create-Ticket: (.*)$/) {
-                $template_id = $1;
-                push @{$self->{'template_order'}},$template_id;
-        } else {
-                $self->{'templates'}->{$template_id} .= $line."\n";
-        }       
-        
-        
-}
-  
-  return 1;
-  
-}
-
-# }}}
-
-# }}}
 
 eval "require RT::Action::CreateTickets_Vendor";
 die $@ if ($@ && $@ !~ qr{^Can't locate RT/Action/CreateTickets_Vendor.pm});

Modified: rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Action/SendEmail.pm	Fri Apr  2 10:54:22 2004
@@ -108,16 +108,16 @@
 
     # TODO: We should be pulling the recipients out of the template and shove them into To, Cc and Bcc
 
-    $self->SetHeader( 'To', join ( ',', @{ $self->{'To'} } ) )
+    $self->SetHeader( 'To', join ( ', ', @{ $self->{'To'} } ) )
       if ( ! $MIMEObj->head->get('To') &&  $self->{'To'} && @{ $self->{'To'} } );
-    $self->SetHeader( 'Cc', join ( ',', @{ $self->{'Cc'} } ) )
+    $self->SetHeader( 'Cc', join ( ', ', @{ $self->{'Cc'} } ) )
       if ( !$MIMEObj->head->get('Cc') && $self->{'Cc'} && @{ $self->{'Cc'} } );
-    $self->SetHeader( 'Bcc', join ( ',', @{ $self->{'Bcc'} } ) )
+    $self->SetHeader( 'Bcc', join ( ', ', @{ $self->{'Bcc'} } ) )
       if ( !$MIMEObj->head->get('Bcc') && $self->{'Bcc'} && @{ $self->{'Bcc'} } );
 
     # PseudoTo	(fake to headers) shouldn't get matched for message recipients.
     # If we don't have any 'To' header, drop in the pseudo-to header.
-    $self->SetHeader( 'To', join ( ',', @{ $self->{'PseudoTo'} } ) )
+    $self->SetHeader( 'To', join ( ', ', @{ $self->{'PseudoTo'} } ) )
       if ( $self->{'PseudoTo'} && ( @{ $self->{'PseudoTo'} } )
         and ( !$MIMEObj->head->get('To') ) );
 
@@ -234,10 +234,11 @@
     }
     else {
         my @mailer_args = ($RT::MailCommand);
+
         local $ENV{MAILADDRESS};
 
         if ( $RT::MailCommand eq 'sendmail' ) {
-            push @mailer_args, $RT::SendmailArguments;
+            push @mailer_args, split(/\s+/, $RT::SendmailArguments);
         }
         elsif ( $RT::MailCommand eq 'smtp' ) {
             $ENV{MAILADDRESS} = $RT::SMTPFrom || $MIMEObj->head->get('From');

Modified: rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Attachment_Overlay.pm	Fri Apr  2 10:54:22 2004
@@ -164,63 +164,11 @@
     #If it's not multipart
     else {
 
-        my $ContentEncoding = 'none';
 
         my $Body = $Attachment->bodyhandle->as_string;
 
-        #get the max attachment length from RT
-        my $MaxSize = $RT::MaxAttachmentSize;
 
-        #if the current attachment contains nulls and the 
-        #database doesn't support embedded nulls
-
-        if ( $RT::AlwaysUseBase64 or
-	     ( !$RT::Handle->BinarySafeBLOBs ) && ( $Body =~ /\x00/ ) ) {
-
-            # set a flag telling us to mimencode the attachment
-            $ContentEncoding = 'base64';
-
-            #cut the max attchment size by 25% (for mime-encoding overhead.
-            $RT::Logger->debug("Max size is $MaxSize\n");
-            $MaxSize = $MaxSize * 3 / 4;
-        # Some databases (postgres) can't handle non-utf8 data 
-        } elsif (    !$RT::Handle->BinarySafeBLOBs
-                  && $Attachment->mime_type !~ /text\/plain/gi
-                  && !Encode::is_utf8( $Body, 1 ) ) {
-              $ContentEncoding = 'quoted-printable';
-        }
-
-        #if the attachment is larger than the maximum size
-        if ( ($MaxSize) and ( $MaxSize < length($Body) ) ) {
-
-            # if we're supposed to truncate large attachments
-            if ($RT::TruncateLongAttachments) {
-
-                # truncate the attachment to that length.
-                $Body = substr( $Body, 0, $MaxSize );
-
-            }
-
-            # elsif we're supposed to drop large attachments on the floor,
-            elsif ($RT::DropLongAttachments) {
-
-                # drop the attachment on the floor
-                $RT::Logger->info( "$self: Dropped an attachment of size " . length($Body) . "\n" . "It started: " . substr( $Body, 0, 60 ) . "\n" );
-                return (undef);
-            }
-        }
-
-        # if we need to mimencode the attachment
-        if ( $ContentEncoding eq 'base64' ) {
-
-            # base64 encode the attachment
-            Encode::_utf8_off($Body);
-            $Body = MIME::Base64::encode_base64($Body);
-
-        } elsif ($ContentEncoding eq 'quoted-printable') {
-       	    Encode::_utf8_off($Body);
-            $Body = MIME::QuotedPrint::encode($Body);
-        }
+	my ($ContentEncoding, $Body) = $self->_EncodeLOB($Attachment->bodyhandle->as_string, $Attachment->mime_type);
 
 
         my $id = $self->SUPER::Create( TransactionId => $args{'TransactionId'},
@@ -544,10 +492,14 @@
     }
     
     #If it's a comment, we need to be extra special careful
-    elsif ( (($self->TransactionObj->CurrentUserHasRight('ShowTicketComments')) and
-	     ($self->TransactionObj->Type eq 'Comment') )  or
-	    ($self->TransactionObj->CurrentUserHasRight('ShowTicket'))) {
-		return($self->__Value($field, @_));
+    elsif ( $self->TransactionObj->Type =~ /^Comment/ ) {
+        if ( $self->TransactionObj->CurrentUserHasRight('ShowTicketComments') )
+        {
+            return ( $self->__Value( $field, @_ ) );
+        }
+    }
+    elsif ( $self->TransactionObj->CurrentUserHasRight('ShowTicket') ) {
+        return ( $self->__Value( $field, @_ ) );
     }
     #if they ain't got rights to see, don't let em
     else {

Modified: rt/branches/rt-3.3/lib/RT/Attribute_Overlay.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Attribute_Overlay.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Attribute_Overlay.pm	Fri Apr  2 10:54:22 2004
@@ -21,10 +21,11 @@
 # 
 # 
 # END LICENSE BLOCK
+
 use strict;
 no warnings qw(redefine);
 use Storable qw/nfreeze thaw/;
-
+use MIME::Base64;
 
 
 =head1 NAME
@@ -203,7 +204,7 @@
     my $content = shift;
 
     my $hashref;
-    eval {$hashref  = thaw($content)} ; 
+    eval {$hashref  = thaw(decode_base64($content))} ; 
     if ($@) {
         $RT::Logger->error("Deserialization of attribute ".$self->Id. " failed");
     }
@@ -237,7 +238,7 @@
 sub _SerializeContent {
     my $self = shift;
     my $content = shift;
-        return( nfreeze($content)); 
+        return( encode_base64(nfreeze($content))); 
 }
 
 
@@ -359,8 +360,8 @@
     my $object_type = $self->__Value('ObjectType');
     my $object;
     eval { $object = $object_type->new($self->CurrentUser) };
-    if ($@) {
-        $RT::Logger->error("Attribute ".$self->Id." has a bogus object type");
+    unless(UNIVERSAL::isa($object, $object_type)) {
+        $RT::Logger->error("Attribute ".$self->Id." has a bogus object type - $object_type (".$@.")");
         return(undef);
      }
     $object->Load($self->__Value('ObjectId'));

Modified: rt/branches/rt-3.3/lib/RT/CurrentUser.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/CurrentUser.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/CurrentUser.pm	Fri Apr  2 10:54:22 2004
@@ -61,14 +61,28 @@
 
 sub _Init  {
   my $self = shift;
-  my $Name = shift;
+    my $User = shift;
 
   $self->{'table'} = "Users";
 
-  if (defined($Name)) {
-    $self->Load($Name);
+    if ( defined($User) ) {
+
+        if (   UNIVERSAL::isa( $User, 'RT::User' )
+            || UNIVERSAL::isa( $User, 'RT::CurrentUser' ) )
+        {
+            $self->Load( $User->id );
+
+        }
+        elsif ( ref($User) ) {
+            $RT::Logger->crit(
+                "RT::CurrentUser->new() called with a bogus argument: $User");
+        }
+        else {
+            $self->Load($User);
+        }
   }
-    $self->_BuildTableAttributes();  
+
+    $self->_BuildTableAttributes();
 
 }
 # }}}

Modified: rt/branches/rt-3.3/lib/RT/EmailParser.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/EmailParser.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/EmailParser.pm	Fri Apr  2 10:54:22 2004
@@ -331,205 +331,6 @@
 
 # }}}
 
-# {{{ sub MailError 
-
-=head2 MailError { }
-
-
-# TODO this doesn't belong here.
-# TODO doc this
-
-
-=cut
-
-
-sub MailError {
-    my $self = shift;
-
-    my %args = (
-        To          => $RT::OwnerEmail,
-        Bcc         => undef,
-        From        => $RT::CorrespondAddress,
-        Subject     => 'There has been an error',
-        Explanation => 'Unexplained error',
-        MIMEObj     => undef,
-        LogLevel    => 'crit',
-        @_
-    );
-
-    $RT::Logger->log(
-        level   => $args{'LogLevel'},
-        message => $args{'Explanation'}
-    );
-    my $entity = MIME::Entity->build(
-        Type                   => "multipart/mixed",
-        From                   => $args{'From'},
-        Bcc                    => $args{'Bcc'},
-        To                     => $args{'To'},
-        Subject                => $args{'Subject'},
-        'X-RT-Loop-Prevention' => $RT::rtname,
-    );
-
-    $entity->attach( Data => $args{'Explanation'} . "\n" );
-
-    my $mimeobj = $args{'MIMEObj'};
-    $mimeobj->sync_headers();
-    $entity->add_part($mimeobj);
-
-    if ( $RT::MailCommand eq 'sendmailpipe' ) {
-        open( MAIL, "|$RT::SendmailPath $RT::SendmailArguments" ) || return (0);
-        print MAIL $entity->as_string;
-        close(MAIL);
-    }
-    else {
-        $entity->send( $RT::MailCommand, $RT::MailParams );
-    }
-}
-
-# }}}
-
-
-
-# {{{ sub GetCurrentUser 
-
-sub GetCurrentUser {
-    my $self     = shift;
-    my $ErrorsTo = shift;
-
-    my %UserInfo = ();
-
-    #Suck the address of the sender out of the header
-    my ( $Address, $Name ) = $self->ParseSenderAddressFromHead();
-
-    my $tempuser = RT::User->new($RT::SystemUser);
-
-    #This will apply local address canonicalization rules
-    $Address = $tempuser->CanonicalizeEmailAddress($Address);
-
-    #If desired, synchronize with an external database
-    my $UserFoundInExternalDatabase = 0;
-
-    # Username is the 'Name' attribute of the user that RT uses for things
-    # like authentication
-    my $Username = undef;
-    ( $UserFoundInExternalDatabase, %UserInfo ) =
-      $self->LookupExternalUserInfo( $Address, $Name );
-
-    $Address  = $UserInfo{'EmailAddress'};
-    $Username = $UserInfo{'Name'};
-
-    #Get us a currentuser object to work with. 
-    my $CurrentUser = RT::CurrentUser->new();
-
-    # First try looking up by a username, if we got one from the external
-    # db lookup. Next, try looking up by email address. Failing that,
-    # try looking up by users who have this user's email address as their
-    # username.
-
-    if ($Username) {
-        $CurrentUser->LoadByName($Username);
-    }
-
-    unless ( $CurrentUser->Id ) {
-        $CurrentUser->LoadByEmail($Address);
-    }
-
-    #If we can't get it by email address, try by name.  
-    unless ( $CurrentUser->Id ) {
-        $CurrentUser->LoadByName($Address);
-    }
-
-    unless ( $CurrentUser->Id ) {
-
-        #If we couldn't load a user, determine whether to create a user
-
-        # {{{ If we require an incoming address to be found in the external
-        # user database, reject the incoming message appropriately
-        if ( $RT::SenderMustExistInExternalDatabase
-             && !$UserFoundInExternalDatabase ) {
-
-            my $Message =
-              "Sender's email address was not found in the user database.";
-
-            # {{{  This code useful only if you've defined an AutoRejectRequest template
-
-            require RT::Template;
-            my $template = new RT::Template($RT::Nobody);
-            $template->Load('AutoRejectRequest');
-            $Message = $template->Content || $Message;
-
-            # }}}
-
-            MailError(
-                 To      => $ErrorsTo,
-                 Subject => "Ticket Creation failed: user could not be created",
-                 Explanation => $Message,
-                 MIMEObj     => $self->Entity,
-                 LogLevel    => 'notice' );
-
-            return ($CurrentUser);
-
-        }
-
-        # }}}
-
-        else {
-            my $NewUser = RT::User->new($RT::SystemUser);
-
-            my ( $Val, $Message ) = $NewUser->Create(
-                                  Name => ( $Username || $Address ),
-                                  EmailAddress => $Address,
-                                  RealName     => "$Name",
-                                  Password     => undef,
-                                  Privileged   => 0,
-                                  Comments => 'Autocreated on ticket submission'
-            );
-
-            unless ($Val) {
-
-                # Deal with the race condition of two account creations at once
-                #
-                if ($Username) {
-                    $NewUser->LoadByName($Username);
-                }
-
-                unless ( $NewUser->Id ) {
-                    $NewUser->LoadByEmail($Address);
-                }
-
-                unless ( $NewUser->Id ) {
-                    MailError(To          => $ErrorsTo,
-                              Subject     => "User could not be created",
-                              Explanation =>
-                                "User creation failed in mailgateway: $Message",
-                              MIMEObj  => $self->Entity,
-                              LogLevel => 'crit' );
-                }
-            }
-        }
-
-        #Load the new user object
-        $CurrentUser->LoadByEmail($Address);
-
-        unless ( $CurrentUser->id ) {
-            $RT::Logger->warning(
-                               "Couldn't load user '$Address'." . "giving up" );
-            MailError(
-                   To          => $ErrorsTo,
-                   Subject     => "User could not be loaded",
-                   Explanation =>
-                     "User  '$Address' could not be loaded in the mail gateway",
-                   MIMEObj  => $self->Entity,
-                   LogLevel => 'crit' );
-
-        }
-    }
-
-    return ($CurrentUser);
-
-}
-
-# }}}
 
 
 # {{{ ParseCcAddressesFromHead 

Added: rt/branches/rt-3.3/lib/RT/I18N/da.po
==============================================================================
--- (empty file)
+++ rt/branches/rt-3.3/lib/RT/I18N/da.po	Fri Apr  2 10:54:22 2004
@@ -0,0 +1,4651 @@
+# $Id: da_loose.po,v 1.3 2004/03/15 20:52:19 jonasbn Exp $
+
+msgid ""
+msgstr ""
+
+#: html/Elements/MyRequests:27 html/Elements/MyTickets:27
+msgid "#"
+msgstr "#"
+
+#: NOT FOUND IN SOURCE
+msgid "#%1"
+msgstr "#%1"
+
+#: html/Approvals/Elements/Approve:26 html/Approvals/Elements/ShowDependency:49 html/SelfService/Display.html:24 html/Ticket/Display.html:25 html/Ticket/Display.html:29
+#. ($Ticket->Id, $Ticket->Subject)
+#. ($Ticket->id, $Ticket->Subject)
+#. ($ticket->Id, $ticket->Subject)
+#. ($link->BaseObj->Id, $link->BaseObj->Subject)
+msgid "#%1: %2"
+msgstr "#%1: %2"
+
+#: lib/RT/Date.pm:337
+#. ($s, $time_unit)
+msgid "%1 %2"
+msgstr "%1 %2"
+
+#: lib/RT/Tickets_Overlay.pm:771
+#. ($args{'FIELD'}, $args{'OPERATOR'}, $args{'VALUE'})
+msgid ""
+msgstr ""
+
+#: lib/RT/Date.pm:373
+#. ($self->GetWeekday($wday), $self->GetMonth($mon), map {sprintf "%02d", $_} ($mday, $hour, $min, $sec), ($year+1900))
+msgid "%1 %2 %3 %4:%5:%6 %7"
+msgstr "%2 %1 %3 %4:%5:%6 %7"
+
+#: lib/RT/Ticket_Overlay.pm:3569 lib/RT/Transaction_Overlay.pm:557 lib/RT/Transaction_Overlay.pm:599
+#. ($cf->Name, $new_value->Content)
+#. ($field, $self->NewValue)
+#. ($self->Field, $principal->Object->Name)
+msgid "%1 %2 added"
+msgstr "%1 %2 tilføjet"
+
+#: lib/RT/Date.pm:334
+#. ($s, $time_unit)
+msgid "%1 %2 ago"
+msgstr "%1 %2 siden"
+
+#: lib/RT/Ticket_Overlay.pm:3575 lib/RT/Transaction_Overlay.pm:564
+#. ($cf->Name, $old_value, $new_value->Content)
+#. ($field, $self->OldValue, $self->NewValue)
+msgid "%1 %2 changed to %3"
+msgstr "%1 %2 ændret til %3"
+
+#: lib/RT/Ticket_Overlay.pm:3572 lib/RT/Transaction_Overlay.pm:560 lib/RT/Transaction_Overlay.pm:605
+#. ($cf->Name, $old_value)
+#. ($field, $self->OldValue)
+#. ($self->Field, $principal->Object->Name)
+msgid "%1 %2 deleted"
+msgstr "%1 %2 slettet"
+
+#: html/Admin/Elements/EditScrips:43 html/Admin/Elements/ListGlobalScrips:27
+#. (loc($scrip->ConditionObj->Name), loc($scrip->ActionObj->Name), loc($scrip->TemplateObj->Name))
+msgid "%1 %2 with template %3"
+msgstr "%1 %2 med skabelon %3"
+
+#: NOT FOUND IN SOURCE
+msgid "%1 (%2) %3 this ticket\\n"
+msgstr "%1 (%2) %3 denne ticket\\n"
+
+#: html/Search/Listing.html:56
+#. (($session{'tickets'}->FirstRow+1), ($session{'tickets'}->FirstRow() + $session{'tickets'}->RowsPerPage()  ))
+msgid "%1 - %2 shown"
+msgstr "%1 - %2 vist"
+
+#: bin/rt-crontool:168 bin/rt-crontool:175 bin/rt-crontool:181
+#. ("--search-argument", "--search")
+#. ("--condition-argument", "--condition")
+#. ("--action-argument", "--action")
+msgid "%1 - An argument to pass to %2"
+msgstr "%1 - Et argument til afsendelse til %2"
+
+#: bin/rt-crontool:184
+#. ("--verbose")
+msgid "%1 - Output status updates to STDOUT"
+msgstr "%1 - Send status opdateringer til STDOUT"
+
+#: bin/rt-crontool:178
+#. ("--action")
+msgid "%1 - Specify the action module you want to use"
+msgstr "%1 - Specificér den aktion du ønsker at benytte"
+
+#: bin/rt-crontool:172
+#. ("--condition")
+msgid "%1 - Specify the condition module you want to use"
+msgstr "%1 - Specificer det betingelses modul du ønsker at benytte"
+
+#: bin/rt-crontool:165
+#. ("--search")
+msgid "%1 - Specify the search module you want to use"
+msgstr "%1 - Specificer det søge modul du ønsker at benytte"
+
+#: lib/RT/ScripAction_Overlay.pm.orig:121 lib/RT/ScripAction_Overlay.pm:121
+#. ($self->Id)
+msgid "%1 ScripAction loaded"
+msgstr "%1 ScripAktion indlæst"
+
+#: lib/RT/Ticket_Overlay.pm:3602
+#. ($args{'Value'}, $cf->Name)
+msgid "%1 added as a value for %2"
+msgstr "%1 tilføjet som en værdi for %2"
+
+#: NOT FOUND IN SOURCE
+msgid "%1 aliases require a TicketId to work on"
+msgstr "%1 aliaser kræver en TicketID at arbejde på"
+
+#: NOT FOUND IN SOURCE
+msgid "%1 aliases require a TicketId to work on (from %2) %3"
+msgstr "%1 aliaser kræver en TicketID at arbejde på (fra %2) %3"
+
+#: lib/RT/Link_Overlay.pm:116 lib/RT/Link_Overlay.pm:123
+#. ($args{'Base'})
+#. ($args{'Target'})
+msgid "%1 appears to be a local object, but can't be found in the database"
+msgstr "%1 synes at være et lokalt object, men kan ikke findes i databasen"
+
+#: html/Ticket/Elements/ShowDates:51 lib/RT/Transaction_Overlay.pm:481
+#. ($self->BriefDescription , $self->CreatorObj->Name)
+#. ($Ticket->LastUpdatedAsString, $Ticket->LastUpdatedByObj->Name)
+msgid "%1 by %2"
+msgstr "%1 af %2"
+
+#: lib/RT/Transaction_Overlay.pm:535 lib/RT/Transaction_Overlay.pm:675 lib/RT/Transaction_Overlay.pm:684 lib/RT/Transaction_Overlay.pm:687
+#. ($self->Field , ( $self->OldValue || $no_value ) ,  $self->NewValue)
+#. ($self->Field , $q1->Name , $q2->Name)
+#. ($self->Field, $t2->AsString, $t1->AsString)
+#. ($self->Field, $self->OldValue, $self->NewValue)
+msgid "%1 changed from %2 to %3"
+msgstr "%1 ændret fra %2 til %3"
+
+#: lib/RT/Interface/Web.pm:893
+msgid "%1 could not be set to %2."
+msgstr "%1 kunne ikke sættes til %2"
+
+#: NOT FOUND IN SOURCE
+msgid "%1 couldn't init a transaction (%2)\\n"
+msgstr "%1 kun ikke initiere en transaktion (%2)\\n"
+
+#: lib/RT/Ticket_Overlay.pm:2867
+#. ($self)
+msgid "%1 couldn't set status to resolved. RT's Database may be inconsistent."
+msgstr "%1 kunne ikke sætte status til løst. RT's Database er muligvis inkonsistent"
+
+#: html/Elements/MyTickets:24
+#. ($rows)
+msgid "%1 highest priority tickets I own..."
+msgstr "%1 højest prioriteterede tickets jeg ejer..."
+
+#: html/Elements/MyRequests:24
+#. ($rows)
+msgid "%1 highest priority tickets I requested..."
+msgstr "%1 højest prioriterede tickets jeg har anmodet om"
+
+#: bin/rt-crontool:160
+#. ($0)
+msgid "%1 is a tool to act on tickets from an external scheduling tool, such as cron."
+msgstr "%1 er et værktøj som reagerer på tickets fra et eksternt skedulerings værktøj såsom cron."
+
+#: lib/RT/Queue_Overlay.pm:743
+#. ($principal->Object->Name, $args{'Type'})
+msgid "%1 is no longer a %2 for this queue."
+msgstr "%1 er ikke længere en %2 for denne kø"
+
+#: lib/RT/Ticket_Overlay.pm:1587
+#. ($principal->Object->Name, $args{'Type'})
+msgid "%1 is no longer a %2 for this ticket."
+msgstr "%1 er ikke længere en %2 for denne ticket."
+
+#: lib/RT/Ticket_Overlay.pm:3658
+#. ($args{'Value'}, $cf->Name)
+msgid "%1 is no longer a value for custom field %2"
+msgstr "%1 er ikke længere en værdi for special felt %2"
+
+#: NOT FOUND IN SOURCE
+msgid "%1 isn't a valid Queue id."
+msgstr "%1 er ikke en lovlig kø ID"
+
+#: html/Ticket/Elements/ShowBasics:35
+#. ($TimeWorked)
+msgid "%1 min"
+msgstr "%1 min."
+
+#: NOT FOUND IN SOURCE
+msgid "%1 not shown"
+msgstr "%1 ikke vist"
+
+#: html/User/Elements/DelegateRights:75
+#. (loc($ObjectType =~ /^RT::(.*)$/))
+msgid "%1 rights"
+msgstr "%1 rettigheder"
+
+#: NOT FOUND IN SOURCE
+msgid "%1 succeeded\\n"
+msgstr "%1 lykkedes"
+
+#: NOT FOUND IN SOURCE
+msgid "%1 type unknown for $MessageId"
+msgstr "%1 type er ukendt for $MessageId"
+
+#: NOT FOUND IN SOURCE
+msgid "%1 type unknown for %2"
+msgstr "%1 type ukendt for %2"
+
+#: lib/RT/Action/ResolveMembers.pm:41
+#. (ref $self)
+msgid "%1 will resolve all members of a resolved group ticket."
+msgstr "%1 vil løse samtlige alle medlemmer af en løst gruppe ticket."
+
+#MANGLER
+
+#: NOT FOUND IN SOURCE
+msgid "%1 will stall a [local] BASE if it's dependent [or member] of a linked up request."
+msgstr "%1 vil "
+
+#: lib/RT/Transaction_Overlay.pm:433
+#. ($self)
+msgid "%1: no attachment specified"
+msgstr "%1: ingen vedhæftet fil angivet"
+
+#: html/Ticket/Elements/ShowTransaction:88
+#. ($size)
+msgid "%1b"
+msgstr "%1b"
+
+#: html/Ticket/Elements/ShowTransaction:85
+#. (int($size/102.4)/10)
+msgid "%1k"
+msgstr "%1k"
+
+#: lib/RT/Ticket_Overlay.pm:1176
+#. ($args{'Status'})
+msgid "'%1' is an invalid value for status"
+msgstr "'%1' er ikke en valid status værdi"
+
+#: NOT FOUND IN SOURCE
+msgid "'%1' not a recognized action. "
+msgstr "'%1' er ikke en genkendt aktion. "
+
+#: NOT FOUND IN SOURCE
+msgid "(Check box to delete scrip)"
+msgstr "(Check box til sletning af scrip)"
+
+#: html/Admin/Elements/EditCustomFieldValues:24 html/Admin/Elements/EditQueueWatchers:28 html/Admin/Elements/EditScrips:34 html/Admin/Elements/EditTemplates:35 html/Admin/Groups/Members.html:51 html/Ticket/Elements/EditLinks:32 html/Ticket/Elements/EditPeople:45 html/User/Groups/Members.html:54
+msgid "(Check box to delete)"
+msgstr "(Check box til sletning)"
+
+#: html/Ticket/Create.html:177
+msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgstr "(Indtast ticket ids eller URLSs, separeret af mellemrum)"
+
+#MANGLER
+#: html/Admin/Queues/Modify.html:53 html/Admin/Queues/Modify.html:59
+#. ($RT::CorrespondAddress)
+#. ($RT::CommentAddress)
+msgid "(If left blank, will default to %1"
+msgstr "(Hvis ikke angivet vil defaulte til %1"
+
+#: html/Admin/Elements/EditCustomFields:32 html/Admin/Elements/ListGlobalCustomFields:31
+msgid "(No custom fields)"
+msgstr "(Ingen custom felter)"
+
+#: html/Admin/Groups/Members.html:49 html/User/Groups/Members.html:52
+msgid "(No members)"
+msgstr "(Ingen medlemmer)"
+
+#: html/Admin/Elements/EditScrips:31 html/Admin/Elements/ListGlobalScrips:31
+msgid "(No scrips)"
+msgstr "(Ingen scrips)"
+
+#: html/Admin/Elements/EditTemplates:30
+msgid "(No templates)"
+msgstr "(Ingen templates)"
+
+#: html/Ticket/Update.html:83
+msgid "(Sends a blind carbon-copy of this update to a comma-delimited list of email addresses. Does <b>not</b> change who will receive future updates.)"
+msgstr "(Sender en blind karbon-kopi af denne opdatering til en komma separeret liste af e-mail adresser. Ændrer <b>IKKE</b> hvem som vil modtage fremtidige opdateringer.)"
+
+#: NOT FOUND IN SOURCE
+msgid "(Sends a blind carbon-copy of this update to a comma-delimited list of email addresses. Does <b>not</b> change who will recieve future updates.)"
+msgstr "(Sender en blind karbon-kopi af denne opdatering til en komma separeret liste af e-mail adresser. Ændrer <b>IKKE</b> hvem som vil modtage fremtidige opdateringer.)"
+
+#: html/Ticket/Create.html:78
+msgid "(Sends a carbon-copy of this update to a comma-delimited list of administrative email addresses. These people <b>will</b> receive future updates.)"
+msgstr "(Sender en karbon-kopi af denne opdatering til en komma separeret liste af e-mail adresser. Disse <b>vil</b> modtage fremtidige opdateringer.)"
+
+#: html/Ticket/Update.html:79
+msgid "(Sends a carbon-copy of this update to a comma-delimited list of email addresses. Does <b>not</b> change who will receive future updates.)"
+msgstr "(Sender en karbon-kopi af denne opdatering til en komma separeret liste af e-mail adresser. Ændrer <b>IKKE</b> hvem som vil modtage fremtidige opdateringer.)"
+
+#: NOT FOUND IN SOURCE
+msgid "(Sends a carbon-copy of this update to a comma-delimited list of email addresses. Does <b>not</b> change who will recieve future updates.)"
+msgstr "(Sender en karbon-kopi af denne opdatering til en komma separeret liste af e-mail adresser. Disse <b>vil</b> modtage fremtidige opdateringer.)"
+
+#: html/Ticket/Create.html:68
+msgid "(Sends a carbon-copy of this update to a comma-delimited list of email addresses. These people <b>will</b> receive future updates.)"
+msgstr "(Sender en karbon-kopi af denne opdatering til en komma separeret liste af e-mail adresser. Disse <b>vil</b> modtage fremtidige opdateringer.)"
+
+#: html/Admin/Groups/index.html:32 html/User/Groups/index.html:32
+msgid "(empty)"
+msgstr "(tom)"
+
+#: html/Admin/Users/index.html:38
+msgid "(no name listed)"
+msgstr "(intet navn listet)"
+
+#: html/Elements/MyRequests:42 html/Elements/MyTickets:44
+msgid "(no subject)"
+msgstr "(intet emne)"
+
+#: html/Admin/Elements/SelectRights:47 html/Elements/SelectCustomFieldValue:29 html/Ticket/Elements/EditCustomField:60 html/Ticket/Elements/ShowCustomFields:35 lib/RT/Transaction_Overlay.pm:534
+msgid "(no value)"
+msgstr "(ingen værdi)"
+
+#: html/Ticket/Elements/BulkLinks:27 html/Ticket/Elements/EditLinks:115
+msgid "(only one ticket)"
+msgstr "(kun en ticket)"
+
+#: html/Elements/MyRequests:51 html/Elements/MyTickets:54
+msgid "(pending approval)"
+msgstr "(afventer godkendelse)"
+
+#: html/Elements/MyRequests:53 html/Elements/MyTickets:56
+msgid "(pending other tickets)"
+msgstr "(afventer andre tickets)"
+
+#: html/Admin/Users/Modify.html:49
+msgid "(required)"
+msgstr "(obligatorisk)"
+
+#: html/Ticket/Elements/ShowTransaction:91
+msgid "(untitled)"
+msgstr "(unavngiven)"
+
+#: NOT FOUND IN SOURCE
+msgid "25 highest priority tickets I own..."
+msgstr "25 højest prioriterede tickets jeg ejer..."
+
+#: NOT FOUND IN SOURCE
+msgid "25 highest priority tickets I requested..."
+msgstr "25 højest prioriterede tickets jeg har anmodet..."
+
+#: html/Ticket/Elements/ShowBasics:31
+msgid "<% $Ticket->Status%>"
+msgstr "<% $Ticket->Status%>"
+
+#: html/Elements/SelectTicketTypes:26
+msgid "<% $_ %>"
+msgstr "<% $_ %>"
+
+#MANGLER
+#: docs/design_docs/string-extraction-guide.txt:54 html/Elements/CreateTicket:25
+#. ($m->scomp('/Elements/SelectNewTicketQueue'))
+msgid "<input type=\"submit\" value=\"New ticket in\">&nbsp;%1"
+msgstr "<input type=\"submit\" value=\"Ny ticket i\">&nbsp;%1"
+
+#: etc/initialdata:203
+msgid "A blank template"
+msgstr "En blank template"
+
+#: lib/RT/ACE_Overlay.pm:156 lib/RT/Principal_Overlay.pm:180
+msgid "ACE not found"
+msgstr "ACE ikke fundet"
+
+#: lib/RT/ACE_Overlay.pm:830
+msgid "ACEs can only be created and deleted."
+msgstr "ACEs kan kun blive oprettet og slettet"
+
+#: bin/rt-commit-handler:754
+msgid "Aborting to avoid unintended ticket modifications.\\n"
+msgstr "Afbryder for a undgå utilsigtede ticket ændringer"
+
+#: html/User/Elements/Tabs:31
+msgid "About me"
+msgstr "Om mig"
+
+#: html/Admin/Users/Modify.html:79
+msgid "Access control"
+msgstr "Adgangskontrol"
+
+#: html/Admin/Elements/EditScrip:56
+msgid "Action"
+msgstr "Aktion"
+
+#: lib/RT/Scrip_Overlay.pm:146
+#. ($args{'ScripAction'})
+msgid "Action %1 not found"
+msgstr "Aktion %1 ikke fundet"
+
+#MANGLER
+#: bin/rt-crontool:122
+msgid "Action committed."
+msgstr "Aktion "
+
+#: bin/rt-crontool:118
+msgid "Action prepared..."
+msgstr "Aktion forberedt"
+
+#: html/Search/Bulk.html:95
+msgid "Add AdminCc"
+msgstr "Tilføj AdminCc"
+
+#: html/Search/Bulk.html:91
+msgid "Add Cc"
+msgstr "Tilføj Cc"
+
+#: html/Ticket/Create.html:113 html/Ticket/Update.html:98
+msgid "Add More Files"
+msgstr "Tilføj flere filer"
+
+#: html/Search/Bulk.html:87
+msgid "Add Requestor"
+msgstr "Tilføj Anmoder"
+
+#: html/Admin/Elements/AddCustomFieldValue:24
+msgid "Add Value"
+msgstr "Tilføj værdi"
+
+#: NOT FOUND IN SOURCE
+msgid "Add a new a global scrip"
+msgstr "Tilføj en ny global scrip"
+
+#: NOT FOUND IN SOURCE
+msgid "Add a scrip to this queue"
+msgstr "Tilføj en scrip til denne kø"
+
+#: html/Admin/Global/Scrip.html:54
+msgid "Add a scrip which will apply to all queues"
+msgstr "Tilføj en scrip som vil virke for alle køer"
+
+#: html/Search/Bulk.html:127
+msgid "Add comments or replies to selected tickets"
+msgstr "Tilføj kommentarer eller svar til valgte tickets"
+
+#: html/Admin/Groups/Members.html:41 html/User/Groups/Members.html:38
+msgid "Add members"
+msgstr "Tilføj medlemmer"
+
+#: html/Admin/Queues/People.html:65 html/Ticket/Elements/AddWatchers:27
+msgid "Add new watchers"
+msgstr "Tilføj nye watchers"
+
+HERTIL
+
+#: NOT FOUND IN SOURCE
+msgid "AddNextState"
+msgstr "TilføjNæsteStatus"
+
+#: lib/RT/Queue_Overlay.pm:643
+#. ($args{'Type'})
+msgid "Added principal as a %1 for this queue"
+msgstr "Tilføjede principal som %1 for denne kø"
+
+#: lib/RT/Ticket_Overlay.pm:1471
+#. ($self->loc($args{'Type'}))
+msgid "Added principal as a %1 for this ticket"
+msgstr "Tilføjede principal som %1 for denne ticket"
+
+#: html/Admin/Elements/ModifyUser:75 html/Admin/Users/Modify.html:121 html/User/Prefs.html:87
+msgid "Address1"
+msgstr "Adresse1"
+
+#: html/Admin/Elements/ModifyUser:77 html/Admin/Users/Modify.html:126 html/User/Prefs.html:89
+msgid "Address2"
+msgstr "Adresse2"
+
+#: html/Ticket/Create.html:73
+msgid "Admin Cc"
+msgstr "Admin Cc"
+
+#: etc/initialdata:280
+msgid "Admin Comment"
+msgstr "Admin Kommentar"
+
+#: etc/initialdata:259
+msgid "Admin Correspondence"
+msgstr "Admin Korrespondance"
+
+#: html/Admin/Queues/index.html:24 html/Admin/Queues/index.html:27
+msgid "Admin queues"
+msgstr "Admin Køer"
+
+#: NOT FOUND IN SOURCE
+msgid "Admin users"
+msgstr "Admin brugere"
+
+#: html/Admin/Global/index.html:25 html/Admin/Global/index.html:27
+msgid "Admin/Global configuration"
+msgstr "Amin/Global konfiguration"
+
+#: NOT FOUND IN SOURCE
+msgid "Admin/Groups"
+msgstr "Admin/Grupper"
+
+#Mangler
+#: html/Admin/Queues/Modify.html:24 html/Admin/Queues/Modify.html:28
+msgid "Admin/Queue/Basics"
+msgstr "Admin/Køer/Basics"
+
+#: NOT FOUND IN SOURCE
+msgid "AdminAllPersonalGroups"
+msgstr "AdminAllPersonligeGrupper"
+
+#: etc/initialdata:56 html/Ticket/Elements/ShowPeople:38 html/Ticket/Update.html:49 lib/RT/ACE_Overlay.pm:88
+msgid "AdminCc"
+msgstr "AdminCc"
+
+#: NOT FOUND IN SOURCE
+msgid "AdminComment"
+msgstr "AdminKommentar"
+
+#: NOT FOUND IN SOURCE
+msgid "AdminCorrespondence"
+msgstr "AdminKorrespondance"
+
+#: lib/RT/Queue_Overlay.pm:71
+msgid "AdminCustomFields"
+msgstr "AdminCustomFelter"
+
+#: lib/RT/Group_Overlay.pm:145
+msgid "AdminGroup"
+msgstr "AdminGruppe"
+
+#: lib/RT/Group_Overlay.pm:147
+msgid "AdminGroupMembership"
+msgstr "AdminGruppeMedlemskab"
+
+#: lib/RT/System.pm:58
+msgid "AdminOwnPersonalGroups"
+msgstr "AdminEgnePersonligeGrupper"
+
+#: lib/RT/Queue_Overlay.pm:67
+msgid "AdminQueue"
+msgstr "AdminKø"
+
+#: lib/RT/System.pm:59
+msgid "AdminUsers"
+msgstr "AdminBrugere"
+
+#: html/Admin/Queues/People.html:47 html/Ticket/Elements/EditPeople:53
+msgid "Administrative Cc"
+msgstr "Administrativ Cc"
+
+#: NOT FOUND IN SOURCE
+msgid "Advanced Search"
+msgstr "Avanceret Søgning"
+
+#: html/Elements/SelectDateRelation:35
+msgid "After"
+msgstr "Efter"
+
+#: NOT FOUND IN SOURCE
+msgid "Age"
+msgstr "Alder"
+
+#: etc/initialdata:348
+msgid "All Approvals Passed"
+msgstr "All godkendelser godtaget"
+
+#: html/Admin/Elements/EditCustomFields:95
+msgid "All Custom Fields"
+msgstr "Alle custom felter"
+
+#: html/Admin/Queues/index.html:52
+msgid "All Queues"
+msgstr "Alle Køer"
+
+#: NOT FOUND IN SOURCE
+msgid "Always sends a message to the requestors independent of message sender"
+msgstr "Sender altid en besked til requestoren uafhængigt af besked afsenderen"
+
+#: html/Elements/Tabs:55
+msgid "Approval"
+msgstr "Godkendelse"
+
+#: html/Approvals/Display.html:45 html/Approvals/Elements/ShowDependency:41 html/Approvals/index.html:64
+#. ($Ticket->Id, $Ticket->Subject)
+#. ($ticket->id, $msg)
+#. ($link->BaseObj->Id, $link->BaseObj->Subject)
+msgid "Approval #%1: %2"
+msgstr "Godkendelse #%1: %2"
+
+#: html/Approvals/index.html:53
+#. ($ticket->Id)
+msgid "Approval #%1: Notes not recorded due to a system error"
+msgstr "Godkendelse #%1: Noter ikke gemt grundet en system fejl"
+
+#: html/Approvals/index.html:51
+#. ($ticket->Id)
+msgid "Approval #%1: Notes recorded"
+msgstr "Godkendelse #%1: Noter gemt"
+
+#: NOT FOUND IN SOURCE
+msgid "Approval Details"
+msgstr "Godkendelses detaljer"
+
+#: etc/initialdata:336
+msgid "Approval Passed"
+msgstr "Godkendelse godtaget"
+
+#: etc/initialdata:359
+msgid "Approval Rejected"
+msgstr "Godkendelse afvist"
+
+#: NOT FOUND IN SOURCE
+msgid "Approval diagram"
+msgstr "Godkendelses diagram"
+
+#: html/Approvals/Elements/Approve:43
+msgid "Approve"
+msgstr "Godkend"
+
+#: etc/initialdata:486 etc/upgrade/2.1.71:148
+msgid "Approver's notes: %1"
+msgstr "Apprtover's noter: %1"
+
+#: lib/RT/Date.pm:414
+msgid "Apr."
+msgstr "Apr."
+
+#: html/Elements/SelectSortOrder:34
+msgid "Ascending"
+msgstr "Stigende"
+
+#: html/Search/Bulk.html:136 html/SelfService/Update.html:32 html/Ticket/ModifyAll.html:82 html/Ticket/Update.html:98
+msgid "Attach"
+msgstr "Vedhæft"
+
+#: html/SelfService/Create.html:64 html/Ticket/Create.html:109
+msgid "Attach file"
+msgstr "Vedhæft fil"
+
+#: html/Ticket/Create.html:97 html/Ticket/Update.html:87
+msgid "Attached file"
+msgstr "Vedhæftet fil"
+
+#: NOT FOUND IN SOURCE
+msgid "Attachment '%1' could not be loaded"
+msgstr "Vedhæftede fil '%1' kunne ikke indlæses"
+
+#: lib/RT/Transaction_Overlay.pm:441
+msgid "Attachment created"
+msgstr "Vedhæftet fil oprettet"
+
+#: lib/RT/Tickets_Overlay.pm:1189
+msgid "Attachment filename"
+msgstr "Vedhæftetfilnavn"
+
+#: html/Ticket/Elements/ShowAttachments:25
+msgid "Attachments"
+msgstr "Vedhæftede filer"
+
+#: lib/RT/Date.pm:418
+msgid "Aug."
+msgstr "Aug."
+
+#: html/Admin/Elements/ModifyUser:65
+msgid "AuthSystem"
+msgstr "AuthSystem"
+
+#: etc/initialdata:206
+msgid "Autoreply"
+msgstr "Autosvar"
+
+#: etc/initialdata:72
+msgid "Autoreply To Requestors"
+msgstr "Autosvar til Requestere"
+
+#: NOT FOUND IN SOURCE
+msgid "AutoreplyToRequestors"
+msgstr "AutoSvarTilRequestere"
+
+#: NOT FOUND IN SOURCE
+msgid "Bad PGP Signature: %1\\n"
+msgstr "Ubrugelig PGP Signatur: %1\\n"
+
+#: NOT FOUND IN SOURCE
+msgid "Bad attachment id. Couldn't find attachment '%1'\\n"
+msgstr "Ubrugelig vedhæftelses id. Kunne ikke lokaliserer vedhæftet fil '%1'\\n"
+
+#: bin/rt-commit-handler:826
+#. ($val)
+msgid "Bad data in %1"
+msgstr "DÃ¥rlige data i %1"
+
+#: NOT FOUND IN SOURCE
+msgid "Bad transaction number for attachment. %1 should be %2\\n"
+msgstr "Ubrugeligt transaktionsnummer for vedhæftet fil. %1 skulle være %2\\n"
+
+#: html/Admin/Elements/GroupTabs:38 html/Admin/Elements/QueueTabs:38 html/Admin/Elements/UserTabs:37 html/Ticket/Elements/Tabs:89 html/User/Elements/GroupTabs:37
+msgid "Basics"
+msgstr "Basics"
+
+#: html/Ticket/Update.html:81
+msgid "Bcc"
+msgstr "Bcc"
+
+#: html/Admin/Elements/EditScrip:87 html/Admin/Global/GroupRights.html:84 html/Admin/Global/Template.html:45 html/Admin/Global/UserRights.html:53 html/Admin/Groups/GroupRights.html:72 html/Admin/Groups/Members.html:80 html/Admin/Groups/Modify.html:55 html/Admin/Groups/UserRights.html:54 html/Admin/Queues/GroupRights.html:85 html/Admin/Queues/Template.html:44 html/Admin/Queues/UserRights.html:53 html/User/Groups/Modify.html:55
+msgid "Be sure to save your changes"
+msgstr "Vær sikker på at gemme dine ændringer"
+
+#: html/Elements/SelectDateRelation:33 lib/RT/CurrentUser.pm:321
+msgid "Before"
+msgstr "Før"
+
+#: NOT FOUND IN SOURCE
+msgid "Begin Approval"
+msgstr "PÃ¥begynd godkendelse"
+
+#: etc/initialdata:202
+msgid "Blank"
+msgstr "Tom"
+
+#: html/Search/Listing.html:78
+msgid "Bookmarkable URL for this search"
+msgstr "URl for denne søgning som kan gemmes som bookmark"
+
+#: html/Ticket/Elements/ShowHistory:38 html/Ticket/Elements/ShowHistory:44
+msgid "Brief headers"
+msgstr "Korte headers"
+
+#: html/Search/Bulk.html:24 html/Search/Bulk.html:25
+msgid "Bulk ticket update"
+msgstr "Masse-ticket opdatering"
+
+#: lib/RT/User_Overlay.pm:1524
+msgid "Can not modify system users"
+msgstr "Kan ikke modificere system brugere"
+
+#: lib/RT/Queue_Overlay.pm:66
+msgid "Can this principal see this queue"
+msgstr "Kan denne principal se denne kø"
+
+#: lib/RT/CustomField_Overlay.pm:205
+msgid "Can't add a custom field value without a name"
+msgstr "Kan ikke tilføje custom felt værdi uden et navn"
+
+#: lib/RT/Link_Overlay.pm:131
+msgid "Can't link a ticket to itself"
+msgstr "Kan ikke linke en ticket til den selv"
+
+#: lib/RT/Ticket_Overlay.pm:2844
+msgid "Can't merge into a merged ticket. You should never get this error"
+msgstr "Kan ikke sammensætte ind i en sammensat ticket. Du skulle aldrig få denne fejl"
+
+#: lib/RT/Ticket_Overlay.pm:2646 lib/RT/Ticket_Overlay.pm:2725
+msgid "Can't specifiy both base and target"
+msgstr "Kan ikke specificere både base og mål"
+
+#: html/autohandler:113
+#. ($msg)
+msgid "Cannot create user: %1"
+msgstr "Kan ikke oprette bruger: %1"
+
+#: etc/initialdata:50 html/Admin/Queues/People.html:43 html/SelfService/Create.html:48 html/Ticket/Create.html:63 html/Ticket/Elements/EditPeople:50 html/Ticket/Elements/ShowPeople:34 html/Ticket/Update.html:44 html/Ticket/Update.html:76 lib/RT/ACE_Overlay.pm:87
+msgid "Cc"
+msgstr "Cc"
+
+#: html/SelfService/Prefs.html:30
+msgid "Change password"
+msgstr "Skift adgangskode"
+
+#: html/Ticket/Create.html:100 html/Ticket/Update.html:90
+msgid "Check box to delete"
+msgstr "Vælg boks for at slette"
+
+#: html/Admin/Elements/SelectRights:30
+msgid "Check box to revoke right"
+msgstr "Vælg boks for a indrage rettighed"
+
+#: html/Ticket/Create.html:182 html/Ticket/Elements/BulkLinks:42 html/Ticket/Elements/EditLinks:130 html/Ticket/Elements/EditLinks:68 html/Ticket/Elements/ShowLinks:56
+msgid "Children"
+msgstr "Børn"
+
+#: html/Admin/Elements/ModifyUser:79 html/Admin/Users/Modify.html:131 html/User/Prefs.html:91
+msgid "City"
+msgstr "By"
+
+#: html/Ticket/Elements/ShowDates:46
+msgid "Closed"
+msgstr "Lukket"
+
+#: html/SelfService/Closed.html:24
+msgid "Closed Tickets"
+msgstr "Lukkede Tickets"
+
+#: NOT FOUND IN SOURCE
+msgid "Closed requests"
+msgstr "Lukkede requests"
+
+#: html/SelfService/Elements/Tabs:44
+msgid "Closed tickets"
+msgstr "Lukkede requests"
+
+#: NOT FOUND IN SOURCE
+msgid "Command not understood!\\n"
+msgstr "Kommando ikke forstået!\\n"
+
+#: html/Ticket/Elements/ShowTransaction:165 html/Ticket/Elements/Tabs:152
+msgid "Comment"
+msgstr "Kommentar"
+
+#: html/Admin/Elements/ModifyQueue:44 html/Admin/Queues/Modify.html:57
+msgid "Comment Address"
+msgstr "Kommentar adresse"
+
+#: NOT FOUND IN SOURCE
+msgid "Comment not recorded"
+msgstr "Kommentar ikke skrevet"
+
+#: lib/RT/Queue_Overlay.pm:85
+msgid "Comment on tickets"
+msgstr "Kommentér på tickets"
+
+#: lib/RT/Queue_Overlay.pm:85
+msgid "CommentOnTicket"
+msgstr "KommenterPÃ¥Ticket"
+
+#: html/Admin/Elements/ModifyUser:34
+msgid "Comments"
+msgstr "Kommentarer"
+
+#: html/Ticket/ModifyAll.html:69 html/Ticket/Update.html:68
+msgid "Comments (Not sent to requestors)"
+msgstr "Kommentarer (ikke sendt til requestere)"
+
+#: html/Search/Bulk.html:131
+msgid "Comments (not sent to requestors)"
+msgstr "Kommentarer (ikke sendt til requestere)"
+
+#: html/Elements/ViewUser:26
+#. ($name)
+msgid "Comments about %1"
+msgstr "Kommentarer på %1"
+
+#: html/Admin/Users/Modify.html:184 html/Ticket/Elements/ShowRequestor:43
+msgid "Comments about this user"
+msgstr "Kommentarer om denne bruger"
+
+#: lib/RT/Transaction_Overlay.pm:543
+msgid "Comments added"
+msgstr "Kommentarer tilføjet"
+
+#: lib/RT/Action/Generic.pm:139
+msgid "Commit Stubbed"
+msgstr "Commit Ryddet"
+
+#: NOT FOUND IN SOURCE
+msgid "Compile Restrictions"
+msgstr "Oversættelses Restriktioner"
+
+#: html/Admin/Elements/EditScrip:40
+msgid "Condition"
+msgstr "Betingelse"
+
+#: bin/rt-crontool:108
+msgid "Condition matches..."
+msgstr "Betingelser matcher..."
+
+#: lib/RT/Scrip_Overlay.pm:159
+msgid "Condition not found"
+msgstr "Betingelse ikke fundet"
+
+#: html/Elements/Tabs:49
+msgid "Configuration"
+msgstr "Konfiguration"
+
+#: html/SelfService/Prefs.html:32
+msgid "Confirm"
+msgstr "Bekræft"
+
+#: html/Admin/Elements/ModifyUser:59
+msgid "ContactInfoSystem"
+msgstr "KontaktInfomationsSystem"
+
+#: NOT FOUND IN SOURCE
+msgid "Contacted date '%1' could not be parsed"
+msgstr "Dato kontaktet: '%1' kunne ikke parses"
+
+#: html/Admin/Elements/ModifyTemplate:43 html/Ticket/ModifyAll.html:86
+msgid "Content"
+msgstr "Indhold"
+
+#: etc/initialdata:271
+msgid "Correspondence"
+msgstr "Korrespondance"
+
+#: html/Admin/Elements/ModifyQueue:38 html/Admin/Queues/Modify.html:50
+msgid "Correspondence Address"
+msgstr "Korrespondance adresse"
+
+#: lib/RT/Transaction_Overlay.pm:539
+msgid "Correspondence added"
+msgstr "Korrenspondance tilføjet"
+
+#: NOT FOUND IN SOURCE
+msgid "Correspondence not recorded"
+msgstr "Korrespondance ikke gemt"
+
+#: lib/RT/Ticket_Overlay.pm:3589
+msgid "Could not add new custom field value for ticket. "
+msgstr "Ikke muligt at tilføje ny custom felt værdi for ticket. "
+
+#: lib/RT/Ticket_Overlay.pm:3095 lib/RT/Ticket_Overlay.pm:3103 lib/RT/Ticket_Overlay.pm:3120
+msgid "Could not change owner. "
+msgstr "Ikke muligt at skifte ejer"
+
+#: html/Admin/Elements/EditCustomField:84 html/Admin/Elements/EditCustomFields:165
+#. ($msg)
+msgid "Could not create CustomField"
+msgstr "Ikke muligt at oprette Custom felt"
+
+#: html/User/Groups/Modify.html:76 lib/RT/Group_Overlay.pm:473 lib/RT/Group_Overlay.pm:480
+msgid "Could not create group"
+msgstr "Ikke muligt at oprette gruppe"
+
+#: html/Admin/Global/Template.html:74 html/Admin/Queues/Template.html:71
+#. ($msg)
+msgid "Could not create template: %1"
+msgstr "Ikke muligt at oprette template: %1"
+
+#: lib/RT/Ticket_Overlay.pm:1109 lib/RT/Ticket_Overlay.pm:352
+msgid "Could not create ticket. Queue not set"
+msgstr "Ikke muligt at oprette ticket. Kø ikke sat"
+
+#: lib/RT/User_Overlay.pm:267 lib/RT/User_Overlay.pm:279 lib/RT/User_Overlay.pm:297 lib/RT/User_Overlay.pm:483
+msgid "Could not create user"
+msgstr "Ikke muligt at oprette bruger"
+
+#: NOT FOUND IN SOURCE
+msgid "Could not find a ticket with id %1"
+msgstr "Ikke muligt at finde ticket med id %1"
+
+#: NOT FOUND IN SOURCE
+msgid "Could not find group %1."
+msgstr "Ikke muligt at finde gruppe %1"
+
+#: lib/RT/Queue_Overlay.pm:621 lib/RT/Ticket_Overlay.pm:1439
+msgid "Could not find or create that user"
+msgstr "Ikke muligt at finde eller oprette den bruger"
+
+#: lib/RT/Queue_Overlay.pm:682 lib/RT/Ticket_Overlay.pm:1518
+msgid "Could not find that principal"
+msgstr "Ikke muligt at finde principal"
+
+#: NOT FOUND IN SOURCE
+msgid "Could not find user %1."
+msgstr "Ikke muligt at finde bruger %1"
+
+#: html/Admin/Groups/Members.html:87 html/User/Groups/Members.html:89 html/User/Groups/Modify.html:81
+msgid "Could not load group"
+msgstr "Ikke muligt at indlæse gruppe"
+
+#: lib/RT/Queue_Overlay.pm:641
+#. ($args{'Type'})
+msgid "Could not make that principal a %1 for this queue"
+msgstr "Kunne ikke g¯re den principal %1 for denne k¯"
+
+#: lib/RT/Ticket_Overlay.pm:1460
+#. ($self->loc($args{'Type'}))
+msgid "Could not make that principal a %1 for this ticket"
+msgstr "Kunne ikke g¯re den prinicipal %1 for denne ticket"
+
+#: lib/RT/Queue_Overlay.pm:740
+#. ($args{'Type'})
+msgid "Could not remove that principal as a %1 for this queue"
+msgstr "Kunne ikke fjerne den principal %1 for denne k¯"
+
+#: lib/RT/Ticket_Overlay.pm:1576
+#. ($args{'Type'})
+msgid "Could not remove that principal as a %1 for this ticket"
+msgstr "Kunne ikke fjerne den principal %1 for denne ticket" 
+
+#: lib/RT/Group_Overlay.pm:984
+msgid "Couldn't add member to group"
+msgstr "Kunne ikke tilf¯je medlem til gruppe"
+
+#: lib/RT/Ticket_Overlay.pm:3599 lib/RT/Ticket_Overlay.pm:3655
+#. ($Msg)
+msgid "Couldn't create a transaction: %1"
+msgstr "Kunne ikke oprette en lave transaktion: %1"
+
+#: NOT FOUND IN SOURCE
+msgid "Couldn't figure out what to do from gpg's reply\\n"
+msgstr "Kunne ikke afg¯re hvad som skulle foretages ud fra GPG's svar\\n"
+
+#: NOT FOUND IN SOURCE
+msgid "Couldn't find group\\n"
+msgstr "Kunne ikke finde gruppe\\n"
+
+#: lib/RT/Interface/Web.pm:902
+msgid "Couldn't find row"
+msgstr "Kunne ikke finde row"
+
+#: lib/RT/Group_Overlay.pm:958
+msgid "Couldn't find that principal"
+msgstr "Kunne ikke finde den principal"
+
+#: lib/RT/CustomField_Overlay.pm:239
+msgid "Couldn't find that value"
+msgstr "Kunne ikke finde den vÊrdi"
+
+#: NOT FOUND IN SOURCE
+msgid "Couldn't find user\\n"
+msgstr "Kunne ikke finde bruger\\n"
+
+#: lib/RT/CurrentUser.pm:111
+#. ($self->Id)
+msgid "Couldn't load %1 from the users database.\\n"
+msgstr "Kunne ikke indlÊse %1 fra bruger database.\\n"
+
+#: NOT FOUND IN SOURCE
+msgid "Couldn't load RT config file '%1' %2"
+msgstr "Kunne ikke indlÊse RT konfigurations fil '%1' %2"
+
+#: NOT FOUND IN SOURCE
+msgid "Couldn't load Scrips."
+msgstr "Kunne ikke indlÊse Scrips."
+
+#: html/Admin/Groups/GroupRights.html:87 html/Admin/Groups/UserRights.html:74
+#. ($id)
+msgid "Couldn't load group %1"
+msgstr "Kunne ikke indlÊse gruppe %1"
+
+#: lib/RT/Link_Overlay.pm:174 lib/RT/Link_Overlay.pm:183 lib/RT/Link_Overlay.pm:210
+msgid "Couldn't load link"
+msgstr "Kunne ikke indlÊse link"
+
+#: html/Admin/Elements/EditCustomFields:146 html/Admin/Queues/People.html:120
+#. ($id)
+msgid "Couldn't load queue"
+msgstr "Kunne ikke indlÊse k¯"
+
+#: html/Admin/Queues/GroupRights.html:100 html/Admin/Queues/UserRights.html:71
+#. ($id)
+msgid "Couldn't load queue %1"
+msgstr "Kunne ikke indlÊse k¯ %1"
+
+#: NOT FOUND IN SOURCE
+msgid "Couldn't load scrip"
+msgstr "Kunne ikke indlÊse scrip"
+
+#: NOT FOUND IN SOURCE
+msgid "Couldn't load template"
+msgstr "Kunne ikke indlÊse template"
+
+#: html/Admin/Users/Prefs.html:78
+#. ($id)
+msgid "Couldn't load that user (%1)"
+msgstr "Kunne ikke indlÊse den bruger (%1)"
+
+#: html/SelfService/Display.html:108
+#. ($id)
+msgid "Couldn't load ticket '%1'"
+msgstr "Kunne ikke indlÊse ticket '%1'"
+
+#: html/Admin/Elements/ModifyUser:85 html/Admin/Users/Modify.html:148 html/User/Prefs.html:97
+msgid "Country"
+msgstr "Land"
+
+#: html/Admin/Elements/CreateUserCalled:25 html/Ticket/Create.html:134 html/Ticket/Create.html:194
+msgid "Create"
+msgstr "opret"
+
+#: etc/initialdata:127
+msgid "Create Tickets"
+msgstr "opret Tickets"
+
+#: html/Admin/Elements/EditCustomField:74
+msgid "Create a CustomField"
+msgstr "opret et Custom felt"
+
+#: html/Admin/Queues/CustomField.html:47
+#. ($QueueObj->Name())
+msgid "Create a CustomField for queue %1"
+msgstr "opret et Custom felt for k¯ %1"
+
+#: html/Admin/Global/CustomField.html:47
+msgid "Create a CustomField which applies to all queues"
+msgstr "opret et Custom felt som gÊlder for alle k¯er"
+
+#: NOT FOUND IN SOURCE
+msgid "Create a new Custom Field"
+msgstr "opret et nyt Custom felt"
+
+#: NOT FOUND IN SOURCE
+msgid "Create a new global scrip"
+msgstr "opret en ny global scrip"
+
+#: html/Admin/Groups/Modify.html:66 html/Admin/Groups/Modify.html:92
+msgid "Create a new group"
+msgstr "opret en ny gruppe"
+
+#: html/User/Groups/Modify.html:66 html/User/Groups/Modify.html:91
+msgid "Create a new personal group"
+msgstr "opret en ny personlig gruppe"
+
+#: NOT FOUND IN SOURCE
+msgid "Create a new queue"
+msgstr "opret en ny gruppe"
+
+#: NOT FOUND IN SOURCE
+msgid "Create a new scrip"
+msgstr "opret en ny scrip"
+
+#: NOT FOUND IN SOURCE
+msgid "Create a new template"
+msgstr "opret en ny template"
+
+#: html/Ticket/Create.html:24 html/Ticket/Create.html:27 html/Ticket/Create.html:35
+msgid "Create a new ticket"
+msgstr "opret en ny ticket"
+
+#: html/Admin/Users/Modify.html:213 html/Admin/Users/Modify.html:240
+msgid "Create a new user"
+msgstr "opret en ny bruger"
+
+#: html/Admin/Queues/Modify.html:103
+msgid "Create a queue"
+msgstr "opret en ny k¯"
+
+#: NOT FOUND IN SOURCE
+msgid "Create a queue called"
+msgstr "opret en k¯ med navnet"
+
+#: NOT FOUND IN SOURCE
+msgid "Create a request"
+msgstr "opret en request"
+
+#: html/Admin/Queues/Scrip.html:58
+#. ($QueueObj->Name)
+msgid "Create a scrip for queue %1"
+msgstr "opret en scrip for k¯ %1"
+
+#: html/Admin/Global/Template.html:68 html/Admin/Queues/Template.html:64
+msgid "Create a template"
+msgstr "opret en template"
+
+#: html/SelfService/Create.html:24
+msgid "Create a ticket"
+msgstr "opret en ticket"
+
+#: etc/initialdata:129
+msgid "Create new tickets based on this scrip's template"
+msgstr "opret en ny ticket baseret p denne scrip's template"
+
+#: html/SelfService/Create.html:77
+msgid "Create ticket"
+msgstr "opret ticket"
+
+#: lib/RT/Queue_Overlay.pm:83
+msgid "Create tickets in this queue"
+msgstr "opret tickets i denne k¯"
+
+#: lib/RT/Queue_Overlay.pm:71
+msgid "Create, delete and modify custom fields"
+msgstr "opret, slet og rediger custom felter"
+
+#: lib/RT/Queue_Overlay.pm:67
+msgid "Create, delete and modify queues"
+msgstr "opret, slet og rediger k¯er"
+
+#: NOT FOUND IN SOURCE
+msgid "Create, delete and modify the members of any user's personal groups"
+msgstr "opret, slet og rediger medlemmerne af vilkÂrlig brugers personlige grupper"
+
+#: lib/RT/System.pm:58
+msgid "Create, delete and modify the members of personal groups"
+msgstr "opret, slet og rediger medlemmernes personlie grupper"
+
+#: lib/RT/System.pm:59
+msgid "Create, delete and modify users"
+msgstr "opret, slet og rediger brugere"
+
+#: lib/RT/Queue_Overlay.pm:83
+msgid "CreateTicket"
+msgstr "OpretTicket"
+
+#: html/Elements/SelectDateType:25 html/Ticket/Elements/ShowDates:26 lib/RT/Ticket_Overlay.pm:1203
+msgid "Created"
+msgstr "Oprettet"
+
+#: html/Admin/Elements/EditCustomField:87
+#. ($CustomFieldObj->Name())
+msgid "Created CustomField %1"
+msgstr "Oprettede Customer felt %1"
+
+#: NOT FOUND IN SOURCE
+msgid "Created template %1"
+msgstr "Oprettede template %1"
+
+#: html/Ticket/Elements/EditLinks:27
+msgid "Current Relationships"
+msgstr "Nuværende relationer"
+
+#: html/Admin/Elements/EditScrips:29
+msgid "Current Scrips"
+msgstr "Nuværende Scrips"
+
+#: html/Admin/Groups/Members.html:38 html/User/Groups/Members.html:41
+msgid "Current members"
+msgstr "Nuværende medlemmer"
+
+#: html/Admin/Elements/SelectRights:28
+msgid "Current rights"
+msgstr "Nuværende rettigheder"
+
+#: html/Search/Listing.html:70
+msgid "Current search criteria"
+msgstr "Nuværende søgekriterier"
+
+#: html/Admin/Queues/People.html:40 html/Ticket/Elements/EditPeople:44
+msgid "Current watchers"
+msgstr "NuvÊrende watchere"
+
+#: html/Admin/Global/CustomField.html:54
+#. ($CustomField)
+msgid "Custom Field #%1"
+msgstr "Custom Field #%1"
+
+#: html/Admin/Elements/QueueTabs:52 html/Admin/Elements/SystemTabs:39 html/Admin/Global/index.html:49 html/Ticket/Elements/ShowSummary:35
+msgid "Custom Fields"
+msgstr "Custom Felter"
+
+#: html/Admin/Elements/EditScrip:72
+msgid "Custom action cleanup code"
+msgstr "Custom aktion oprydnings kode"
+
+#: html/Admin/Elements/EditScrip:64
+msgid "Custom action preparation code"
+msgstr "Custom aktion forberedelses kode"
+
+#: html/Admin/Elements/EditScrip:48
+msgid "Custom condition"
+msgstr "Custom betingelse"
+
+#: lib/RT/Tickets_Overlay.pm:1618
+#. ($CF->Name , $args{OPERATOR} , $args{VALUE})
+msgid "Custom field %1 %2 %3"
+msgstr "Custom felt %1 %2 %3"
+
+#: lib/RT/Tickets_Overlay.pm:1613
+#. ($CF->Name)
+msgid "Custom field %1 has a value."
+msgstr "Custom felt %1 har vÊrdi."
+
+#: lib/RT/Tickets_Overlay.pm:1610
+#. ($CF->Name)
+msgid "Custom field %1 has no value."
+msgstr "Custom felt %1 har ingen vÊrdi."
+
+#: lib/RT/Ticket_Overlay.pm:3491
+#. ($args{'Field'})
+msgid "Custom field %1 not found"
+msgstr "Custom felt %1 ikke fundet"
+
+#: html/Admin/Elements/EditCustomFields:196
+msgid "Custom field deleted"
+msgstr "Custom felt slettet"
+
+#: lib/RT/Ticket_Overlay.pm:3641
+msgid "Custom field not found"
+msgstr "Custom felt ikke fundet"
+
+#: lib/RT/CustomField_Overlay.pm:349
+#. ($args{'Content'}, $self->Name)
+msgid "Custom field value %1 could not be found for custom field %2"
+msgstr "Custom felt vÊrdi %1 kunne ikke blive fundet for custom felt %2"
+
+#: NOT FOUND IN SOURCE
+msgid "Custom field value changed from %1 to %2"
+msgstr "Custom felt vÊrdi Êndret fra %1 to %2"
+
+#: lib/RT/CustomField_Overlay.pm:249
+msgid "Custom field value could not be deleted"
+msgstr "Custom felt vÊrdi kunne ikke slettes"
+
+#: lib/RT/CustomField_Overlay.pm:355
+msgid "Custom field value could not be found"
+msgstr "Custom felt vÊrdi kunne ikke findes"
+
+#: lib/RT/CustomField_Overlay.pm:247 lib/RT/CustomField_Overlay.pm:357
+msgid "Custom field value deleted"
+msgstr "Custom felt vÊrdi slettet"
+
+#: lib/RT/Transaction_Overlay.pm:548
+msgid "CustomField"
+msgstr "CustomFelt"
+
+#: html/SelfService/Display.html:38 html/Ticket/Create.html:160 html/Ticket/Elements/ShowSummary:54 html/Ticket/Elements/Tabs:92 html/Ticket/ModifyAll.html:43
+msgid "Dates"
+msgstr "Datoer"
+
+#: lib/RT/Date.pm:422
+msgid "Dec."
+msgstr "Dec."
+
+#: NOT FOUND IN SOURCE
+msgid "Default Autoresponse Template"
+msgstr "Default Autosvars Template"
+
+#: etc/initialdata:207
+msgid "Default Autoresponse template"
+msgstr "Default autosvars template"
+
+#: etc/initialdata:281
+msgid "Default admin comment template"
+msgstr "Default administrator kommentar template"
+
+#: etc/initialdata:260
+msgid "Default admin correspondence template"
+msgstr "Default administrator korrespondance template"
+
+#: etc/initialdata:272
+msgid "Default correspondence template"
+msgstr "Default korrespondance template"
+
+#: etc/initialdata:238
+msgid "Default transaction template"
+msgstr "Default transaktions template"
+
+#: lib/RT/Transaction_Overlay.pm:694
+#. ($type, $self->Field, $self->OldValue, $self->NewValue)
+msgid "Default: %1/%2 changed from %3 to %4"
+msgstr "Default: %1/%2 Êndret til %3 to %4"
+
+#: html/User/Delegation.html:24 html/User/Delegation.html:27
+msgid "Delegate rights"
+msgstr "Overdrag rettigheder"
+
+#: lib/RT/System.pm:62
+msgid "Delegate specific rights which have been granted to you."
+msgstr "Overdrag specifikke rettigeder som er blevet tildelt til dig."
+
+#: lib/RT/System.pm:62
+msgid "DelegateRights"
+msgstr "OverdragRettigheder"
+
+#: html/User/Elements/Tabs:37
+msgid "Delegation"
+msgstr "Overdragelse"
+
+#: NOT FOUND IN SOURCE
+msgid "Delete"
+msgstr "Slet"
+
+#: lib/RT/Queue_Overlay.pm:88
+msgid "Delete tickets"
+msgstr "Slet tickets"
+
+#: lib/RT/Queue_Overlay.pm:88
+msgid "DeleteTicket"
+msgstr "SletTicket"
+
+#: lib/RT/Transaction_Overlay.pm:187
+msgid "Deleting this object could break referential integrity"
+msgstr "Sletning af dette objekt kan ¯delÊgge referentiel integritet"
+
+#: lib/RT/Queue_Overlay.pm:293
+msgid "Deleting this object would break referential integrity"
+msgstr "Sletning af dette objekt vil ¯delÊgge referentiel integritet"
+
+#: lib/RT/User_Overlay.pm:499
+msgid "Deleting this object would violate referential integrity"
+msgstr "Sletning af dette objekt vil stride mod referentiel integritet"
+
+#: html/Approvals/Elements/Approve:44
+msgid "Deny"
+msgstr "Afvis"
+
+#: html/Ticket/Create.html:180 html/Ticket/Elements/BulkLinks:34 html/Ticket/Elements/EditLinks:122 html/Ticket/Elements/EditLinks:46 html/Ticket/Elements/ShowDependencies:31 html/Ticket/Elements/ShowLinks:36
+msgid "Depended on by"
+msgstr "Afhængighed til"
+
+#: NOT FOUND IN SOURCE
+msgid "Dependencies: \\n"
+msgstr "Afhængigheder: \\n"
+
+#: lib/RT/Transaction_Overlay.pm:626
+#. ($value)
+msgid "Dependency by %1 added"
+msgstr "Afhængighed til %1 tilf¯jet"
+
+#: lib/RT/Transaction_Overlay.pm:655
+#. ($value)
+msgid "Dependency by %1 deleted"
+msgstr "Afhængighed til %1 slettet"
+
+#: lib/RT/Transaction_Overlay.pm:624
+#. ($value)
+msgid "Dependency on %1 added"
+msgstr "Afhængighed af %1 tilf¯jet"
+
+#: lib/RT/Transaction_Overlay.pm:653
+#. ($value)
+msgid "Dependency on %1 deleted"
+msgstr "Afhængighed af %1 slettet"
+
+#: html/Elements/SelectLinkType:26 html/Ticket/Create.html:179 html/Ticket/Elements/BulkLinks:30 html/Ticket/Elements/EditLinks:118 html/Ticket/Elements/EditLinks:35 html/Ticket/Elements/ShowDependencies:24 html/Ticket/Elements/ShowLinks:26
+msgid "Depends on"
+msgstr "Afhængig af"
+
+#: html/Elements/SelectSortOrder:34
+msgid "Descending"
+msgstr "Faldende"
+
+#: html/SelfService/Create.html:72 html/Ticket/Create.html:118
+msgid "Describe the issue below"
+msgstr "Beskriv problemet nedenfor"
+
+#: html/Admin/Elements/AddCustomFieldValue:35 html/Admin/Elements/EditCustomField:38 html/Admin/Elements/EditScrip:33 html/Admin/Elements/ModifyQueue:35 html/Admin/Elements/ModifyTemplate:35 html/Admin/Groups/Modify.html:48 html/Admin/Queues/Modify.html:47 html/Elements/SelectGroups:26 html/User/Groups/Modify.html:48
+msgid "Description"
+msgstr "Beskrivelse"
+
+#: NOT FOUND IN SOURCE
+msgid "Details"
+msgstr "Detaljer"
+
+#: html/Ticket/Elements/Tabs:84
+msgid "Display"
+msgstr "Vis"
+
+#: lib/RT/Queue_Overlay.pm:68
+msgid "Display Access Control List"
+msgstr "Vis Adgangs Kontrol Liste"
+
+#: lib/RT/Queue_Overlay.pm:74
+msgid "Display Scrip templates for this queue"
+msgstr "Vis Scrip templates for denne kø"
+
+#: lib/RT/Queue_Overlay.pm:77
+msgid "Display Scrips for this queue"
+msgstr "Vis scrips for denne kø"
+
+#: html/Ticket/Elements/ShowHistory:34
+msgid "Display mode"
+msgstr "Visnings modus"
+
+#: NOT FOUND IN SOURCE
+msgid "Display ticket #%1"
+msgstr "Vis ticket #%1"
+
+#: lib/RT/System.pm:53
+msgid "Do anything and everything"
+msgstr "Gør noget og alting"
+
+#: html/Elements/Refresh:29
+msgid "Don't refresh this page."
+msgstr "Genindlæs ikke denne side-"
+
+#: html/Search/Elements/PickRestriction:113
+msgid "Don't show search results"
+msgstr "Vis ikke søge resultater"
+
+#: html/Ticket/Elements/ShowTransaction:91
+msgid "Download"
+msgstr "Download"
+
+#: html/Elements/SelectDateType:31 html/Ticket/Create.html:166 html/Ticket/Elements/EditDates:44 html/Ticket/Elements/ShowDates:42 lib/RT/Ticket_Overlay.pm:1207
+msgid "Due"
+msgstr "Forfaldende"
+
+#: NOT FOUND IN SOURCE
+msgid "Due date '%1' could not be parsed"
+msgstr "Forfaldsdato '%1' kunne ikke parses"
+
+#: bin/rt-commit-handler:753
+#. ($1, $msg)
+msgid "ERROR: Couldn't load ticket '%1': %2.\\n"
+msgstr "FEJL: Kunne ikke indlæse ticket '%1': %2.\\n"
+
+#: NOT FOUND IN SOURCE
+msgid "Edit"
+msgstr "Editér"
+
+#: html/Admin/Queues/CustomFields.html:44
+#. ($Queue->Name)
+msgid "Edit Custom Fields for %1"
+msgstr "Editér customer felter for %1"
+
+#: html/Search/Bulk.html:143 html/Ticket/ModifyLinks.html:35
+msgid "Edit Relationships"
+msgstr "Editér forhold"
+
+#: html/Admin/Queues/Templates.html:41
+#. ($QueueObj->Name)
+msgid "Edit Templates for queue %1"
+msgstr "Editér Templates for kø %1"
+
+#: NOT FOUND IN SOURCE
+msgid "Edit scrips"
+msgstr "Editér scrips"
+
+#: html/Admin/Global/index.html:45
+msgid "Edit system templates"
+msgstr "Editér system templates"
+
+#: NOT FOUND IN SOURCE
+msgid "Edit templates for %1"
+msgstr "Editér templates for %1"
+
+#: html/Admin/Elements/ModifyQueue:24 html/Admin/Queues/Modify.html:118
+#. ($QueueObj->Name)
+#. ($QueueObj->Id)
+msgid "Editing Configuration for queue %1"
+msgstr "Editér Konfiguration for kø %1"
+
+#: html/Admin/Elements/ModifyUser:24
+#. ($UserObj->Name)
+msgid "Editing Configuration for user %1"
+msgstr "Editerer Konfiguration for bruger %1"
+
+#: html/Admin/Elements/EditCustomField:90
+#. ($CustomFieldObj->Name())
+msgid "Editing CustomField %1"
+msgstr "Editerer Custom felt %1"
+
+#: html/Admin/Groups/Members.html:31
+#. ($Group->Name)
+msgid "Editing membership for group %1"
+msgstr "Editerer medlemskab for gruppe %1"
+
+#: html/User/Groups/Members.html:128
+#. ($Group->Name)
+msgid "Editing membership for personal group %1"
+msgstr "Editerer medlemskab for personlig gruppe %1"
+
+#: NOT FOUND IN SOURCE
+msgid "Editing template %1"
+msgstr "Editerer template %1"
+
+#: lib/RT/Ticket_Overlay.pm:2660 lib/RT/Ticket_Overlay.pm:2738
+msgid "Either base or target must be specified"
+msgstr "Enten base eller mål skal være specificeret"
+
+#: html/Admin/Users/Modify.html:52 html/Admin/Users/Prefs.html:45 html/Elements/SelectUsers:26 html/Ticket/Elements/AddWatchers:55 html/User/Prefs.html:41
+msgid "Email"
+msgstr "E-mail"
+
+#: lib/RT/User_Overlay.pm:247
+msgid "Email address in use"
+msgstr "E-mail adresse i brug"
+
+#: html/Admin/Elements/ModifyUser:41
+msgid "EmailAddress"
+msgstr "E-mailAdresse"
+
+#: html/Admin/Elements/ModifyUser:53
+msgid "EmailEncoding"
+msgstr "E-mail encoding"
+
+#: html/Admin/Elements/EditCustomField:50
+msgid "Enabled (Unchecking this box disables this custom field)"
+msgstr "Aktiveret (Fravalg af denne boks deaktiverer dette custom felt)"
+
+#: html/Admin/Groups/Modify.html:52 html/User/Groups/Modify.html:52
+msgid "Enabled (Unchecking this box disables this group)"
+msgstr "Aktiveret (Fravalg af denne boks deaktiverer denne gruppe)"
+
+#: html/Admin/Queues/Modify.html:83
+msgid "Enabled (Unchecking this box disables this queue)"
+msgstr "Aktiveret  (Fravalg af denne boks deaktiverer denne kø)"
+
+#: html/Admin/Elements/EditCustomFields:98
+msgid "Enabled Custom Fields"
+msgstr "Aktiverede Custom felter"
+
+#: html/Admin/Queues/index.html:55
+msgid "Enabled Queues"
+msgstr "Aktiverede Køer"
+
+#: html/Admin/Elements/EditCustomField:106 html/Admin/Groups/Modify.html:116 html/Admin/Queues/Modify.html:140 html/Admin/Users/Modify.html:282 html/User/Groups/Modify.html:116
+#. (loc_fuzzy($msg))
+msgid "Enabled status %1"
+msgstr "Aktiverede status %1"
+
+#: lib/RT/CustomField_Overlay.pm:427
+msgid "Enter multiple values"
+msgstr "Indtast flere værdier"
+
+#: lib/RT/CustomField_Overlay.pm:424
+msgid "Enter one value"
+msgstr "Indtast en værdi"
+
+#: html/Search/Bulk.html:144 html/Ticket/Elements/EditLinks:111
+msgid "Enter tickets or URIs to link tickets to. Seperate multiple entries with spaces."
+msgstr "Indtast tickets eller URIs for linkning af tickets. Separer flere værdier med mellemrum."
+
+#: html/Elements/Login:39 html/SelfService/Error.html:24 html/SelfService/Error.html:25
+msgid "Error"
+msgstr "Fejl"
+
+#: lib/RT/Queue_Overlay.pm:555
+msgid "Error in parameters to Queue->AddWatcher"
+msgstr "Fejl i parametre til Queue->AddWatcher"
+
+#: lib/RT/Queue_Overlay.pm:713
+msgid "Error in parameters to Queue->DelWatcher"
+msgstr "Fejl i parametre til Queue->DelWatcher"
+
+#: lib/RT/Ticket_Overlay.pm:1392
+msgid "Error in parameters to Ticket->AddWatcher"
+msgstr "Fejl i parametre til Ticket->AddWatcher"
+
+#: lib/RT/Ticket_Overlay.pm:1549
+msgid "Error in parameters to Ticket->DelWatcher"
+msgstr "Fejl i parametre til Ticket->DelWatcher"
+
+#: etc/initialdata:20
+msgid "Everyone"
+msgstr "Alle"
+
+#: bin/rt-crontool:193
+msgid "Example:"
+msgstr "Eksempel:"
+
+#: html/Admin/Elements/ModifyUser:63
+msgid "ExternalAuthId"
+msgstr "ExternalAuthId"
+
+#: html/Admin/Elements/ModifyUser:57
+msgid "ExternalContactInfoId"
+msgstr "ExternalContactInfoId"
+
+#: html/Admin/Users/Modify.html:72
+msgid "Extra info"
+msgstr "Ekstra information"
+
+#: lib/RT/User_Overlay.pm:363
+msgid "Failed to find 'Privileged' users pseudogroup."
+msgstr "Fejlede i lokalisering 'Priviledged' brugere pseudogruppe."
+
+#: lib/RT/User_Overlay.pm:370
+msgid "Failed to find 'Unprivileged' users pseudogroup"
+msgstr "Fejlede i lokalisering af 'Unproviledged' brugere pseudogruppe"
+
+#: bin/rt-crontool:137
+#. ($modname, $@)
+msgid "Failed to load module %1. (%2)"
+msgstr "Fejlede i indlæsningen af modul %1. (%2)"
+
+#: lib/RT/Date.pm:412
+msgid "Feb."
+msgstr "Feb."
+
+#: NOT FOUND IN SOURCE
+msgid "Fin"
+msgstr "Slut"
+
+#: html/Ticket/Create.html:154 html/Ticket/Elements/EditBasics:58 lib/RT/Tickets_Overlay.pm:1091
+msgid "Final Priority"
+msgstr "Endelig Prioritet"
+
+#: lib/RT/Ticket_Overlay.pm:1198
+msgid "FinalPriority"
+msgstr "EndeligPrioritet"
+
+#: html/Admin/Queues/People.html:60 html/Ticket/Elements/EditPeople:33
+msgid "Find group whose"
+msgstr "Find gruppe hvis"
+
+#: NOT FOUND IN SOURCE
+msgid "Find new/open tickets"
+msgstr "Find nye/Ã¥bne tickets"
+
+#: html/Admin/Queues/People.html:56 html/Admin/Users/index.html:45 html/Ticket/Elements/EditPeople:29
+msgid "Find people whose"
+msgstr "Find folk hvis"
+
+#: html/Search/Listing.html:107
+msgid "Find tickets"
+msgstr "Find tickets"
+
+#: NOT FOUND IN SOURCE
+msgid "Finish Approval"
+msgstr "Afslut godkendelse"
+
+#: html/Ticket/Elements/Tabs:57
+msgid "First"
+msgstr "Første"
+
+#: html/Search/Listing.html:40
+msgid "First page"
+msgstr "Første side"
+
+#: docs/design_docs/string-extraction-guide.txt:33
+msgid "Foo Bar Baz"
+msgstr "Foo Bar Baz"
+
+#: docs/design_docs/string-extraction-guide.txt:24
+msgid "Foo!"
+msgstr "Foo!"
+
+#: html/Search/Bulk.html:86
+msgid "Force change"
+msgstr "gennemtving ændring"
+
+#: html/Search/Listing.html:105
+#. ($ticketcount)
+msgid "Found %quant(%1,ticket)"
+msgstr "Fandt %quant(%1,ticket)"
+
+#: lib/RT/Interface/Web.pm:904
+msgid "Found Object"
+msgstr "Fandt Objekt"
+
+#: html/Admin/Elements/ModifyUser:43
+msgid "FreeformContactInfo"
+msgstr "FreeformContactInfo"
+
+#: lib/RT/CustomField_Overlay.pm:37
+msgid "FreeformMultiple"
+msgstr "FreeformMultiple"
+
+#: lib/RT/CustomField_Overlay.pm:36
+msgid "FreeformSingle"
+msgstr "FreeformSingle"
+
+#: lib/RT/Date.pm:392
+msgid "Fri."
+msgstr "Fre."
+
+#: html/Ticket/Elements/ShowHistory:40 html/Ticket/Elements/ShowHistory:50
+msgid "Full headers"
+msgstr "Fulde headers"
+
+#: NOT FOUND IN SOURCE
+msgid "Getting the current user from a pgp sig\\n"
+msgstr "Henter the nuværende bruger fra en PGP signatur\\n"
+
+#: lib/RT/Transaction_Overlay.pm:593
+#. ($New->Name)
+msgid "Given to %1"
+msgstr "Givet til %1"
+
+#: html/Admin/Elements/Tabs:40 html/Admin/index.html:37
+msgid "Global"
+msgstr "Global"
+
+#: NOT FOUND IN SOURCE
+msgid "Global Scrips"
+msgstr "Globale Scrips"
+
+#: html/Admin/Elements/SelectTemplate:37
+#. (loc($Template->Name))
+msgid "Global template: %1"
+msgstr "Global template: %1"
+
+#: html/Admin/Elements/EditCustomFields:74 html/Admin/Queues/People.html:58 html/Admin/Queues/People.html:62 html/Admin/Queues/index.html:43 html/Admin/Users/index.html:48 html/Ticket/Elements/EditPeople:31 html/Ticket/Elements/EditPeople:35 html/index.html:40
+msgid "Go!"
+msgstr "Start!"
+
+#: NOT FOUND IN SOURCE
+msgid "Good pgp sig from %1\\n"
+msgstr "God PGP signatur fra %1\\n"
+
+#: html/Search/Listing.html:49
+msgid "Goto page"
+msgstr "GÃ¥ til side"
+
+#: html/Elements/GotoTicket:24 html/SelfService/Elements/GotoTicket:24
+msgid "Goto ticket"
+msgstr "GÃ¥ til ticket"
+
+#: html/Ticket/Elements/AddWatchers:45 html/User/Elements/DelegateRights:77
+msgid "Group"
+msgstr "Gruppe"
+
+#: NOT FOUND IN SOURCE
+msgid "Group %1 %2: %3"
+msgstr "Gruppe %1 %2: %3"
+
+#: html/Admin/Elements/GroupTabs:44 html/Admin/Elements/QueueTabs:56 html/Admin/Elements/SystemTabs:43 html/Admin/Global/index.html:54
+msgid "Group Rights"
+msgstr "Gruppe Rettigheder"
+
+#: lib/RT/Group_Overlay.pm:964
+msgid "Group already has member"
+msgstr "Gruppe har allerede medlem"
+
+#: html/Admin/Groups/Modify.html:76
+#. ($create_msg)
+msgid "Group could not be created: %1"
+msgstr "Gruppe kunne ikke blive oprettet: %1"
+
+#: lib/RT/Group_Overlay.pm:496
+msgid "Group created"
+msgstr "Gruppe oprettet"
+
+#: lib/RT/Group_Overlay.pm:1132
+msgid "Group has no such member"
+msgstr "Gruppen har sådan et medlem"
+
+#: lib/RT/Group_Overlay.pm:944 lib/RT/Queue_Overlay.pm:628 lib/RT/Queue_Overlay.pm:688 lib/RT/Ticket_Overlay.pm:1446 lib/RT/Ticket_Overlay.pm:1524
+msgid "Group not found"
+msgstr "Gruppe ikke fundet"
+
+#: NOT FOUND IN SOURCE
+msgid "Group not found.\\n"
+msgstr "Gruppe ikke fundet.\\n"
+
+#: NOT FOUND IN SOURCE
+msgid "Group not specified.\\n"
+msgstr "Gruppe ikke angivet.\\n"
+
+#: html/Admin/Elements/SelectNewGroupMembers:34 html/Admin/Elements/Tabs:34 html/Admin/Groups/Members.html:63 html/Admin/Queues/People.html:82 html/Admin/index.html:31 html/User/Groups/Members.html:66
+msgid "Groups"
+msgstr "Grupper"
+
+#: lib/RT/Group_Overlay.pm:970
+msgid "Groups can't be members of their members"
+msgstr "Grupper kan ikke være medlemmer af deres medlemmer"
+
+#: lib/RT/Interface/CLI.pm:72 lib/RT/Interface/CLI.pm:72
+msgid "Hello!"
+msgstr "Hej!"
+
+#: docs/design_docs/string-extraction-guide.txt:40
+#. ($name)
+msgid "Hello, %1"
+msgstr "Hej, %1"
+
+#: html/Ticket/Elements/ShowHistory:29 html/Ticket/Elements/Tabs:87
+msgid "History"
+msgstr "Historie"
+
+#: html/Admin/Elements/ModifyUser:67
+msgid "HomePhone"
+msgstr "HjemmeTelefon"
+
+#: html/Elements/Tabs:43
+msgid "Homepage"
+msgstr "Homepage"
+
+#: lib/RT/Base.pm:73
+#. (6)
+msgid "I have %quant(%1,concrete mixer)."
+msgstr "Jeg har %quant(%1,concrete mixer)."
+
+#: NOT FOUND IN SOURCE
+msgid "I have [quant,_1,concrete mixer]."
+msgstr "Jeg har [quant,_1,concrete mixer]."
+
+#: html/Ticket/Elements/ShowBasics:26 lib/RT/Tickets_Overlay.pm:1018
+msgid "Id"
+msgstr "Id"
+
+#: html/Admin/Users/Modify.html:43 html/User/Prefs.html:38
+msgid "Identity"
+msgstr "Identitet"
+
+#: etc/initialdata:411 etc/upgrade/2.1.71:86
+msgid "If an approval is rejected, reject the original and delete pending approvals"
+msgstr "Hvis en godkendelse bliver afvist, afvis den originale og slet ventede godkendelser"
+
+#: bin/rt-crontool:189
+msgid "If this tool were setgid, a hostile local user could use this tool to gain administrative access to RT."
+msgstr "Hvis dette værktøj var setgid, kunne en fjendtlig bruger benytte dette værktøj til at opnå administrat adgang til RT."
+
+#: html/Admin/Queues/People.html:104 html/Ticket/Modify.html:38 html/Ticket/ModifyAll.html:93 html/Ticket/ModifyPeople.html:37
+msgid "If you've updated anything above, be sure to"
+msgstr "Hvis du har opdateret noget ovenfor, vær da sikker på at"
+
+#: lib/RT/Interface/Web.pm:896
+msgid "Illegal value for %1"
+msgstr "Ulovlig værdi for %1"
+
+#: lib/RT/Interface/Web.pm:899
+msgid "Immutable field"
+msgstr "Uforanderligt felt"
+
+#: html/Admin/Elements/EditCustomFields:73
+msgid "Include disabled custom fields in listing."
+msgstr "Medtag deaktiverede custom felter i liste."
+
+#: html/Admin/Queues/index.html:42
+msgid "Include disabled queues in listing."
+msgstr "Medtag deaktiverede køer i liste."
+
+#: html/Admin/Users/index.html:46
+msgid "Include disabled users in search."
+msgstr "Medtag deaktiverede brugere i liste."
+
+#: lib/RT/Tickets_Overlay.pm:1067
+msgid "Initial Priority"
+msgstr "Initiel Prioritet"
+
+#: lib/RT/Ticket_Overlay.pm:1197 lib/RT/Ticket_Overlay.pm:1199
+msgid "InitialPriority"
+msgstr "InitielPrioritet"
+
+#: lib/RT/ScripAction_Overlay.pm.orig:104 lib/RT/ScripAction_Overlay.pm:104
+msgid "Input error"
+msgstr "Input fejl"
+
+#: lib/RT/Ticket_Overlay.pm:3866
+msgid "Internal Error"
+msgstr "Intern Fejl"
+
+#: lib/RT/Record.pm:142
+#. ($id->{error_message})
+msgid "Internal Error: %1"
+msgstr "Intern Fejl: %1"
+
+#: lib/RT/Group_Overlay.pm:643
+msgid "Invalid Group Type"
+msgstr "Ikke valid Gruppe Type"
+
+#: lib/RT/Principal_Overlay.pm:127
+msgid "Invalid Right"
+msgstr "Ikke valid Rettighed"
+
+#: lib/RT/Interface/Web.pm:901
+msgid "Invalid data"
+msgstr "Ikke valide data"
+
+#: lib/RT/Ticket_Overlay.pm:457
+msgid "Invalid owner. Defaulting to 'nobody'."
+msgstr "Ikke valid ejer, Default'er til 'nobody'"
+
+#: lib/RT/Scrip_Overlay.pm:133 lib/RT/Template_Overlay.pm.orig:250 lib/RT/Template_Overlay.pm:251
+msgid "Invalid queue"
+msgstr "Ikke valid kø"
+
+#: lib/RT/ACE_Overlay.pm:243 lib/RT/ACE_Overlay.pm:252 lib/RT/ACE_Overlay.pm:258 lib/RT/ACE_Overlay.pm:269 lib/RT/ACE_Overlay.pm:274
+msgid "Invalid right"
+msgstr "Ikke valid rettighed"
+
+#: lib/RT/Record.pm:117
+#. ($key)
+msgid "Invalid value for %1"
+msgstr "Ikke valid værdi for %1"
+
+#: lib/RT/Ticket_Overlay.pm:3498
+msgid "Invalid value for custom field"
+msgstr "Ikke valid værdi for custom felt"
+
+#: lib/RT/Ticket_Overlay.pm:364
+msgid "Invalid value for status"
+msgstr "Ikke valid værdi for status"
+
+#: bin/rt-crontool:190
+msgid "It is incredibly important that nonprivileged users not be allowed to run this tool."
+msgstr "Det er af højeste vigtighed at ikke-privilegerede brugere ikke får adgang til at køre dette værktøj."
+
+#: bin/rt-crontool:191
+msgid "It is suggested that you create a non-privileged unix user with the correct group membership and RT access to run this tool."
+msgstr "Det anbefales at du opretter en ikke-priviligeret unix bruger med det korrekte gruppe medlemsjab og RT adgang for at benytte dette værktøj."
+
+#: bin/rt-crontool:162
+msgid "It takes several arguments:"
+msgstr "Det tager adskellige argumenter:"
+
+#: NOT FOUND IN SOURCE
+msgid "Items pending my approval"
+msgstr "Elementer som afventer min godkendelse"
+
+#: lib/RT/Date.pm:411
+msgid "Jan."
+msgstr "Jan."
+
+#: lib/RT/Group_Overlay.pm:148
+msgid "Join or leave this group"
+msgstr "Tilslut eller forlad denne gruppe"
+
+#: lib/RT/Date.pm:417
+msgid "Jul."
+msgstr "Jul."
+
+#: html/Ticket/Elements/Tabs:98
+msgid "Jumbo"
+msgstr "Jumbo"
+
+#: lib/RT/Date.pm:416
+msgid "Jun."
+msgstr "Jun."
+
+#: NOT FOUND IN SOURCE
+msgid "Keyword"
+msgstr "Nøgleord"
+
+#: html/Admin/Elements/ModifyUser:51
+msgid "Lang"
+msgstr "Sprog"
+
+#: html/Ticket/Elements/Tabs:72
+msgid "Last"
+msgstr "Sidste"
+
+#: html/Ticket/Elements/EditDates:37 html/Ticket/Elements/ShowDates:38
+msgid "Last Contact"
+msgstr "Sidste kontakt"
+
+#: html/Elements/SelectDateType:28
+msgid "Last Contacted"
+msgstr "Sidst kontaktet"
+
+#: html/Search/Elements/TicketHeader:40
+msgid "Last Notified"
+msgstr "Sidst Notificeret"
+
+#: html/Elements/SelectDateType:29
+msgid "Last Updated"
+msgstr "Sidst Opdateret"
+
+#: NOT FOUND IN SOURCE
+msgid "Left"
+msgstr "Tilbage"
+
+#: html/Admin/Users/Modify.html:82
+msgid "Let this user access RT"
+msgstr "Lad denne bruger få adgang til RT"
+
+#: html/Admin/Users/Modify.html:86
+msgid "Let this user be granted rights"
+msgstr "Lad denne bruger få rettigheder"
+
+#: NOT FOUND IN SOURCE
+msgid "Limiting owner to %1 %2"
+msgstr "Begrænser ejer til %1 %2"
+
+#: NOT FOUND IN SOURCE
+msgid "Limiting queue to %1 %2"
+msgstr "Begrænser kø til %1 %2"
+
+#: lib/RT/Ticket_Overlay.pm:2752
+msgid "Link already exists"
+msgstr "Link eksisterer allerede"
+
+#: lib/RT/Ticket_Overlay.pm:2764
+msgid "Link could not be created"
+msgstr "Link kunne ikke blive oprettet"
+
+#: lib/RT/Ticket_Overlay.pm:2772 lib/RT/Ticket_Overlay.pm:2784
+#. ($TransString)
+msgid "Link created (%1)"
+msgstr "Link oprettet (%1)"
+
+#: lib/RT/Ticket_Overlay.pm:2685
+#. ($TransString)
+msgid "Link deleted (%1)"
+msgstr "Link slettet (%1)"
+
+#: lib/RT/Ticket_Overlay.pm:2691
+msgid "Link not found"
+msgstr "Link ikke fundet"
+
+#: html/Ticket/ModifyLinks.html:24 html/Ticket/ModifyLinks.html:28
+#. ($Ticket->Id)
+msgid "Link ticket #%1"
+msgstr "Link ticket #%1"
+
+#: html/Ticket/Elements/Tabs:96
+msgid "Links"
+msgstr "Links"
+
+#: html/Admin/Users/Modify.html:113 html/User/Prefs.html:84
+msgid "Location"
+msgstr "Lokation"
+
+#: lib/RT.pm:162
+#. ($RT::LogDir)
+msgid "Log directory %1 not found or couldn't be written.\\n RT can't run."
+msgstr "Log directory %1 kunne ikke findes eller skrive til.\\n RT kan ikke køre."
+
+#: html/Elements/Header:57
+#. ("<b>".$session{'CurrentUser'}->Name."</b>")
+msgid "Logged in as %1"
+msgstr "Logget ind som %1"
+
+#: docs/design_docs/string-extraction-guide.txt:71 html/Elements/Login:35 html/Elements/Login:44 html/Elements/Login:54
+msgid "Login"
+msgstr "Log ind"
+
+#: html/Elements/Header:54
+msgid "Logout"
+msgstr "Log ud"
+
+#: html/Search/Bulk.html:85
+msgid "Make Owner"
+msgstr "Lav Ejer"
+
+#: html/Search/Bulk.html:109
+msgid "Make Status"
+msgstr "Lav Status"
+
+#: html/Search/Bulk.html:117
+msgid "Make date Due"
+msgstr "Sæt forfaldsdato"
+
+#: html/Search/Bulk.html:119
+msgid "Make date Resolved"
+msgstr "Sæt løsnings dato"
+
+#: html/Search/Bulk.html:113
+msgid "Make date Started"
+msgstr "Sæt startet dato"
+
+#: html/Search/Bulk.html:111
+msgid "Make date Starts"
+msgstr "Sæ startes dato"
+
+#: html/Search/Bulk.html:115
+msgid "Make date Told"
+msgstr "Sæt dato fortalt"
+
+#: html/Search/Bulk.html:105
+msgid "Make priority"
+msgstr "Sæt Prioritet"
+
+#: html/Search/Bulk.html:107
+msgid "Make queue"
+msgstr "Sæt kø"
+
+#: html/Search/Bulk.html:103
+msgid "Make subject"
+msgstr "Sæt emne"
+
+#: html/Admin/index.html:32
+msgid "Manage groups and group membership"
+msgstr "Administrer grupper og gruppe medlemskab"
+
+#: html/Admin/index.html:38
+msgid "Manage properties and configuration which apply to all queues"
+msgstr "Administrer egenskaber og konfiguration som gælder for alle køer"
+
+#: html/Admin/index.html:35
+msgid "Manage queues and queue-specific properties"
+msgstr "Administrer køer og kø-specifikke egenskaber"
+
+#: html/Admin/index.html:29
+msgid "Manage users and passwords"
+msgstr "Administrer brugere og adgangskoder"
+
+#: lib/RT/Date.pm:413
+msgid "Mar."
+msgstr "Mar."
+
+#: lib/RT/Date.pm:415
+msgid "May."
+msgstr "Maj."
+
+#: lib/RT/Transaction_Overlay.pm:635
+#. ($value)
+msgid "Member %1 added"
+msgstr "Medlem %1 tilføjet"
+
+#: lib/RT/Transaction_Overlay.pm:664
+#. ($value)
+msgid "Member %1 deleted"
+msgstr "Medlem %1 slettet"
+
+#: lib/RT/Group_Overlay.pm:981
+msgid "Member added"
+msgstr "Medlem tilføjet"
+
+#: lib/RT/Group_Overlay.pm:1139
+msgid "Member deleted"
+msgstr "Medlem slettet"
+
+#: lib/RT/Group_Overlay.pm:1143
+msgid "Member not deleted"
+msgstr "Medlem ikke slettet"
+
+#: html/Elements/SelectLinkType:25
+msgid "Member of"
+msgstr "Medlem af"
+
+#: html/Admin/Elements/GroupTabs:41 html/User/Elements/GroupTabs:41
+msgid "Members"
+msgstr "Medlemmer"
+
+#: lib/RT/Transaction_Overlay.pm:633
+#. ($value)
+msgid "Membership in %1 added"
+msgstr "Medlemskan af %1 tilføjet"
+
+#: lib/RT/Transaction_Overlay.pm:662
+#. ($value)
+msgid "Membership in %1 deleted"
+msgstr "Medlemskab af %1 slettet"
+
+#: lib/RT/Ticket_Overlay.pm:2941
+msgid "Merge Successful"
+msgstr "Sammensmeltning succesfuld"
+
+#: lib/RT/Ticket_Overlay.pm:2861
+msgid "Merge failed. Couldn't set EffectiveId"
+msgstr "Sammensmeltning fejlede. Kunne ikke sætte EffectiveId"
+
+#: html/Ticket/Elements/BulkLinks:26 html/Ticket/Elements/EditLinks:114
+msgid "Merge into"
+msgstr "Sammensmelt med"
+
+#: html/Search/Bulk.html:137 html/Ticket/Update.html:100
+msgid "Message"
+msgstr "Besked"
+
+#: lib/RT/Interface/Web.pm:903
+msgid "Missing a primary key?: %1"
+msgstr "Mangler en primærnøgle?: %1"
+
+#: html/Admin/Users/Modify.html:168 html/User/Prefs.html:53
+msgid "Mobile"
+msgstr "Mobil"
+
+#: html/Admin/Elements/ModifyUser:71
+msgid "MobilePhone"
+msgstr "MobilTelefon"
+
+#: lib/RT/Queue_Overlay.pm:69
+msgid "Modify Access Control List"
+msgstr "Modificér Adgangs Kontrol Liste"
+
+#: NOT FOUND IN SOURCE
+msgid "Modify Custom Field %1"
+msgstr "Modificér Custom Felt %1"
+
+#: html/Admin/Global/CustomFields.html:43 html/Admin/Global/index.html:50
+msgid "Modify Custom Fields which apply to all queues"
+msgstr "Modificér Custom felter som gælder for alle køer"
+
+#: lib/RT/Queue_Overlay.pm:72
+msgid "Modify Scrip templates for this queue"
+msgstr "Modificér Scrip templates for denne kø"
+
+#: lib/RT/Queue_Overlay.pm:75
+msgid "Modify Scrips for this queue"
+msgstr "Modificér Scrips for denne kø"
+
+#: NOT FOUND IN SOURCE
+msgid "Modify Template %1"
+msgstr "Modificér Template %1"
+
+#: html/Admin/Queues/CustomField.html:44
+#. ($QueueObj->Name())
+msgid "Modify a CustomField for queue %1"
+msgstr "Modificér CustomFelt for kø %1"
+
+#: html/Admin/Global/CustomField.html:52
+msgid "Modify a CustomField which applies to all queues"
+msgstr "Modificér CustomFelt som gælder for alle køer"
+
+#: html/Admin/Queues/Scrip.html:53
+#. ($QueueObj->Name)
+msgid "Modify a scrip for queue %1"
+msgstr "Modificér et scrip for kø %1"
+
+#: html/Admin/Global/Scrip.html:47
+msgid "Modify a scrip which applies to all queues"
+msgstr "Modificér et scrip som gælder for alle køer"
+
+#: html/Ticket/ModifyDates.html:24 html/Ticket/ModifyDates.html:28
+#. ($TicketObj->Id)
+msgid "Modify dates for #%1"
+msgstr "Modific+er datoer for #%1"
+
+#: html/Ticket/ModifyDates.html:34
+#. ($TicketObj->Id)
+msgid "Modify dates for ticket # %1"
+msgstr "Modificér datoer for ticket # %1"
+
+#: html/Admin/Global/GroupRights.html:24 html/Admin/Global/GroupRights.html:27 html/Admin/Global/index.html:55
+msgid "Modify global group rights"
+msgstr "Modificér globale gruppe rettiheder"
+
+#: html/Admin/Global/GroupRights.html:32
+msgid "Modify global group rights."
+msgstr "Modificér globale gruppe rettiheder"
+
+#: NOT FOUND IN SOURCE
+msgid "Modify global scrips"
+msgstr "Modificér globale scrips"
+
+#: html/Admin/Global/UserRights.html:24 html/Admin/Global/UserRights.html:27 html/Admin/Global/index.html:59
+msgid "Modify global user rights"
+msgstr "Modificér globale bruger rettiheder"
+
+#: html/Admin/Global/UserRights.html:32
+msgid "Modify global user rights."
+msgstr "Modificér globake bruger rettigehder"
+
+#: lib/RT/Group_Overlay.pm:145
+msgid "Modify group metadata or delete group"
+msgstr "Modificér gruppe metadata eller slet gruppe"
+
+#: html/Admin/Groups/GroupRights.html:24 html/Admin/Groups/GroupRights.html:28 html/Admin/Groups/GroupRights.html:34
+#. ($GroupObj->Name)
+msgid "Modify group rights for group %1"
+msgstr "Modificér gruppe rettigheder for gruppe %1"
+
+#: html/Admin/Queues/GroupRights.html:24 html/Admin/Queues/GroupRights.html:28
+#. ($QueueObj->Name)
+msgid "Modify group rights for queue %1"
+msgstr "Modificér gruppe rettigheder for kø %1"
+
+#: lib/RT/Group_Overlay.pm:147
+msgid "Modify membership roster for this group"
+msgstr "Modificér medlemskabsliste for denne gruppe"
+
+#: lib/RT/System.pm:60
+msgid "Modify one's own RT account"
+msgstr "Modificér ens egen RT konto"
+
+#: html/Admin/Queues/People.html:24 html/Admin/Queues/People.html:28
+#. ($QueueObj->Name)
+msgid "Modify people related to queue %1"
+msgstr "Modificér folk relateret til kø %1"
+
+#: html/Ticket/ModifyPeople.html:24 html/Ticket/ModifyPeople.html:28 html/Ticket/ModifyPeople.html:34
+#. ($Ticket->id)
+#. ($Ticket->Id)
+msgid "Modify people related to ticket #%1"
+msgstr "Modificér folk relateret til ticket #%1"
+
+#: html/Admin/Queues/Scrips.html:45
+#. ($QueueObj->Name)
+msgid "Modify scrips for queue %1"
+msgstr "Modificér scrips for kø %1"
+
+#: html/Admin/Global/Scrips.html:43 html/Admin/Global/index.html:41
+msgid "Modify scrips which apply to all queues"
+msgstr "Modificér scrips som gælder for alle køer"
+
+#: html/Admin/Global/Template.html:24 html/Admin/Global/Template.html:29 html/Admin/Global/Template.html:80 html/Admin/Queues/Template.html:77
+#. (loc($TemplateObj->Name()))
+#. ($TemplateObj->id)
+msgid "Modify template %1"
+msgstr "Modificér template %1"
+
+#: html/Admin/Global/Templates.html:43
+msgid "Modify templates which apply to all queues"
+msgstr "Modificér templates som gælder for alle køer"
+
+#: html/Admin/Groups/Modify.html:86 html/User/Groups/Modify.html:85
+#. ($Group->Name)
+msgid "Modify the group %1"
+msgstr "Modificér gruppen %1"
+
+#: lib/RT/Queue_Overlay.pm:70
+msgid "Modify the queue watchers"
+msgstr "Modificér kø watchers"
+
+#: html/Admin/Users/Modify.html:235
+#. ($UserObj->Name)
+msgid "Modify the user %1"
+msgstr "Modificer brugeren %1"
+
+#: html/Ticket/ModifyAll.html:36
+#. ($Ticket->Id)
+msgid "Modify ticket # %1"
+msgstr "Modificer ticket # %1"
+
+#: html/Ticket/Modify.html:24 html/Ticket/Modify.html:27 html/Ticket/Modify.html:33
+#. ($TicketObj->Id)
+msgid "Modify ticket #%1"
+msgstr "Modificer ticket #%1"
+
+#: lib/RT/Queue_Overlay.pm:87
+msgid "Modify tickets"
+msgstr "Modificer tickets"
+
+#: html/Admin/Groups/UserRights.html:24 html/Admin/Groups/UserRights.html:28 html/Admin/Groups/UserRights.html:34
+#. ($GroupObj->Name)
+msgid "Modify user rights for group %1"
+msgstr "Modificer bruger rettigheder for gruppe %1"
+
+#: html/Admin/Queues/UserRights.html:24 html/Admin/Queues/UserRights.html:28
+#. ($QueueObj->Name)
+msgid "Modify user rights for queue %1"
+msgstr "Modificer bruger rettigheder for kø %1"
+
+#: NOT FOUND IN SOURCE
+msgid "Modify watchers for queue '%1'"
+msgstr "Modificer watchers for kø '%1'"
+
+#: lib/RT/Queue_Overlay.pm:69
+msgid "ModifyACL"
+msgstr "ModificerACL"
+
+#: lib/RT/Group_Overlay.pm:148
+msgid "ModifyOwnMembership"
+msgstr "ModificerEgetMedlemskab"
+
+#: lib/RT/Queue_Overlay.pm:70
+msgid "ModifyQueueWatchers"
+msgstr "ModificerQueueWatchers"
+
+#: lib/RT/Queue_Overlay.pm:75
+msgid "ModifyScrips"
+msgstr "ModificerScrips"
+
+#: lib/RT/System.pm:60
+msgid "ModifySelf"
+msgstr "ModificerSelv"
+
+#: lib/RT/Queue_Overlay.pm:72
+msgid "ModifyTemplate"
+msgstr "ModificerTemplate"
+
+#: lib/RT/Queue_Overlay.pm:87
+msgid "ModifyTicket"
+msgstr "ModificerTicket"
+
+#: lib/RT/Date.pm:388
+msgid "Mon."
+msgstr "Man."
+
+#: html/Ticket/Elements/ShowRequestor:41
+#. ($name)
+msgid "More about %1"
+msgstr "Mere om %1"
+
+#: html/Admin/Elements/EditCustomFields:60
+msgid "Move down"
+msgstr "Flyt ned"
+
+#: html/Admin/Elements/EditCustomFields:52
+msgid "Move up"
+msgstr "Flyt op"
+
+#: html/Admin/Elements/SelectSingleOrMultiple:26
+msgid "Multiple"
+msgstr "Flere"
+
+#: lib/RT/User_Overlay.pm:238
+msgid "Must specify 'Name' attribute"
+msgstr "'Name' attribut skal angives"
+
+#: html/SelfService/Elements/MyRequests:48
+#. ($friendly_status)
+msgid "My %1 tickets"
+msgstr "Mine %1 tickets"
+
+#: NOT FOUND IN SOURCE
+msgid "My Approvals"
+msgstr "Mine Godkendelser"
+
+#: html/Approvals/index.html:24 html/Approvals/index.html:25
+msgid "My approvals"
+msgstr "Mine godkendelser"
+
+#: html/Admin/Elements/AddCustomFieldValue:31 html/Admin/Elements/EditCustomField:33 html/Admin/Elements/ModifyTemplate:27 html/Admin/Elements/ModifyUser:29 html/Admin/Groups/Modify.html:43 html/Elements/SelectGroups:25 html/Elements/SelectUsers:27 html/User/Groups/Modify.html:43
+msgid "Name"
+msgstr "Navn"
+
+#: lib/RT/User_Overlay.pm:245
+msgid "Name in use"
+msgstr "Navn i brug"
+
+#: NOT FOUND IN SOURCE
+msgid "Need approval from system administrator"
+msgstr "Behøver godkendelse af system adminstrator"
+
+#: html/Ticket/Elements/ShowDates:51
+msgid "Never"
+msgstr "Aldrig"
+
+#: html/Elements/Quicksearch:29
+msgid "New"
+msgstr "Ny"
+
+#: html/Admin/Elements/ModifyUser:31 html/Admin/Users/Modify.html:92 html/User/Prefs.html:64
+msgid "New Password"
+msgstr "Ny adgangskode"
+
+#: etc/initialdata:317 etc/upgrade/2.1.71:16
+msgid "New Pending Approval"
+msgstr "Ny afventende godkendelse"
+
+#: html/Ticket/Elements/EditLinks:110
+msgid "New Relationships"
+msgstr "Nye relationer"
+
+#: html/Ticket/Elements/Tabs:35
+msgid "New Search"
+msgstr "Ny Søgning"
+
+#: html/Admin/Global/CustomField.html:40 html/Admin/Global/CustomFields.html:38 html/Admin/Queues/CustomField.html:51 html/Admin/Queues/CustomFields.html:39
+msgid "New custom field"
+msgstr "Nyt custom felt"
+
+#: html/Admin/Elements/GroupTabs:53 html/User/Elements/GroupTabs:51
+msgid "New group"
+msgstr "Ny gruppe"
+
+#: html/SelfService/Prefs.html:31
+msgid "New password"
+msgstr "Ny adgangskode"
+
+#: lib/RT/User_Overlay.pm:764
+msgid "New password notification sent"
+msgstr "Ny adgangskode notifikation afsendt"
+
+#: html/Admin/Elements/QueueTabs:69
+msgid "New queue"
+msgstr "Ny kø"
+
+#: NOT FOUND IN SOURCE
+msgid "New request"
+msgstr "Ny request"
+
+#: html/Admin/Elements/SelectRights:41
+msgid "New rights"
+msgstr "Nye rettigheder"
+
+#: html/Admin/Global/Scrip.html:39 html/Admin/Global/Scrips.html:38 html/Admin/Queues/Scrip.html:42 html/Admin/Queues/Scrips.html:54
+msgid "New scrip"
+msgstr "Ny scrip"
+
+#: NOT FOUND IN SOURCE
+msgid "New search"
+msgstr "Ny søgning"
+
+#: html/Admin/Global/Template.html:59 html/Admin/Global/Templates.html:38 html/Admin/Queues/Template.html:57 html/Admin/Queues/Templates.html:49
+msgid "New template"
+msgstr "Ny template"
+
+#: html/SelfService/Elements/Tabs:47
+msgid "New ticket"
+msgstr "Ny ticket"
+
+#: lib/RT/Ticket_Overlay.pm:2828
+msgid "New ticket doesn't exist"
+msgstr "Ny ticket eksisterer ikke"
+
+#: html/Admin/Elements/UserTabs:51
+msgid "New user"
+msgstr "Ny bruger"
+
+#: html/Admin/Elements/CreateUserCalled:25
+msgid "New user called"
+msgstr "Ny bruger kaldet"
+
+#: html/Admin/Queues/People.html:54 html/Ticket/Elements/EditPeople:28
+msgid "New watchers"
+msgstr "Nye watchers"
+
+#: html/Admin/Users/Prefs.html:41
+msgid "New window setting"
+msgstr "Ny vindues indstilling"
+
+#: html/Ticket/Elements/Tabs:68
+msgid "Next"
+msgstr "Næste"
+
+#: html/Search/Listing.html:47
+msgid "Next page"
+msgstr "Næste side"
+
+#: html/Admin/Elements/ModifyUser:49
+msgid "NickName"
+msgstr "NickName"
+
+#: html/Admin/Users/Modify.html:62 html/User/Prefs.html:45
+msgid "Nickname"
+msgstr "Nickname"
+
+#: html/Admin/Elements/EditCustomField:89 html/Admin/Elements/EditCustomFields:104
+msgid "No CustomField"
+msgstr "Intet Custom felt"
+
+#: html/Admin/Groups/GroupRights.html:83 html/Admin/Groups/UserRights.html:70
+msgid "No Group defined"
+msgstr "Ingen grupper definerede"
+
+#: html/Admin/Queues/GroupRights.html:96 html/Admin/Queues/UserRights.html:67
+msgid "No Queue defined"
+msgstr "Ingen kø defineret"
+
+#: bin/rt-crontool:55
+msgid "No RT user found. Please consult your RT administrator.\\n"
+msgstr "Ingen RT bruger fundet. Kontakt venligst din RT administrator.\\n"
+
+#: html/Admin/Global/Template.html:78 html/Admin/Queues/Template.html:75
+msgid "No Template"
+msgstr "Ingen Template"
+
+#: bin/rt-commit-handler:763
+msgid "No Ticket specified. Aborting ticket "
+msgstr "Ingen ticket angivet. Afbryder ticket"
+
+#: NOT FOUND IN SOURCE
+msgid "No Ticket specified. Aborting ticket modifications\\n\\n"
+msgstr "Ingen ticket angivet. Afbryder ticket ændringer\\n\\n"
+
+#: html/Approvals/Elements/Approve:45
+msgid "No action"
+msgstr "Ingen aktion"
+
+#: lib/RT/Interface/Web.pm:898
+msgid "No column specified"
+msgstr "Ingen kolonne angivet"
+
+#: NOT FOUND IN SOURCE
+msgid "No command found\\n"
+msgstr "Ingen kommando fundet\\n"
+
+#: html/Elements/ViewUser:35 html/Ticket/Elements/ShowRequestor:44
+msgid "No comment entered about this user"
+msgstr "Ingen kommentar inddateret for denne bruger"
+
+#: lib/RT/Ticket_Overlay.pm:2220 lib/RT/Ticket_Overlay.pm:2288
+msgid "No correspondence attached"
+msgstr "Ingen korrespondance vedhæftet"
+
+#: lib/RT/Action/Generic.pm:149 lib/RT/Condition/Generic.pm:175 lib/RT/Search/ActiveTicketsInQueue.pm:55 lib/RT/Search/Generic.pm:112
+#. (ref $self)
+msgid "No description for %1"
+msgstr "Ingen beskrivelse af %1"
+
+#: lib/RT/Users_Overlay.pm:150
+msgid "No group specified"
+msgstr "Ingen gruppe angivet"
+
+#: lib/RT/User_Overlay.pm:982
+msgid "No password set"
+msgstr "Ingen adgangskode sat"
+
+#: lib/RT/Queue_Overlay.pm:260
+msgid "No permission to create queues"
+msgstr "Ingen rettighed til at oprette køer"
+
+#: lib/RT/Ticket_Overlay.pm:360
+#. ($QueueObj->Name)
+msgid "No permission to create tickets in the queue '%1'"
+msgstr "Ingen adgang til at oprette tickets i denne kø '%1'"
+
+#: lib/RT/User_Overlay.pm:211
+msgid "No permission to create users"
+msgstr "Ingen rettighed til at oprette brugere"
+
+#: html/SelfService/Display.html:117
+msgid "No permission to display that ticket"
+msgstr "Ingen adagang til at vise denne ticket"
+
+#: html/SelfService/Update.html:51
+msgid "No permission to view update ticket"
+msgstr "Ingen adgang til at vise opdater ticket"
+
+#: lib/RT/Queue_Overlay.pm:675 lib/RT/Ticket_Overlay.pm:1505
+msgid "No principal specified"
+msgstr "Ingen principal angivet"
+
+#: html/Admin/Queues/People.html:153 html/Admin/Queues/People.html:163
+msgid "No principals selected."
+msgstr "Ingen principaler valgt."
+
+#: html/Admin/Queues/index.html:34
+msgid "No queues matching search criteria found."
+msgstr "Ingen køer fundet som matcher søge kriterie."
+
+#: html/Admin/Elements/SelectRights:80
+msgid "No rights found"
+msgstr "Ingen rettigheder fundet"
+
+#: html/Admin/Elements/SelectRights:32
+msgid "No rights granted."
+msgstr "Ingen rettigheder tildelt."
+
+#: html/Search/Bulk.html:160
+msgid "No search to operate on."
+msgstr "Ingen søgning at arbejde med."
+
+#: NOT FOUND IN SOURCE
+msgid "No ticket id specified"
+msgstr "Ingen ticket id angivet"
+
+#: lib/RT/Transaction_Overlay.pm:478 lib/RT/Transaction_Overlay.pm:516
+msgid "No transaction type specified"
+msgstr "Ingen transaktions type angivet"
+
+#: html/Admin/Users/index.html:35
+msgid "No users matching search criteria found."
+msgstr "Ingen brugere fundet som matcher søge kriterie"
+
+#: bin/rt-commit-handler:643
+msgid "No valid RT user found. RT cvs handler disengaged. Please consult your RT administrator.\\n"
+msgstr "Ingen valid RT bruger fundet. RT CVS handler frakoblet. Kontakt venligst din RT administrator.\\n"
+
+#: lib/RT/Interface/Web.pm:895
+msgid "No value sent to _Set!\\n"
+msgstr "Ingen værdi sent til _Set!\\n"
+
+#: html/Search/Elements/TicketRow:36
+msgid "Nobody"
+msgstr "Ingen"
+
+#: lib/RT/Interface/Web.pm:900
+msgid "Nonexistant field?"
+msgstr "Ikke eksisterende felt?"
+
+#: NOT FOUND IN SOURCE
+msgid "Not logged in"
+msgstr "Ikke logget ind"
+
+#: html/Elements/Header:59
+msgid "Not logged in."
+msgstr "Ikke logget ind."
+
+#: lib/RT/Date.pm:369
+msgid "Not set"
+msgstr "Ikke sat"
+
+#: html/NoAuth/Reminder.html:26
+msgid "Not yet implemented."
+msgstr "Endnu ikke implementeret."
+
+#: NOT FOUND IN SOURCE
+msgid "Not yet implemented...."
+msgstr "Endnu ikke implementeret..."
+
+#: html/Approvals/Elements/Approve:48
+msgid "Notes"
+msgstr "Noter"
+
+#: lib/RT/User_Overlay.pm:767
+msgid "Notification could not be sent"
+msgstr "Notification kunne ikke sendes"
+
+#: etc/initialdata:93
+msgid "Notify AdminCcs"
+msgstr "Notificér AdminCc'ere"
+
+#: etc/initialdata:89
+msgid "Notify AdminCcs as Comment"
+msgstr "Notificér AdminCc'ere som kommentar"
+
+#: etc/initialdata:120
+msgid "Notify Other Recipients"
+msgstr "Notificér andre modtagere"
+
+#: etc/initialdata:116
+msgid "Notify Other Recipients as Comment"
+msgstr "Notificér andre modtagere som kommentar"
+
+#: etc/initialdata:85
+msgid "Notify Owner"
+msgstr "Notificér ejer"
+
+#: etc/initialdata:81
+msgid "Notify Owner as Comment"
+msgstr "Notificér ejer som kommentar"
+
+#: etc/initialdata:361
+msgid "Notify Owner of their rejected ticket"
+msgstr "Notificér ejer om deres afviste ticket"
+
+#: etc/initialdata:350
+msgid "Notify Owner of their ticket has been approved by all approvers"
+msgstr "Notificér ejere om deres ticket er blevet godkendt af alle Approvere"
+
+#: etc/initialdata:338
+msgid "Notify Owner of their ticket has been approved by some approver"
+msgstr "Notificér ejere om deres ticket som er blevet godkendt af Approver"
+
+#: etc/initialdata:319 etc/upgrade/2.1.71:17
+msgid "Notify Owners and AdminCcs of new items pending their approval"
+msgstr "Notificér ejere og AdminCc'ere om nye emner som afventer deres godkendelse"
+
+#: etc/initialdata:77
+msgid "Notify Requestors"
+msgstr "Notificér Requestere"
+
+#: etc/initialdata:103
+msgid "Notify Requestors and Ccs"
+msgstr "Notificér Requestere og Cc'ere"
+
+#: etc/initialdata:98
+msgid "Notify Requestors and Ccs as Comment"
+msgstr "Notificér Requestere og Cc'ere som kommentar"
+
+#: etc/initialdata:112
+msgid "Notify Requestors, Ccs and AdminCcs"
+msgstr "Notificér Requestere, Cc'ere og AdminCc'ere"
+
+#: etc/initialdata:108
+msgid "Notify Requestors, Ccs and AdminCcs as Comment"
+msgstr "Notificér Requestere, Cc'ere og AdminCc'ere som kommentar"
+
+#: lib/RT/Date.pm:421
+msgid "Nov."
+msgstr "Nov."
+
+#: lib/RT/Record.pm:156
+msgid "Object could not be created"
+msgstr "Objekt kunne ikke oprettes"
+
+#: lib/RT/Record.pm:175
+msgid "Object created"
+msgstr "Objekt oprettet"
+
+#: lib/RT/Date.pm:420
+msgid "Oct."
+msgstr "Okt."
+
+#: html/Elements/SelectDateRelation:34
+msgid "On"
+msgstr "Ved"
+
+#: etc/initialdata:155
+msgid "On Comment"
+msgstr "Ved kommentar"
+
+#: etc/initialdata:148
+msgid "On Correspond"
+msgstr "Ved korrespondance"
+
+#: etc/initialdata:137
+msgid "On Create"
+msgstr "Ved oprettelse"
+
+#: etc/initialdata:169
+msgid "On Owner Change"
+msgstr "Ved ejerskifte"
+
+#: etc/initialdata:177
+msgid "On Queue Change"
+msgstr "Ved køskifte"
+
+#: etc/initialdata:183
+msgid "On Resolve"
+msgstr "Ved løsning"
+
+#: etc/initialdata:161
+msgid "On Status Change"
+msgstr "Ved statusskifte"
+
+#: etc/initialdata:142
+msgid "On Transaction"
+msgstr "Ved transaktion"
+
+#: html/Approvals/Elements/PendingMyApproval:49
+#. ("<input size='15' value='".( $created_after->Unix >0 && $created_after->ISO)."' name='CreatedAfter'>")
+msgid "Only show approvals for requests created after %1"
+msgstr "Vis kun godkendelser for requests oprettet efter %1"
+
+#: html/Approvals/Elements/PendingMyApproval:47
+#. ("<input size='15' value='".($created_before->Unix > 0 &&$created_before->ISO)."' name='CreatedBefore'>")
+msgid "Only show approvals for requests created before %1"
+msgstr "Vis kun godkendelser for requests oprettet før %1"
+
+#: html/Elements/Quicksearch:30
+msgid "Open"
+msgstr "Ã…ben"
+
+#: html/Ticket/Elements/Tabs:135
+msgid "Open it"
+msgstr "Ã…ben den"
+
+#: NOT FOUND IN SOURCE
+msgid "Open requests"
+msgstr "Ã…ben requests"
+
+#: html/SelfService/Elements/Tabs:41
+msgid "Open tickets"
+msgstr "Ã…ben tickets"
+
+#: html/Admin/Users/Prefs.html:40
+msgid "Open tickets (from listing) in a new window"
+msgstr "Ã…ben tickets (fra liste) i et nyt vindue"
+
+#: html/Admin/Users/Prefs.html:39
+msgid "Open tickets (from listing) in another window"
+msgstr "Ã…ben tickets (fra liste) i andet vindue"
+
+#: etc/initialdata:132
+msgid "Open tickets on correspondence"
+msgstr "Ã…ben tickets ved korrespondance"
+
+#: html/Search/Elements/PickRestriction:100
+msgid "Ordering and sorting"
+msgstr "Orden og sortering"
+
+#: html/Admin/Elements/ModifyUser:45 html/Admin/Users/Modify.html:116 html/Elements/SelectUsers:28 html/User/Prefs.html:85
+msgid "Organization"
+msgstr "Organisation"
+
+#: html/Approvals/Elements/Approve:32
+#. ($approving->Id, $approving->Subject)
+msgid "Originating ticket: #%1"
+msgstr "Oprindelig ticket: #%1"
+
+#: html/Admin/Elements/ModifyQueue:54 html/Admin/Queues/Modify.html:68
+msgid "Over time, priority moves toward"
+msgstr "Tid overskredet, prioritet går mod"
+
+#: lib/RT/Queue_Overlay.pm:86
+msgid "Own tickets"
+msgstr "Egne tickets"
+
+#: lib/RT/Queue_Overlay.pm:86
+msgid "OwnTicket"
+msgstr "EgenTicket"
+
+#: etc/initialdata:38 html/Elements/MyRequests:31 html/SelfService/Elements/MyRequests:29 html/Ticket/Create.html:47 html/Ticket/Elements/EditPeople:42 html/Ticket/Elements/EditPeople:43 html/Ticket/Elements/ShowPeople:26 html/Ticket/Update.html:62 lib/RT/ACE_Overlay.pm:85 lib/RT/Tickets_Overlay.pm:1244
+msgid "Owner"
+msgstr "Ejer"
+
+#: NOT FOUND IN SOURCE
+msgid "Owner changed from %1 to %2"
+msgstr "Ejere ændret fra %1 til %2"
+
+#: lib/RT/Transaction_Overlay.pm:582
+#. ($Old->Name , $New->Name)
+msgid "Owner forcibly changed from %1 to %2"
+msgstr "Ejer skiftet forceret fra %1 to %2"
+
+#: html/Search/Elements/PickRestriction:30
+msgid "Owner is"
+msgstr "Ejer er"
+
+#: html/Admin/Users/Modify.html:173 html/User/Prefs.html:55
+msgid "Pager"
+msgstr "Bipper"
+
+#: html/Admin/Elements/ModifyUser:73
+msgid "PagerPhone"
+msgstr "BipperTelefon"
+
+#: html/Ticket/Create.html:181 html/Ticket/Elements/BulkLinks:38 html/Ticket/Elements/EditLinks:126 html/Ticket/Elements/EditLinks:57 html/Ticket/Elements/ShowLinks:46
+msgid "Parents"
+msgstr "Forældre"
+
+#: html/Elements/Login:52 html/User/Prefs.html:60
+msgid "Password"
+msgstr "Adgangskode"
+
+#: html/NoAuth/Reminder.html:24
+msgid "Password Reminder"
+msgstr "Adgangskode husker"
+
+#: lib/RT/User_Overlay.pm:228 lib/RT/User_Overlay.pm:985
+msgid "Password too short"
+msgstr "Adgangskode for kort"
+
+#: html/Admin/Users/Modify.html:290 html/User/Prefs.html:171
+#. (loc_fuzzy($msg))
+msgid "Password: %1"
+msgstr "Adgangskode: %1"
+
+#: html/Admin/Users/Modify.html:292
+msgid "Passwords do not match."
+msgstr "Adgangskoder matcher ikke."
+
+#: html/User/Prefs.html:173
+msgid "Passwords do not match. Your password has not been changed"
+msgstr "Adgangskoder matcher ikke. Din adgangskode er ikke blevet skiftet"
+
+#: html/Ticket/Elements/ShowSummary:44 html/Ticket/Elements/Tabs:95 html/Ticket/ModifyAll.html:50
+msgid "People"
+msgstr "Folk"
+
+#: etc/initialdata:125
+msgid "Perform a user-defined action"
+msgstr "Udfør en bruger-defineret aktion"
+
+#: lib/RT/ACE_Overlay.pm:230 lib/RT/ACE_Overlay.pm:236 lib/RT/ACE_Overlay.pm:562 lib/RT/ACE_Overlay.pm:572 lib/RT/ACE_Overlay.pm:582 lib/RT/ACE_Overlay.pm:647 lib/RT/CurrentUser.pm:82 lib/RT/CurrentUser.pm:91 lib/RT/CustomField_Overlay.pm:100 lib/RT/CustomField_Overlay.pm:201 lib/RT/CustomField_Overlay.pm:233 lib/RT/CustomField_Overlay.pm:511 lib/RT/CustomField_Overlay.pm:90 lib/RT/Group_Overlay.pm:1094 lib/RT/Group_Overlay.pm:1098 lib/RT/Group_Overlay.pm:1107 lib/RT/Group_Overlay.pm:1158 lib/RT/Group_Overlay.pm:1162 lib/RT/Group_Overlay.pm:1168 lib/RT/Group_Overlay.pm:425 lib/RT/Group_Overlay.pm:517 lib/RT/Group_Overlay.pm:595 lib/RT/Group_Overlay.pm:603 lib/RT/Group_Overlay.pm:700 lib/RT/Group_Overlay.pm:704 lib/RT/Group_Overlay.pm:710 lib/RT/Group_Overlay.pm:903 lib/RT/Group_Overlay.pm:907 lib/RT/Group_Overlay.pm:920 lib/RT/Queue_Overlay.pm:540 lib/RT/Queue_Overlay.pm:550 lib/RT/Queue_Overlay.pm:564 lib/RT/Queue_Overlay.pm:699 lib/RT/Queue_Overlay.pm:708 lib/RT/Queue_Overlay.pm:721 lib/RT/Queue_Overlay.pm:931 lib/RT/Scrip_Overlay.pm:125 lib/RT/Scrip_Overlay.pm:136 lib/RT/Scrip_Overlay.pm:196 lib/RT/Scrip_Overlay.pm:433 lib/RT/Template_Overlay.pm.orig:283 lib/RT/Template_Overlay.pm.orig:87 lib/RT/Template_Overlay.pm.orig:93 lib/RT/Template_Overlay.pm:284 lib/RT/Template_Overlay.pm:87 lib/RT/Template_Overlay.pm:93 lib/RT/Ticket_Overlay.pm:1377 lib/RT/Ticket_Overlay.pm:1387 lib/RT/Ticket_Overlay.pm:1401 lib/RT/Ticket_Overlay.pm:1535 lib/RT/Ticket_Overlay.pm:1544 lib/RT/Ticket_Overlay.pm:1557 lib/RT/Ticket_Overlay.pm:1906 lib/RT/Ticket_Overlay.pm:2044 lib/RT/Ticket_Overlay.pm:2208 lib/RT/Ticket_Overlay.pm:2275 lib/RT/Ticket_Overlay.pm:2634 lib/RT/Ticket_Overlay.pm:2715 lib/RT/Ticket_Overlay.pm:2819 lib/RT/Ticket_Overlay.pm:2834 lib/RT/Ticket_Overlay.pm:3033 lib/RT/Ticket_Overlay.pm:3043 lib/RT/Ticket_Overlay.pm:3048 lib/RT/Ticket_Overlay.pm:3270 lib/RT/Ticket_Overlay.pm:3468 lib/RT/Ticket_Overlay.pm:3630 lib/RT/Ticket_Overlay.pm:3682 lib/RT/Ticket_Overlay.pm:3860 lib/RT/Transaction_Overlay.pm:466 lib/RT/Transaction_Overlay.pm:473 lib/RT/Transaction_Overlay.pm:502 lib/RT/Transaction_Overlay.pm:509 lib/RT/User_Overlay.pm:1079 lib/RT/User_Overlay.pm:1527 lib/RT/User_Overlay.pm:687 lib/RT/User_Overlay.pm:722 lib/RT/User_Overlay.pm:978
+msgid "Permission Denied"
+msgstr "Adgang afvist"
+
+#: html/User/Elements/Tabs:34
+msgid "Personal Groups"
+msgstr "Personlige Grupper"
+
+#: html/User/Groups/index.html:29 html/User/Groups/index.html:39
+msgid "Personal groups"
+msgstr "Personlige grupper"
+
+#: html/User/Elements/DelegateRights:36
+msgid "Personal groups:"
+msgstr "Personlige grupper:"
+
+#: html/Admin/Users/Modify.html:155 html/User/Prefs.html:48
+msgid "Phone numbers"
+msgstr "Telefon numre"
+
+#: NOT FOUND IN SOURCE
+msgid "Placeholder"
+msgstr "Placeholder"
+
+#: html/Elements/Header:51 html/Elements/Tabs:52 html/SelfService/Elements/Tabs:50 html/SelfService/Prefs.html:24 html/User/Prefs.html:24 html/User/Prefs.html:27
+msgid "Preferences"
+msgstr "Præferencer"
+
+#: NOT FOUND IN SOURCE
+msgid "Prefs"
+msgstr "Præferencer"
+
+#: lib/RT/Action/Generic.pm:159
+msgid "Prepare Stubbed"
+msgstr "Prepare ryddet"
+
+#: html/Ticket/Elements/Tabs:60
+msgid "Prev"
+msgstr "Forr."
+
+#: html/Search/Listing.html:43
+msgid "Previous page"
+msgstr "Forrige side"
+
+#: NOT FOUND IN SOURCE
+msgid "Pri"
+msgstr "Pri"
+
+#: lib/RT/ACE_Overlay.pm:132 lib/RT/ACE_Overlay.pm:207 lib/RT/ACE_Overlay.pm:551
+#. ($args{'PrincipalId'})
+msgid "Principal %1 not found."
+msgstr "Principal %1 ikke fundet."
+
+#: html/Search/Elements/PickRestriction:53 html/Ticket/Create.html:153 html/Ticket/Elements/EditBasics:53 html/Ticket/Elements/ShowBasics:38 lib/RT/Tickets_Overlay.pm:1042
+msgid "Priority"
+msgstr "Prioritet"
+
+#: html/Admin/Elements/ModifyQueue:50 html/Admin/Queues/Modify.html:64
+msgid "Priority starts at"
+msgstr "Prioritet starter ved"
+
+#: etc/initialdata:25
+msgid "Privileged"
+msgstr "Priviligeret"
+
+#: html/Admin/Users/Modify.html:270 html/User/Prefs.html:162
+#. (loc_fuzzy($msg))
+msgid "Privileged status: %1"
+msgstr "Priviligeret status: %1"
+
+#: html/Admin/Users/index.html:61
+msgid "Privileged users"
+msgstr "Priviligerede brugere"
+
+#: etc/initialdata:23 etc/initialdata:29 etc/initialdata:35 etc/initialdata:59
+msgid "Pseudogroup for internal use"
+msgstr "Pseudogruppe til intern brug"
+
+#: html/Elements/MyRequests:29 html/Elements/MyTickets:29 html/Elements/Quicksearch:28 html/Search/Elements/PickRestriction:45 html/SelfService/Create.html:32 html/Ticket/Create.html:37 html/Ticket/Elements/EditBasics:63 html/Ticket/Elements/ShowBasics:42 html/User/Elements/DelegateRights:79 lib/RT/Tickets_Overlay.pm:883
+msgid "Queue"
+msgstr "Kø"
+
+#: html/Admin/Queues/CustomField.html:41 html/Admin/Queues/Scrip.html:49 html/Admin/Queues/Scrips.html:47 html/Admin/Queues/Templates.html:43
+#. ($Queue)
+#. ($id)
+msgid "Queue %1 not found"
+msgstr "Kø %1 ikke fundet"
+
+#: NOT FOUND IN SOURCE
+msgid "Queue '%1' not found\\n"
+msgstr "Kø '%1' ikke fundet\\n"
+
+#: html/Admin/Elements/ModifyQueue:30 html/Admin/Queues/Modify.html:42
+msgid "Queue Name"
+msgstr "Kø Navn"
+
+#: NOT FOUND IN SOURCE
+msgid "Queue Scrips"
+msgstr "Kø Scrips"
+
+#: lib/RT/Queue_Overlay.pm:264
+msgid "Queue already exists"
+msgstr "Kø eksisterer allerede"
+
+#: lib/RT/Queue_Overlay.pm:273 lib/RT/Queue_Overlay.pm:279
+msgid "Queue could not be created"
+msgstr "Kø kunne ikke oprettes"
+
+#: html/Ticket/Create.html:204
+msgid "Queue could not be loaded."
+msgstr "Kø kunne ikke indlæses"
+
+#: docs/design_docs/string-extraction-guide.txt:83 lib/RT/Queue_Overlay.pm:283
+msgid "Queue created"
+msgstr "Kø oprettet"
+
+#: NOT FOUND IN SOURCE
+msgid "Queue is not specified."
+msgstr "Kø ikke angivet"
+
+#: html/SelfService/Display.html:70 lib/RT/CustomField_Overlay.pm:97
+msgid "Queue not found"
+msgstr "Kø ikke fundet"
+
+#: html/Admin/Elements/Tabs:37 html/Admin/index.html:34
+msgid "Queues"
+msgstr "Køer"
+
+#: html/Elements/Quicksearch:24
+msgid "Quick search"
+msgstr "Kø søgning"
+
+#: html/Elements/Login:44
+#. ($RT::VERSION)
+msgid "RT %1"
+msgstr "RT %1"
+
+#: docs/design_docs/string-extraction-guide.txt:70
+#. ($RT::VERSION, $RT::rtname)
+msgid "RT %1 for %2"
+msgstr "RT %1 for %2"
+
+#: html/Elements/Footer:32
+#. ($RT::VERSION)
+msgid "RT %1 from <a href=\"http://bestpractical.com\">Best Practical Solutions, LLC</a>."
+msgstr "RT %1 fra <a href=\"http://bestpractical.com\">Best Practical Solutions, LLC</a>."
+
+#: NOT FOUND IN SOURCE
+msgid "RT %1. Copyright 1996-%1 Jesse Vincent <jesse\\@bestpractical.com>\\n"
+msgstr "RT %1. Copyright 1996-%1 Jesse Vincent <jesse\\@bestpractical.com>\\n"
+
+#: html/Admin/index.html:24 html/Admin/index.html:25
+msgid "RT Administration"
+msgstr "RT Administration"
+
+#: NOT FOUND IN SOURCE
+msgid "RT Authentication error."
+msgstr "RT Authentikeringsfejl."
+
+#: NOT FOUND IN SOURCE
+msgid "RT Bounce: %1"
+msgstr "RT Bounce: %1"
+
+#: NOT FOUND IN SOURCE
+msgid "RT Configuration error"
+msgstr "RT Konfigurationsfejl"
+
+#: NOT FOUND IN SOURCE
+msgid "RT Critical error. Message not recorded!"
+msgstr "RT Kritisk fejl. Meddelelse ikke gemt!"
+
+#: html/Elements/Error:41 html/SelfService/Error.html:40
+msgid "RT Error"
+msgstr "RT Fejl"
+
+#: NOT FOUND IN SOURCE
+msgid "RT Received mail (%1) from itself."
+msgstr "RT modtog e-mail (%1) fra sig selv"
+
+#: NOT FOUND IN SOURCE
+msgid "RT Self Service / Closed Tickets"
+msgstr "RT Selv-betjening / Lukkede Tickets"
+
+#: html/index.html:24 html/index.html:27
+msgid "RT at a glance"
+msgstr "RT set fra oven"
+
+#: NOT FOUND IN SOURCE
+msgid "RT couldn't authenticate you"
+msgstr "RT kunne ikke authentikere dig"
+
+#: NOT FOUND IN SOURCE
+msgid "RT couldn't find requestor via its external database lookup"
+msgstr "RT kunne ikke finde requester via sit eksterne database opslag"
+
+#: NOT FOUND IN SOURCE
+msgid "RT couldn't find the queue: %1"
+msgstr "RT kunne ikke finde køen: %1"
+
+#: NOT FOUND IN SOURCE
+msgid "RT couldn't validate this PGP signature. \\n"
+msgstr "RT kunne ikke validere denne PGP signatur. \\n"
+
+#: html/Elements/PageLayout:85
+#. ($RT::rtname)
+msgid "RT for %1"
+msgstr "RT for %1"
+
+#: NOT FOUND IN SOURCE
+msgid "RT for %1: %2"
+msgstr "RT for %1: %2"
+
+#: NOT FOUND IN SOURCE
+msgid "RT has proccessed your commands"
+msgstr "RT har processeret dine kommandoer"
+
+#: html/Elements/Login:94
+#. ('2003')
+msgid "RT is &copy; Copyright 1996-%1 Jesse Vincent &lt;jesse at bestpractical.com&gt;.  It is distributed under <a href=\"http://www.gnu.org/copyleft/gpl.html\">Version 2 of the GNU General Public License.</a>"
+msgstr "RT er &copy; Copyright 1996-%1 Jesse Vincent &lt;jesse at bestpractical.com&gt;.  Bliver distribueret under <a href=\"http://www.gnu.org/copyleft/gpl.html\">Version 2 af 'GNU General Public License'.</a>"
+
+#: NOT FOUND IN SOURCE
+msgid "RT thinks this message may be a bounce"
+msgstr "RT mener at denne besked er en afvisning"
+
+#: NOT FOUND IN SOURCE
+msgid "RT will process this message as if it were unsigned.\\n"
+msgstr "RT vil processere denne besked som var den var usigneret.\\n"
+
+#: NOT FOUND IN SOURCE
+msgid "RT's email command mode requires PGP authentication.  Either you didn't sign your message, or your signature could not be verified."
+msgstr "RT's e-mail kommando modus kræver PGP authentikering. Enten har du ikke signeret din besked, eller også kunne din signatur ikke verificeres."
+
+#: html/Admin/Users/Modify.html:57 html/Admin/Users/Prefs.html:51 html/User/Prefs.html:43
+msgid "Real Name"
+msgstr "Fulde Navn"
+
+#: html/Admin/Elements/ModifyUser:47
+msgid "RealName"
+msgstr "FuldeNavn"
+
+#: lib/RT/Transaction_Overlay.pm:631
+#. ($value)
+msgid "Reference by %1 added"
+msgstr "Reference fra %1 tilføjet"
+
+#: lib/RT/Transaction_Overlay.pm:660
+#. ($value)
+msgid "Reference by %1 deleted"
+msgstr "Reference fra %1 slettet"
+
+#: lib/RT/Transaction_Overlay.pm:629
+#. ($value)
+msgid "Reference to %1 added"
+msgstr "Reference til %1 tilføjet"
+
+#: lib/RT/Transaction_Overlay.pm:658
+#. ($value)
+msgid "Reference to %1 deleted"
+msgstr "Reference til %1 slettet"
+
+#: html/Ticket/Create.html:184 html/Ticket/Elements/BulkLinks:50 html/Ticket/Elements/EditLinks:138 html/Ticket/Elements/EditLinks:93 html/Ticket/Elements/ShowLinks:70
+msgid "Referred to by"
+msgstr "Referreret til af"
+
+#: html/Elements/SelectLinkType:27 html/Ticket/Create.html:183 html/Ticket/Elements/BulkLinks:46 html/Ticket/Elements/EditLinks:134 html/Ticket/Elements/EditLinks:79 html/Ticket/Elements/ShowLinks:60
+msgid "Refers to"
+msgstr "Refererer til"
+
+#: NOT FOUND IN SOURCE
+msgid "Refine"
+msgstr "Forfin"
+
+#: html/Search/Elements/PickRestriction:26
+msgid "Refine search"
+msgstr "Forfin søgning"
+
+#: html/Elements/Refresh:35
+#. ($value/60)
+msgid "Refresh this page every %1 minutes."
+msgstr "Genindlæs denne side hver %1 minutter"
+
+#: html/Ticket/Create.html:173 html/Ticket/Elements/ShowSummary:61 html/Ticket/ModifyAll.html:56
+msgid "Relationships"
+msgstr "Relationer"
+
+#: html/Search/Bulk.html:97
+msgid "Remove AdminCc"
+msgstr "Fjern AdminCc"
+
+#: html/Search/Bulk.html:93
+msgid "Remove Cc"
+msgstr "Fjern Cc"
+
+#: html/Search/Bulk.html:89
+msgid "Remove Requestor"
+msgstr "Fjern Requestor"
+
+#: html/Ticket/Elements/ShowTransaction:159 html/Ticket/Elements/Tabs:121
+msgid "Reply"
+msgstr "Svar"
+
+#: lib/RT/Queue_Overlay.pm:84
+msgid "Reply to tickets"
+msgstr "Svar på tickets"
+
+#: lib/RT/Queue_Overlay.pm:84
+msgid "ReplyToTicket"
+msgstr "SvarPÃ¥Ticket"
+
+#: etc/initialdata:44 html/Ticket/Update.html:39 lib/RT/ACE_Overlay.pm:86
+msgid "Requestor"
+msgstr "Requestor"
+
+#: html/Search/Elements/PickRestriction:37
+msgid "Requestor email address"
+msgstr "Requestor e-mail adresse"
+
+#: NOT FOUND IN SOURCE
+msgid "Requestor(s)"
+msgstr "Requestor(s)"
+
+#: html/SelfService/Create.html:40 html/Ticket/Create.html:55 html/Ticket/Elements/EditPeople:47 html/Ticket/Elements/ShowPeople:30
+msgid "Requestors"
+msgstr "Requestors"
+
+#: html/Admin/Elements/ModifyQueue:60 html/Admin/Queues/Modify.html:74
+msgid "Requests should be due in"
+msgstr "Request skulle være forefaldende om"
+
+#: html/Elements/Submit:61
+msgid "Reset"
+msgstr "Reset"
+
+#: html/Admin/Users/Modify.html:158 html/User/Prefs.html:49
+msgid "Residence"
+msgstr "Residens"
+
+#: html/Ticket/Elements/Tabs:131
+msgid "Resolve"
+msgstr "Løs"
+
+#: html/Ticket/Update.html:137
+#. ($Ticket->id, $Ticket->Subject)
+msgid "Resolve ticket #%1 (%2)"
+msgstr "Løs ticket #%1 (%2)"
+
+#: etc/initialdata:308 html/Elements/SelectDateType:27 lib/RT/Ticket_Overlay.pm:1206
+msgid "Resolved"
+msgstr "Løst"
+
+#: html/Search/Bulk.html:132 html/Ticket/ModifyAll.html:72 html/Ticket/Update.html:71
+msgid "Response to requestors"
+msgstr "Svar til requestors"
+
+#: html/Elements/ListActions:25
+msgid "Results"
+msgstr "Resultater"
+
+#: html/Search/Elements/PickRestriction:104
+msgid "Results per page"
+msgstr "Resultater per side"
+
+#: html/Admin/Elements/ModifyUser:32 html/Admin/Users/Modify.html:99 html/User/Prefs.html:71
+msgid "Retype Password"
+msgstr "Genskriv adgangskode"
+
+#: NOT FOUND IN SOURCE
+msgid "Right %1 not found for %2  %3 in scope %4 (%5)\\n"
+msgstr "Rettighed %1 ikke fundet for %2 %3 i scope %4 (%5)\\n"
+
+#: lib/RT/ACE_Overlay.pm:612
+msgid "Right Delegated"
+msgstr "Rettighed overdraget"
+
+#: lib/RT/ACE_Overlay.pm:302
+msgid "Right Granted"
+msgstr "Rettighed Tildelt"
+
+#: lib/RT/ACE_Overlay.pm:160
+msgid "Right Loaded"
+msgstr "Rettighed Indlæst"
+
+#: lib/RT/ACE_Overlay.pm:677 lib/RT/ACE_Overlay.pm:692
+msgid "Right could not be revoked"
+msgstr "Rettighed kunne ikke inddrages"
+
+#: html/User/Delegation.html:63
+msgid "Right not found"
+msgstr "Rettighed ikke fundet"
+
+#: lib/RT/ACE_Overlay.pm:542 lib/RT/ACE_Overlay.pm:637
+msgid "Right not loaded."
+msgstr "Rettighed ikke indlæst."
+
+#: lib/RT/ACE_Overlay.pm:688
+msgid "Right revoked"
+msgstr "Rettighed inddraget"
+
+#: html/Admin/Elements/UserTabs:40
+msgid "Rights"
+msgstr "Rettigheder"
+
+#: lib/RT/Interface/Web.pm:794
+#. ($object_type)
+msgid "Rights could not be granted for %1"
+msgstr "Rettigheder kunne ikke tildeles %1"
+
+#: lib/RT/Interface/Web.pm:827
+#. ($object_type)
+msgid "Rights could not be revoked for %1"
+msgstr "Rettigheder kunne ikke inddrages for %1"
+
+#: html/Admin/Global/GroupRights.html:50 html/Admin/Queues/GroupRights.html:52
+msgid "Roles"
+msgstr "Roller"
+
+#: NOT FOUND IN SOURCE
+msgid "RootApproval"
+msgstr "RootGodkendelse"
+
+#: lib/RT/Date.pm:393
+msgid "Sat."
+msgstr "Lør."
+
+#: html/Admin/Queues/People.html:104 html/Ticket/Modify.html:38 html/Ticket/ModifyAll.html:93 html/Ticket/ModifyLinks.html:38 html/Ticket/ModifyPeople.html:37
+msgid "Save Changes"
+msgstr "Gem Ændringer"
+
+#: NOT FOUND IN SOURCE
+msgid "Save changes"
+msgstr "Gem Ændringer"
+
+#: html/Admin/Global/Scrip.html:48 html/Admin/Queues/Scrip.html:54
+#. ($QueueObj->id)
+#. ($ARGS{'id'})
+msgid "Scrip #%1"
+msgstr "Scrip #%1"
+
+#: lib/RT/Scrip_Overlay.pm:175
+msgid "Scrip Created"
+msgstr "Scrip Oprettet"
+
+#: html/Admin/Elements/EditScrips:83
+msgid "Scrip deleted"
+msgstr "Scrip slettet"
+
+#: html/Admin/Elements/QueueTabs:45 html/Admin/Elements/SystemTabs:32 html/Admin/Global/index.html:40
+msgid "Scrips"
+msgstr "Scrips"
+
+#: NOT FOUND IN SOURCE
+msgid "Scrips for %1\\n"
+msgstr "Scrip for %1\\n"
+
+#: html/Admin/Queues/Scrips.html:33
+msgid "Scrips which apply to all queues"
+msgstr "Scrips som gælder for alle køer"
+
+#: html/Elements/SimpleSearch:26 html/Search/Elements/PickRestriction:125 html/Ticket/Elements/Tabs:158
+msgid "Search"
+msgstr "Søg"
+
+#: NOT FOUND IN SOURCE
+msgid "Search Criteria"
+msgstr "Søgekriterier"
+
+#: html/Approvals/Elements/PendingMyApproval:38
+msgid "Search for approvals"
+msgstr "Søg efter godkendelser"
+
+#: bin/rt-crontool:187
+msgid "Security:"
+msgstr "Sikkerhed:"
+
+#: lib/RT/Queue_Overlay.pm:66
+msgid "SeeQueue"
+msgstr "SeKø"
+
+#: html/Admin/Groups/index.html:39
+msgid "Select a group"
+msgstr "Vælg en gruppe"
+
+#: NOT FOUND IN SOURCE
+msgid "Select a queue"
+msgstr "Vælg en kø"
+
+#: html/Admin/Users/index.html:24 html/Admin/Users/index.html:27
+msgid "Select a user"
+msgstr "Vælg en bruger"
+
+#: html/Admin/Global/CustomField.html:37 html/Admin/Global/CustomFields.html:35
+msgid "Select custom field"
+msgstr "Vælg custom felt"
+
+#: html/Admin/Elements/GroupTabs:51 html/User/Elements/GroupTabs:49
+msgid "Select group"
+msgstr "Vælg gruppe"
+
+#: lib/RT/CustomField_Overlay.pm:421
+msgid "Select multiple values"
+msgstr "Vælg flere værdier"
+
+#: lib/RT/CustomField_Overlay.pm:418
+msgid "Select one value"
+msgstr "Vælg en værdi"
+
+#: html/Admin/Elements/QueueTabs:66
+msgid "Select queue"
+msgstr "Vælg kø"
+
+#: html/Admin/Global/Scrip.html:36 html/Admin/Global/Scrips.html:35 html/Admin/Queues/Scrip.html:39 html/Admin/Queues/Scrips.html:51
+msgid "Select scrip"
+msgstr "Vælg scrip"
+
+#: html/Admin/Global/Template.html:56 html/Admin/Global/Templates.html:35 html/Admin/Queues/Template.html:54 html/Admin/Queues/Templates.html:46
+msgid "Select template"
+msgstr "Vælg template"
+
+#: html/Admin/Elements/UserTabs:48
+msgid "Select user"
+msgstr "Vælg bruger"
+
+#: lib/RT/CustomField_Overlay.pm:35
+msgid "SelectMultiple"
+msgstr "VælgFlere"
+
+#: lib/RT/CustomField_Overlay.pm:34
+msgid "SelectSingle"
+msgstr "VælgEnkelt"
+
+#: NOT FOUND IN SOURCE
+msgid "Self Service"
+msgstr "Selv-betjening"
+
+#: etc/initialdata:113
+msgid "Send mail to all watchers"
+msgstr "Send e-mail til alle watchers"
+
+#: etc/initialdata:109
+msgid "Send mail to all watchers as a \"comment\""
+msgstr "Send e-mail til alle wathers som en \"kommentar\""
+
+#: etc/initialdata:104
+msgid "Send mail to requestors and Ccs"
+msgstr "Sender e-mail til requestors og Ccs"
+
+#: etc/initialdata:99
+msgid "Send mail to requestors and Ccs as a comment"
+msgstr "Sender e-mail til requestor og Ccs som en kommentar"
+
+#: etc/initialdata:78
+msgid "Sends a message to the requestors"
+msgstr "Sender en besked til requestorne"
+
+#: etc/initialdata:117 etc/initialdata:121
+msgid "Sends mail to explicitly listed Ccs and Bccs"
+msgstr "Sender e-mail til explicit listede Ccs og Bccs"
+
+#: etc/initialdata:94
+msgid "Sends mail to the administrative Ccs"
+msgstr "Sender e-mail til de administrative Ccs"
+
+#: etc/initialdata:90
+msgid "Sends mail to the administrative Ccs as a comment"
+msgstr "Sender e-mail til de administrative Cc som en kommentar"
+
+#: etc/initialdata:82 etc/initialdata:86
+msgid "Sends mail to the owner"
+msgstr "Sender e-mail til ejeren"
+
+#: lib/RT/Date.pm:419
+msgid "Sep."
+msgstr "Sep."
+
+#: NOT FOUND IN SOURCE
+msgid "Show Results"
+msgstr "Vis Resultater"
+
+#: html/Approvals/Elements/PendingMyApproval:43
+msgid "Show approved requests"
+msgstr "Vis godkendte requests"
+
+#: html/Ticket/Create.html:143 html/Ticket/Create.html:33
+msgid "Show basics"
+msgstr "Vis basic"
+
+#: html/Approvals/Elements/PendingMyApproval:44
+msgid "Show denied requests"
+msgstr "Vis afviste requests"
+
+#: html/Ticket/Create.html:143 html/Ticket/Create.html:33
+msgid "Show details"
+msgstr "Vis detaljer"
+
+#: html/Approvals/Elements/PendingMyApproval:42
+msgid "Show pending requests"
+msgstr "Vis afventede requests"
+
+#: html/Approvals/Elements/PendingMyApproval:45
+msgid "Show requests awaiting other approvals"
+msgstr "Vis requests som afventer andre godkendelser"
+
+#: lib/RT/Queue_Overlay.pm:80
+msgid "Show ticket private commentary"
+msgstr "Vis ticket private kommentar"
+
+#: lib/RT/Queue_Overlay.pm:78
+msgid "Show ticket summaries"
+msgstr "Vis ticket opsummeringer"
+
+#: lib/RT/Queue_Overlay.pm:68
+msgid "ShowACL"
+msgstr "VisACL"
+
+#: lib/RT/Queue_Overlay.pm:77
+msgid "ShowScrips"
+msgstr "VisScrips"
+
+#: lib/RT/Queue_Overlay.pm:74
+msgid "ShowTemplate"
+msgstr "VisTemplate"
+
+#: lib/RT/Queue_Overlay.pm:78
+msgid "ShowTicket"
+msgstr "VisTicket"
+
+#: lib/RT/Queue_Overlay.pm:80
+msgid "ShowTicketComments"
+msgstr "VisTicketKommentarer"
+
+#: lib/RT/Queue_Overlay.pm:81
+msgid "Sign up as a ticket Requestor or ticket or queue Cc"
+msgstr "Tilmeld som en ticket requestor eller ticket eller kø Cc"
+
+#: lib/RT/Queue_Overlay.pm:82
+msgid "Sign up as a ticket or queue AdminCc"
+msgstr "Tilmeld som en ticket eller kø AdminCc"
+
+#: html/Admin/Elements/ModifyUser:38 html/Admin/Users/Modify.html:190 html/Admin/Users/Prefs.html:31 html/User/Prefs.html:111
+msgid "Signature"
+msgstr "Signatur"
+
+#: NOT FOUND IN SOURCE
+msgid "Signed in as %1"
+msgstr "Tilsluttet som %1"
+
+#: html/Admin/Elements/SelectSingleOrMultiple:25
+msgid "Single"
+msgstr "Enkelt"
+
+#: html/Elements/Header:50
+msgid "Skip Menu"
+msgstr "Skip Menu"
+
+#: html/Admin/Elements/AddCustomFieldValue:27
+msgid "Sort"
+msgstr "Sorter"
+
+#: NOT FOUND IN SOURCE
+msgid "Sort key"
+msgstr "Sorteringsnøgle"
+
+#: html/Search/Elements/PickRestriction:108
+msgid "Sort results by"
+msgstr "Sorter resultat efter"
+
+#: NOT FOUND IN SOURCE
+msgid "SortOrder"
+msgstr "SorteringsOrden"
+
+#: NOT FOUND IN SOURCE
+msgid "Stalled"
+msgstr "Stalled"
+
+#: NOT FOUND IN SOURCE
+msgid "Start page"
+msgstr "Start side"
+
+#: html/Elements/SelectDateType:26 html/Ticket/Elements/EditDates:31 html/Ticket/Elements/ShowDates:34
+msgid "Started"
+msgstr "Startet"
+
+#: NOT FOUND IN SOURCE
+msgid "Started date '%1' could not be parsed"
+msgstr "Startet dato '%1' kunne ikke parses"
+
+#: html/Elements/SelectDateType:30 html/Ticket/Create.html:165 html/Ticket/Elements/EditDates:26 html/Ticket/Elements/ShowDates:30
+msgid "Starts"
+msgstr "Starter"
+
+#: NOT FOUND IN SOURCE
+msgid "Starts By"
+msgstr "Starter den"
+
+#: NOT FOUND IN SOURCE
+msgid "Starts date '%1' could not be parsed"
+msgstr "Starter dato '%1' kunne ikke parses"
+
+#: html/Admin/Elements/ModifyUser:81 html/Admin/Users/Modify.html:137 html/User/Prefs.html:93
+msgid "State"
+msgstr "Tilstand"
+
+#: html/Elements/MyRequests:30 html/Elements/MyTickets:30 html/Search/Elements/PickRestriction:73 html/SelfService/Elements/MyRequests:28 html/SelfService/Update.html:30 html/Ticket/Create.html:41 html/Ticket/Elements/EditBasics:37 html/Ticket/Elements/ShowBasics:30 html/Ticket/Update.html:59 lib/RT/Ticket_Overlay.pm:1200 lib/RT/Tickets_Overlay.pm:908
+msgid "Status"
+msgstr "Status"
+
+#: etc/initialdata:294
+msgid "Status Change"
+msgstr "Status Ændring"
+
+#: lib/RT/Transaction_Overlay.pm:528
+#. ($self->loc($self->OldValue), $self->loc($self->NewValue))
+msgid "Status changed from %1 to %2"
+msgstr "Status ændret fra %1 til %2"
+
+#: NOT FOUND IN SOURCE
+msgid "StatusChange"
+msgstr "StatusÆndring"
+
+#: html/Ticket/Elements/Tabs:146
+msgid "Steal"
+msgstr "Stjæl"
+
+#: lib/RT/Queue_Overlay.pm:91
+msgid "Steal tickets"
+msgstr "Stjæl tickets"
+
+#: lib/RT/Queue_Overlay.pm:91
+msgid "StealTicket"
+msgstr "StjælTicket"
+
+#: lib/RT/Transaction_Overlay.pm:587
+#. ($Old->Name)
+msgid "Stolen from %1 "
+msgstr "Stjålet fra %1"
+
+#: html/Elements/MyRequests:28 html/Elements/MyTickets:28 html/Search/Bulk.html:135 html/Search/Elements/PickRestriction:42 html/SelfService/Create.html:56 html/SelfService/Elements/MyRequests:27 html/SelfService/Update.html:31 html/Ticket/Create.html:83 html/Ticket/Elements/EditBasics:27 html/Ticket/ModifyAll.html:78 html/Ticket/Update.html:75 lib/RT/Ticket_Overlay.pm:1196 lib/RT/Tickets_Overlay.pm:987
+msgid "Subject"
+msgstr "Emne"
+
+#: docs/design_docs/string-extraction-guide.txt:89 lib/RT/Transaction_Overlay.pm:609
+#. ($self->Data)
+msgid "Subject changed to %1"
+msgstr "Emne ændret til %1"
+
+#: html/Elements/Submit:58
+msgid "Submit"
+msgstr "Send"
+
+#: NOT FOUND IN SOURCE
+msgid "Submit Workflow"
+msgstr "Send Workflow"
+
+#: lib/RT/Group_Overlay.pm:748
+msgid "Succeeded"
+msgstr "Lykkedes"
+
+#: lib/RT/Date.pm:394
+msgid "Sun."
+msgstr "Søn."
+
+#: lib/RT/System.pm:53
+msgid "SuperUser"
+msgstr "SuperBruger"
+
+#: html/User/Elements/DelegateRights:76
+msgid "System"
+msgstr "System"
+
+#: html/Admin/Elements/SelectRights:80 lib/RT/ACE_Overlay.pm:566 lib/RT/Interface/Web.pm:793 lib/RT/Interface/Web.pm:826
+msgid "System Error"
+msgstr "System Fejl"
+
+#: lib/RT/ACE_Overlay.pm:615
+msgid "System error. Right not delegated."
+msgstr "System fejl. Rettighed ikke overdraget"
+
+#: lib/RT/ACE_Overlay.pm:145 lib/RT/ACE_Overlay.pm:222 lib/RT/ACE_Overlay.pm:305 lib/RT/ACE_Overlay.pm:897
+msgid "System error. Right not granted."
+msgstr "System fejl. Rettighed ikke tildelt"
+
+#: html/Admin/Global/GroupRights.html:34 html/Admin/Groups/GroupRights.html:36 html/Admin/Queues/GroupRights.html:35
+msgid "System groups"
+msgstr "System grupper"
+
+#: etc/initialdata:41 etc/initialdata:47 etc/initialdata:53
+msgid "SystemRolegroup for internal use"
+msgstr "SystemRolleGruppe for intern brug"
+
+#: lib/RT/CurrentUser.pm:319
+msgid "TEST_STRING"
+msgstr "TEST_STRING"
+
+#: html/Ticket/Elements/Tabs:142
+msgid "Take"
+msgstr "Tag"
+
+#: lib/RT/Queue_Overlay.pm:89
+msgid "Take tickets"
+msgstr "Tag tickets"
+
+#: lib/RT/Queue_Overlay.pm:89
+msgid "TakeTicket"
+msgstr "TagTickets"
+
+#: lib/RT/Transaction_Overlay.pm:573
+msgid "Taken"
+msgstr "Taget"
+
+#: html/Admin/Elements/EditScrip:80
+msgid "Template"
+msgstr "Template"
+
+#: html/Admin/Global/Template.html:90 html/Admin/Queues/Template.html:89
+#. ($TemplateObj->Id())
+msgid "Template #%1"
+msgstr "Template #%1"
+
+#: html/Admin/Elements/EditTemplates:88
+msgid "Template deleted"
+msgstr "Template slettet"
+
+#: lib/RT/Scrip_Overlay.pm:152
+msgid "Template not found"
+msgstr "Template ikke fundet"
+
+#: NOT FOUND IN SOURCE
+msgid "Template not found\\n"
+msgstr "Template ikke fundet\\n"
+
+#: lib/RT/Template_Overlay.pm.orig:352 lib/RT/Template_Overlay.pm:353
+msgid "Template parsed"
+msgstr "Template parset"
+
+#: html/Admin/Elements/QueueTabs:48 html/Admin/Elements/SystemTabs:35 html/Admin/Global/index.html:44
+msgid "Templates"
+msgstr "Templates"
+
+#: NOT FOUND IN SOURCE
+msgid "Templates for %1\\n"
+msgstr "Templates for %1\\n"
+
+#: lib/RT/Interface/Web.pm:894
+msgid "That is already the current value"
+msgstr "Det er allerede den nuværende værdi"
+
+#: lib/RT/CustomField_Overlay.pm:242
+msgid "That is not a value for this custom field"
+msgstr "Det er ikke værdi for dette custom felt"
+
+#: lib/RT/Ticket_Overlay.pm:1917
+msgid "That is the same value"
+msgstr "Det er den samme værdi"
+
+#: lib/RT/ACE_Overlay.pm:287 lib/RT/ACE_Overlay.pm:596
+msgid "That principal already has that right"
+msgstr "Den principal har allerede den rettighed"
+
+#: lib/RT/Queue_Overlay.pm:633
+#. ($args{'Type'})
+msgid "That principal is already a %1 for this queue"
+msgstr "Den principal er allerede en %1 for denne kø"
+
+#: lib/RT/Ticket_Overlay.pm:1451
+#. ($self->loc($args{'Type'}))
+msgid "That principal is already a %1 for this ticket"
+msgstr "Den principal er allerede en %1 for denne ticket"
+
+#: lib/RT/Queue_Overlay.pm:732
+#. ($args{'Type'})
+msgid "That principal is not a %1 for this queue"
+msgstr "Den principal er ikke en %1 for denne kø"
+
+#: lib/RT/Ticket_Overlay.pm:1568
+#. ($args{'Type'})
+msgid "That principal is not a %1 for this ticket"
+msgstr "Den principal er ikke en %1 for denne ticket"
+
+#: lib/RT/Ticket_Overlay.pm:1913
+msgid "That queue does not exist"
+msgstr "Den kø eksisterer ikke"
+
+#: lib/RT/Ticket_Overlay.pm:3274
+msgid "That ticket has unresolved dependencies"
+msgstr "Denne har ticket har uløste afhængigheder"
+
+#: NOT FOUND IN SOURCE
+msgid "That user already has that right"
+msgstr "Den bruger har den rettighed"
+
+#: lib/RT/Ticket_Overlay.pm:3084
+msgid "That user already owns that ticket"
+msgstr "Brugeren ejer allerede den ticket"
+
+#: lib/RT/Ticket_Overlay.pm:3056
+msgid "That user does not exist"
+msgstr "Brugeren eksisterer ikke"
+
+#: lib/RT/User_Overlay.pm:376
+msgid "That user is already privileged"
+msgstr "Brugere er allerede priviligeret"
+
+#: lib/RT/User_Overlay.pm:397
+msgid "That user is already unprivileged"
+msgstr "Brugeren er allerede upriviligeret"
+
+#: lib/RT/User_Overlay.pm:389
+msgid "That user is now privileged"
+msgstr "Brugeren er nu priviligeret"
+
+#: lib/RT/User_Overlay.pm:410
+msgid "That user is now unprivileged"
+msgstr "Brugere er nu upriviligeret"
+
+#: lib/RT/Ticket_Overlay.pm:3077
+msgid "That user may not own tickets in that queue"
+msgstr "Den bruger må ikke eje tickets i den kø"
+
+#: lib/RT/Link_Overlay.pm:205
+msgid "That's not a numerical id"
+msgstr "Det er ikke en numerisk værdi"
+
+#: html/SelfService/Display.html:31 html/Ticket/Create.html:149 html/Ticket/Elements/ShowSummary:27
+msgid "The Basics"
+msgstr "Det Grundlæggende"
+
+#: lib/RT/ACE_Overlay.pm:87
+msgid "The CC of a ticket"
+msgstr "CC for en ticket"
+
+#: lib/RT/ACE_Overlay.pm:88
+msgid "The administrative CC of a ticket"
+msgstr "Den administrative CC for en ticket"
+
+#: lib/RT/Ticket_Overlay.pm:2244
+msgid "The comment has been recorded"
+msgstr "Kommentarer er blevet gemt"
+
+#: bin/rt-crontool:197
+msgid "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they haven't been touched in 4 hours:"
+msgstr "Den følgende kommando vil finde alle aktive tickets i køen 'general' og vil sætte deres prioritet til 99 hvis de ikke er blevet rørt i 4 timer:"
+
+#: bin/rt-commit-handler:755 bin/rt-commit-handler:765
+msgid "The following commands were not proccessed:\\n\\n"
+msgstr "De følgende kommandoer blev ikke processeret:\\n\\n"
+
+#: lib/RT/Interface/Web.pm:897
+msgid "The new value has been set."
+msgstr "Den nye værdi er blevet sat"
+
+#: lib/RT/ACE_Overlay.pm:85
+msgid "The owner of a ticket"
+msgstr "Ejeren af en ticket"
+
+#: lib/RT/ACE_Overlay.pm:86
+msgid "The requestor of a ticket"
+msgstr "Anmoderen af en ticket"
+
+#: html/Admin/Elements/EditUserComments:25
+msgid "These comments aren't generally visible to the user"
+msgstr "Disse kommentarer er ikke generelt synlige for brugeren"
+
+#: NOT FOUND IN SOURCE
+msgid "This ticket %1 %2 (%3)\\n"
+msgstr "Denne ticket %1 %2 (%3)\\n"
+
+#: bin/rt-crontool:188
+msgid "This tool allows the user to run arbitrary perl modules from within RT."
+msgstr "Dette værktøj tillader brugeren at benyttet vilkårlige Perl moduler inde fra RT."
+
+#: lib/RT/Transaction_Overlay.pm:251
+msgid "This transaction appears to have no content"
+msgstr "Denne transaktion synes ikke at have noget indhold"
+
+#: html/Ticket/Elements/ShowRequestor:46
+#. ($rows)
+msgid "This user's %1 highest priority tickets"
+msgstr "Denne brugers højest prioriterede tickets"
+
+#: NOT FOUND IN SOURCE
+msgid "This user's 25 highest priority tickets"
+msgstr "Denne bruger 25 højest prioriterede tickets"
+
+#: lib/RT/Date.pm:391
+msgid "Thu."
+msgstr "Tors."
+
+#: NOT FOUND IN SOURCE
+msgid "Ticket # %1  %2"
+msgstr "ticket # %1 %2"
+
+#: html/Ticket/ModifyAll.html:24 html/Ticket/ModifyAll.html:28
+#. ($Ticket->Id, $Ticket->Subject)
+msgid "Ticket #%1 Jumbo update: %2"
+msgstr "ticket #%1 Jumbo opdatering: %2"
+
+#: html/Approvals/Elements/ShowDependency:45
+#. ($link->BaseObj->Id, $link->BaseObj->Subject)
+msgid "Ticket #%1: %2"
+msgstr "ticket #%1: %2"
+
+#: lib/RT/Ticket_Overlay.pm:623 lib/RT/Ticket_Overlay.pm:644
+#. ($self->Id, $QueueObj->Name)
+msgid "Ticket %1 created in queue '%2'"
+msgstr "ticket %1 oprettet i kø '%2'"
+
+#: bin/rt-commit-handler:759
+#. ($Ticket->Id)
+msgid "Ticket %1 loaded\\n"
+msgstr "Ticket %1 indlæst\\n"
+
+#: html/Search/Bulk.html:212
+#. ($Ticket->Id,$_)
+msgid "Ticket %1: %2"
+msgstr "Ticket %1 : %2"
+
+#: html/Ticket/History.html:24 html/Ticket/History.html:27
+#. ($Ticket->Id, $Ticket->Subject)
+msgid "Ticket History # %1 %2"
+msgstr "Ticket Historie # %1 %2"
+
+#: NOT FOUND IN SOURCE
+msgid "Ticket Id"
+msgstr "Ticket ID"
+
+#: etc/initialdata:309
+msgid "Ticket Resolved"
+msgstr "Ticket Løst"
+
+#: html/Search/Elements/PickRestriction:62
+msgid "Ticket attachment"
+msgstr "Ticket vedhæftet fil"
+
+#: lib/RT/Tickets_Overlay.pm:1166
+msgid "Ticket content"
+msgstr "Ticket indhold"
+
+#: lib/RT/Tickets_Overlay.pm:1212
+msgid "Ticket content type"
+msgstr "Ticket indholds type"
+
+#: lib/RT/Ticket_Overlay.pm:514 lib/RT/Ticket_Overlay.pm:523 lib/RT/Ticket_Overlay.pm:533 lib/RT/Ticket_Overlay.pm:633
+msgid "Ticket could not be created due to an internal error"
+msgstr "Ticket kunne ikke oprettes pga. en intern fejl"
+
+#: lib/RT/Transaction_Overlay.pm:520
+msgid "Ticket created"
+msgstr "Ticket oprettet"
+
+#: NOT FOUND IN SOURCE
+msgid "Ticket creation failed"
+msgstr "Ticket oprettelse mislykkedes"
+
+#: lib/RT/Transaction_Overlay.pm:525
+msgid "Ticket deleted"
+msgstr "Ticket slettet"
+
+#: NOT FOUND IN SOURCE
+msgid "Ticket id not found"
+msgstr "Ticket ID ikke fundet"
+
+#: NOT FOUND IN SOURCE
+msgid "Ticket not found"
+msgstr "Ticket ikke fundet"
+
+#: etc/initialdata:295
+msgid "Ticket status changed"
+msgstr "Ticket status ændret"
+
+#: html/Ticket/Update.html:38
+msgid "Ticket watchers"
+msgstr "Ticket iagtagere"
+
+#: html/Elements/Tabs:46
+msgid "Tickets"
+msgstr "Tickets"
+
+#: lib/RT/Tickets_Overlay.pm:1383
+#. ($self->loc($args{'TYPE'}), ($args{'BASE'} || $args{'TICKET'}))
+msgid "Tickets %1 %2"
+msgstr "Tickets %1 %2"
+
+#: lib/RT/Tickets_Overlay.pm:1348
+#. ($self->loc($args{'TYPE'}), ($args{'TARGET'} || $args{'TICKET'}))
+msgid "Tickets %1 by %2"
+msgstr "Tickets %1 af %2"
+
+#: html/Elements/ViewUser:25
+#. ($name)
+msgid "Tickets from %1"
+msgstr "Tickets fra %1"
+
+#: html/Approvals/Elements/ShowDependency:26
+msgid "Tickets which depend on this approval:"
+msgstr "Tickets som afhænger af denne godkendelse:"
+
+#: html/Ticket/Create.html:156 html/Ticket/Elements/EditBasics:47
+msgid "Time Left"
+msgstr "Resterende tid"
+
+#: html/Ticket/Create.html:155 html/Ticket/Elements/EditBasics:42
+msgid "Time Worked"
+msgstr "Tid Arbejdet"
+
+#: lib/RT/Tickets_Overlay.pm:1139
+msgid "Time left"
+msgstr "Resterende tid"
+
+#: html/Elements/Footer:36
+msgid "Time to display"
+msgstr "Tid for visning"
+
+#: lib/RT/Tickets_Overlay.pm:1115
+msgid "Time worked"
+msgstr "Tid arbejdet"
+
+#: lib/RT/Ticket_Overlay.pm:1201
+msgid "TimeWorked"
+msgstr "TidArbejdet"
+
+#: bin/rt-commit-handler:401
+msgid "To generate a diff of this commit:"
+msgstr "For at generere en diff af denne commit:"
+
+#: bin/rt-commit-handler:390
+msgid "To generate a diff of this commit:\\n"
+msgstr "For at generere en difference af denne commit:\\n"
+
+#: lib/RT/Ticket_Overlay.pm:1204
+msgid "Told"
+msgstr "Fortalt"
+
+#: etc/initialdata:237
+msgid "Transaction"
+msgstr "Transaktion"
+
+#: lib/RT/Transaction_Overlay.pm:691
+#. ($self->Data)
+msgid "Transaction %1 purged"
+msgstr "Transaktion %1 tømt"
+
+#: lib/RT/Transaction_Overlay.pm:177
+msgid "Transaction Created"
+msgstr "Transaktion Oprettet"
+
+#: lib/RT/Transaction_Overlay.pm:88
+msgid "Transaction->Create couldn't, as you didn't specify a ticket id"
+msgstr "Transaktion->Opret kunne ikke gennemføres, da du ikke specificerede en ticket id"
+
+#: lib/RT/Transaction_Overlay.pm:750
+msgid "Transactions are immutable"
+msgstr "Transaktioner er uforanderlige"
+
+#: NOT FOUND IN SOURCE
+msgid "Trying to delete a right: %1"
+msgstr "Forsøger at slette en rettighed: %1"
+
+#: lib/RT/Date.pm:389
+msgid "Tue."
+msgstr "Tirs."
+
+#: html/Admin/Elements/EditCustomField:43 html/Ticket/Elements/AddWatchers:32 html/Ticket/Elements/AddWatchers:43 html/Ticket/Elements/AddWatchers:53 lib/RT/Ticket_Overlay.pm:1202 lib/RT/Tickets_Overlay.pm:959
+msgid "Type"
+msgstr "Type"
+
+#: lib/RT/ScripCondition_Overlay.pm:103
+msgid "Unimplemented"
+msgstr "Uimplementeret"
+
+#: html/Admin/Users/Modify.html:67
+msgid "Unix login"
+msgstr "Unix login"
+
+#: html/Admin/Elements/ModifyUser:61
+msgid "UnixUsername"
+msgstr "UnixBrugernavn"
+
+#: lib/RT/Attachment_Overlay.pm:276 lib/RT/Attachment_Overlay.pm:308
+#. ($self->ContentEncoding)
+msgid "Unknown ContentEncoding %1"
+msgstr "Ukendt ContentEncoding %1"
+
+#: html/Elements/SelectResultsPerPage:36
+msgid "Unlimited"
+msgstr "Ubegrænset"
+
+#: etc/initialdata:32
+msgid "Unprivileged"
+msgstr "Upriviligeret"
+
+#: lib/RT/Transaction_Overlay.pm:569
+msgid "Untaken"
+msgstr "Ikke-tagede"
+
+#: html/Elements/MyTickets:63 html/Search/Bulk.html:32
+msgid "Update"
+msgstr "Opdater"
+
+#: html/Admin/Users/Prefs.html:61
+msgid "Update ID"
+msgstr "Opdater ID"
+
+#: html/Search/Bulk.html:129 html/Ticket/ModifyAll.html:65 html/Ticket/Update.html:65
+msgid "Update Type"
+msgstr "Opdater type"
+
+#: html/Search/Listing.html:60
+msgid "Update all these tickets at once"
+msgstr "Opdater alle disse tickets på en gang"
+
+#: html/Admin/Users/Prefs.html:48
+msgid "Update email"
+msgstr "Opdater email"
+
+#: html/Admin/Users/Prefs.html:54
+msgid "Update name"
+msgstr "Opdater navn"
+
+#: lib/RT/Interface/Web.pm:409
+msgid "Update not recorded."
+msgstr "Opdatering ikke registreret"
+
+#: html/Search/Bulk.html:80
+msgid "Update selected tickets"
+msgstr "Opdater valgte tickets"
+
+#: html/Admin/Users/Prefs.html:35
+msgid "Update signature"
+msgstr "Opdater signatur"
+
+#: html/Ticket/ModifyAll.html:62
+msgid "Update ticket"
+msgstr "Opdater ticket"
+
+#: NOT FOUND IN SOURCE
+msgid "Update ticket # %1"
+msgstr "Opdater ticket # %1"
+
+#: html/SelfService/Update.html:24 html/SelfService/Update.html:46
+#. ($Ticket->id)
+msgid "Update ticket #%1"
+msgstr "Opdater ticket #%1"
+
+#: html/Ticket/Update.html:139
+#. ($Ticket->id, $Ticket->Subject)
+msgid "Update ticket #%1 (%2)"
+msgstr "Opdater ticket #%1 (%2)"
+
+#: lib/RT/Interface/Web.pm:407
+msgid "Update type was neither correspondence nor comment."
+msgstr "Opdaterings type var hverken korrespondance eller kommentar"
+
+#: html/Elements/SelectDateType:32 html/Ticket/Elements/ShowDates:50 lib/RT/Ticket_Overlay.pm:1205
+msgid "Updated"
+msgstr "Opdateret"
+
+#: NOT FOUND IN SOURCE
+msgid "User %1 %2: %3\\n"
+msgstr "Bruger %1 %2: %3\\n"
+
+#: NOT FOUND IN SOURCE
+msgid "User %1 Password: %2\\n"
+msgstr "Bruger %1 Adgangskode: %2\\n"
+
+#: NOT FOUND IN SOURCE
+msgid "User '%1' not found"
+msgstr "Bruger '%1' ikke fundet"
+
+#: NOT FOUND IN SOURCE
+msgid "User '%1' not found\\n"
+msgstr "Bruger '%1' ikke fundet\\n"
+
+#: etc/initialdata:124 etc/initialdata:191
+msgid "User Defined"
+msgstr "Bruger defineret"
+
+#: html/Admin/Users/Prefs.html:58
+msgid "User ID"
+msgstr "Bruger ID"
+
+#: html/Elements/SelectUsers:25
+msgid "User Id"
+msgstr "Bruger ID"
+
+#: html/Admin/Elements/GroupTabs:46 html/Admin/Elements/QueueTabs:59 html/Admin/Elements/SystemTabs:46 html/Admin/Global/index.html:58
+msgid "User Rights"
+msgstr "Bruger Rettigheder"
+
+#: html/Admin/Users/Modify.html:225
+#. ($msg)
+msgid "User could not be created: %1"
+msgstr "Bruger kunne ikke oprettes: %1"
+
+#: lib/RT/User_Overlay.pm:321
+msgid "User created"
+msgstr "Brugere oprettet"
+
+#: html/Admin/Global/GroupRights.html:66 html/Admin/Groups/GroupRights.html:53 html/Admin/Queues/GroupRights.html:68
+msgid "User defined groups"
+msgstr "Bruger definerede grupper"
+
+#: lib/RT/User_Overlay.pm:575 lib/RT/User_Overlay.pm:592
+msgid "User loaded"
+msgstr "Bruger indlæst"
+
+#: NOT FOUND IN SOURCE
+msgid "User notified"
+msgstr "Bruger notificeret"
+
+#: html/Admin/Users/Prefs.html:24 html/Admin/Users/Prefs.html:28
+msgid "User view"
+msgstr "Bruger visning"
+
+#: html/Admin/Users/Modify.html:47 html/Elements/Login:51 html/Ticket/Elements/AddWatchers:34
+msgid "Username"
+msgstr "Brugernavn"
+
+#: html/Admin/Elements/SelectNewGroupMembers:25 html/Admin/Elements/Tabs:31 html/Admin/Groups/Members.html:54 html/Admin/Queues/People.html:67 html/Admin/index.html:28 html/User/Groups/Members.html:57
+msgid "Users"
+msgstr "Brugere"
+
+#: html/Admin/Users/index.html:64
+msgid "Users matching search criteria"
+msgstr "Brugere som matcher søgekriterier"
+
+#: html/Search/Elements/PickRestriction:50
+msgid "ValueOfQueue"
+msgstr "KøVærdi"
+
+#: html/Admin/Elements/EditCustomField:56
+msgid "Values"
+msgstr "Værdier"
+
+#: lib/RT/Queue_Overlay.pm:81
+msgid "Watch"
+msgstr "Watch"
+
+#: lib/RT/Queue_Overlay.pm:82
+msgid "WatchAsAdminCc"
+msgstr "WatchSomAdminCC"
+
+#: html/Admin/Elements/QueueTabs:41
+msgid "Watchers"
+msgstr "Watchers"
+
+#: html/Admin/Elements/ModifyUser:55
+msgid "WebEncoding"
+msgstr "WebEncoding"
+
+#: lib/RT/Date.pm:390
+msgid "Wed."
+msgstr "Ons."
+
+#: etc/initialdata:503 etc/upgrade/2.1.71:161
+msgid "When a ticket has been approved by all approvers, add correspondence to the original ticket"
+msgstr "Når en ticket er blevet godkendt af alle Approvers, tilføj korrespondance til den originale ticket"
+
+#: etc/initialdata:467 etc/upgrade/2.1.71:135
+msgid "When a ticket has been approved by any approver, add correspondence to the original ticket"
+msgstr "Når en ticket er blevet godkendt af hvilken som helst Approver, tilføj korrespondance til den originale ticket"
+
+#: etc/initialdata:138
+msgid "When a ticket is created"
+msgstr "NÃ¥r en ticket bliver oprettet"
+
+#: etc/initialdata:400 etc/upgrade/2.1.71:79
+msgid "When an approval ticket is created, notify the Owner and AdminCc of the item awaiting their approval"
+msgstr "NÃ¥r en godkendelses ticket bliver lavet, notificer Ejer og AdminCc af delen som afventer deres godkendelse"
+
+#: etc/initialdata:143
+msgid "When anything happens"
+msgstr "NÃ¥r hvad som helst sker"
+
+#: etc/initialdata:184
+msgid "Whenever a ticket is resolved"
+msgstr "Når en ticket bliver løst"
+
+#: etc/initialdata:170
+msgid "Whenever a ticket's owner changes"
+msgstr "Når en tickets ejer ændres"
+
+#: etc/initialdata:178
+msgid "Whenever a ticket's queue changes"
+msgstr "Når en tickets kø ændres"
+
+#: etc/initialdata:162
+msgid "Whenever a ticket's status changes"
+msgstr "Når en tickets status ændres"
+
+#: etc/initialdata:192
+msgid "Whenever a user-defined condition occurs"
+msgstr "NÃ¥r en bruger defineret betingelse opfyldes"
+
+#: etc/initialdata:156
+msgid "Whenever comments come in"
+msgstr "NÃ¥r kommentarer kommer ind"
+
+#: etc/initialdata:149
+msgid "Whenever correspondence comes in"
+msgstr "NÃ¥r korrespondance ankommer"
+
+#: html/Admin/Users/Modify.html:163 html/User/Prefs.html:51
+msgid "Work"
+msgstr "Arbejde"
+
+#: html/Admin/Elements/ModifyUser:69
+msgid "WorkPhone"
+msgstr "Arbejdstelefon"
+
+#: html/Ticket/Elements/ShowBasics:34 html/Ticket/Update.html:64
+msgid "Worked"
+msgstr "Arbejdede"
+
+#: lib/RT/Ticket_Overlay.pm:3187
+msgid "You already own this ticket"
+msgstr "Du ejer allerede denne ticket"
+
+#: html/autohandler:122
+msgid "You are not an authorized user"
+msgstr "Du er ikke en authoriseret bruger"
+
+#: lib/RT/Ticket_Overlay.pm:3069
+msgid "You can only reassign tickets that you own or that are unowned"
+msgstr "Du kan kun tildele tickets du ejer eller som ikker ejet"
+
+#: NOT FOUND IN SOURCE
+msgid "You don't have permission to view that ticket.\\n"
+msgstr "Du har ikke tilladelse til at se den ticket.\\n"
+
+#: docs/design_docs/string-extraction-guide.txt:47
+#. ($num, $queue)
+msgid "You found %1 tickets in queue %2"
+msgstr "Du fandt %1 tickets i kø %2"
+
+#: html/NoAuth/Logout.html:30
+msgid "You have been logged out of RT."
+msgstr "Du er blevet logget ud af RT."
+
+#: html/SelfService/Display.html:77
+msgid "You have no permission to create tickets in that queue."
+msgstr "Du har ikke tilladelse til at lave requests i den kø"
+
+#: lib/RT/Ticket_Overlay.pm:1926
+msgid "You may not create requests in that queue."
+msgstr "Du må ikke oprette requests i den kø"
+
+#: html/NoAuth/Logout.html:34
+msgid "You're welcome to login again"
+msgstr "Du er velkommen til at logge ind igen"
+
+#: NOT FOUND IN SOURCE
+msgid "Your %1 requests"
+msgstr "Din %1 anmodning"
+
+#: NOT FOUND IN SOURCE
+msgid "Your RT administrator has misconfigured the mail aliases which invoke RT"
+msgstr "Din RT administrator har ikke konfigureret mail aliaser som starter RT korrekt "
+
+#: etc/initialdata:484 etc/upgrade/2.1.71:146
+msgid "Your request has been approved by %1. Other approvals may still be pending."
+msgstr "Din anmodning er blevet godkendt af %1. Andre godkendelser afventer muligvis stadigvæk"
+
+#: etc/initialdata:522 etc/upgrade/2.1.71:180
+msgid "Your request has been approved."
+msgstr "Din anmodning er blevet godkendt"
+
+#: NOT FOUND IN SOURCE
+msgid "Your request was rejected"
+msgstr "Din anmodning blev afvist"
+
+#: etc/initialdata:427 etc/upgrade/2.1.71:101
+msgid "Your request was rejected."
+msgstr "Din anmodning blev afvist"
+
+#: html/autohandler:144
+msgid "Your username or password is incorrect"
+msgstr "Dit brugernavn eller adgangskode er ukorrekt"
+
+#: html/Admin/Elements/ModifyUser:83 html/Admin/Users/Modify.html:143 html/User/Prefs.html:95
+msgid "Zip"
+msgstr "Postnummer"
+
+#: html/User/Elements/DelegateRights:58
+#. ($right->PrincipalObj->Object->SelfDescription)
+msgid "as granted to %1"
+msgstr "som givet til %1"
+
+#: html/SelfService/Closed.html:27
+msgid "closed"
+msgstr "lukket"
+
+#: html/Elements/SelectCustomFieldOperator:37 html/Elements/SelectMatch:33
+msgid "contains"
+msgstr "indeholder"
+
+#: html/Elements/SelectAttachmentField:25
+msgid "content"
+msgstr "indhold"
+
+#: html/Elements/SelectAttachmentField:26
+msgid "content-type"
+msgstr "content-type"
+
+#: lib/RT/Ticket_Overlay.pm:2313
+msgid "correspondence (probably) not sent"
+msgstr "korrespondance (muligvis) ikke sendt"
+
+#: lib/RT/Ticket_Overlay.pm:2323
+msgid "correspondence sent"
+msgstr "korrespondance afsendt"
+
+#: html/Admin/Elements/ModifyQueue:62 html/Admin/Queues/Modify.html:76 lib/RT/Date.pm:319
+msgid "days"
+msgstr "dage"
+
+#: html/Search/Listing.html:74
+msgid "delete"
+msgstr "slet"
+
+#: lib/RT/Queue_Overlay.pm:62
+msgid "deleted"
+msgstr "slettet"
+
+#: html/Search/Elements/PickRestriction:67
+msgid "does not match"
+msgstr "matcher ikke"
+
+#: html/Elements/SelectCustomFieldOperator:37 html/Elements/SelectMatch:34
+msgid "doesn't contain"
+msgstr "indeholder ikke"
+
+#: html/Elements/SelectEqualityOperator:37
+msgid "equal to"
+msgstr "lig med"
+
+#: html/Elements/SelectAttachmentField:27
+msgid "filename"
+msgstr "filnavn"
+
+#: html/Elements/SelectCustomFieldOperator:37 html/Elements/SelectEqualityOperator:37
+msgid "greater than"
+msgstr "større end"
+
+#: lib/RT/Group_Overlay.pm:193
+#. ($self->Name)
+msgid "group '%1'"
+msgstr "gruppe '%1'"
+
+#: lib/RT/Date.pm:315
+msgid "hours"
+msgstr "timer"
+
+#: NOT FOUND IN SOURCE
+msgid "id"
+msgstr "id"
+
+#: html/Elements/SelectBoolean:31 html/Elements/SelectCustomFieldOperator:37 html/Elements/SelectMatch:35 html/Search/Elements/PickRestriction:46 html/Search/Elements/PickRestriction:75 html/Search/Elements/PickRestriction:87
+msgid "is"
+msgstr "er"
+
+#: html/Elements/SelectBoolean:35 html/Elements/SelectCustomFieldOperator:37 html/Elements/SelectMatch:36 html/Search/Elements/PickRestriction:47 html/Search/Elements/PickRestriction:76 html/Search/Elements/PickRestriction:88
+msgid "isn't"
+msgstr "er ikke"
+
+#: html/Elements/SelectCustomFieldOperator:37 html/Elements/SelectEqualityOperator:37
+msgid "less than"
+msgstr "mindre end"
+
+#: html/Search/Elements/PickRestriction:66
+msgid "matches"
+msgstr "matcher"
+
+#: lib/RT/Date.pm:311
+msgid "min"
+msgstr "min."
+
+#: html/Ticket/Update.html:64
+msgid "minutes"
+msgstr "minutter"
+
+#: bin/rt-commit-handler:764
+msgid "modifications\\n\\n"
+msgstr "ændringer\\n\\n"
+
+#: lib/RT/Date.pm:327
+msgid "months"
+msgstr "måneder"
+
+#: lib/RT/Queue_Overlay.pm:57
+msgid "new"
+msgstr "ny"
+
+#: html/Admin/Elements/EditScrips:42
+msgid "no value"
+msgstr "ingen værdi"
+
+#: html/Admin/Elements/EditQueueWatchers:26 html/Ticket/Elements/EditWatchers:27
+msgid "none"
+msgstr "ingen"
+
+#: html/Elements/SelectEqualityOperator:37
+msgid "not equal to"
+msgstr "ikke lig med"
+
+#: html/SelfService/Elements/MyRequests:60 lib/RT/Queue_Overlay.pm:58
+msgid "open"
+msgstr "Ã¥ben"
+
+#: lib/RT/Group_Overlay.pm:198
+#. ($self->Name, $user->Name)
+msgid "personal group '%1' for user '%2'"
+msgstr "personlig gruppe '%1' for bruger '%2'"
+
+#: lib/RT/Group_Overlay.pm:206
+#. ($queue->Name, $self->Type)
+msgid "queue %1 %2"
+msgstr "kø %1 %2"
+
+#: lib/RT/Queue_Overlay.pm:61
+msgid "rejected"
+msgstr "afvist"
+
+#: lib/RT/Queue_Overlay.pm:60
+msgid "resolved"
+msgstr "løst"
+
+#: lib/RT/Date.pm:307
+msgid "sec"
+msgstr "sek."
+
+#: lib/RT/Queue_Overlay.pm:59
+msgid "stalled"
+msgstr "stallet"
+
+#: lib/RT/Group_Overlay.pm:201
+#. ($self->Type)
+msgid "system %1"
+msgstr "system %1"
+
+#: lib/RT/Group_Overlay.pm:212
+#. ($self->Type)
+msgid "system group '%1'"
+msgstr "system gruppe '%1'"
+
+#: html/Elements/Error:42 html/SelfService/Error.html:41
+msgid "the calling component did not specify why"
+msgstr "den kaldende komponent specificerede ikke hvorfor"
+
+#: lib/RT/URI/fsck_com_rt.pm:234
+#. ($self->Object->Id)
+msgid "ticket #%1"
+msgstr "ticket #%1"
+
+#: lib/RT/Group_Overlay.pm:209
+#. ($self->Instance, $self->Type)
+msgid "ticket #%1 %2"
+msgstr "ticket #%1 %2"
+
+#: lib/RT/Group_Overlay.pm:215
+#. ($self->Id)
+msgid "undescribed group %1"
+msgstr "ubeskrevet gruppe %1"
+
+#: NOT FOUND IN SOURCE
+msgid "undescripbed group %1"
+msgstr "ubeskrevet gruppe %1"
+
+#: lib/RT/Group_Overlay.pm:190
+#. ($user->Object->Name)
+msgid "user %1"
+msgstr "bruger %1"
+
+#: lib/RT/Date.pm:323
+msgid "weeks"
+msgstr "uger"
+
+#: NOT FOUND IN SOURCE
+msgid "with template %1"
+msgstr "med template %1"
+
+#: lib/RT/Date.pm:331
+msgid "years"
+msgstr "Ã¥r"
+

Modified: rt/branches/rt-3.3/lib/RT/I18N/fr.po
==============================================================================
--- rt/branches/rt-3.3/lib/RT/I18N/fr.po	(original)
+++ rt/branches/rt-3.3/lib/RT/I18N/fr.po	Fri Apr  2 10:54:22 2004
@@ -705,7 +705,7 @@
 
 #: html/SelfService/Create.html:64 html/Ticket/Create.html:109
 msgid "Attach file"
-msgstr "Attacher un ficher"
+msgstr "Attacher un fichier"
 
 #: html/Ticket/Create.html:97 html/Ticket/Update.html:87
 msgid "Attached file"

Added: rt/branches/rt-3.3/lib/RT/I18N/hu.po
==============================================================================
--- (empty file)
+++ rt/branches/rt-3.3/lib/RT/I18N/hu.po	Fri Apr  2 10:54:22 2004
@@ -0,0 +1,4883 @@
+id: 12420
+Subject: 
+Creator: 27117
+Created: 2004-02-10 08:25:42
+Transaction: 24532
+Parent: 12418
+MessageId: 
+Filename: hu.po
+ContentType: text/plain
+ContentEncoding: none
+
+Headers: content-disposition: inline; filename="hu.po"
+         content-type: text/plain; charset="utf-8"; name="hu.po"
+         Content-Transfer-Encoding: quoted-printable
+         X-RT-Original-Encoding: iso-8859-1
+         Content-Length: 127109
+
+
+Content: # 
+         msgid ""
+         msgstr ""
+         "Project-Id-Version: RT 3.0.7\n"
+         "Report-Msgid-Bugs-To: \n"
+         "POT-Creation-Date: 2002-06-22 06:06+0200\n"
+         "PO-Revision-Date: 2003-12-01 11:26+0100\n"
+         "Last-Translator: Attila K. Mergl <mergl at astron.hu>\n"
+         "Language-Team: Hungarian <hu at gnome.hu>\n"
+         "MIME-Version: 1.0\n"
+         "Content-Type: text/plain; charset=iso-8859-2\n"
+         "Content-Transfer-Encoding: 8bit"
+         
+         #: html/Elements/MyRequests:28 html/Elements/MyTickets:28
+         msgid "#"
+         msgstr "#"
+         
+         #: html/Admin/Queues/Scrip.html:55
+         #. ($QueueObj->id)
+         msgid "#%1"
+         msgstr "#%1"
+         
+         #: html/Approvals/Elements/ShowDependency:50 html/Ticket/Display.html:26 html/Ticket/Display.html:30
+         #. ($Ticket->Id, $Ticket->Subject)
+         #. ($link->BaseObj->Id, $link->BaseObj->Subject)
+         msgid "#%1: %2"
+         msgstr "#%1: %2"
+         
+         #: lib/RT/Date.pm:337
+         #. ($s, $time_unit)
+         msgid "%1 %2"
+         msgstr "%1 %2"
+         
+         #: lib/RT/Tickets_Overlay.pm:771
+         #. ($args{'FIELD'}, $args{'OPERATOR'}, $args{'VALUE'})
+         msgid "%1 %2 %3"
+         msgstr "%1 %2 %3"
+         
+         #: lib/RT/Date.pm:373
+         #. ($self->GetWeekday($wday), $self->GetMonth($mon), map {sprintf "%02d", $_} ($mday, $hour, $min, $sec), ($year+1900))
+         msgid "%1 %2 %3 %4:%5:%6 %7"
+         msgstr "%1 %7. %2 %3 %4:%5:%6"
+         
+         #: lib/RT/Ticket_Overlay.pm:3438 lib/RT/Transaction_Overlay.pm:559 lib/RT/Transaction_Overlay.pm:601
+         #. ($cf->Name, $new_value->Content)
+         #. ($field, $self->NewValue)
+         #. ($self->Field, $principal->Object->Name)
+         msgid "%1 %2 added"
+         msgstr "[%1] mezõbe '%2' érték felvétele"
+         
+         #: lib/RT/Date.pm:334
+         #. ($s, $time_unit)
+         msgid "%1 %2 ago"
+         msgstr "%1 %2 óta"
+         
+         #: lib/RT/Ticket_Overlay.pm:3444 lib/RT/Transaction_Overlay.pm:566
+         #. ($cf->Name, $old_value, $new_value->Content)
+         #. ($field, $self->OldValue, $self->NewValue)
+         msgid "%1 %2 changed to %3"
+         msgstr "%1 változtatása: '%2' --> '%3'"
+         
+         #: lib/RT/Ticket_Overlay.pm:3441 lib/RT/Transaction_Overlay.pm:562 lib/RT/Transaction_Overlay.pm:607
+         #. ($cf->Name, $old_value)
+         #. ($field, $self->OldValue)
+         #. ($self->Field, $principal->Object->Name)
+         msgid "%1 %2 deleted"
+         msgstr "%1 %2 törölve"
+         
+         #: html/Admin/Elements/EditScrips:44 html/Admin/Elements/ListGlobalScrips:28
+         #. (loc($scrip->ConditionObj->Name), loc($scrip->ActionObj->Name), loc($scrip->TemplateObj->Name))
+         msgid "%1 %2 with template %3"
+         msgstr "%1 %2 a %3 sablonnal"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "%1 (%2) %3 this ticket\\n"
+         msgstr "%1 (%2) %3 ez a probléma\\n"
+         
+         #: html/Search/Listing.html:57
+         #. (($session{'tickets'}->FirstRow+1), ($session{'tickets'}->FirstRow() + $session{'tickets'}->RowsPerPage()  ))
+         msgid "%1 - %2 shown"
+         msgstr "%1 - %2 mutatva"
+         
+         #: bin/rt-crontool:169 bin/rt-crontool:176 bin/rt-crontool:182
+         #. ("--search-argument", "--search")
+         #. ("--condition-argument", "--condition")
+         #. ("--action-argument", "--action")
+         msgid "%1 - An argument to pass to %2"
+         msgstr "%1 - %2-nek átadandó argumentum"
+         
+         #: bin/rt-crontool:185
+         #. ("--verbose")
+         msgid "%1 - Output status updates to STDOUT"
+         msgstr "%1 - Státuszfrissítés kiíratása a STDOUT-ra"
+         
+         #msgstr "%1 - Schreibe Statusupdates nach STDOUT"
+         #: bin/rt-crontool:179
+         #. ("--action")
+         msgid "%1 - Specify the action module you want to use"
+         msgstr "%1 - Adja meg a használandó akciómodult!"
+         
+         #: bin/rt-crontool:173
+         #. ("--condition")
+         msgid "%1 - Specify the condition module you want to use"
+         msgstr "%1 - Adja meg a használandó kondiciómodult!"
+         
+         #: bin/rt-crontool:166
+         #. ("--search")
+         msgid "%1 - Specify the search module you want to use"
+         msgstr "%1 - Adja meg a használandó keres?modult!"
+         
+         #: lib/RT/ScripAction_Overlay.pm:122
+         #. ($self->Id)
+         msgid "%1 ScripAction loaded"
+         msgstr "ScripAction %1 betöltve"
+         
+         #: lib/RT/Ticket_Overlay.pm:3471
+         #. ($args{'Value'}, $cf->Name)
+         msgid "%1 added as a value for %2"
+         msgstr "%1 értéke hozzáadva %2 höz"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "%1 aliases require a TicketId to work on"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "%1 aliases require a TicketId to work on (from %2) %3"
+         msgstr ""
+         
+         #: lib/RT/Link_Overlay.pm:117 lib/RT/Link_Overlay.pm:124
+         #. ($args{'Base'})
+         #. ($args{'Target'})
+         msgid "%1 appears to be a local object, but can't be found in the database"
+         msgstr ""
+         "%1 nem találhato az adatbázisban, pedig helyi objektumnak látszik"
+         
+         #: html/Ticket/Elements/ShowDates:52 lib/RT/Transaction_Overlay.pm:483
+         #. ($self->BriefDescription , $self->CreatorObj->Name)
+         #. ($Ticket->LastUpdatedAsString, $Ticket->LastUpdatedByObj->Name)
+         msgid "%1 by %2"
+         msgstr "%1  (%2)"
+         
+         #: lib/RT/Transaction_Overlay.pm:537 lib/RT/Transaction_Overlay.pm:626 lib/RT/Transaction_Overlay.pm:635 lib/RT/Transaction_Overlay.pm:638
+         #. ($self->Field , ( $self->OldValue || $no_value ) ,  $self->NewValue)
+         #. ($self->Field , $q1->Name , $q2->Name)
+         #. ($self->Field, $t2->AsString, $t1->AsString)
+         #. ($self->Field, $self->OldValue, $self->NewValue)
+         msgid "%1 changed from %2 to %3"
+         msgstr "%1 változtatása: '%2' --> '%3'"
+         
+         #: lib/RT/Interface/Web.pm:857
+         msgid "%1 could not be set to %2."
+         msgstr "%1 nem állítható %2 re."
+         
+         #: NOT FOUND IN SOURCE
+         msgid "%1 couldn't init a transaction (%2)\\n"
+         msgstr ""
+         
+         #: lib/RT/Ticket_Overlay.pm:2813
+         #. ($self)
+         msgid "%1 couldn't set status to resolved. RT's Database may be inconsistent."
+         msgstr ""
+         "%1 nem tudta a státuszt lezártra állítani. Az RT adatbázisa talán inkonzisztens."
+         
+         #: html/Elements/MyTickets:25
+         #. ($rows)
+         msgid "%1 highest priority tickets I own..."
+         msgstr "A %1 nekem kiosztott, legsürgõsebb probléma..."
+         
+         #: html/Elements/MyRequests:25
+         #. ($rows)
+         msgid "%1 highest priority tickets I requested..."
+         msgstr "A %1 általam kezdeményezett, legsürgõsebb probléma..."
+         
+         #: bin/rt-crontool:161
+         #. ($0)
+         msgid ""
+         "%1 is a tool to act on tickets from an external scheduling tool, such as "
+         "cron."
+         msgstr ""
+         "%1 egy eszköz külsõ ütemezõeszközöktõl -mint a \"cron\"- érkezõ problémák feldolgozására"
+         
+         #: lib/RT/Queue_Overlay.pm:743
+         #. ($principal->Object->Name, $args{'Type'})
+         msgid "%1 is no longer a %2 for this queue."
+         msgstr "Ennek a sornak %1 már nem %2-je."
+         
+         #: lib/RT/Ticket_Overlay.pm:1570
+         #. ($principal->Object->Name, $args{'Type'})
+         msgid "%1 is no longer a %2 for this ticket."
+         msgstr "Enek a problémának %1 nár nem %2-je."
+         
+         #: lib/RT/Ticket_Overlay.pm:3527
+         #. ($args{'Value'}, $cf->Name)
+         msgid "%1 is no longer a value for custom field %2"
+         msgstr "%1 már nem értéke a %2 egyéni mezõnek"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "%1 isn't a valid Queue id."
+         msgstr "%1 érvénytelen sor azonosító"
+         
+         #: RTFM
+         msgid "%1 matches"
+         msgstr "%1 tartalmaz"
+         
+         #: html/Ticket/Elements/ShowBasics:36
+         #. ($TimeWorked)
+         msgid "%1 min"
+         msgstr "%1 perc"
+         
+         #: html/RTFM/UpdatedArticles:19
+         msgid "%1 most recently updated articles"
+         msgstr "%1 utoljára átdolgozott cikk"
+         
+         #: RTFM
+         msgid "%1 newest articles"
+         msgstr "%1 legújabb cikk"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "%1 not shown"
+         msgstr ""
+         
+         #: html/User/Elements/DelegateRights:76
+         #. (loc($ObjectType =~ /^RT::(.*)$/))
+         msgid "%1 rights"
+         msgstr "%1 jogok"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "%1 succeeded\\n"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "%1 type unknown for $MessageId"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "%1 type unknown for %2"
+         msgstr ""
+         
+         #: lib/RT/Action/ResolveMembers.pm:42
+         #. (ref $self)
+         msgid "%1 will resolve all members of a resolved group ticket."
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid ""
+         "%1 will stall a [local] BASE if it's dependent [or member] of a linked up "
+         "request."
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:435
+         #. ($self)
+         msgid "%1: no attachment specified"
+         msgstr "%1: Nincs melléklet megadva!"
+         
+         #: html/Ticket/Elements/ShowTransaction:102
+         #. ($size)
+         msgid "%1b"
+         msgstr "%1b"
+         
+         #: html/Ticket/Elements/ShowTransaction:99
+         #. (int($size/102.4)/10)
+         msgid "%1k"
+         msgstr "%1k"
+         
+         #: lib/RT/Ticket_Overlay.pm:1140
+         #. ($args{'Status'})
+         msgid "'%1' is an invalid value for status"
+         msgstr "'%1' nem lehet státusz érték"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "'%1' not a recognized action. "
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "(Check box to delete scrip)"
+         msgstr "(Scrip törléséhez bejelölni)"
+         
+         #: html/Admin/Elements/EditQueueWatchers:29 html/Admin/Elements/EditScrips:35 html/Admin/Elements/EditTemplates:36 html/Admin/Groups/Members.html:52 html/Ticket/Elements/EditLinks:33 html/Ticket/Elements/EditPeople:46 html/User/Groups/Members.html:55
+         msgid "(Check box to delete)"
+         msgstr "(Törléshez kiválasztandó!)"
+         
+         #: html/Ticket/Create.html:178
+         msgid "(Enter ticket ids or URLs, seperated with spaces)"
+         msgstr "(Szóközökkel elválasztva adható meg a problémák sorszáma vagy URL-ek.)"
+         
+         #: html/Admin/Queues/Modify.html:54 html/Admin/Queues/Modify.html:60
+         #. ($RT::CorrespondAddress)
+         #. ($RT::CommentAddress)
+         msgid "(If left blank, will default to %1"
+         msgstr "(Ha üresen marad: %1)"
+         
+         #: html/Admin/Elements/EditCustomFields:33 html/Admin/Elements/ListGlobalCustomFields:32
+         msgid "(No custom fields)"
+         msgstr "(Nincs egyéni mezõ)"
+         
+         #: html/Admin/Groups/Members.html:50 html/User/Groups/Members.html:53
+         msgid "(No members)"
+         msgstr "(Nincsenek tagok)"
+         
+         #: html/RTFM/NewestArticles:35
+         msgid "(no name)"
+         msgstr "(nincs név)"
+         
+         #: html/Admin/Elements/EditScrips:32 html/Admin/Elements/ListGlobalScrips:32
+         msgid "(No scrips)"
+         msgstr "(Nincs Scrip)"
+         
+         #: html/RTFM/UpdatedArticles.html:36
+         msgid "(no Summary)"
+         msgstr "(nincs összefoglalás)"
+         
+         #: html/Admin/Elements/EditTemplates:31
+         msgid "(No templates)"
+         msgstr "(Nincs sablon)"
+         
+         #: html/Ticket/Update.html:85
+         msgid ""
+         "(Sends a blind carbon-copy of this update to a comma-delimited list of email "
+         "addresses. Does <b>not</b> change who will receive future updates.)"
+         msgstr ""
+         "(A válasz rejtett másolatát elküldi a vesszõkkel elválasztott e-mail címekre. "
+         "<b>Ez nem módosítja, hogy a jovõben kik kapnak másolatot a válaszokról!</b>)"
+         
+         #: NOT FOUND IN SOURCE
+         msgid ""
+         "(Sends a blind carbon-copy of this update to a comma-delimited list of email "
+         "addresses. Does <b>not</b> change who will recieve future updates.)"
+         msgstr ""
+         
+         #: html/Ticket/Create.html:79
+         msgid ""
+         "(Sends a carbon-copy of this update to a comma-delimited list of "
+         "administrative email addresses. These people <b>will</b> receive future "
+         "updates.)"
+         msgstr ""
+         "(Az új probléma leírását elküldi a vesszõkkel elválasztott adminisztratív "
+         "e-mail címekre. <b>A címzettek a jovõben <i>minden</i> válaszról másolatot "
+         "kapnak!</b>)"
+         
+         #: html/Ticket/Update.html:81
+         msgid ""
+         "(Sends a carbon-copy of this update to a comma-delimited list of email "
+         "addresses. Does <b>not</b> change who will receive future updates.)"
+         msgstr ""
+         "(A válasz másolatát elküldi a vesszõkkel elválasztott e-mail címekre. <b>Ez "
+         "nem módosítja, hogy a jovõben kik kapnak másolatot a válaszokról!</b>)"
+         
+         #: NOT FOUND IN SOURCE
+         msgid ""
+         "(Sends a carbon-copy of this update to a comma-delimited list of email "
+         "addresses. Does <b>not</b> change who will recieve future updates.)"
+         msgstr ""
+         
+         #: html/Ticket/Create.html:69
+         msgid ""
+         "(Sends a carbon-copy of this update to a comma-delimited list of email "
+         "addresses. These people <b>will</b> receive future updates.)"
+         msgstr ""
+         "(Az új probléma leírását elküldi a vesszõkkel elválasztott e-mail címekre. "
+         "<b>A címzettek a jovõben <i>minden</i> válaszról másolatot kapnak!</b>)"
+         
+         #: html/Admin/Groups/index.html:33 html/User/Groups/index.html:33
+         msgid "(empty)"
+         msgstr "(üres)"
+         
+         #: html/Admin/Users/index.html:39
+         msgid "(no name listed)"
+         msgstr "(Nincs név a listában)"
+         
+         #: html/Elements/MyRequests:43 html/Elements/MyTickets:45
+         msgid "(no subject)"
+         msgstr "(nincs tárgy)"
+         
+         #: html/Admin/Elements/SelectRights:48 html/Elements/SelectCustomFieldValue:30 html/Ticket/Elements/EditCustomField:59 html/Ticket/Elements/ShowCustomFields:36 lib/RT/Transaction_Overlay.pm:536
+         msgid "(no value)"
+         msgstr "(nincs adat)"
+         
+         #: html/Ticket/Elements/EditLinks:116
+         msgid "(only one ticket)"
+         msgstr "<br>(Csak egy probléma adható meg!)"
+         
+         #: html/Elements/MyRequests:52 html/Elements/MyTickets:55
+         msgid "(pending approval)"
+         msgstr ""
+         
+         #: html/Elements/MyRequests:54 html/Elements/MyTickets:57
+         msgid "(pending other tickets)"
+         msgstr "(másik problémára vár)"
+         
+         #: html/Admin/Users/Modify.html:50
+         msgid "(required)"
+         msgstr "(szükséges)"
+         
+         #: html/Ticket/Elements/ShowTransaction:105
+         msgid "(untitled)"
+         msgstr "(névtelen)"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "25 highest priority tickets I own..."
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "25 highest priority tickets I requested..."
+         msgstr ""
+         
+         #: html/Ticket/Elements/ShowBasics:32
+         msgid "<% $Ticket->Status%>"
+         msgstr ""
+         
+         #: html/Elements/SelectTicketTypes:27
+         msgid "<% $_ %>"
+         msgstr ""
+         
+         #: docs/design_docs/string-extraction-guide.txt:54 html/Elements/CreateTicket:26
+         #. ($m->scomp('/Elements/SelectNewTicketQueue'))
+         msgid "<input type=\"submit\" value=\"New ticket in\">&nbsp;%1"
+         msgstr "<input type=\"submit\" value=\"Új probléma\">&nbsp;%1"
+         
+         #: etc/initialdata:203
+         msgid "A blank template"
+         msgstr "Üres sablon"
+         
+         #: lib/RT/ACE_Overlay.pm:157 lib/RT/Principal_Overlay.pm:181
+         msgid "ACE not found"
+         msgstr "ACE nem található"
+         
+         #: lib/RT/ACE_Overlay.pm:831
+         msgid "ACEs can only be created and deleted."
+         msgstr "ACE-k csak létrehozhatók és törölhetõk."
+         
+         #: bin/rt-commit-handler:755
+         msgid "Aborting to avoid unintended ticket modifications.\\n"
+         msgstr ""
+         "Lépjen ki, hogy elkerülje a probléma nem kivánt módosításait.\\n"
+         
+         #: html/User/Elements/Tabs:32
+         msgid "About me"
+         msgstr "Magamról"
+         
+         #: html/Admin/Users/Modify.html:80
+         msgid "Access control"
+         msgstr "Hozzáférés ellenõrzése"
+         
+         #: html/Admin/Elements/EditScrip:57
+         msgid "Action"
+         msgstr "Akció"
+         
+         #: lib/RT/Scrip_Overlay.pm:147
+         #. ($args{'ScripAction'})
+         msgid "Action %1 not found"
+         msgstr "%1 akció nem található"
+         
+         #: bin/rt-crontool:123
+         msgid "Action committed."
+         msgstr "Akció végrehajtva."
+         
+         #: bin/rt-crontool:119
+         msgid "Action prepared..."
+         msgstr "Akció elõkészítve..."
+         
+         #: html/Search/Bulk.html:92
+         msgid "Add AdminCc"
+         msgstr "Administratív tájékotatást kapó hozzáadása"
+         
+         #: html/Search/Bulk.html:90
+         msgid "Add Cc"
+         msgstr "Tájékotatást kapó hozzáadása"
+         
+         #: html/Ticket/Create.html:114 html/Ticket/Update.html:100
+         msgid "Add More Files"
+         msgstr "További fájlok csatolása"
+         
+         #: html/Search/Bulk.html:88
+         msgid "Add Requestor"
+         msgstr "Beküldõ hozáadása"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Add a new a global scrip"
+         msgstr "Egy új általános Scrip hozzáadása"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Add a scrip to this queue"
+         msgstr "Egy Scrip hozzáadása a sorhoz"
+         
+         #: html/Admin/Global/Scrip.html:55
+         msgid "Add a scrip which will apply to all queues"
+         msgstr "Minden sorra vonatkozó Scrip hozzáadása"
+         
+         #: html/Search/Bulk.html:118
+         msgid "Add comments or replies to selected tickets"
+         msgstr "A kiválasztott problémákhoz válasz vagy kiegészítés hozzáadása"
+         
+         #: html/Admin/Groups/Members.html:42 html/User/Groups/Members.html:39
+         msgid "Add members"
+         msgstr "Tagfelvétel"
+         
+         #: html/Admin/Queues/People.html:66 html/Ticket/Elements/AddWatchers:28
+         msgid "Add new watchers"
+         msgstr "Új résztvevõk hozzáadása"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "AddNextState"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:643
+         #. ($args{'Type'})
+         msgid "Added principal as a %1 for this queue"
+         msgstr ""
+         "Hozzendelt egy vezetõt mint %1 ehhez a sorhoz"
+         
+         #: lib/RT/Ticket_Overlay.pm:1454
+         #. ($self->loc($args{'Type'}))
+         msgid "Added principal as a %1 for this ticket"
+         msgstr ""
+         "Hozzárendelt egy vezetõt mint %1 ehhez a problémához"
+         
+         #: html/Admin/Elements/ModifyUser:76 html/Admin/Users/Modify.html:122 html/User/Prefs.html:88
+         msgid "Address1"
+         msgstr "Utca, házszám"
+         
+         #: html/Admin/Elements/ModifyUser:78 html/Admin/Users/Modify.html:127 html/User/Prefs.html:90
+         msgid "Address2"
+         msgstr "Postafiók"
+         
+         #: html/Ticket/Create.html:74
+         msgid "Admin Cc"
+         msgstr "Adminisztratív tájékoztatást kap"
+         
+         #: etc/initialdata:274
+         msgid "Admin Comment"
+         msgstr "Adminisztratív megjegyzés"
+         
+         #: etc/initialdata:256
+         msgid "Admin Correspondence"
+         msgstr ""
+         
+         #: html/Admin/Queues/index.html:25 html/Admin/Queues/index.html:28
+         msgid "Admin queues"
+         msgstr "Válasszon sort!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Admin users"
+         msgstr ""
+         
+         #: html/Admin/Global/index.html:26 html/Admin/Global/index.html:28
+         msgid "Admin/Global configuration"
+         msgstr "Konfiguráció / Általános beállítások"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Admin/Groups"
+         msgstr "Konfiguráció / Csoportok"
+         
+         #: html/Admin/Queues/Modify.html:25 html/Admin/Queues/Modify.html:29
+         msgid "Admin/Queue/Basics"
+         msgstr "Konfiguráció / Sor / Alapok"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "AdminAllPersonalGroups"
+         msgstr ""
+         
+         #: etc/initialdata:56 html/Ticket/Elements/ShowPeople:39 html/Ticket/Update.html:50 lib/RT/ACE_Overlay.pm:89
+         msgid "AdminCc"
+         msgstr "Adminisztratív tájékoztatást kap"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "AdminComment"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "AdminCorrespondence"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:72
+         msgid "AdminCustomFields"
+         msgstr ""
+         
+         #: lib/RT/Group_Overlay.pm:146
+         msgid "AdminGroup"
+         msgstr ""
+         
+         #: lib/RT/Group_Overlay.pm:148
+         msgid "AdminGroupMembership"
+         msgstr ""
+         
+         #: lib/RT/System.pm:59
+         msgid "AdminOwnPersonalGroups"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:68
+         msgid "AdminQueue"
+         msgstr ""
+         
+         #: lib/RT/System.pm:60
+         msgid "AdminUsers"
+         msgstr ""
+         
+         #: html/Admin/Queues/People.html:48 html/Ticket/Elements/EditPeople:54
+         msgid "Administrative Cc"
+         msgstr "Adminisztratív tájékoztatást kap"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Advanced Search"
+         msgstr "Bõvítetett keresés"
+         
+         #: RTFM
+         msgid "Advanced Search Criteria"
+         msgstr "Bõvített keresési feltételek"
+         
+         #: html/Elements/SelectDateRelation:36
+         msgid "After"
+         msgstr "után"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Age"
+         msgstr "Kor"
+         
+         #: html/Admin/Elements/EditCustomFields:96
+         msgid "All Custom Fields"
+         msgstr "Összes egyéni mezõ"
+         
+         #: html/RTFM/Admin/Classes/index.html:57
+         msgid "All Classes"
+         msgstr "Minden osztály"
+         
+         #: html/Admin/Queues/index.html:53
+         msgid "All Queues"
+         msgstr "Minden sor"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Always sends a message to the requestors independent of message sender"
+         msgstr ""
+         
+         #: RTFM
+         msgid "and is not"
+         msgstr "és nem"
+         
+         #: RTFM
+         msgid "and not"
+         msgstr "és nem"
+         
+         #: html/Elements/Tabs:58
+         msgid "Approval"
+         msgstr "Lezárás"
+         
+         #: html/Approvals/Display.html:46 html/Approvals/Elements/Approve:27 html/Approvals/Elements/ShowDependency:42 html/Approvals/index.html:65
+         #. ($Ticket->Id, $Ticket->Subject)
+         #. ($ticket->id, $msg)
+         #. ($ticket->Id, $ticket->Subject)
+         #. ($link->BaseObj->Id, $link->BaseObj->Subject)
+         msgid "Approval #%1: %2"
+         msgstr "Engedélyezés #%1: %2"
+         
+         #: html/Approvals/index.html:54
+         #. ($ticket->Id)
+         msgid "Approval #%1: Notes not recorded due to a system error"
+         msgstr "Engedélyezés #%1: A megjegyzés rendszerhiba miatt nem rögzíthetõ"
+         
+         #: html/Approvals/index.html:52
+         #. ($ticket->Id)
+         msgid "Approval #%1: Notes recorded"
+         msgstr "Engedélyezés #%1: Megjegyzés rögzítve"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Approval Details"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Approval diagram"
+         msgstr ""
+         
+         #: html/Approvals/Elements/Approve:45
+         msgid "Approve"
+         msgstr "Lezár"
+         
+         #: etc/initialdata:431 etc/upgrade/2.1.71:148
+         msgid "Approver's notes: %1"
+         msgstr "Az engedélyezõ megjegyzése: %1"
+         
+         #: html/RTFM/Admin/CustomFields/UserRights.html:117
+         msgid "No Class defined"
+         msgstr "Nincs osztály definiálva"
+         
+         #: html/RTFM/Admin/CustomFields/Basics.html:69
+         msgid "No CustomField"
+         msgstr "Nincs egyéni mezõ"
+         
+         #: html/RTFM/Admin/CustomFields/GroupRights.html:73
+         msgid "No CustomField defined"
+         msgstr "Nincs egyéni mezõ definiálva"
+         
+         #: lib/RT/Date.pm:414
+         msgid "Apr."
+         msgstr "ápr."
+         
+         #: RTFM
+         msgid "Are you sure you want to delete this article?"
+         msgstr ""
+         
+         #: html/RTFM/Article/delete.html:69
+         msgid "Article #%1 deleted"
+         msgstr ""
+         
+         #: html/RTFM/Article/Display.html:46
+         msgid "Article #%1: %2"
+         msgstr ""
+         
+         #: html/RTFM/Article/Display.html:35
+         msgid "Article not found"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Articles"
+         msgstr ""
+         
+         #: html/Elements/SelectSortOrder:35
+         msgid "Ascending"
+         msgstr "növekvõ"
+         
+         #: html/Search/Bulk.html:127 html/SelfService/Update.html:36 html/Ticket/ModifyAll.html:83 html/Ticket/Update.html:100
+         msgid "Attach"
+         msgstr "Csatol"
+         
+         #: html/SelfService/Create.html:67 html/Ticket/Create.html:110
+         msgid "Attach file"
+         msgstr "Fájl csatolása"
+         
+         #: html/Ticket/Create.html:98 html/Ticket/Update.html:89
+         msgid "Attached file"
+         msgstr "Csatolt fájl"
+         
+         #: html/SelfService/Attachment/dhandler:36
+         msgid "Attachment '%1' could not be loaded"
+         msgstr "A csatolt '%1' nem betölthetõ"
+         
+         #: lib/RT/Transaction_Overlay.pm:443
+         msgid "Attachment created"
+         msgstr "Csatolt fájl létrehozva"
+         
+         #: lib/RT/Tickets_Overlay.pm:1189
+         msgid "Attachment filename"
+         msgstr "Csatolt fájl neve"
+         
+         #: html/Ticket/Elements/ShowAttachments:26
+         msgid "Attachments"
+         msgstr "Csatolt fájlok"
+         
+         #: lib/RT/Date.pm:418
+         msgid "Aug."
+         msgstr "aug."
+         
+         #: html/Admin/Elements/ModifyUser:66
+         msgid "AuthSystem"
+         msgstr ""
+         
+         #: etc/initialdata:206
+         msgid "Autoreply"
+         msgstr "Autómatikus válasz"
+         
+         #: etc/initialdata:72
+         msgid "Autoreply To Requestors"
+         msgstr "Autómatikus válasz a beküldõnek"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "AutoreplyToRequestors"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Bad PGP Signature: %1\\n"
+         msgstr "Hibás PGP-aláírás: %1\\n"
+         
+         #: html/SelfService/Attachment/dhandler:40
+         msgid "Bad attachment id. Couldn't find attachment '%1'\\n"
+         msgstr "Hibás csatolt file azonosító. A csatolt '%1' nem található\\n"
+         
+         #: bin/rt-commit-handler:827
+         #. ($val)
+         msgid "Bad data in %1"
+         msgstr "Hibás adatok %1-ben"
+         
+         #: html/SelfService/Attachment/dhandler:43
+         #. ($trans, $AttachmentObj->TransactionId())
+         msgid "Bad transaction number for attachment. %1 should be %2\\n"
+         msgstr "A csatolt fájlnak hibás a tranzakció száma. %1 helyett %2 kellene\\n"
+         
+         #: html/Admin/Elements/GroupTabs:39 html/Admin/Elements/QueueTabs:39 html/Admin/Elements/UserTabs:38 html/Ticket/Elements/Tabs:90 html/User/Elements/GroupTabs:38
+         msgid "Basics"
+         msgstr "Alapadatok módosítása"
+         
+         #: html/Ticket/Update.html:83
+         msgid "Bcc"
+         msgstr "BCC"
+         
+         #: html/Admin/Elements/EditScrip:88 html/Admin/Global/GroupRights.html:85 html/Admin/Global/Template.html:46 html/Admin/Global/UserRights.html:54 html/Admin/Groups/GroupRights.html:73 html/Admin/Groups/Members.html:81 html/Admin/Groups/Modify.html:56 html/Admin/Groups/UserRights.html:55 html/Admin/Queues/GroupRights.html:85 html/Admin/Queues/Template.html:45 html/Admin/Queues/UserRights.html:54 html/User/Groups/Modify.html:56
+         msgid "Be sure to save your changes"
+         msgstr "Ha valamit módosított ne felejtsen el ide kattintani, hogy megtörténjen a"
+         
+         ### wieder - Duzen???
+         #: html/Elements/SelectDateRelation:34 lib/RT/CurrentUser.pm:322
+         msgid "Before"
+         msgstr "elõtt"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Begin Approval"
+         msgstr ""
+         
+         #: etc/initialdata:202
+         msgid "Blank"
+         msgstr "Üres"
+         
+         #: html/Search/Listing.html:79
+         msgid "Bookmarkable URL for this search"
+         msgstr "Tárolható URL ehhez a kereséshez"
+         
+         #: html/Ticket/Elements/ShowHistory:39 html/Ticket/Elements/ShowHistory:45
+         msgid "Brief headers"
+         msgstr "Tömör fejléc"
+         
+         #: html/Search/Bulk.html:25 html/Search/Bulk.html:26
+         msgid "Bulk ticket update"
+         msgstr "Tömeges problémafrissítés"
+         
+         #: lib/RT/User_Overlay.pm:1331
+         msgid "Can not modify system users"
+         msgstr "Rendszerfelhasználó nem módosítható"
+         
+         #: lib/RT/Queue_Overlay.pm:67
+         msgid "Can this principal see this queue"
+         msgstr "Ez a vezetõ nem láthatja ezt a sort"
+         
+         #: lib/RT/CustomField_Overlay.pm:144
+         msgid "Can't add a custom field value without a name"
+         msgstr "Egyéni mehzõ név nélkül nem hozzáadható"
+         
+         #: lib/RT/Link_Overlay.pm:132
+         msgid "Can't link a ticket to itself"
+         msgstr "A problémát nem lehet önmagához kapcsolni!"
+         
+         #: lib/RT/Ticket_Overlay.pm:2787
+         msgid "Can't merge into a merged ticket. You should never get this error"
+         msgstr ""
+         
+         #: lib/RT/Ticket_Overlay.pm:2605 lib/RT/Ticket_Overlay.pm:2674
+         msgid "Can't specifiy both base and target"
+         msgstr "Nem adhat meg egyszerre bázist és célt"
+         
+         #: html/autohandler:112
+         #. ($msg)
+         msgid "Cannot create user: %1"
+         msgstr "A felhasználó nem hozható létre: %1"
+         
+         #: etc/initialdata:50 html/Admin/Queues/People.html:44 html/SelfService/Create.html:51 html/SelfService/Display.html:50 html/Ticket/Create.html:64 html/Ticket/Elements/EditPeople:51 html/Ticket/Elements/ShowPeople:35 html/Ticket/Update.html:45 html/Ticket/Update.html:78 lib/RT/ACE_Overlay.pm:88
+         msgid "Cc"
+         msgstr "Tájékoztatást kap"
+         
+         #: html/SelfService/Prefs.html:31
+         msgid "Change password"
+         msgstr "Jelszó-változtatás"
+         
+         #: html/Ticket/Create.html:101 html/Ticket/Update.html:92
+         msgid "Check box to delete"
+         msgstr "Törléshez bejelölni"
+         
+         #: html/Admin/Elements/SelectRights:31
+         msgid "Check box to revoke right"
+         msgstr "Jog megvonásához megjelölni"
+         
+         #: html/Ticket/Create.html:183 html/Ticket/Elements/EditLinks:131 html/Ticket/Elements/EditLinks:69 html/Ticket/Elements/ShowLinks:51
+         msgid "Children"
+         msgstr "Leszármazottak"
+         
+         #: html/Admin/Elements/ModifyUser:80 html/Admin/Users/Modify.html:132 html/User/Prefs.html:92
+         msgid "City"
+         msgstr "Város"
+         
+         #: RTFM
+         msgid "Class"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Class is"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Class Name"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Classes"
+         msgstr ""
+         
+         #: share/html/SelfService/Closed.html:27
+         msgid "closed"
+         msgstr "Lezárt"
+         
+         #: html/Ticket/Elements/ShowDates:47
+         msgid "Closed"
+         msgstr "Lezárva"
+         
+         #: html/SelfService/Elements/Tabs:60
+         msgid "Closed tickets"
+         msgstr "Lezárt problémák"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Command not understood!\\n"
+         msgstr ""
+         
+         #: html/Ticket/Elements/ShowTransaction:179 html/Ticket/Elements/Tabs:153
+         msgid "Comment"
+         msgstr "Kiegészít"
+         
+         #: html/Admin/Elements/ModifyQueue:45 html/Admin/Queues/Modify.html:58
+         msgid "Comment Address"
+         msgstr "Kiegészitõcím"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Comment not recorded"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:86
+         msgid "Comment on tickets"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:86
+         msgid "CommentOnTicket"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:35
+         msgid "Comments"
+         msgstr "Kiegészítések"
+         
+         #: html/Ticket/ModifyAll.html:70 html/Ticket/Update.html:70
+         msgid "Comments (Not sent to requestors)"
+         msgstr "Kiegészítés, megjegyzés (levélben a tulajdonosnak)"
+         
+         #: html/Search/Bulk.html:122
+         msgid "Comments (not sent to requestors)"
+         msgstr "Kiegészítés (a bejelentõ nem kapja meg!)"
+         
+         #: html/Elements/ViewUser:27
+         #. ($name)
+         msgid "Comments about %1"
+         msgstr ""
+         
+         #: html/Admin/Users/Modify.html:185 html/Ticket/Elements/ShowRequestor:44
+         msgid "Comments about this user"
+         msgstr "Kiegészítés ehhez a felhasználóhoz"
+         
+         #: lib/RT/Transaction_Overlay.pm:545
+         msgid "Comments added"
+         msgstr "Kiegészítés hozzáfûzése"
+         
+         #: lib/RT/Action/Generic.pm:140
+         msgid "Commit Stubbed"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Compile Restrictions"
+         msgstr ""
+         
+         #: html/Admin/Elements/EditScrip:41
+         msgid "Condition"
+         msgstr "Feltétel"
+         
+         #: bin/rt-crontool:109
+         msgid "Condition matches..."
+         msgstr ""
+         
+         #: lib/RT/Scrip_Overlay.pm:160
+         msgid "Condition not found"
+         msgstr "A feltétel nem található"
+         
+         #: html/Elements/Tabs:52
+         msgid "Configuration"
+         msgstr "Konfiguráció"
+         
+         #: html/SelfService/Prefs.html:33
+         msgid "Confirm"
+         msgstr "Igazolás"
+         
+         #: html/Admin/Elements/ModifyUser:60
+         msgid "ContactInfoSystem"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Contacted date '%1' could not be parsed"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyTemplate:44 html/Ticket/ModifyAll.html:87
+         msgid "Content"
+         msgstr "Tartalom"
+         
+         #: etc/initialdata:266
+         msgid "Correspondence"
+         msgstr "Válasz"
+         
+         #: html/Admin/Elements/ModifyQueue:39 html/Admin/Queues/Modify.html:51
+         msgid "Correspondence Address"
+         msgstr "Levelezésicím"
+         
+         #: lib/RT/Transaction_Overlay.pm:541
+         msgid "Correspondence added"
+         msgstr "Válasz hozzáfûzése"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Correspondence not recorded"
+         msgstr ""
+         
+         #: lib/RT/Ticket_Overlay.pm:3458
+         msgid "Could not add new custom field value for ticket. "
+         msgstr "Az egyéni mezõhöz nem sikerült hozzáadni a problémát"
+         
+         #: lib/RT/Ticket_Overlay.pm:2963 lib/RT/Ticket_Overlay.pm:2971 lib/RT/Ticket_Overlay.pm:2987
+         msgid "Could not change owner. "
+         msgstr "Nem sikerült a tulajdonost megváltoztatni! "
+         
+         #: html/Admin/Elements/EditCustomField:68 html/Admin/Elements/EditCustomFields:166
+         #. ($msg)
+         msgid "Could not create CustomField"
+         msgstr "Nem sikerült létrehozni az egyéni mezõt"
+         
+         #: html/User/Groups/Modify.html:77 lib/RT/Group_Overlay.pm:474 lib/RT/Group_Overlay.pm:481
+         msgid "Could not create group"
+         msgstr "Nem sikerült létrehozni a csoportot"
+         
+         #: html/Admin/Global/Template.html:75 html/Admin/Queues/Template.html:72
+         #. ($msg)
+         msgid "Could not create template: %1"
+         msgstr "A sablom nem jött létre: %1"
+         
+         #: lib/RT/Ticket_Overlay.pm:1073 lib/RT/Ticket_Overlay.pm:333
+         msgid "Could not create ticket. Queue not set"
+         msgstr "Nem jött létre a probléma. A sor nincs meghatározva"
+         
+         #: lib/RT/User_Overlay.pm:208 lib/RT/User_Overlay.pm:220 lib/RT/User_Overlay.pm:238 lib/RT/User_Overlay.pm:414
+         msgid "Could not create user"
+         msgstr "A felhasználó nem jött létre"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Could not find a ticket with id %1"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Could not find group %1."
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:621 lib/RT/Ticket_Overlay.pm:1422
+         msgid "Could not find or create that user"
+         msgstr "A felhasználót nem sikerült megtalálni vagy létrehozni"
+         
+         #: lib/RT/Queue_Overlay.pm:682 lib/RT/Ticket_Overlay.pm:1501
+         msgid "Could not find that principal"
+         msgstr "A vezetõ nem található"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Could not find user %1."
+         msgstr ""
+         
+         #: html/Admin/Groups/Members.html:88 html/User/Groups/Members.html:90 html/User/Groups/Modify.html:82
+         msgid "Could not load group"
+         msgstr "A csoport nem betölthetõ"
+         
+         #: lib/RT/Queue_Overlay.pm:641
+         #. ($args{'Type'})
+         msgid "Could not make that principal a %1 for this queue"
+         msgstr ""
+         "A vezetõ nem lehet  %1-e a sornak"
+         
+         #: lib/RT/Ticket_Overlay.pm:1443
+         #. ($self->loc($args{'Type'}))
+         msgid "Could not make that principal a %1 for this ticket"
+         msgstr ""
+         "A vezetõ nem lehet %1-e a problémának"
+         
+         #: lib/RT/Queue_Overlay.pm:740
+         #. ($args{'Type'})
+         msgid "Could not remove that principal as a %1 for this queue"
+         msgstr ""
+         "A vezetõt nem lehet mint a sor %1-ét eltávolítani"
+         
+         #: lib/RT/Ticket_Overlay.pm:1559
+         #. ($args{'Type'})
+         msgid "Could not remove that principal as a %1 for this ticket"
+         msgstr ""
+         "a vezetõt nem lehet mint a probléma %1-t eltávolítani"
+         
+         #: lib/RT/Group_Overlay.pm:985
+         msgid "Couldn't add member to group"
+         msgstr "A tagot nem lehet a csoporthoz adni"
+         
+         #: lib/RT/Ticket_Overlay.pm:3468 lib/RT/Ticket_Overlay.pm:3524
+         #. ($Msg)
+         msgid "Couldn't create a transaction: %1"
+         msgstr "A tanzakció nem létrehozható: %1"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Couldn't figure out what to do from gpg's reply\\n"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Couldn't find group\\n"
+         msgstr ""
+         
+         #: lib/RT/Interface/Web.pm:866
+         msgid "Couldn't find row"
+         msgstr "A sor nem található"
+         
+         #: lib/RT/Group_Overlay.pm:959
+         msgid "Couldn't find that principal"
+         msgstr "A vezetõ nem található"
+         
+         #: lib/RT/CustomField_Overlay.pm:175
+         msgid "Couldn't find that value"
+         msgstr "Az érték nem található"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Couldn't find user\\n"
+         msgstr ""
+         
+         #: lib/RT/CurrentUser.pm:112
+         #. ($self->Id)
+         msgid "Couldn't load %1 from the users database.\\n"
+         msgstr ""
+         
+         #: html/RTFM/Admin/CustomFields/UserRights.html:121
+         msgid "Couldn't load Class %1"
+         msgstr ""
+         
+         #: html/RTFM/Admin/CustomFields/GroupRights.html:77
+         msgid "Couldn't load CustomField %1"
+         msgstr "A(z) %1 egyéni mezõ nem betölthetõ"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Couldn't load RT config file '%1' %2"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Couldn't load Scrips."
+         msgstr ""
+         
+         #: html/Admin/Groups/GroupRights.html:88 html/Admin/Groups/UserRights.html:75
+         #. ($id)
+         msgid "Couldn't load group %1"
+         msgstr "%1 csoport nem betölthetõ"
+         
+         #: lib/RT/Link_Overlay.pm:175 lib/RT/Link_Overlay.pm:184 lib/RT/Link_Overlay.pm:211
+         msgid "Couldn't load link"
+         msgstr ""
+         
+         #: html/Admin/Elements/EditCustomFields:147 html/Admin/Queues/People.html:121
+         #. ($id)
+         msgid "Couldn't load queue"
+         msgstr "A sor nem betölthetõ"
+         
+         #: html/Admin/Queues/GroupRights.html:100 html/Admin/Queues/UserRights.html:72
+         #. ($id)
+         msgid "Couldn't load queue %1"
+         msgstr "%1 sor nem betölthetõ"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Couldn't load scrip"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Couldn't load template"
+         msgstr ""
+         
+         #: html/Admin/Users/Prefs.html:79
+         #. ($id)
+         msgid "Couldn't load that user (%1)"
+         msgstr "A felhasználó nem betölthetõ (%1)"
+         
+         #: html/SelfService/Display.html:166
+         #. ($id)
+         msgid "Couldn't load ticket '%1'"
+         msgstr "A(z) '%1' nem betölthetõ"
+         
+         #: html/Admin/Elements/ModifyUser:86 html/Admin/Users/Modify.html:149 html/User/Prefs.html:98
+         msgid "Country"
+         msgstr "Ország"
+         
+         #: html/Admin/Elements/CreateUserCalled:26 html/Ticket/Create.html:135 html/Ticket/Create.html:195
+         msgid "Create"
+         msgstr "Felvesz"
+         
+         #: etc/initialdata:128
+         msgid "Create Tickets"
+         msgstr "Probléma megadása"
+         
+         #: RTFM
+         msgid "Create a Class"
+         msgstr "Hozzon létre egy új osztályt!"
+         
+         #: html/Admin/Elements/EditCustomField:58
+         msgid "Create a CustomField"
+         msgstr "Hozzon létre egy új egyéni mezõt!"
+         
+         #: html/Admin/Queues/CustomField.html:48
+         #. ($QueueObj->Name())
+         msgid "Create a CustomField for queue %1"
+         msgstr "Hozzon létre egy egyéni mezõt a(z) %1 sorhoz"
+         
+         #: html/Admin/Global/CustomField.html:48
+         msgid "Create a CustomField which applies to all queues"
+         msgstr "Hozzon létre egy egyéni mezõt minden sorhoz!"
+         
+         #: html/RTFM/Article/Create.html:19
+         msgid "Create a new article"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Create a new Custom Field"
+         msgstr "Hozzon létre egy új egyéni mezõt!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Create a new global scrip"
+         msgstr ""
+         
+         #: html/Admin/Groups/Modify.html:67 html/Admin/Groups/Modify.html:93
+         msgid "Create a new group"
+         msgstr "Hozzon létre új csoportot!"
+         
+         #: html/User/Groups/Modify.html:67 html/User/Groups/Modify.html:92
+         msgid "Create a new personal group"
+         msgstr "Hozzon létre egy új saját csoportot!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Create a new queue"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Create a new scrip"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Create a new template"
+         msgstr ""
+         
+         #: html/SelfService/Create.html:30 html/Ticket/Create.html:25 html/Ticket/Create.html:28 html/Ticket/Create.html:36
+         msgid "Create a new ticket"
+         msgstr "Új probléma felvétele"
+         
+         #: html/Admin/Users/Modify.html:214 html/Admin/Users/Modify.html:241
+         msgid "Create a new user"
+         msgstr "Hozzon létre egy új felhasználót!"
+         
+         #: html/Admin/Queues/Modify.html:103
+         msgid "Create a queue"
+         msgstr "Hozzon létre egy sort!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Create a queue called"
+         msgstr ""
+         
+         #: html/SelfService/Create.html:25 html/SelfService/Create.html:27
+         msgid "Create a request"
+         msgstr "Hozzon létre egy új problémát!"
+         
+         #: html/Admin/Queues/Scrip.html:59
+         #. ($QueueObj->Name)
+         msgid "Create a scrip for queue %1"
+         msgstr "Hozzon létre egy scrip-et a(z) %1 sorhoz!"
+         
+         #: html/Admin/Global/Template.html:69 html/Admin/Queues/Template.html:65
+         msgid "Create a template"
+         msgstr "Hozzon létre egy sablont!"
+         
+         #: html/SelfService/Create.html:24
+         msgid "Create a ticket"
+         msgstr "Új probléma"
+         
+         #: RTFM
+         msgid "Create an article"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Create an article in class..."
+         msgstr ""
+         
+         #: etc/initialdata:130
+         msgid "Create new tickets based on this scrip's template"
+         msgstr "Hozzon létre egy új problémát ennek a sablonnak scripjeire alapozva"
+         
+         #: html/SelfService/Create.html:81
+         msgid "Create ticket"
+         msgstr "Létrehozás"
+         
+         #: lib/RT/Queue_Overlay.pm:84
+         msgid "Create tickets in this queue"
+         msgstr "Hozzon létre problémákat ebben a sorban!"
+         
+         #: lib/RT/Queue_Overlay.pm:72
+         msgid "Create, delete and modify custom fields"
+         msgstr "Egyéni mezõk létrehozása, módosítása, törlése"
+         
+         #: lib/RT/Queue_Overlay.pm:68
+         msgid "Create, delete and modify queues"
+         msgstr "Sor létrehozása, módosítása, törlése"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Create, delete and modify the members of any user's personal groups"
+         msgstr ""
+         
+         #: lib/RT/System.pm:59
+         msgid "Create, delete and modify the members of personal groups"
+         msgstr ""
+         
+         #: lib/RT/System.pm:60
+         msgid "Create, delete and modify users"
+         msgstr "Felhasználók létrehozása, módosítása, törlése"
+         
+         #: lib/RT/Queue_Overlay.pm:84
+         msgid "CreateTicket"
+         msgstr ""
+         
+         #: html/Elements/SelectDateType:26 html/Ticket/Elements/ShowDates:27 lib/RT/Ticket_Overlay.pm:1167
+         msgid "Created"
+         msgstr "Felvéve"
+         
+         #: RTFM
+         msgid "Created by"
+         msgstr "Létrehozta"
+         
+         #: html/Admin/Elements/EditCustomField:71
+         #. ($CustomFieldObj->Name())
+         msgid "Created CustomField %1"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Created during"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Created template %1"
+         msgstr ""
+         
+         #: html/Ticket/Elements/EditLinks:28
+         msgid "Current Relationships"
+         msgstr "Jelenlegi kapcsolatok"
+         
+         #: html/Admin/Elements/EditScrips:30
+         msgid "Current Scrips"
+         msgstr "Jelenlegi  Scripek"
+         
+         #: html/Admin/Groups/Members.html:39 html/User/Groups/Members.html:42
+         msgid "Current members"
+         msgstr "Jelenlegi tagok"
+         
+         #: html/Admin/Elements/SelectRights:29
+         msgid "Current rights"
+         msgstr "Jelenlegi jogok"
+         
+         #: html/Search/Listing.html:71
+         msgid "Current search criteria"
+         msgstr "Aktuális keresési feltételek"
+         
+         #: html/Admin/Queues/People.html:41 html/Ticket/Elements/EditPeople:45
+         msgid "Current watchers"
+         msgstr "Jelenlegi résztvevõk"
+         
+         #: html/Admin/Global/CustomField.html:55
+         #. ($CustomField)
+         msgid "Custom Field #%1"
+         msgstr "%1. egyéni mezõ"
+         
+         #: html/Admin/Elements/QueueTabs:53 html/Admin/Elements/SystemTabs:40 html/Admin/Global/index.html:50 html/Ticket/Elements/ShowSummary:35
+         msgid "Custom Fields"
+         msgstr "Egyéni mezõk"
+         
+         #: html/Admin/Elements/EditScrip:73
+         msgid "Custom action cleanup code"
+         msgstr "Az akcióhoz rendelt egyéni lezáró kód"
+         
+         #: html/Admin/Elements/EditScrip:65
+         msgid "Custom action preparation code"
+         msgstr "Az akcióhoz rendelt egyéni elõkészítõ kód"
+         
+         #: html/Admin/Elements/EditScrip:49
+         msgid "Custom condition"
+         msgstr "Egyéni feltétel"
+         
+         #: lib/RT/Tickets_Overlay.pm:1618
+         #. ($CF->Name , $args{OPERATOR} , $args{VALUE})
+         msgid "Custom field %1 %2 %3"
+         msgstr "Egyéni mezõ %1 %2 %3"
+         
+         #: lib/RT/Tickets_Overlay.pm:1613
+         #. ($CF->Name)
+         msgid "Custom field %1 has a value."
+         msgstr "[%1] egyéni mezõnek van értéke."
+         
+         #: lib/RT/Tickets_Overlay.pm:1610
+         #. ($CF->Name)
+         msgid "Custom field %1 has no value."
+         msgstr "[%1] egyéni mezõnek nincs értéke."
+         
+         #: lib/RT/Ticket_Overlay.pm:3360
+         #. ($args{'Field'})
+         msgid "Custom field %1 not found"
+         msgstr "[%1] egyéni mezõ nem található"
+         
+         #: html/Admin/Elements/EditCustomFields:197
+         msgid "Custom field deleted"
+         msgstr "Az egyéni mezõ törölve"
+         
+         #: lib/RT/Ticket_Overlay.pm:3510
+         msgid "Custom field not found"
+         msgstr "Egyéni mezõ nem található"
+         
+         #: lib/RT/CustomField_Overlay.pm:283
+         #. ($args{'Content'}, $self->Name)
+         msgid "Custom field value %1 could not be found for custom field %2"
+         msgstr "A(z) %2 egyéni mezõ %1értéke nem található"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Custom field value changed from %1 to %2"
+         msgstr ""
+         
+         #: lib/RT/CustomField_Overlay.pm:185
+         msgid "Custom field value could not be deleted"
+         msgstr "Az egyéni mezõ értéke nem található"
+         
+         #: lib/RT/CustomField_Overlay.pm:289
+         msgid "Custom field value could not be found"
+         msgstr "Az egyéni mezõ értéke nem található"
+         
+         #: lib/RT/CustomField_Overlay.pm:183 lib/RT/CustomField_Overlay.pm:291
+         msgid "Custom field value deleted"
+         msgstr "Az egyéni mezõ értéke törölve"
+         
+         #: lib/RT/Transaction_Overlay.pm:550
+         msgid "CustomField"
+         msgstr ""
+         
+         #: html/Ticket/Create.html:161 html/Ticket/Elements/ShowSummary:53 html/Ticket/Elements/Tabs:93 html/Ticket/ModifyAll.html:44
+         msgid "Dates"
+         msgstr "Idõpontok"
+         
+         #: lib/RT/Date.pm:422
+         msgid "Dec."
+         msgstr "dec."
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Default Autoresponse Template"
+         msgstr ""
+         
+         #: etc/initialdata:207
+         msgid "Default Autoresponse template"
+         msgstr ""
+         
+         #: etc/initialdata:275
+         msgid "Default admin comment template"
+         msgstr ""
+         
+         #: etc/initialdata:257
+         msgid "Default admin correspondence template"
+         msgstr ""
+         
+         #: etc/initialdata:267
+         msgid "Default correspondence template"
+         msgstr ""
+         
+         #: etc/initialdata:238
+         msgid "Default transaction template"
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:645
+         #. ($type, $self->Field, $self->OldValue, $self->NewValue)
+         msgid "Default: %1/%2 changed from %3 to %4"
+         msgstr ""
+         
+         #: html/User/Delegation.html:25 html/User/Delegation.html:28
+         msgid "Delegate rights"
+         msgstr "Jogok továbbadása"
+         
+         #: lib/RT/System.pm:63
+         msgid "Delegate specific rights which have been granted to you."
+         msgstr ""
+         
+         #: lib/RT/System.pm:63
+         msgid "DelegateRights"
+         msgstr ""
+         
+         #: html/User/Elements/Tabs:38
+         msgid "Delegation"
+         msgstr "Jogok továbbadása"
+         
+         #: RTFM
+         msgid "Delete"
+         msgstr "Törölni"
+         
+         #: html/RTFM/Article/delete.html:73
+         msgid "Delete article #%1"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:90
+         msgid "Delete tickets"
+         msgstr "Problémák törlése"
+         
+         #: lib/RT/Queue_Overlay.pm:90
+         msgid "DeleteTicket"
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:187
+         msgid "Deleting this object could break referential integrity"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:292
+         msgid "Deleting this object would break referential integrity"
+         msgstr ""
+         
+         #: lib/RT/User_Overlay.pm:430
+         msgid "Deleting this object would violate referential integrity"
+         msgstr ""
+         
+         #: html/Approvals/Elements/Approve:46
+         msgid "Deny"
+         msgstr "Elutasítva"
+         
+         #: html/Ticket/Create.html:181 html/Ticket/Elements/EditLinks:123 html/Ticket/Elements/EditLinks:47 html/Ticket/Elements/ShowDependencies:32 html/Ticket/Elements/ShowLinks:35
+         msgid "Depended on by"
+         msgstr "Ettõl függnek"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Dependencies: \\n"
+         msgstr ""
+         
+         #: html/Elements/SelectLinkType:27 html/Ticket/Create.html:180 html/Ticket/Elements/EditLinks:119 html/Ticket/Elements/EditLinks:36 html/Ticket/Elements/ShowDependencies:25 html/Ticket/Elements/ShowLinks:27
+         msgid "Depends on"
+         msgstr "A következõktõl függ"
+         
+         #: html/Elements/SelectSortOrder:35
+         msgid "Descending"
+         msgstr "csökkenõ"
+         
+         #: html/SelfService/Create.html:75 html/Ticket/Create.html:119
+         msgid "Describe the issue below"
+         msgstr "A probléma szabatos leírása"
+         
+         #: html/Admin/Elements/AddCustomFieldValue:27 html/Admin/Elements/EditCustomField:33 html/Admin/Elements/EditScrip:34 html/Admin/Elements/ModifyQueue:36 html/Admin/Elements/ModifyTemplate:36 html/Admin/Groups/Modify.html:49 html/Admin/Queues/Modify.html:48 html/Elements/SelectGroups:27 html/User/Groups/Modify.html:49
+         msgid "Description"
+         msgstr "Leírás"
+         
+         #: html/SelfService/Elements/MyRequests:44
+         msgid "Details"
+         msgstr "Részletek"
+         
+         #: html/Ticket/Elements/Tabs:85
+         msgid "Display"
+         msgstr "Mutat"
+         
+         #: lib/RT/Queue_Overlay.pm:69
+         msgid "Display Access Control List"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:75
+         msgid "Display Scrip templates for this queue"
+         msgstr "Láthatóak legyenek az ehhez a sorhoz tartozó scrip sablonok"
+         
+         #: lib/RT/Queue_Overlay.pm:78
+         msgid "Display Scrips for this queue"
+         msgstr "Láthatóak legyen a sorhoz tartozó scripek"
+         
+         #: html/Ticket/Elements/ShowHistory:35
+         msgid "Display mode"
+         msgstr "Megjelenítési mód"
+         
+         #: html/SelfService/Display.html:25 html/SelfService/Display.html:29
+         #. ($Ticket->id)
+         msgid "Display ticket #%1"
+         msgstr ""
+         
+         #: lib/RT/System.pm:54
+         msgid "Do anything and everything"
+         msgstr ""
+         
+         #: html/Elements/Refresh:30
+         msgid "Don't refresh this page."
+         msgstr "Ne frissítse ezt az oldalt."
+         
+         #: html/Search/Elements/PickRestriction:114
+         msgid "Don't show search results"
+         msgstr "Ne mutassa a keresés eredményét!"
+         
+         #: html/Ticket/Elements/ShowTransaction:105
+         msgid "Download"
+         msgstr "Letölt"
+         
+         #: html/Elements/SelectDateType:32 html/Ticket/Create.html:167 html/Ticket/Elements/EditDates:45 html/Ticket/Elements/ShowDates:43 lib/RT/Ticket_Overlay.pm:1171
+         msgid "Due"
+         msgstr "Határidõ"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Due date '%1' could not be parsed"
+         msgstr ""
+         
+         #: bin/rt-commit-handler:754
+         #. ($1, $msg)
+         msgid "ERROR: Couldn't load ticket '%1': %2.\\n"
+         msgstr "HIBA: A(z)  '%1' probléma nem betölthetõ: %2.\\n"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Edit"
+         msgstr ""
+         
+         #: html/Admin/Queues/CustomFields.html:45
+         #. ($Queue->Name)
+         msgid "Edit Custom Fields for %1"
+         msgstr "Módosítsa %1 egyéni mezõit!"
+         
+         #: html/RTFM/Admin/Classes/CustomFields.html:73
+         msgid "Edit Custom Fields for Class %1"
+         msgstr "Bearbeite benutzerdefinierte Felder für Klasse %1"
+         
+         #: html/Ticket/ModifyLinks.html:36
+         msgid "Edit Relationships"
+         msgstr "Kapcsolatok módosítása"
+         
+         #: html/Admin/Queues/Templates.html:41
+         #. ($QueueObj->Name)
+         msgid "Edit Templates for queue %1"
+         msgstr "Módosítsa a(z) %1 sor sablonjait!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Edit scrips"
+         msgstr ""
+         
+         #: html/Admin/Global/index.html:46
+         msgid "Edit system templates"
+         msgstr "Módosítsa a rendszersablonokat!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Edit templates for %1"
+         msgstr ""
+         
+         #: html/RTFM/Admin/Classes/Modify:79
+         msgid "Editing Configuration for Class %1"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyQueue:25 html/Admin/Queues/Modify.html:117
+         #. ($QueueObj->Name)
+         #. ($QueueObj->Id)
+         msgid "Editing Configuration for queue %1"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:25
+         #. ($UserObj->Name)
+         msgid "Editing Configuration for user %1"
+         msgstr ""
+         
+         #: html/Admin/Elements/EditCustomField:74
+         #. ($CustomFieldObj->Name())
+         msgid "Editing CustomField %1"
+         msgstr ""
+         
+         #: html/Admin/Groups/Members.html:32
+         #. ($Group->Name)
+         msgid "Editing membership for group %1"
+         msgstr "Módosítsa a(z) %1 csoport tagságát!"
+         
+         #: html/User/Groups/Members.html:129
+         #. ($Group->Name)
+         msgid "Editing membership for personal group %1"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Editing template %1"
+         msgstr ""
+         
+         #: lib/RT/Ticket_Overlay.pm:2615 lib/RT/Ticket_Overlay.pm:2683
+         msgid "Either base or target must be specified"
+         msgstr "Meg kell adni a bázist vagy a célt"
+         
+         #: html/Admin/Users/Modify.html:53 html/Admin/Users/Prefs.html:46 html/Elements/SelectUsers:27 html/Ticket/Elements/AddWatchers:56 html/User/Prefs.html:42
+         msgid "Email"
+         msgstr "E-mail cím"
+         
+         #: lib/RT/User_Overlay.pm:188
+         msgid "Email address in use"
+         msgstr "E-Mail-cím már foglalt"
+         
+         #: html/Admin/Elements/ModifyUser:42
+         msgid "EmailAddress"
+         msgstr "E-Mail-Adresse"
+         
+         ### muss das überhaupt übersetzt werden???
+         #: html/Admin/Elements/ModifyUser:54
+         msgid "EmailEncoding"
+         msgstr "E-Mail-Kodierung"
+         
+         #: RTFM
+         msgid "Enabled (Unchecking this box disables this Class)"
+         msgstr ""
+         
+         ### muss das überhaupt übersetzt werden???
+         #: html/Admin/Elements/EditCustomField:36
+         msgid "Enabled (Unchecking this box disables this custom field)"
+         msgstr "Aktivált (kiválasztása letiltja ezt az egyéni mezõt)"
+         
+         #: html/Admin/Groups/Modify.html:53 html/User/Groups/Modify.html:53
+         msgid "Enabled (Unchecking this box disables this group)"
+         msgstr "Aktivált (Kiválasztása letiltja ezt a csoportot)"
+         
+         #: html/Admin/Queues/Modify.html:84
+         msgid "Enabled (Unchecking this box disables this queue)"
+         msgstr "Aktivált (Kiválasztása letiltja ezt a sort)"
+         
+         #: RTFM
+         msgid "Enabled Classes"
+         msgstr ""
+         
+         #: html/Admin/Elements/EditCustomFields:99
+         msgid "Enabled Custom Fields"
+         msgstr "Aktív egyéni mezõk"
+         
+         #: html/Admin/Queues/index.html:56
+         msgid "Enabled Queues"
+         msgstr "Aktív sorok"
+         
+         #: html/Admin/Elements/EditCustomField:90 html/Admin/Groups/Modify.html:117 html/Admin/Queues/Modify.html:138 html/Admin/Users/Modify.html:283 html/User/Groups/Modify.html:117
+         #. (loc_fuzzy($msg))
+         msgid "Enabled status %1"
+         msgstr "Status %1 aktiviert"
+         
+         #: RTFM
+         msgid ""
+         "Enter Articles or URIs to link Articles to. Seperate multiple entries with "
+         "spaces."
+         msgstr ""
+         
+         #: lib/RT/CustomField_Overlay.pm:361
+         msgid "Enter multiple values"
+         msgstr "Adjon meg több értéket!"
+         
+         #: lib/RT/CustomField_Overlay.pm:358
+         msgid "Enter one value"
+         msgstr "Adjon meg egy értéket!"
+         
+         #: html/Ticket/Elements/EditLinks:112
+         msgid ""
+         "Enter tickets or URIs to link tickets to. Seperate multiple entries with "
+         "spaces."
+         msgstr ""
+         "Szóközökkel elválasztva adja meg a problémák sorszámát vagy az URL-eket."
+         
+         #: html/Elements/Login:29 html/SelfService/Error.html:25 html/SelfService/Error.html:26
+         msgid "Error"
+         msgstr "Hiba"
+         
+         #: lib/RT/Queue_Overlay.pm:555
+         msgid "Error in parameters to Queue->AddWatcher"
+         msgstr "Hiba a sor paraméterezésében ->AddWatcher"
+         
+         #: lib/RT/Queue_Overlay.pm:713
+         msgid "Error in parameters to Queue->DelWatcher"
+         msgstr "Hiba a sor paraméterezésében->DelWatcher"
+         
+         #: lib/RT/Ticket_Overlay.pm:1356
+         msgid "Error in parameters to Ticket->AddWatcher"
+         msgstr "Hiba a probléma paraméterezésében -> AddWatcher"
+         
+         #: lib/RT/Ticket_Overlay.pm:1532
+         msgid "Error in parameters to Ticket->DelWatcher"
+         msgstr "Hiba a probléma paraméterezésében->DelWatcher"
+         
+         #: etc/initialdata:20
+         msgid "Everyone"
+         msgstr "Mindenki"
+         
+         #: bin/rt-crontool:194
+         msgid "Example:"
+         msgstr "Például:"
+         
+         #: html/Admin/Elements/ModifyUser:64
+         msgid "ExternalAuthId"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:58
+         msgid "ExternalContactInfoId"
+         msgstr ""
+         
+         #: html/Admin/Users/Modify.html:73
+         msgid "Extra info"
+         msgstr "Kiegészítõ információk"
+         
+         #: html/RTFM/Article/ExtractIntoClass.html:19
+         msgid "Extract article from ticket #%1"
+         msgstr ""
+         
+         #: html/RTFM/Article/ExtractFromTicket.html:19
+         msgid "Extract article from ticket #%1 into class %2"
+         msgstr ""
+         
+         #: lib/RT/User_Overlay.pm:302
+         msgid "Failed to find 'Privileged' users pseudogroup."
+         msgstr ""
+         
+         #: lib/RT/User_Overlay.pm:309
+         msgid "Failed to find 'Unprivileged' users pseudogroup"
+         msgstr ""
+         
+         #: bin/rt-crontool:138
+         #. ($modname, $@)
+         msgid "Failed to load module %1. (%2)"
+         msgstr "A %1 Modul nem betölthetõ. (%2)"
+         
+         #: lib/RT/Date.pm:412
+         msgid "Feb."
+         msgstr "feb."
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Fin"
+         msgstr ""
+         
+         #: html/Ticket/Create.html:155 html/Ticket/Elements/EditBasics:59 lib/RT/Tickets_Overlay.pm:1091
+         msgid "Final Priority"
+         msgstr "Végsõ prioritás"
+         
+         #: lib/RT/Ticket_Overlay.pm:1162
+         msgid "FinalPriority"
+         msgstr ""
+         
+         #: html/Admin/Queues/People.html:61 html/Ticket/Elements/EditPeople:34
+         msgid "Find group whose"
+         msgstr "Találjon olyan csoportot, amelyiknél a"
+         
+         #: html/Elements/Quicksearch:25
+         msgid "Find new/open tickets"
+         msgstr "Találjon új/nyitott problémákat!"
+         
+         #: html/Admin/Queues/People.html:57 html/Admin/Users/index.html:46 html/Ticket/Elements/EditPeople:30
+         msgid "Find people whose"
+         msgstr "Találj olyan embereket, akiknél a"
+         
+         #: html/Search/Listing.html:108
+         msgid "Find tickets"
+         msgstr "Problémák keresése"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Finish Approval"
+         msgstr ""
+         
+         #: html/Ticket/Elements/Tabs:58
+         msgid "First"
+         msgstr "Elsõ"
+         
+         #: html/Search/Listing.html:41
+         msgid "First page"
+         msgstr "Elsõ oldal"
+         
+         #: docs/design_docs/string-extraction-guide.txt:33
+         msgid "Foo Bar Baz"
+         msgstr ""
+         
+         #: docs/design_docs/string-extraction-guide.txt:24
+         msgid "Foo!"
+         msgstr ""
+         
+         #: html/Search/Bulk.html:87
+         msgid "Force change"
+         msgstr "A változtatás kikényszerítése"
+         
+         #: html/Search/Listing.html:106
+         #. ($ticketcount)
+         msgid "Found %quant(%1,ticket)"
+         msgstr "%1 problémát találtam"
+         
+         #: lib/RT/Interface/Web.pm:868
+         msgid "Found Object"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:44
+         msgid "FreeformContactInfo"
+         msgstr ""
+         
+         #: lib/RT/CustomField_Overlay.pm:38
+         msgid "FreeformMultiple"
+         msgstr ""
+         
+         #: lib/RT/CustomField_Overlay.pm:37
+         msgid "FreeformSingle"
+         msgstr ""
+         
+         #: lib/RT/Date.pm:392
+         msgid "Fri."
+         msgstr "P"
+         
+         #: html/Ticket/Elements/ShowHistory:41 html/Ticket/Elements/ShowHistory:51
+         msgid "Full headers"
+         msgstr "Teljes fejléc"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Getting the current user from a pgp sig\\n"
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:595
+         #. ($New->Name)
+         msgid "Given to %1"
+         msgstr "%1 felhasználónak adva"
+         
+         #: html/Admin/Elements/Tabs:41 html/Admin/index.html:38
+         msgid "Global"
+         msgstr "Általános"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Global Scrips"
+         msgstr ""
+         
+         #: html/Admin/Elements/SelectTemplate:38
+         #. (loc($Template->Name))
+         msgid "Global template: %1"
+         msgstr "Általános probléma: %1"
+         
+         #: html/Admin/Elements/EditCustomFields:75 html/Admin/Queues/People.html:59 html/Admin/Queues/People.html:63 html/Admin/Queues/index.html:44 html/Admin/Users/index.html:49 html/Ticket/Elements/EditPeople:32 html/Ticket/Elements/EditPeople:36 html/index.html:41
+         msgid "Go!"
+         msgstr "Hajrá!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Good pgp sig from %1\\n"
+         msgstr ""
+         
+         #: html/Search/Listing.html:50
+         msgid "Goto page"
+         msgstr ""
+         
+         #: html/Elements/GotoTicket:25 html/SelfService/Elements/GotoTicket:25
+         msgid "Goto ticket"
+         msgstr "Mutassa a problémát"
+         
+         #: html/Ticket/Elements/AddWatchers:46 html/User/Elements/DelegateRights:78
+         msgid "Group"
+         msgstr "Csoport"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Group %1 %2: %3"
+         msgstr ""
+         
+         #: html/Admin/Elements/GroupTabs:45 html/Admin/Elements/QueueTabs:57 html/Admin/Elements/SystemTabs:44 html/Admin/Global/index.html:55
+         msgid "Group Rights"
+         msgstr "Csoportjogok"
+         
+         #: lib/RT/Group_Overlay.pm:965
+         msgid "Group already has member"
+         msgstr "Csoportnak már vannak tagjai"
+         
+         #: html/Admin/Groups/Modify.html:77
+         #. ($create_msg)
+         msgid "Group could not be created: %1"
+         msgstr "A csoportot nem lehetett létrehozni: %1"
+         
+         #: lib/RT/Group_Overlay.pm:497
+         msgid "Group created"
+         msgstr "Csoport létrehozva"
+         
+         #: lib/RT/Group_Overlay.pm:1133
+         msgid "Group has no such member"
+         msgstr "A csoportnak már van ilyen tagja"
+         
+         #: lib/RT/Group_Overlay.pm:945 lib/RT/Queue_Overlay.pm:628 lib/RT/Queue_Overlay.pm:688 lib/RT/Ticket_Overlay.pm:1429 lib/RT/Ticket_Overlay.pm:1507
+         msgid "Group not found"
+         msgstr "Csoport nem található"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Group not found.\\n"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Group not specified.\\n"
+         msgstr ""
+         
+         #: html/Admin/Elements/SelectNewGroupMembers:35 html/Admin/Elements/Tabs:35 html/Admin/Groups/Members.html:64 html/Admin/Queues/People.html:83 html/Admin/index.html:32 html/User/Groups/Members.html:67
+         msgid "Groups"
+         msgstr "Csoportok"
+         
+         #: lib/RT/Group_Overlay.pm:971
+         msgid "Groups can't be members of their members"
+         msgstr "Csoportok nem lehetnek a saját tagjaik tagjai!"
+         
+         #: lib/RT/Interface/CLI.pm:73 lib/RT/Interface/CLI.pm:73
+         msgid "Hello!"
+         msgstr "Hallo!"
+         
+         #: docs/design_docs/string-extraction-guide.txt:40
+         #. ($name)
+         msgid "Hello, %1"
+         msgstr "Hallo %1"
+         
+         #: html/Ticket/Elements/ShowHistory:30 html/Ticket/Elements/Tabs:88
+         msgid "History"
+         msgstr "Részletes történet"
+         
+         #: html/RTFM/Article/History.html:22
+         msgid "History for article #%1"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:68
+         msgid "HomePhone"
+         msgstr "Otthoni telefon"
+         
+         #: html/Elements/Tabs:46
+         msgid "Homepage"
+         msgstr "Kezdõlap"
+         
+         #: lib/RT/Base.pm:74
+         #. (6)
+         msgid "I have %quant(%1,concrete mixer)."
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "I have [quant,_1,concrete mixer]."
+         msgstr ""
+         
+         #: html/Ticket/Elements/ShowBasics:27 lib/RT/Tickets_Overlay.pm:1018
+         msgid "Id"
+         msgstr "Sorszám"
+         
+         #: html/Admin/Users/Modify.html:44 html/User/Prefs.html:39
+         msgid "Identity"
+         msgstr "Személy"
+         
+         #: etc/upgrade/2.1.71:86
+         msgid ""
+         "If an approval is rejected, reject the original and delete pending approvals"
+         msgstr ""
+         "Ha egy engedélyezést elutasít utasítsa el az eredetit, és törölja a várakozó engedélyzéseket."
+         
+         #: bin/rt-crontool:190
+         msgid ""
+         "If this tool were setgid, a hostile local user could use this tool to gain "
+         "administrative access to RT."
+         msgstr ""
+         "Ha ez az eszköz 'setgid' lenne egy rosszszándékú helyi felhasználóadminisztratív hozzáférést nyerne az RT hez."
+         
+         #: html/Admin/Queues/People.html:105 html/Ticket/Modify.html:39 html/Ticket/ModifyAll.html:94 html/Ticket/ModifyPeople.html:38
+         msgid "If you've updated anything above, be sure to"
+         msgstr ""
+         "Ha valamit módosított, ne felejtsen el ide kattintani, hogy megtörténjen a"
+         
+         #: lib/RT/Interface/Web.pm:860
+         msgid "Illegal value for %1"
+         msgstr "Érvénytelen érték %1-nek"
+         
+         #: lib/RT/Interface/Web.pm:863
+         msgid "Immutable field"
+         msgstr "Nem változtatható mezõ"
+         
+         #: RTFM
+         msgid "in class %1"
+         msgstr "%1"
+         
+         #: RTFM
+         msgid "Include disabled classes in listing."
+         msgstr ""
+         
+         #: html/Admin/Elements/EditCustomFields:74
+         msgid "Include disabled custom fields in listing."
+         msgstr "Láthatóak legyenek a letiltott egyéni mezõk is."
+         
+         #: html/Admin/Queues/index.html:43
+         msgid "Include disabled queues in listing."
+         msgstr "Láthatóak legyenek a letiltott sorok is."
+         
+         #: html/Admin/Users/index.html:47
+         msgid "Include disabled users in search."
+         msgstr "Keresés a letiltott felhasználók között is."
+         
+         #: lib/RT/Tickets_Overlay.pm:1067
+         msgid "Initial Priority"
+         msgstr "Kezdõ prioritás"
+         
+         #: lib/RT/Ticket_Overlay.pm:1161 lib/RT/Ticket_Overlay.pm:1163
+         msgid "InitialPriority"
+         msgstr ""
+         
+         #: lib/RT/ScripAction_Overlay.pm:105
+         msgid "Input error"
+         msgstr "Input hiba"
+         
+         #: lib/RT/Ticket_Overlay.pm:3729
+         msgid "Internal Error"
+         msgstr "Belsõ hiba"
+         
+         #: lib/RT/Record.pm:143
+         #. ($id->{error_message})
+         msgid "Internal Error: %1"
+         msgstr "Belsõ hiba: %1"
+         
+         #: lib/RT/Group_Overlay.pm:644
+         msgid "Invalid Group Type"
+         msgstr "Érvénytelen csoportfajta"
+         
+         #: lib/RT/Principal_Overlay.pm:128
+         msgid "Invalid Right"
+         msgstr "Érvénytelen jog"
+         
+         #: lib/RT/Interface/Web.pm:865
+         msgid "Invalid data"
+         msgstr "Érvénytelen dátum"
+         
+         #: lib/RT/Ticket_Overlay.pm:438
+         msgid "Invalid owner. Defaulting to 'nobody'."
+         msgstr ""
+         "Tulajdonos érvénytelen, ezért 'Senki'-re állítva."
+         
+         #: lib/RT/Scrip_Overlay.pm:134 lib/RT/Template_Overlay.pm:251
+         msgid "Invalid queue"
+         msgstr "Érvénytelen sor"
+         
+         #: lib/RT/ACE_Overlay.pm:244 lib/RT/ACE_Overlay.pm:253 lib/RT/ACE_Overlay.pm:259 lib/RT/ACE_Overlay.pm:270 lib/RT/ACE_Overlay.pm:275
+         msgid "Invalid right"
+         msgstr "Érvénytelen jog"
+         
+         #: lib/RT/Record.pm:118
+         #. ($key)
+         msgid "Invalid value for %1"
+         msgstr "Érvénytelen érték %1-nek"
+         
+         #: lib/RT/Ticket_Overlay.pm:3367
+         msgid "Invalid value for custom field"
+         msgstr "Érvénytelen érték az egyéni mezõhöz"
+         
+         #: lib/RT/Ticket_Overlay.pm:345
+         msgid "Invalid value for status"
+         msgstr "Érvénytelen státuszérték"
+         
+         #: bin/rt-crontool:191
+         msgid ""
+         "It is incredibly important that nonprivileged users not be allowed to run "
+         "this tool."
+         msgstr ""
+         
+         #: bin/rt-crontool:192
+         msgid ""
+         "It is suggested that you create a non-privileged unix user with the correct "
+         "group membership and RT access to run this tool."
+         msgstr ""
+         
+         #: bin/rt-crontool:163
+         msgid "It takes several arguments:"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Items pending my approval"
+         msgstr ""
+         
+         #: lib/RT/Date.pm:411
+         msgid "Jan."
+         msgstr "jan."
+         
+         #: lib/RT/Group_Overlay.pm:149
+         msgid "Join or leave this group"
+         msgstr ""
+         
+         #: lib/RT/Date.pm:417
+         msgid "Jul."
+         msgstr "júl."
+         
+         #: html/Ticket/Elements/Tabs:99
+         msgid "Jumbo"
+         msgstr "Minden módosítása"
+         
+         #: lib/RT/Date.pm:416
+         msgid "Jun."
+         msgstr "jún."
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Keyword"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:52
+         msgid "Lang"
+         msgstr "Nyelv"
+         
+         #: html/Ticket/Elements/Tabs:73
+         msgid "Last"
+         msgstr "Utolsó"
+         
+         #: html/Ticket/Elements/EditDates:38 html/Ticket/Elements/ShowDates:39
+         msgid "Last Contact"
+         msgstr "Utolsó kapcsolat"
+         
+         #: html/Elements/SelectDateType:29
+         msgid "Last Contacted"
+         msgstr "Utoljára foglalkoztak vele"
+         
+         #: html/Search/Elements/TicketHeader:41
+         msgid "Last Notified"
+         msgstr "Utolsó módosítás"
+         
+         #: html/Elements/SelectDateType:30
+         msgid "Last Updated"
+         msgstr "Utoljára aktualizálva"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Left"
+         msgstr ""
+         
+         #: html/Admin/Users/Modify.html:83
+         msgid "Let this user access RT"
+         msgstr "Felhasználónak RT-hozzáférés engedélyezése"
+         
+         #: html/Admin/Users/Modify.html:87
+         msgid "Let this user be granted rights"
+         msgstr "Felhasználónak több jog engedélyezése"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Limiting owner to %1 %2"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Limiting queue to %1 %2"
+         msgstr ""
+         
+         #: lib/RT/Ticket_Overlay.pm:2697
+         msgid "Link already exists"
+         msgstr "Kapcsolat már létezik"
+         
+         #: lib/RT/Ticket_Overlay.pm:2709
+         msgid "Link could not be created"
+         msgstr "Kapcsolat nem hozható létre"
+         
+         #: lib/RT/Ticket_Overlay.pm:2717 lib/RT/Ticket_Overlay.pm:2727
+         #. ($TransString)
+         msgid "Link created (%1)"
+         msgstr "Kapcsolat létrehozva (%1)"
+         
+         #: lib/RT/Ticket_Overlay.pm:2638
+         #. ($TransString)
+         msgid "Link deleted (%1)"
+         msgstr "Kapcsolat törölve (%1)"
+         
+         #: lib/RT/Ticket_Overlay.pm:2644
+         msgid "Link not found"
+         msgstr "Kapcsolat nem található"
+         
+         #: html/Ticket/ModifyLinks.html:25 html/Ticket/ModifyLinks.html:29
+         #. ($Ticket->Id)
+         msgid "Link ticket #%1"
+         msgstr "%1. számú probléma kapcsolatainak módosítása"
+         
+         #: html/Ticket/Elements/Tabs:97
+         msgid "Links"
+         msgstr "Kapcsolatok módosítása"
+         
+         #: html/Admin/Users/Modify.html:114 html/User/Prefs.html:85
+         msgid "Location"
+         msgstr "Cím"
+         
+         #: lib/RT.pm:158
+         #. ($RT::LogDir)
+         msgid "Log directory %1 not found or couldn't be written.\\n RT can't run."
+         msgstr ""
+         "Log-könyvtár %1 nem található, vagy nincs írási joga.\\n Az RT tud elindulni."
+         
+         #: html/Elements/Header:57
+         #. ("<b>".$session{'CurrentUser'}->Name."</b>")
+         msgid "Logged in as %1"
+         msgstr "%1-ként van bejelentkezve"
+         
+         #: docs/design_docs/string-extraction-guide.txt:71 html/Elements/Login:25 html/Elements/Login:34 html/Elements/Login:45
+         msgid "Login"
+         msgstr "Bejelentkezés"
+         
+         #: html/Elements/Header:54
+         msgid "Logout"
+         msgstr "Kijelentkezés"
+         
+         #: html/Search/Bulk.html:86
+         msgid "Make Owner"
+         msgstr "Legyen a tulajdonos"
+         
+         #: html/Search/Bulk.html:102
+         msgid "Make Status"
+         msgstr "Státusz változtatása"
+         
+         #: html/Search/Bulk.html:109
+         msgid "Make date Due"
+         msgstr "Határidõ változtatása"
+         
+         #: html/Search/Bulk.html:110
+         msgid "Make date Resolved"
+         msgstr "Lezárási dátum változtatása"
+         
+         #: html/Search/Bulk.html:107
+         msgid "Make date Started"
+         msgstr "Hozzáfogás dátumának változtatása"
+         
+         #: html/Search/Bulk.html:106
+         msgid "Make date Starts"
+         msgstr "Kiosztás dátumának változtatása"
+         
+         #: html/Search/Bulk.html:108
+         msgid "Make date Told"
+         msgstr "Bejelentés dátumának változtatása"
+         
+         #: html/Search/Bulk.html:99
+         msgid "Make priority"
+         msgstr "Prioritás állítása"
+         
+         #: html/Search/Bulk.html:100
+         msgid "Make queue"
+         msgstr "Sor változtatása"
+         
+         #: html/Search/Bulk.html:98
+         msgid "Make subject"
+         msgstr "Tárgy változtatása"
+         
+         #: html/Admin/index.html:33
+         msgid "Manage groups and group membership"
+         msgstr "Csoportok és tagjaik kezelése"
+         
+         #: html/Admin/index.html:39
+         msgid "Manage properties and configuration which apply to all queues"
+         msgstr "Minden sorra vonatkozó tulajdonságok és beállítások kezelése"
+         
+         #: html/Admin/index.html:36
+         msgid "Manage queues and queue-specific properties"
+         msgstr "Sorok és a sorokra jellemzõ beállítások kezelése"
+         
+         #: html/Admin/index.html:30
+         msgid "Manage users and passwords"
+         msgstr "Felhasználók és jelszavaik kezelése"
+         
+         #: lib/RT/Date.pm:413
+         msgid "Mar."
+         msgstr "már."
+         
+         #: lib/RT/Date.pm:415
+         msgid "May."
+         msgstr "máj."
+         
+         #: lib/RT/Group_Overlay.pm:982
+         msgid "Member added"
+         msgstr "Tag hozzáadva"
+         
+         #: lib/RT/Group_Overlay.pm:1140
+         msgid "Member deleted"
+         msgstr "Tag törölve"
+         
+         #: lib/RT/Group_Overlay.pm:1144
+         msgid "Member not deleted"
+         msgstr "Tag nincs törölve"
+         
+         #: html/Elements/SelectLinkType:26
+         msgid "Member of"
+         msgstr "Tagja a"
+         
+         #: html/Admin/Elements/GroupTabs:42 html/User/Elements/GroupTabs:42
+         msgid "Members"
+         msgstr "Tagok"
+         
+         #: lib/RT/Ticket_Overlay.pm:2843
+         msgid "Merge Successful"
+         msgstr "Beolvasztás sikeres"
+         
+         #: lib/RT/Ticket_Overlay.pm:2804
+         msgid "Merge failed. Couldn't set EffectiveId"
+         msgstr "Beolvasztás sikertelen Konnte EffectiveId nicht setztn"
+         
+         #: html/Ticket/Elements/EditLinks:115
+         msgid "Merge into"
+         msgstr "Beolvasztani ebbe"
+         
+         #: html/Ticket/Update.html:102
+         msgid "Message"
+         msgstr "Üzenet szövege"
+         
+         #: lib/RT/Interface/Web.pm:867
+         msgid "Missing a primary key?: %1"
+         msgstr ""
+         
+         #: html/Admin/Users/Modify.html:169 html/User/Prefs.html:54
+         msgid "Mobile"
+         msgstr "Mobil"
+         
+         #: html/Admin/Elements/ModifyUser:72
+         msgid "MobilePhone"
+         msgstr "Mobiltelefon"
+         
+         #: RTFM
+         msgid "Modified"
+         msgstr "Megváltoztatva"
+         
+         #: RTFM
+         msgid "Modify"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Modify article #%1"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:70
+         msgid "Modify Access Control List"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Modify Custom Field %1"
+         msgstr ""
+         
+         #: html/Admin/Global/CustomFields.html:44 html/Admin/Global/index.html:51
+         msgid "Modify Custom Fields which apply to all queues"
+         msgstr "Változtassa meg a minden sorra vonatkozó egyéni mezõket!"
+         
+         #: html/RTFM/Admin/CustomFields/GroupRights.html:21
+         msgid "Modify group rights for custom field %1"
+         msgstr "Változztassa meg a(z) %1 sor csoportjogait!"
+         
+         #: lib/RT/Queue_Overlay.pm:73
+         msgid "Modify Scrip templates for this queue"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:76
+         msgid "Modify Scrips for this queue"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Modify Template %1"
+         msgstr ""
+         
+         #: html/Admin/Queues/CustomField.html:45
+         #. ($QueueObj->Name())
+         msgid "Modify a CustomField for queue %1"
+         msgstr "Változtassa meg a(z) %1 sor egyéni mezõjét!"
+         
+         #: html/Admin/Global/CustomField.html:53
+         msgid "Modify a CustomField which applies to all queues"
+         msgstr ""
+         
+         #: html/Admin/Queues/Scrip.html:54
+         #. ($QueueObj->Name)
+         msgid "Modify a scrip for queue %1"
+         msgstr ""
+         
+         #: html/Admin/Global/Scrip.html:48
+         msgid "Modify a scrip which applies to all queues"
+         msgstr ""
+         
+         #: html/Ticket/ModifyDates.html:25 html/Ticket/ModifyDates.html:29
+         #. ($TicketObj->Id)
+         msgid "Modify dates for #%1"
+         msgstr "%1. számú probléma idõadatainak módosítása"
+         
+         #: html/Ticket/ModifyDates.html:35
+         #. ($TicketObj->Id)
+         msgid "Modify dates for ticket # %1"
+         msgstr "%1. számú probléma idõadatainak módosítása"
+         
+         #: html/Admin/Global/GroupRights.html:25 html/Admin/Global/GroupRights.html:28 html/Admin/Global/index.html:56
+         msgid "Modify global group rights"
+         msgstr "Változtassa meg az általános csoportjogokat!"
+         
+         #: html/Admin/Global/GroupRights.html:33
+         msgid "Modify global group rights."
+         msgstr "Változtassa meg az általános csoportjogokat!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Modify global scrips"
+         msgstr ""
+         
+         #: html/Admin/Global/UserRights.html:25 html/Admin/Global/UserRights.html:28 html/Admin/Global/index.html:60
+         msgid "Modify global user rights"
+         msgstr "Változtassa meg az általános felhasználói jogokat!"
+         
+         #: html/Admin/Global/UserRights.html:33
+         msgid "Modify global user rights."
+         msgstr "Változtassa meg az általános felhasználói jogokat!"
+         
+         #: lib/RT/Group_Overlay.pm:146
+         msgid "Modify group metadata or delete group"
+         msgstr ""
+         
+         #: html/Admin/Groups/GroupRights.html:25 html/Admin/Groups/GroupRights.html:29 html/Admin/Groups/GroupRights.html:35
+         #. ($GroupObj->Name)
+         msgid "Modify group rights for group %1"
+         msgstr "Módosítsa a(z) %1 csoport jogait"
+         
+         #: html/Admin/Queues/GroupRights.html:25 html/Admin/Queues/GroupRights.html:29
+         #. ($QueueObj->Name)
+         msgid "Modify group rights for queue %1"
+         msgstr "Változtassa meg a %1 sor csoportjogait!"
+         
+         #: lib/RT/Group_Overlay.pm:148
+         msgid "Modify membership roster for this group"
+         msgstr ""
+         
+         #: lib/RT/System.pm:61
+         msgid "Modify one's own RT account"
+         msgstr ""
+         
+         #: html/Admin/Queues/People.html:25 html/Admin/Queues/People.html:29
+         #. ($QueueObj->Name)
+         msgid "Modify people related to queue %1"
+         msgstr "Változtassa meg a %1 sorhoz tarozó részvevõket!"
+         
+         #: html/Ticket/ModifyPeople.html:25 html/Ticket/ModifyPeople.html:29 html/Ticket/ModifyPeople.html:35
+         #. ($Ticket->id)
+         #. ($Ticket->Id)
+         msgid "Modify people related to ticket #%1"
+         msgstr "A %1. számú problémában érintett személyek változtatása"
+         
+         #: html/Admin/Queues/Scrips.html:44
+         #. ($QueueObj->Name)
+         msgid "Modify scrips for queue %1"
+         msgstr "Változtassa meg a(z) %1 sor Scripjeit"
+         
+         #: html/Admin/Global/Scrips.html:44 html/Admin/Global/index.html:42
+         msgid "Modify scrips which apply to all queues"
+         msgstr "Változtassa meg a minden sorra vonatkozó scripeket!"
+         
+         #: html/Admin/Global/Template.html:25 html/Admin/Global/Template.html:30 html/Admin/Global/Template.html:81 html/Admin/Queues/Template.html:78
+         #. (loc($TemplateObj->Name()))
+         #. ($TemplateObj->id)
+         msgid "Modify template %1"
+         msgstr "Hozzon létre egy sablont!"
+         
+         #: html/Admin/Global/Templates.html:44
+         msgid "Modify templates which apply to all queues"
+         msgstr "Változtassa meg az általános sablonokat!"
+         
+         #: html/Admin/Groups/Modify.html:87 html/User/Groups/Modify.html:86
+         #. ($Group->Name)
+         msgid "Modify the group %1"
+         msgstr "A %1 csoport módosítása"
+         
+         #: lib/RT/Queue_Overlay.pm:71
+         msgid "Modify the queue watchers"
+         msgstr ""
+         
+         #: html/Admin/Users/Modify.html:236
+         #. ($UserObj->Name)
+         msgid "Modify the user %1"
+         msgstr "%1 felhasználó módosítása"
+         
+         #: html/Ticket/ModifyAll.html:37
+         #. ($Ticket->Id)
+         msgid "Modify ticket # %1"
+         msgstr "%1. számú probléma adatainak módosítása"
+         
+         #: html/Ticket/Modify.html:25 html/Ticket/Modify.html:28 html/Ticket/Modify.html:34
+         #. ($TicketObj->Id)
+         msgid "Modify ticket #%1"
+         msgstr "%1. számú probléma alapadatainak módosítása"
+         
+         #: lib/RT/Queue_Overlay.pm:88
+         msgid "Modify tickets"
+         msgstr ""
+         
+         #: html/Admin/Groups/UserRights.html:25 html/Admin/Groups/UserRights.html:29 html/Admin/Groups/UserRights.html:35
+         #. ($GroupObj->Name)
+         msgid "Modify user rights for group %1"
+         msgstr "Változtassa meg a(z) %1 csoport jogait!"
+         
+         #: html/Admin/Queues/UserRights.html:25 html/Admin/Queues/UserRights.html:29
+         #. ($QueueObj->Name)
+         msgid "Modify user rights for queue %1"
+         msgstr "Változtassa meg a(z) %1 sor felhasználói jogait!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Modify watchers for queue '%1'"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:70
+         msgid "ModifyACL"
+         msgstr ""
+         
+         #: lib/RT/Group_Overlay.pm:149
+         msgid "ModifyOwnMembership"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:71
+         msgid "ModifyQueueWatchers"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:76
+         msgid "ModifyScrips"
+         msgstr ""
+         
+         #: lib/RT/System.pm:61
+         msgid "ModifySelf"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:73
+         msgid "ModifyTemplate"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:88
+         msgid "ModifyTicket"
+         msgstr ""
+         
+         #: lib/RT/Date.pm:388
+         msgid "Mon."
+         msgstr "H"
+         
+         #: html/Ticket/Elements/ShowRequestor:42
+         #. ($name)
+         msgid "More about %1"
+         msgstr "További részletek %1 felhasználóról"
+         
+         #: html/Admin/Elements/EditCustomFields:61
+         msgid "Move down"
+         msgstr "Lefelé mozgatni"
+         
+         #: html/Admin/Elements/EditCustomFields:53
+         msgid "Move up"
+         msgstr "Felfelé mozgatni"
+         
+         #: html/Admin/Elements/SelectSingleOrMultiple:27
+         msgid "Multiple"
+         msgstr ""
+         
+         #: lib/RT/User_Overlay.pm:179
+         msgid "Must specify 'Name' attribute"
+         msgstr ""
+         
+         #: share/html/SelfService/Elements/MyRequests:32
+         msgid "My %1 tickets"
+         msgstr "%1 problémáim"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "My Approvals"
+         msgstr ""
+         
+         #: html/Approvals/index.html:25 html/Approvals/index.html:26
+         msgid "My approvals"
+         msgstr "Lezárás"
+         
+         #: html/Admin/Elements/AddCustomFieldValue:26 html/Admin/Elements/EditCustomField:32 html/Admin/Elements/ModifyTemplate:28 html/Admin/Elements/ModifyUser:30 html/Admin/Groups/Modify.html:44 html/Elements/SelectGroups:26 html/Elements/SelectUsers:28 html/User/Groups/Modify.html:44
+         msgid "Name"
+         msgstr "Név"
+         
+         #: lib/RT/User_Overlay.pm:186
+         msgid "Name in use"
+         msgstr "A felhasználói név nár foglalt"
+         
+         #: RTFM
+         msgid "Name matches"
+         msgstr "Név tartalmaz"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Need approval from system administrator"
+         msgstr ""
+         
+         #: html/Ticket/Elements/ShowDates:52
+         msgid "Never"
+         msgstr "Soha"
+         
+         #: html/Elements/Quicksearch:30
+         msgid "New"
+         msgstr "Új"
+         
+         #: RTFM
+         msgid "New Article"
+         msgstr ""
+         
+         #: RTFM
+         msgid "New class"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:32 html/Admin/Users/Modify.html:93 html/User/Prefs.html:65
+         msgid "New Password"
+         msgstr "Új jelszó"
+         
+         #: etc/initialdata:311 etc/upgrade/2.1.71:16
+         msgid "New Pending Approval"
+         msgstr ""
+         
+         #: html/Ticket/Elements/EditLinks:111
+         msgid "New Relationships"
+         msgstr "Új kapcsolatok"
+         
+         #: html/Ticket/Elements/Tabs:36
+         msgid "New Search"
+         msgstr "Új keresés"
+         
+         #: html/Admin/Global/CustomField.html:41 html/Admin/Global/CustomFields.html:39 html/Admin/Queues/CustomField.html:52 html/Admin/Queues/CustomFields.html:40
+         msgid "New custom field"
+         msgstr "Új egyéni mezõ"
+         
+         #: html/Admin/Elements/GroupTabs:54 html/User/Elements/GroupTabs:52
+         msgid "New group"
+         msgstr "Új csoport"
+         
+         #: html/SelfService/Prefs.html:32
+         msgid "New password"
+         msgstr "Új jelszó"
+         
+         #: lib/RT/User_Overlay.pm:639
+         msgid "New password notification sent"
+         msgstr ""
+         
+         #: html/Admin/Elements/QueueTabs:70
+         msgid "New queue"
+         msgstr "Új sor"
+         
+         #: html/SelfService/Elements/Tabs:63
+         msgid "New ticket"
+         msgstr "Új probléma"
+         
+         #: html/Admin/Elements/SelectRights:42
+         msgid "New rights"
+         msgstr "Új jogok"
+         
+         #: html/Admin/Global/Scrip.html:40 html/Admin/Global/Scrips.html:39 html/Admin/Queues/Scrip.html:43 html/Admin/Queues/Scrips.html:53
+         msgid "New scrip"
+         msgstr "Új Scrip"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "New search"
+         msgstr ""
+         
+         #: html/Admin/Global/Template.html:60 html/Admin/Global/Templates.html:39 html/Admin/Queues/Template.html:58 html/Admin/Queues/Templates.html:46
+         msgid "New template"
+         msgstr "Új sablon"
+         
+         #: lib/RT/Ticket_Overlay.pm:2771
+         msgid "New ticket doesn't exist"
+         msgstr "Az új probléma nem létezik"
+         
+         #: html/Admin/Elements/UserTabs:52
+         msgid "New user"
+         msgstr "Új felhasználó"
+         
+         #: html/Admin/Elements/CreateUserCalled:26
+         msgid "New user called"
+         msgstr ""
+         
+         #: html/Admin/Queues/People.html:55 html/Ticket/Elements/EditPeople:29
+         msgid "New watchers"
+         msgstr "Új résztvevõk"
+         
+         #: html/Admin/Users/Prefs.html:42
+         msgid "New window setting"
+         msgstr ""
+         
+         #: html/Ticket/Elements/Tabs:69
+         msgid "Next"
+         msgstr "Következõ"
+         
+         #: html/Search/Listing.html:48
+         msgid "Next page"
+         msgstr "Következõ oldal"
+         
+         #: html/Admin/Elements/ModifyUser:50
+         msgid "NickName"
+         msgstr "Becenév"
+         
+         #: html/Admin/Users/Modify.html:63 html/User/Prefs.html:46
+         msgid "Nickname"
+         msgstr "Becenév"
+         
+         #: RTFM
+         msgid "No"
+         msgstr "Nem"
+         
+         #: html/Admin/Elements/EditCustomField:73 html/Admin/Elements/EditCustomFields:105
+         msgid "No CustomField"
+         msgstr "Nincs egyéni mezõ"
+         
+         #: html/RTFM/Admin/CustomFields/GrroupRights.html:73
+         msgid "No CustomField defined"
+         msgstr "Nincs egyéni mezõ meghatározva"
+         
+         #: html/Admin/Groups/GroupRights.html:84 html/Admin/Groups/UserRights.html:71
+         msgid "No Group defined"
+         msgstr "Nincs csoport meghatározva"
+         
+         #: html/Admin/Queues/GroupRights.html:96 html/Admin/Queues/UserRights.html:68
+         msgid "No Queue defined"
+         msgstr "Nincs sor meghatározva"
+         
+         #: bin/rt-crontool:56
+         msgid "No RT user found. Please consult your RT administrator.\\n"
+         msgstr ""
+         "RT-felhasználó nem található. Vegyew fel a kapcsolatot az RT-adminisztrátorral.\\n"
+         
+         #: html/Admin/Global/Template.html:79 html/Admin/Queues/Template.html:76
+         msgid "No Template"
+         msgstr "Nincs sablon"
+         
+         #: bin/rt-commit-handler:764
+         msgid "No Ticket specified. Aborting ticket "
+         msgstr "Nincs probléma megadva. Szakítsa meg a problémát "
+         
+         #: NOT FOUND IN SOURCE
+         msgid "No Ticket specified. Aborting ticket modifications\\n\\n"
+         msgstr ""
+         
+         #: html/Approvals/Elements/Approve:47
+         msgid "No action"
+         msgstr ""
+         
+         #: lib/RT/Interface/Web.pm:862
+         msgid "No column specified"
+         msgstr "Nincs <b>sor</b> megadva!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "No command found\\n"
+         msgstr ""
+         
+         #: html/Elements/ViewUser:36 html/Ticket/Elements/ShowRequestor:45
+         msgid "No comment entered about this user"
+         msgstr "Nincs kiegészítés tárolva"
+         
+         #: lib/RT/Ticket_Overlay.pm:2189 lib/RT/Ticket_Overlay.pm:2257
+         msgid "No correspondence attached"
+         msgstr ""
+         
+         #: lib/RT/Action/Generic.pm:150 lib/RT/Condition/Generic.pm:176 lib/RT/Search/ActiveTicketsInQueue.pm:56 lib/RT/Search/Generic.pm:113
+         #. (ref $self)
+         msgid "No description for %1"
+         msgstr "Nincs leírás a(z) %1-hez"
+         
+         #: lib/RT/Users_Overlay.pm:151
+         msgid "No group specified"
+         msgstr "Nincs <b>csoport</b> megadva!"
+         
+         #: lib/RT/User_Overlay.pm:857
+         msgid "No password set"
+         msgstr "Nincs jelszó megadva"
+         
+         #: lib/RT/Queue_Overlay.pm:259
+         msgid "No permission to create queues"
+         msgstr "Nincs joga sort létrehozni"
+         
+         #: lib/RT/Ticket_Overlay.pm:341
+         #. ($QueueObj->Name)
+         msgid "No permission to create tickets in the queue '%1'"
+         msgstr "Nincs joga a(z) '%1' sorban problémát létrehozni"
+         
+         #: lib/RT/User_Overlay.pm:151
+         msgid "No permission to create users"
+         msgstr "Nincs joga felhasználót létrehozni"
+         
+         #: html/SelfService/Display.html:174
+         msgid "No permission to display that ticket"
+         msgstr ""
+         
+         #: html/SelfService/Update.html:55
+         msgid "No permission to view update ticket"
+         msgstr "Nincs joga ezt a problémát aktualizálni"
+         
+         #: lib/RT/Queue_Overlay.pm:675 lib/RT/Ticket_Overlay.pm:1488
+         msgid "No principal specified"
+         msgstr "Nincs <b>felelõs</b> megadva!"
+         
+         #: html/Admin/Queues/People.html:154 html/Admin/Queues/People.html:164
+         msgid "No principals selected."
+         msgstr "Nincs vezetõ kiválasztva."
+         
+         #: html/Admin/Queues/index.html:35
+         msgid "No queues matching search criteria found."
+         msgstr "Nem található a keresési fletételeknek megfeleõ sor"
+         
+         #: html/Admin/Elements/SelectRights:81
+         msgid "No rights found"
+         msgstr "Nem találhatók jogok"
+         
+         #: html/Admin/Elements/SelectRights:33
+         msgid "No rights granted."
+         msgstr "Nincsenek jogok engedélyezve."
+         
+         #: html/Search/Bulk.html:149
+         msgid "No search to operate on."
+         msgstr "Nincs feldolgozható keresési lista."
+         
+         #: NOT FOUND IN SOURCE
+         msgid "No ticket id specified"
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:480 lib/RT/Transaction_Overlay.pm:518
+         msgid "No transaction type specified"
+         msgstr "Nincs <b>értesítési típus</b> megadva!"
+         
+         #: html/Admin/Users/index.html:36
+         msgid "No users matching search criteria found."
+         msgstr "Nincs a keresési feltételeknek megfeleõ felhasználó."
+         
+         #: bin/rt-commit-handler:644
+         msgid ""
+         "No valid RT user found. RT cvs handler disengaged. Please consult your RT "
+         "administrator.\\n"
+         msgstr ""
+         "Nem található érvényes RT-felhasználó. RT CVS-Handler elveszett. Vegye fela kapcsolatot az RT-Adminisztrátorral.\\n"
+         
+         #: lib/RT/Interface/Web.pm:859
+         msgid "No value sent to _Set!\\n"
+         msgstr ""
+         
+         #: html/Search/Elements/TicketRow:37
+         msgid "Nobody"
+         msgstr "Senki"
+         
+         #: lib/RT/Interface/Web.pm:864
+         msgid "Nonexistant field?"
+         msgstr "Nem létezõ mezõ?"
+         
+         #: html/Elements/Login:99
+         msgid "Not logged in"
+         msgstr "Nincs bejelentkezve"
+         
+         #: html/Elements/Header:59 html/SelfService/Elements/Header:58
+         msgid "Not logged in."
+         msgstr "Nincs bejelentkezve."
+         
+         #: lib/RT/Date.pm:369
+         msgid "Not set"
+         msgstr "Nincs megadva"
+         
+         #: html/NoAuth/Reminder.html:27
+         msgid "Not yet implemented."
+         msgstr ""
+         
+         #: html/Admin/Groups/Rights.html:25
+         msgid "Not yet implemented...."
+         msgstr ""
+         
+         #: html/Approvals/Elements/Approve:50
+         msgid "Notes"
+         msgstr "Megjegyzések"
+         
+         #: lib/RT/User_Overlay.pm:642
+         msgid "Notification could not be sent"
+         msgstr "Értesítést nem sikerült elküldeni."
+         
+         #: etc/initialdata:94
+         msgid "Notify AdminCcs"
+         msgstr "AdminCCs értesítése"
+         
+         #: etc/initialdata:90
+         msgid "Notify AdminCcs as Comment"
+         msgstr "AdminCCs értesítése kiegészítésként"
+         
+         #: etc/initialdata:121
+         msgid "Notify Other Recipients"
+         msgstr "Más címzettek értesítése"
+         
+         #: etc/initialdata:117
+         msgid "Notify Other Recipients as Comment"
+         msgstr "Más címzettek értesítése kiegészítésként"
+         
+         #: etc/initialdata:86
+         msgid "Notify Owner"
+         msgstr "A tulajdonos értesítése"
+         
+         #: etc/initialdata:82
+         msgid "Notify Owner as Comment"
+         msgstr "A tulajdonos értesítése kiegészítésként"
+         
+         #: etc/initialdata:313 etc/upgrade/2.1.71:17
+         msgid "Notify Owners and AdminCcs of new items pending their approval"
+         msgstr ""
+         
+         #: etc/initialdata:78
+         msgid "Notify Requestors"
+         msgstr "Beküldõ értesítése"
+         
+         #: etc/initialdata:104
+         msgid "Notify Requestors and Ccs"
+         msgstr "A beküldõ és a tájékoztatást kapó értesítése"
+         
+         #: etc/initialdata:99
+         msgid "Notify Requestors and Ccs as Comment"
+         msgstr "A beküldõ és a tájékoztatást kapó értesítése kiegészítésként"
+         
+         #: etc/initialdata:113
+         msgid "Notify Requestors, Ccs and AdminCcs"
+         msgstr "Minden résztvevõ tájékozatatása"
+         
+         #: etc/initialdata:109
+         msgid "Notify Requestors, Ccs and AdminCcs as Comment"
+         msgstr "Minden résztvevõ értesítése kiegészítésként"
+         
+         #: lib/RT/Date.pm:421
+         msgid "Nov."
+         msgstr "nov."
+         
+         #: lib/RT/Record.pm:157
+         msgid "Object could not be created"
+         msgstr "Objekum nem hozható létre"
+         
+         #: lib/RT/Record.pm:176
+         msgid "Object created"
+         msgstr "Objektum létehozva"
+         
+         #: lib/RT/Date.pm:420
+         msgid "Oct."
+         msgstr "okt."
+         
+         #: html/Elements/SelectDateRelation:35
+         msgid "On"
+         msgstr "e napon"
+         
+         #: etc/initialdata:155
+         msgid "On Comment"
+         msgstr "Kiegészítéskor"
+         
+         #: etc/initialdata:148
+         msgid "On Correspond"
+         msgstr "Válaszoláskor"
+         
+         #: etc/initialdata:137
+         msgid "On Create"
+         msgstr "Létrehozáskor"
+         
+         #: etc/initialdata:169
+         msgid "On Owner Change"
+         msgstr "Tulajdonos változásakor"
+         
+         #: etc/initialdata:177
+         msgid "On Queue Change"
+         msgstr "Sor megváltozásakor"
+         
+         #: etc/initialdata:183
+         msgid "On Resolve"
+         msgstr "Lezáráskor"
+         
+         #: etc/initialdata:161
+         msgid "On Status Change"
+         msgstr "Státusz megváltozásakor"
+         
+         #: etc/initialdata:142
+         msgid "On Transaction"
+         msgstr "Tranzakciónál"
+         
+         #: html/Approvals/Elements/PendingMyApproval:50
+         #. ("<input size='15' value='".( $created_after->Unix >0 && $created_after->ISO)."' name='CreatedAfter'>")
+         msgid "Only show approvals for requests created after %1"
+         msgstr "Csak a(z) %1 után létrejött poblémák engedélyezései legyenek láthatóak"
+         
+         #: html/Approvals/Elements/PendingMyApproval:48
+         #. ("<input size='15' value='".($created_before->Unix > 0 &&$created_before->ISO)."' name='CreatedBefore'>")
+         msgid "Only show approvals for requests created before %1"
+         msgstr "Csak a(z) %1 elõtt létrejött problémák engedélyezései legyenek láthatóak"
+         
+         #: html/Elements/Quicksearch:31
+         msgid "Open"
+         msgstr "Nyitott"
+         
+         #: html/Ticket/Elements/Tabs:136
+         msgid "Open it"
+         msgstr "Megnyit"
+         
+         #: html/SelfService/Elements/Tabs:57
+         msgid "Open tickets"
+         msgstr "Nyitott problémák"
+         
+         #: html/Admin/Users/Prefs.html:41
+         msgid "Open tickets (from listing) in a new window"
+         msgstr ""
+         
+         #: html/Admin/Users/Prefs.html:40
+         msgid "Open tickets (from listing) in another window"
+         msgstr ""
+         
+         #: etc/initialdata:133
+         msgid "Open tickets on correspondence"
+         msgstr ""
+         
+         #: html/Search/Elements/PickRestriction:101
+         msgid "Ordering and sorting"
+         msgstr "Csoportosítás és sorrend"
+         
+         #: html/Admin/Elements/ModifyUser:46 html/Admin/Users/Modify.html:117 html/Elements/SelectUsers:29 html/User/Prefs.html:86
+         msgid "Organization"
+         msgstr "Cég, szervezet"
+         
+         #: html/Approvals/Elements/Approve:34
+         #. ($approving->Id, $approving->Subject)
+         msgid "Originating ticket: #%1"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyQueue:55 html/Admin/Queues/Modify.html:69
+         msgid "Over time, priority moves toward"
+         msgstr "Prioritás idõvel emelkedik"
+         
+         #: html/RTFM/index.html:19
+         msgid "Overview"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:87
+         msgid "Own tickets"
+         msgstr "Saját problémák"
+         
+         #: lib/RT/Queue_Overlay.pm:87
+         msgid "OwnTicket"
+         msgstr ""
+         
+         #: etc/initialdata:38 html/Elements/MyRequests:32 html/SelfService/Elements/MyRequests:30 html/Ticket/Create.html:48 html/Ticket/Elements/EditPeople:43 html/Ticket/Elements/EditPeople:44 html/Ticket/Elements/ShowPeople:27 html/Ticket/Update.html:63 lib/RT/ACE_Overlay.pm:86 lib/RT/Tickets_Overlay.pm:1244
+         msgid "Owner"
+         msgstr "Tulajdonos"
+         
+         #: lib/RT/Ticket_Overlay.pm:3004
+         #. ($OldOwnerObj->Name,  $NewOwnerObj->Name)
+         msgid "Owner changed from %1 to %2"
+         msgstr "Tulajdonosváltás: %1 --> %2"
+         
+         #: lib/RT/Transaction_Overlay.pm:584
+         #. ($Old->Name , $New->Name)
+         msgid "Owner forcibly changed from %1 to %2"
+         msgstr "Erõszakos tulajdonosváltás: %1 --> %2"
+         
+         #: html/Search/Elements/PickRestriction:31
+         msgid "Owner is"
+         msgstr "A tulajdonos"
+         
+         #: html/Admin/Users/Modify.html:174 html/User/Prefs.html:56
+         msgid "Pager"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:74
+         msgid "PagerPhone"
+         msgstr ""
+         
+         #: html/Ticket/Create.html:182 html/Ticket/Elements/EditLinks:127 html/Ticket/Elements/EditLinks:58 html/Ticket/Elements/ShowLinks:43
+         msgid "Parents"
+         msgstr "Felmenõk"
+         
+         #: html/Elements/Login:43 html/User/Prefs.html:61
+         msgid "Password"
+         msgstr "Jelszó"
+         
+         #: html/NoAuth/Reminder.html:25
+         msgid "Password Reminder"
+         msgstr "Jelszó-emlékeztetõ"
+         
+         #: lib/RT/User_Overlay.pm:168 lib/RT/User_Overlay.pm:860
+         msgid "Password too short"
+         msgstr "A jelszó túl rövid!"
+         
+         #: html/Admin/Users/Modify.html:291 html/User/Prefs.html:172
+         #. (loc_fuzzy($msg))
+         msgid "Password: %1"
+         msgstr "Jelszó: %1"
+         
+         #: html/Ticket/Elements/ShowSummary:43 html/Ticket/Elements/Tabs:96 html/Ticket/ModifyAll.html:51
+         msgid "People"
+         msgstr "Résztvevõk"
+         
+         #: etc/initialdata:126
+         msgid "Perform a user-defined action"
+         msgstr ""
+         
+         #: lib/RT/ACE_Overlay.pm:231 lib/RT/ACE_Overlay.pm:237 lib/RT/ACE_Overlay.pm:563 lib/RT/ACE_Overlay.pm:573 lib/RT/ACE_Overlay.pm:583 lib/RT/ACE_Overlay.pm:648 lib/RT/CurrentUser.pm:83 lib/RT/CurrentUser.pm:92 lib/RT/CustomField_Overlay.pm:445 lib/RT/CustomField_Overlay.pm:451 lib/RT/Group_Overlay.pm:1095 lib/RT/Group_Overlay.pm:1099 lib/RT/Group_Overlay.pm:1108 lib/RT/Group_Overlay.pm:1159 lib/RT/Group_Overlay.pm:1163 lib/RT/Group_Overlay.pm:1169 lib/RT/Group_Overlay.pm:426 lib/RT/Group_Overlay.pm:518 lib/RT/Group_Overlay.pm:596 lib/RT/Group_Overlay.pm:604 lib/RT/Group_Overlay.pm:701 lib/RT/Group_Overlay.pm:705 lib/RT/Group_Overlay.pm:711 lib/RT/Group_Overlay.pm:904 lib/RT/Group_Overlay.pm:908 lib/RT/Group_Overlay.pm:921 lib/RT/Queue_Overlay.pm:540 lib/RT/Queue_Overlay.pm:550 lib/RT/Queue_Overlay.pm:564 lib/RT/Queue_Overlay.pm:699 lib/RT/Queue_Overlay.pm:708 lib/RT/Queue_Overlay.pm:721 lib/RT/Queue_Overlay.pm:931 lib/RT/Scrip_Overlay.pm:126 lib/RT/Scrip_Overlay.pm:137 lib/RT/Scrip_Overlay.pm:197 lib/RT/Scrip_Overlay.pm:430 lib/RT/Template_Overlay.pm:284 lib/RT/Template_Overlay.pm:88 lib/RT/Template_Overlay.pm:94 lib/RT/Ticket_Overlay.pm:1341 lib/RT/Ticket_Overlay.pm:1351 lib/RT/Ticket_Overlay.pm:1365 lib/RT/Ticket_Overlay.pm:1518 lib/RT/Ticket_Overlay.pm:1527 lib/RT/Ticket_Overlay.pm:1540 lib/RT/Ticket_Overlay.pm:1875 lib/RT/Ticket_Overlay.pm:2013 lib/RT/Ticket_Overlay.pm:2177 lib/RT/Ticket_Overlay.pm:2244 lib/RT/Ticket_Overlay.pm:2596 lib/RT/Ticket_Overlay.pm:2668 lib/RT/Ticket_Overlay.pm:2762 lib/RT/Ticket_Overlay.pm:2777 lib/RT/Ticket_Overlay.pm:2910 lib/RT/Ticket_Overlay.pm:3139 lib/RT/Ticket_Overlay.pm:3337 lib/RT/Ticket_Overlay.pm:3499 lib/RT/Ticket_Overlay.pm:3551 lib/RT/Ticket_Overlay.pm:3716 lib/RT/Transaction_Overlay.pm:468 lib/RT/Transaction_Overlay.pm:475 lib/RT/Transaction_Overlay.pm:504 lib/RT/Transaction_Overlay.pm:511 lib/RT/User_Overlay.pm:1334 lib/RT/User_Overlay.pm:562 lib/RT/User_Overlay.pm:597 lib/RT/User_Overlay.pm:853 lib/RT/User_Overlay.pm:941
+         msgid "Permission Denied"
+         msgstr "Hozzáférés visszautasítva"
+         
+         #: html/User/Elements/Tabs:35
+         msgid "Personal Groups"
+         msgstr "Saját Csoportok"
+         
+         #: html/User/Groups/index.html:30 html/User/Groups/index.html:40
+         msgid "Personal groups"
+         msgstr "Saját csoportok"
+         
+         #: html/User/Elements/DelegateRights:37
+         msgid "Personal groups:"
+         msgstr "Saját csoportok:"
+         
+         #: html/Admin/Users/Modify.html:156 html/User/Prefs.html:49
+         msgid "Phone numbers"
+         msgstr "Telefonszámok"
+         
+         #: html/Admin/Users/Rights.html:25
+         msgid "Placeholder"
+         msgstr ""
+         
+         #: html/Elements/Header:52 html/Elements/Tabs:55 html/SelfService/Prefs.html:25 html/User/Prefs.html:25 html/User/Prefs.html:28
+         msgid "Preferences"
+         msgstr "Beállításaim"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Prefs"
+         msgstr ""
+         
+         #: lib/RT/Action/Generic.pm:160
+         msgid "Prepare Stubbed"
+         msgstr ""
+         
+         #: html/Ticket/Elements/Tabs:61
+         msgid "Prev"
+         msgstr "Elõzõ"
+         
+         #: html/Search/Listing.html:44
+         msgid "Previous page"
+         msgstr "Elõzõ oldal"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Pri"
+         msgstr ""
+         
+         #: lib/RT/ACE_Overlay.pm:133 lib/RT/ACE_Overlay.pm:208 lib/RT/ACE_Overlay.pm:552
+         #. ($args{'PrincipalId'})
+         msgid "Principal %1 not found."
+         msgstr "%1 vezetõ nem található."
+         
+         #: html/Search/Elements/PickRestriction:54 html/SelfService/Display.html:76 html/Ticket/Create.html:154 html/Ticket/Elements/EditBasics:54 html/Ticket/Elements/ShowBasics:39 lib/RT/Tickets_Overlay.pm:1042
+         msgid "Priority"
+         msgstr "Prioritás"
+         
+         #: html/Admin/Elements/ModifyQueue:51 html/Admin/Queues/Modify.html:65
+         msgid "Priority starts at"
+         msgstr "Prioritás kezdõ értéke"
+         
+         #: etc/initialdata:25
+         msgid "Privileged"
+         msgstr "Kiemelt"
+         
+         #: html/Admin/Users/Modify.html:271 html/User/Prefs.html:163
+         #. (loc_fuzzy($msg))
+         msgid "Privileged status: %1"
+         msgstr ""
+         
+         #: html/Admin/Users/index.html:62
+         msgid "Privileged users"
+         msgstr "Kiemelt felhasználók:"
+         
+         #: etc/initialdata:23 etc/initialdata:29 etc/initialdata:35 etc/initialdata:59
+         msgid "Pseudogroup for internal use"
+         msgstr ""
+         
+         #: html/Elements/MyRequests:30 html/Elements/MyTickets:30 html/Elements/Quicksearch:29 html/Search/Elements/PickRestriction:46 html/SelfService/Create.html:35 html/SelfService/Display.html:68 html/Ticket/Create.html:38 html/Ticket/Elements/EditBasics:64 html/Ticket/Elements/ShowBasics:43 html/User/Elements/DelegateRights:80 lib/RT/Tickets_Overlay.pm:883
+         msgid "Queue"
+         msgstr "Sor"
+         
+         #: html/Admin/Queues/CustomField.html:42 html/Admin/Queues/Scrip.html:50 html/Admin/Queues/Scrips.html:46 html/Admin/Queues/Templates.html:43
+         #. ($Queue)
+         #. ($id)
+         msgid "Queue %1 not found"
+         msgstr "%2 sor nem található"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Queue '%1' not found\\n"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyQueue:31 html/Admin/Queues/Modify.html:43
+         msgid "Queue Name"
+         msgstr "A sor neve"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Queue Scrips"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:263
+         msgid "Queue already exists"
+         msgstr "Sor már létezik"
+         
+         #: lib/RT/Queue_Overlay.pm:272 lib/RT/Queue_Overlay.pm:278
+         msgid "Queue could not be created"
+         msgstr "A sor nem hozható létre"
+         
+         #: html/Ticket/Create.html:209
+         msgid "Queue could not be loaded."
+         msgstr "a sor nem tölthetõ be."
+         
+         #: docs/design_docs/string-extraction-guide.txt:83 lib/RT/Queue_Overlay.pm:282
+         msgid "Queue created"
+         msgstr "A sor létrehozva"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Queue is not specified."
+         msgstr ""
+         
+         #: html/SelfService/Display.html:129
+         msgid "Queue not found"
+         msgstr "A sor nem található"
+         
+         #: html/Admin/Elements/Tabs:38 html/Admin/index.html:35
+         msgid "Queues"
+         msgstr "Sorok"
+         
+         #: RTFM
+         msgid "Quick search"
+         msgstr "Gyors keresés"
+         
+         #: html/Elements/Login:34
+         #. ($RT::VERSION)
+         msgid "RT %1"
+         msgstr "RT %1"
+         
+         #: docs/design_docs/string-extraction-guide.txt:70
+         #. ($RT::VERSION, $RT::rtname)
+         msgid "RT %1 for %2"
+         msgstr "RT %1 %2-nek"
+         
+         #: html/Elements/Footer:32
+         #. ($RT::VERSION)
+         msgid ""
+         "RT %1 from <a href=\"http://bestpractical.com\">Best Practical Solutions, "
+         "LLC</a>."
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT %1. Copyright 1996-%1 Jesse Vincent <jesse\\@bestpractical.com>\\n"
+         msgstr ""
+         
+         #: html/Admin/index.html:25 html/Admin/index.html:26
+         msgid "RT Administration"
+         msgstr "Konfiguráció"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT Authentication error."
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT Bounce: %1"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT Configuration error"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT Critical error. Message not recorded!"
+         msgstr ""
+         
+         #: html/Elements/Error:41 html/SelfService/Error.html:41
+         msgid "RT Error"
+         msgstr "RT Hiba"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT Received mail (%1) from itself."
+         msgstr ""
+         
+         #: html/RTFM/Error:36
+         msgid "RTFM Error"
+         msgstr "RTFM Hiba"
+         
+         #: html/SelfService/Closed.html:25
+         msgid "Closed Tickets"
+         msgstr "Lezárt problémák"
+         
+         #: html/index.html:25 html/index.html:28
+         msgid "RT at a glance"
+         msgstr "Áttekintés"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT couldn't authenticate you"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT couldn't find requestor via its external database lookup"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT couldn't find the queue: %1"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT couldn't validate this PGP signature. \\n"
+         msgstr ""
+         
+         #: html/Elements/PageLayout:26
+         #. ($RT::rtname)
+         msgid "RT for %1"
+         msgstr " %1  --  Request Tracker "
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT for %1: %2"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT has proccessed your commands"
+         msgstr "Az RT feldolgozta a parancsait"
+         
+         #: html/Elements/Login:83
+         #. ('2003')
+         msgid ""
+         "RT is &copy; Copyright 1996-%1 Jesse Vincent &lt;jesse at bestpractical.com&gt;. "
+         " It is distributed under <a "
+         "href=\"http://www.gnu.org/copyleft/gpl.html\">Version 2 of the GNU General Public License.</a>"
+         msgstr ""
+         "RT &copy; Copyright 1996-%1 Jesse Vincent "
+         "&lt;jesse at bestpractical.com&gt;.<br>\n"
+         "Közzétéve a <a href=\"http://www.gnu.org/copyleft/gpl.html\">GNU General "
+         "Public License 2. verziója</a> szerint."
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT thinks this message may be a bounce"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RT will process this message as if it were unsigned.\\n"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid ""
+         "RT's email command mode requires PGP authentication.  Either you didn't sign "
+         "your message, or your signature could not be verified."
+         msgstr ""
+         
+         #: html/Admin/Users/Modify.html:58 html/Admin/Users/Prefs.html:52 html/User/Prefs.html:44
+         msgid "Real Name"
+         msgstr "Valódi név"
+         
+         #: html/Admin/Elements/ModifyUser:48
+         msgid "RealName"
+         msgstr "Valós név"
+         
+         #: html/Ticket/Create.html:185 html/Ticket/Elements/EditLinks:139 html/Ticket/Elements/EditLinks:94 html/Ticket/Elements/ShowLinks:63
+         msgid "Referred to by"
+         msgstr "A következõk kapcsolódnak hozzá"
+         
+         #: html/Elements/SelectLinkType:28 html/Ticket/Create.html:184 html/Ticket/Elements/EditLinks:135 html/Ticket/Elements/EditLinks:80 html/Ticket/Elements/ShowLinks:55
+         msgid "Refers to"
+         msgstr "A következõkhöz kapcsolódik"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Refine"
+         msgstr "Finomítás"
+         
+         #: html/Search/Elements/PickRestriction:27
+         msgid "Refine search"
+         msgstr "Keresés finomítása"
+         
+         #: html/Elements/Refresh:36
+         #. ($value/60)
+         msgid "Refresh this page every %1 minutes."
+         msgstr "%1 percenként frissítse ezt az oldalt."
+         
+         #: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:60 html/Ticket/ModifyAll.html:57
+         msgid "Relationships"
+         msgstr "Kapcsolatok"
+         
+         #: html/Search/Bulk.html:93
+         msgid "Remove AdminCc"
+         msgstr "Adminisztratív tájékoztatást kapó eltávolítása"
+         
+         #: html/Search/Bulk.html:91
+         msgid "Remove Cc"
+         msgstr "Tájékoztatást kapó eltávolítása"
+         
+         #: html/Search/Bulk.html:89
+         msgid "Remove Requestor"
+         msgstr "Beküldõ eltávolítása"
+         
+         #: html/Ticket/Elements/ShowTransaction:173 html/Ticket/Elements/Tabs:122
+         msgid "Reply"
+         msgstr "Válaszol"
+         
+         #: lib/RT/Queue_Overlay.pm:85
+         msgid "Reply to tickets"
+         msgstr "Válasz a problémákra"
+         
+         #: lib/RT/Queue_Overlay.pm:85
+         msgid "ReplyToTicket"
+         msgstr ""
+         
+         #: etc/initialdata:44 html/Ticket/Update.html:40 lib/RT/ACE_Overlay.pm:87
+         msgid "Requestor"
+         msgstr "Beküldõ"
+         
+         #: html/Search/Elements/PickRestriction:38
+         msgid "Requestor email address"
+         msgstr "A beküldõ e-mail címe"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Requestor(s)"
+         msgstr "Beküldõ"
+         
+         #: html/SelfService/Create.html:43 html/SelfService/Display.html:42 html/Ticket/Create.html:56 html/Ticket/Elements/EditPeople:48 html/Ticket/Elements/ShowPeople:31
+         msgid "Requestors"
+         msgstr "Beküldõ"
+         
+         #: html/Admin/Elements/ModifyQueue:61 html/Admin/Queues/Modify.html:75
+         msgid "Requests should be due in"
+         msgstr "A problémát meg kell oldani"
+         
+         #: html/Elements/Submit:62
+         msgid "Reset"
+         msgstr "Visszaállít"
+         
+         #: html/Admin/Users/Modify.html:159 html/User/Prefs.html:50
+         msgid "Residence"
+         msgstr "Otthoni"
+         
+         #: html/Ticket/Elements/Tabs:132
+         msgid "Resolve"
+         msgstr "Lezár"
+         
+         #: html/Ticket/Update.html:133
+         #. ($Ticket->id, $Ticket->Subject)
+         msgid "Resolve ticket #%1 (%2)"
+         msgstr "%1. (%2) probléma lezárása"
+         
+         #: etc/initialdata:302 html/Elements/SelectDateType:28 lib/RT/Ticket_Overlay.pm:1170
+         msgid "Resolved"
+         msgstr "Lezárva"
+         
+         #: html/Search/Bulk.html:123 html/Ticket/ModifyAll.html:73 html/Ticket/Update.html:73
+         msgid "Response to requestors"
+         msgstr "Válasz a beküldõknek (adatbázisban rögzítve)"
+         
+         #: html/Elements/ListActions:26
+         msgid "Results"
+         msgstr "Változtatások eredménye"
+         
+         #: html/Search/Elements/PickRestriction:105
+         msgid "Results per page"
+         msgstr "Találatok száma oldalanként"
+         
+         #: html/Admin/Elements/ModifyUser:33 html/Admin/Users/Modify.html:100 html/User/Prefs.html:72
+         msgid "Retype Password"
+         msgstr "Jelszó megismételve"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Right %1 not found for %2  %3 in scope %4 (%5)\\n"
+         msgstr ""
+         
+         #: lib/RT/ACE_Overlay.pm:613
+         msgid "Right Delegated"
+         msgstr ""
+         
+         #: lib/RT/ACE_Overlay.pm:303
+         msgid "Right Granted"
+         msgstr "A jog megosztva"
+         
+         #: lib/RT/ACE_Overlay.pm:161
+         msgid "Right Loaded"
+         msgstr "A jog betöltve"
+         
+         #: lib/RT/ACE_Overlay.pm:678 lib/RT/ACE_Overlay.pm:693
+         msgid "Right could not be revoked"
+         msgstr "A jog nem vonnható vissza"
+         
+         #: html/User/Delegation.html:64
+         msgid "Right not found"
+         msgstr "A jog nem található"
+         
+         #: lib/RT/ACE_Overlay.pm:543 lib/RT/ACE_Overlay.pm:638
+         msgid "Right not loaded."
+         msgstr "A jog nem található."
+         
+         #: lib/RT/ACE_Overlay.pm:689
+         msgid "Right revoked"
+         msgstr "Jog visszavonva"
+         
+         #: html/Admin/Elements/UserTabs:41
+         msgid "Rights"
+         msgstr "Jogok"
+         
+         #: lib/RT/Interface/Web.pm:758
+         #. ($object_type)
+         msgid "Rights could not be granted for %1"
+         msgstr ""
+         
+         #: lib/RT/Interface/Web.pm:791
+         #. ($object_type)
+         msgid "Rights could not be revoked for %1"
+         msgstr " %1 jogai nem vonhatók vissza"
+         
+         #: html/Admin/Global/GroupRights.html:51 html/Admin/Queues/GroupRights.html:52
+         msgid "Roles"
+         msgstr "Szerepek"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "RootApproval"
+         msgstr ""
+         
+         #: lib/RT/Date.pm:393
+         msgid "Sat."
+         msgstr "Szo"
+         
+         #: html/Admin/Queues/People.html:105 html/Ticket/Modify.html:39 html/Ticket/ModifyAll.html:94 html/Ticket/ModifyPeople.html:38
+         msgid "Save Changes"
+         msgstr "Változtatások mentése"
+         
+         #: html/Ticket/ModifyLinks.html:39
+         msgid "Save changes"
+         msgstr "Változtatások mentése"
+         
+         #: html/Admin/Global/Scrip.html:49
+         #. ($ARGS{'id'})
+         msgid "Scrip #%1"
+         msgstr ""
+         
+         #: lib/RT/Scrip_Overlay.pm:176
+         msgid "Scrip Created"
+         msgstr "Scrip létrehozva"
+         
+         #: html/Admin/Elements/EditScrips:84
+         msgid "Scrip deleted"
+         msgstr "Scrip törölve"
+         
+         #: html/Admin/Elements/QueueTabs:46 html/Admin/Elements/SystemTabs:33 html/Admin/Global/index.html:41
+         msgid "Scrips"
+         msgstr "Scrips"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Scrips for %1\\n"
+         msgstr "Scrips %1-hez\\n"
+         
+         #: html/Admin/Queues/Scrips.html:33
+         msgid "Scrips which apply to all queues"
+         msgstr "Minden sorhoz érvényes Scripek"
+         
+         #: html/Elements/SimpleSearch:27 html/Search/Elements/PickRestriction:126 html/Ticket/Elements/Tabs:159
+         msgid "Search"
+         msgstr "Keresés"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Search Criteria"
+         msgstr ""
+         
+         #: html/Approvals/Elements/PendingMyApproval:39
+         msgid "Search for approvals"
+         msgstr "Engedélyezések keresése"
+         
+         #: html/RTFM/Article/Search.html:19
+         msgid "Search for articles"
+         msgstr ""
+         
+         #: bin/rt-crontool:188
+         msgid "Security:"
+         msgstr "Biztonság:"
+         
+         #: lib/RT/Queue_Overlay.pm:67
+         msgid "SeeQueue"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Select a Class"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Select a Custom Fields"
+         msgstr ""
+         
+         #: html/Admin/Groups/index.html:40
+         msgid "Select a group"
+         msgstr "Válasszon csoportot!"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Select a queue"
+         msgstr ""
+         
+         #: html/Admin/Users/index.html:25 html/Admin/Users/index.html:28
+         msgid "Select a user"
+         msgstr "Válasszon felhasználót!"
+         
+         #: RTFM
+         msgid "Select class"
+         msgstr ""
+         
+         #: html/Admin/Global/CustomField.html:38 html/Admin/Global/CustomFields.html:36
+         msgid "Select custom field"
+         msgstr "Válasszon egy egyéni mezõt!"
+         
+         #: html/Admin/Elements/GroupTabs:52 html/User/Elements/GroupTabs:50
+         msgid "Select group"
+         msgstr "Válasszon csoportot!"
+         
+         #: lib/RT/CustomField_Overlay.pm:355
+         msgid "Select multiple values"
+         msgstr "Válasszon több értéket!"
+         
+         #: lib/RT/CustomField_Overlay.pm:352
+         msgid "Select one value"
+         msgstr "Válasszon értéket!"
+         
+         #: html/Admin/Elements/QueueTabs:67
+         msgid "Select queue"
+         msgstr "Válasszon sort!"
+         
+         #: html/Admin/Global/Scrip.html:37 html/Admin/Global/Scrips.html:36 html/Admin/Queues/Scrip.html:40 html/Admin/Queues/Scrips.html:50
+         msgid "Select scrip"
+         msgstr "Válasszon Scripet!"
+         
+         #: html/Admin/Global/Template.html:57 html/Admin/Global/Templates.html:36 html/Admin/Queues/Template.html:55
+         msgid "Select template"
+         msgstr "Válasszon sablont!"
+         
+         #: html/Admin/Elements/UserTabs:49
+         msgid "Select user"
+         msgstr "Válasszon felhasználót"
+         
+         #: lib/RT/CustomField_Overlay.pm:36
+         msgid "SelectMultiple"
+         msgstr ""
+         
+         #: lib/RT/CustomField_Overlay.pm:35
+         msgid "SelectSingle"
+         msgstr ""
+         
+         #: html/SelfService/index.html:25
+         msgid "Self Service"
+         msgstr ""
+         
+         #: etc/initialdata:114
+         msgid "Send mail to all watchers"
+         msgstr ""
+         
+         #: etc/initialdata:110
+         msgid "Send mail to all watchers as a \"comment\""
+         msgstr ""
+         
+         #: etc/initialdata:105
+         msgid "Send mail to requestors and Ccs"
+         msgstr ""
+         
+         #: etc/initialdata:100
+         msgid "Send mail to requestors and Ccs as a comment"
+         msgstr ""
+         
+         #: etc/initialdata:79
+         msgid "Sends a message to the requestors"
+         msgstr ""
+         
+         #: etc/initialdata:118 etc/initialdata:122
+         msgid "Sends mail to explicitly listed Ccs and Bccs"
+         msgstr ""
+         
+         #: etc/initialdata:95
+         msgid "Sends mail to the administrative Ccs"
+         msgstr ""
+         
+         #: etc/initialdata:91
+         msgid "Sends mail to the administrative Ccs as a comment"
+         msgstr ""
+         
+         #: etc/initialdata:83 etc/initialdata:87
+         msgid "Sends mail to the owner"
+         msgstr ""
+         
+         #: lib/RT/Date.pm:419
+         msgid "Sep."
+         msgstr "szep."
+         
+         #: RTFM
+         msgid "Seperate multiple URLs with spaces"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Show Results"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Show advanced search options..."
+         msgstr ""
+         
+         #: html/Approvals/Elements/PendingMyApproval:44
+         msgid "Show approved requests"
+         msgstr "Láthatóak legyenek a felszabadított problémák"
+         
+         #: html/Ticket/Create.html:144 html/Ticket/Create.html:34
+         msgid "Show basics"
+         msgstr "Problémaleírás"
+         
+         #: html/Approvals/Elements/PendingMyApproval:45
+         msgid "Show denied requests"
+         msgstr "láthatóak legyenek az elutasított problémák"
+         
+         #: html/Ticket/Create.html:144 html/Ticket/Create.html:34
+         msgid "Show details"
+         msgstr "Attribútumok"
+         
+         #: html/Approvals/Elements/PendingMyApproval:43
+         msgid "Show pending requests"
+         msgstr "Láthatóak legyenek a folyamatban levõ problémák"
+         
+         #: html/Approvals/Elements/PendingMyApproval:46
+         msgid "Show requests awaiting other approvals"
+         msgstr "Láthatóak legyenek a mások engedélyezésére váró problémák"
+         
+         #: lib/RT/Queue_Overlay.pm:81
+         msgid "Show ticket private commentary"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:79
+         msgid "Show ticket summaries"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:69
+         msgid "ShowACL"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:78
+         msgid "ShowScrips"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:75
+         msgid "ShowTemplate"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:79
+         msgid "ShowTicket"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:81
+         msgid "ShowTicketComments"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:82
+         msgid "Sign up as a ticket Requestor or ticket or queue Cc"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:83
+         msgid "Sign up as a ticket or queue AdminCc"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:39 html/Admin/Users/Modify.html:191 html/Admin/Users/Prefs.html:32 html/SelfService/Prefs.html:37 html/User/Prefs.html:112
+         msgid "Signature"
+         msgstr "Aláírás (e-mail-hez)"
+         
+         #: html/SelfService/Elements/Header:52
+         #. ($session{'CurrentUser'}->Name)
+         msgid "Signed in as %1"
+         msgstr "Bejelentkezett mint %1"
+         
+         #: html/Admin/Elements/SelectSingleOrMultiple:26
+         msgid "Single"
+         msgstr ""
+         
+         #: html/Elements/Header:51
+         msgid "Skip Menu"
+         msgstr ""
+         
+         #: html/Admin/Elements/EditCustomFieldValues:31
+         msgid "Sort key"
+         msgstr ""
+         
+         #: html/Search/Elements/PickRestriction:109
+         msgid "Sort results by"
+         msgstr "A találatok csoportosítása a következõ jellemzõ szerint:"
+         
+         #: RTFM
+         msgid "Sort Order"
+         msgstr ""
+         
+         #: html/Admin/Elements/AddCustomFieldValue:25
+         msgid "SortOrder"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Summary"
+         msgstr ""
+         
+         #: RTFM
+         msgid "Summary matches"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Stalled"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Start page"
+         msgstr ""
+         
+         #: html/Elements/SelectDateType:27 html/Ticket/Elements/EditDates:32 html/Ticket/Elements/ShowDates:35
+         msgid "Started"
+         msgstr "Elkezdve"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Started date '%1' could not be parsed"
+         msgstr ""
+         
+         #: html/Elements/SelectDateType:31 html/Ticket/Create.html:166 html/Ticket/Elements/EditDates:27 html/Ticket/Elements/ShowDates:31
+         msgid "Starts"
+         msgstr "Kiosztva"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Starts By"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Starts date '%1' could not be parsed"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:82 html/Admin/Users/Modify.html:138 html/User/Prefs.html:94
+         msgid "State"
+         msgstr "Állam"
+         
+         #: html/Elements/MyRequests:31 html/Elements/MyTickets:31 html/Search/Elements/PickRestriction:74 html/SelfService/Display.html:59 html/SelfService/Elements/MyRequests:29 html/SelfService/Update.html:31 html/Ticket/Create.html:42 html/Ticket/Elements/EditBasics:38 html/Ticket/Elements/ShowBasics:31 html/Ticket/Update.html:60 lib/RT/Ticket_Overlay.pm:1164 lib/RT/Tickets_Overlay.pm:908
+         msgid "Status"
+         msgstr "Státusz"
+         
+         #: etc/initialdata:288
+         msgid "Status Change"
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:530
+         #. ($self->loc($self->OldValue), $self->loc($self->NewValue))
+         msgid "Status changed from %1 to %2"
+         msgstr "Státusz változtatása: '%1' --> '%2'"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "StatusChange"
+         msgstr ""
+         
+         #: html/Ticket/Elements/Tabs:147
+         msgid "Steal"
+         msgstr "Elcsen"
+         
+         #: lib/RT/Transaction_Overlay.pm:589
+         #. ($Old->Name)
+         msgid "Stolen from %1 "
+         msgstr "Probléma elcsenése %1 tulajdonostól"
+         
+         #: html/Elements/MyRequests:29 html/Elements/MyTickets:29 html/Search/Bulk.html:126 html/Search/Elements/PickRestriction:43 html/SelfService/Create.html:59 html/SelfService/Elements/MyRequests:28 html/SelfService/Update.html:35 html/Ticket/Create.html:84 html/Ticket/Elements/EditBasics:28 html/Ticket/ModifyAll.html:79 html/Ticket/Update.html:77 lib/RT/Ticket_Overlay.pm:1160 lib/RT/Tickets_Overlay.pm:987
+         msgid "Subject"
+         msgstr "Tárgy"
+         
+         #: docs/design_docs/string-extraction-guide.txt:89 lib/RT/Transaction_Overlay.pm:611
+         #. ($self->Data)
+         msgid "Subject changed to %1"
+         msgstr ""
+         
+         #: html/Elements/Submit:59
+         msgid "Submit"
+         msgstr "Mentés"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Submit Query"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Submit Workflow"
+         msgstr ""
+         
+         #: lib/RT/Group_Overlay.pm:749
+         msgid "Succeeded"
+         msgstr "Sikerült"
+         
+         #: lib/RT/Date.pm:394
+         msgid "Sun."
+         msgstr "V"
+         
+         #: lib/RT/System.pm:54
+         msgid "SuperUser"
+         msgstr ""
+         
+         #: html/User/Elements/DelegateRights:77
+         msgid "System"
+         msgstr "Rendszer"
+         
+         #: html/Admin/Elements/SelectRights:81 lib/RT/ACE_Overlay.pm:567 lib/RT/Interface/Web.pm:757 lib/RT/Interface/Web.pm:790
+         msgid "System Error"
+         msgstr "Rendszerhiba"
+         
+         #: lib/RT/ACE_Overlay.pm:616
+         msgid "System error. Right not delegated."
+         msgstr "Rendszerhiba. Jog nem delegálható ."
+         
+         #: lib/RT/ACE_Overlay.pm:146 lib/RT/ACE_Overlay.pm:223 lib/RT/ACE_Overlay.pm:306 lib/RT/ACE_Overlay.pm:898
+         msgid "System error. Right not granted."
+         msgstr "Rendszerhiba. Jog nem adható."
+         
+         #: html/Admin/Global/GroupRights.html:35 html/Admin/Groups/GroupRights.html:37 html/Admin/Queues/GroupRights.html:36
+         msgid "System groups"
+         msgstr "Rendszercsoportok"
+         
+         #: etc/initialdata:41 etc/initialdata:47 etc/initialdata:53
+         msgid "SystemRolegroup for internal use"
+         msgstr ""
+         
+         #: lib/RT/CurrentUser.pm:320
+         msgid "TEST_STRING"
+         msgstr ""
+         
+         #: html/Ticket/Elements/Tabs:143
+         msgid "Take"
+         msgstr "Átvesz"
+         
+         #: lib/RT/Transaction_Overlay.pm:575
+         msgid "Taken"
+         msgstr "Probléma átvétele"
+         
+         #: html/Admin/Elements/EditScrip:81
+         msgid "Template"
+         msgstr "Sablon"
+         
+         #: html/Admin/Global/Template.html:91 html/Admin/Queues/Template.html:90
+         #. ($TemplateObj->Id())
+         msgid "Template #%1"
+         msgstr "Sablon #%1"
+         
+         #: html/Admin/Elements/EditTemplates:89
+         msgid "Template deleted"
+         msgstr "Sablon törölve"
+         
+         #: lib/RT/Scrip_Overlay.pm:153
+         msgid "Template not found"
+         msgstr "Sablon nem található"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Template not found\\n"
+         msgstr ""
+         
+         #: lib/RT/Template_Overlay.pm:347
+         msgid "Template parsed"
+         msgstr "Sablon beolvasva"
+         
+         #: html/Admin/Elements/QueueTabs:49 html/Admin/Elements/SystemTabs:36 html/Admin/Global/index.html:45
+         msgid "Templates"
+         msgstr "Sablonok"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Templates for %1\\n"
+         msgstr "Sablonok %1\\n"
+         
+         #: lib/RT/Interface/Web.pm:858
+         msgid "That is already the current value"
+         msgstr "Már ez az aktuális érték"
+         
+         #: lib/RT/CustomField_Overlay.pm:178
+         msgid "That is not a value for this custom field"
+         msgstr "Egyéni mezõhöz érvénytelen értek"
+         
+         #: lib/RT/Ticket_Overlay.pm:1886
+         msgid "That is the same value"
+         msgstr "Ez ugyanaz az érték"
+         
+         #: lib/RT/Queue_Overlay.pm:633
+         #. ($args{'Type'})
+         msgid "That principal is already a %1 for this queue"
+         msgstr "A vezetõ már %1-a a sornak"
+         
+         #: lib/RT/Ticket_Overlay.pm:1434
+         #. ($self->loc($args{'Type'}))
+         msgid "That principal is already a %1 for this ticket"
+         msgstr "A vezetõ már %1-a a problémának"
+         
+         #: lib/RT/Queue_Overlay.pm:732
+         #. ($args{'Type'})
+         msgid "That principal is not a %1 for this queue"
+         msgstr "A vezetõ már nem %1-a a sornak"
+         
+         #: lib/RT/Ticket_Overlay.pm:1551
+         #. ($args{'Type'})
+         msgid "That principal is not a %1 for this ticket"
+         msgstr "A vezetõ már nem %1-a a prpblémának"
+         
+         #: lib/RT/Ticket_Overlay.pm:1882
+         msgid "That queue does not exist"
+         msgstr "Ez a sor nem létezik"
+         
+         #: lib/RT/Ticket_Overlay.pm:3143
+         msgid "That ticket has unresolved dependencies"
+         msgstr ""
+         
+         #: lib/RT/ACE_Overlay.pm:288 lib/RT/ACE_Overlay.pm:597
+         msgid "That user already has that right"
+         msgstr "A felhasználónak mát van ilyen joga"
+         
+         #: lib/RT/Ticket_Overlay.pm:2952
+         msgid "That user already owns that ticket"
+         msgstr "Már ez a felhasználó a tulajdonos!"
+         
+         #: lib/RT/Ticket_Overlay.pm:2918
+         msgid "That user does not exist"
+         msgstr "Ilyen felhasználó nem létezik"
+         
+         #: lib/RT/User_Overlay.pm:315
+         msgid "That user is already privileged"
+         msgstr "A felhasználó már kiemelt"
+         
+         #: lib/RT/User_Overlay.pm:332
+         msgid "That user is already unprivileged"
+         msgstr "A felhasználó már nem kiemelt"
+         
+         #: lib/RT/User_Overlay.pm:327
+         msgid "That user is now privileged"
+         msgstr "A felhasználó mostantól kiemelt"
+         
+         #: lib/RT/User_Overlay.pm:344
+         msgid "That user is now unprivileged"
+         msgstr "A felhasználó mostantól nem kiemelt"
+         
+         #: lib/RT/Ticket_Overlay.pm:2944
+         msgid "That user may not own tickets in that queue"
+         msgstr "a felhasználóhoz nem tartozhatnak problémák ebbõl a sorból"
+         
+         #: lib/RT/Link_Overlay.pm:206
+         msgid "That's not a numerical id"
+         msgstr ""
+         
+         #: html/Ticket/Create.html:150 html/Ticket/Elements/ShowSummary:28
+         msgid "The Basics"
+         msgstr "Alapadatok"
+         
+         #: lib/RT/ACE_Overlay.pm:88
+         msgid "The CC of a ticket"
+         msgstr ""
+         
+         #: lib/RT/ACE_Overlay.pm:89
+         msgid "The administrative CC of a ticket"
+         msgstr ""
+         
+         #: lib/RT/Ticket_Overlay.pm:2213
+         msgid "The comment has been recorded"
+         msgstr "Kiegészítés rögzítve."
+         
+         #: bin/rt-crontool:198
+         msgid ""
+         "The following command will find all active tickets in the queue 'general' and "
+         "set their priority to 99 if they haven't been touched in 4 hours:"
+         msgstr ""
+         
+         #: bin/rt-commit-handler:756 bin/rt-commit-handler:766
+         msgid "The following commands were not proccessed:\\n\\n"
+         msgstr ""
+         
+         #: lib/RT/Interface/Web.pm:861
+         msgid "The new value has been set."
+         msgstr ""
+         
+         #: lib/RT/ACE_Overlay.pm:86
+         msgid "The owner of a ticket"
+         msgstr ""
+         
+         #: lib/RT/ACE_Overlay.pm:87
+         msgid "The requestor of a ticket"
+         msgstr ""
+         
+         #: html/Admin/Elements/EditUserComments:26
+         msgid "These comments aren't generally visible to the user"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "This ticket %1 %2 (%3)\\n"
+         msgstr ""
+         
+         #: bin/rt-crontool:189
+         msgid ""
+         "This tool allows the user to run arbitrary perl modules from within RT."
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:253
+         msgid "This transaction appears to have no content"
+         msgstr "Diese Transaktion scheint keinen Inhalt zu haben"
+         
+         #: html/Ticket/Elements/ShowRequestor:47
+         #. ($rows)
+         msgid "This user's %1 highest priority tickets"
+         msgstr "A felhasználó által felvetett %1 legsürgõsebb probléma"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "This user's 25 highest priority tickets"
+         msgstr ""
+         
+         #: lib/RT/Date.pm:391
+         msgid "Thu."
+         msgstr "Cs"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Ticket # %1  %2"
+         msgstr ""
+         
+         #: html/Ticket/ModifyAll.html:25 html/Ticket/ModifyAll.html:29
+         #. ($Ticket->Id, $Ticket->Subject)
+         msgid "Ticket #%1 Jumbo update: %2"
+         msgstr "%1. számú (%2) probléma jellemzõinek módosítása"
+         
+         #: html/Approvals/Elements/ShowDependency:46
+         #. ($link->BaseObj->Id, $link->BaseObj->Subject)
+         msgid "Ticket #%1: %2"
+         msgstr "Probléma. %1: %2"
+         
+         #: lib/RT/Ticket_Overlay.pm:608
+         #. ($self->Id, $QueueObj->Name)
+         msgid "Ticket %1 created in queue '%2'"
+         msgstr ""
+         
+         #: bin/rt-commit-handler:760
+         #. ($Ticket->Id)
+         msgid "Ticket %1 loaded\\n"
+         msgstr ""
+         
+         #: html/Search/Bulk.html:181
+         #. ($Ticket->Id,$_)
+         msgid "Ticket %1: %2"
+         msgstr "Probléma %1: %2"
+         
+         #: html/Ticket/History.html:25 html/Ticket/History.html:28
+         #. ($Ticket->Id, $Ticket->Subject)
+         msgid "Ticket History # %1 %2"
+         msgstr ""
+         
+         #: html/SelfService/Display.html:34
+         msgid "Ticket Id"
+         msgstr "Problma száma"
+         
+         #: etc/initialdata:303
+         msgid "Ticket Resolved"
+         msgstr "Pobléma megoldva"
+         
+         #: html/Search/Elements/PickRestriction:63
+         msgid "Ticket attachment"
+         msgstr "A probléma csatolt fájljának"
+         
+         #: lib/RT/Tickets_Overlay.pm:1166
+         msgid "Ticket content"
+         msgstr "A probléma tartalma"
+         
+         #: lib/RT/Tickets_Overlay.pm:1212
+         msgid "Ticket content type"
+         msgstr ""
+         
+         #: lib/RT/Ticket_Overlay.pm:495 lib/RT/Ticket_Overlay.pm:597
+         msgid "Ticket could not be created due to an internal error"
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:522
+         msgid "Ticket created"
+         msgstr "Probléma felvétele"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Ticket creation failed"
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:527
+         msgid "Ticket deleted"
+         msgstr "Probléma törlése"
+         
+         #: html/REST/1.0/modify:29 html/REST/1.0/update:34
+         msgid "Ticket id not found"
+         msgstr ""
+         
+         #: html/REST/1.0/modify:36 html/REST/1.0/update:41
+         msgid "Ticket not found"
+         msgstr "A probléma nem található"
+         
+         #: etc/initialdata:289
+         msgid "Ticket status changed"
+         msgstr ""
+         
+         #: html/Ticket/Update.html:39
+         msgid "Ticket watchers"
+         msgstr "A problémában érintett személyek"
+         
+         #: html/Elements/Tabs:49
+         msgid "Tickets"
+         msgstr "Problémák"
+         
+         #: lib/RT/Tickets_Overlay.pm:1383
+         #. ($self->loc($args{'TYPE'}), ($args{'BASE'} || $args{'TICKET'}))
+         msgid "Tickets %1 %2"
+         msgstr ""
+         
+         #: lib/RT/Tickets_Overlay.pm:1348
+         #. ($self->loc($args{'TYPE'}), ($args{'TARGET'} || $args{'TICKET'}))
+         msgid "Tickets %1 by %2"
+         msgstr ""
+         
+         #: html/Elements/ViewUser:26
+         #. ($name)
+         msgid "Tickets from %1"
+         msgstr ""
+         
+         #: html/Approvals/Elements/ShowDependency:27
+         msgid "Tickets which depend on this approval:"
+         msgstr ""
+         
+         #: html/Ticket/Create.html:157 html/Ticket/Elements/EditBasics:48
+         msgid "Time Left"
+         msgstr "Maradék idõ"
+         
+         #: html/Ticket/Create.html:156 html/Ticket/Elements/EditBasics:43
+         msgid "Time Worked"
+         msgstr "Ráfordított munkaidõ"
+         
+         #: lib/RT/Tickets_Overlay.pm:1139
+         msgid "Time left"
+         msgstr "Maradék idõ"
+         
+         #: RTFM
+         msgid "till"
+         msgstr "amig"
+         
+         #: html/Elements/Footer:36
+         msgid "Time to display"
+         msgstr ""
+         
+         #: lib/RT/Tickets_Overlay.pm:1115
+         msgid "Time worked"
+         msgstr "Munkaidõ"
+         
+         #: lib/RT/Ticket_Overlay.pm:1165
+         msgid "TimeWorked"
+         msgstr "Ráfordított munkaidõ"
+         
+         #: bin/rt-commit-handler:402
+         msgid "To generate a diff of this commit:"
+         msgstr ""
+         
+         #: bin/rt-commit-handler:391
+         msgid "To generate a diff of this commit:\\n"
+         msgstr ""
+         
+         #: lib/RT/Ticket_Overlay.pm:1168
+         msgid "Told"
+         msgstr "Beérkezett"
+         
+         #: etc/initialdata:237
+         msgid "Transaction"
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:642
+         #. ($self->Data)
+         msgid "Transaction %1 purged"
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:177
+         msgid "Transaction Created"
+         msgstr ""
+         
+         #: lib/RT/Transaction_Overlay.pm:89
+         msgid "Transaction->Create couldn't, as you didn't specify a ticket id"
+         msgstr ""
+         "A problémát nem sikerült felvenni (Transaction->Create), mert nincs sorszám "
+         "megadva."
+         
+         #: lib/RT/Transaction_Overlay.pm:701
+         msgid "Transactions are immutable"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Trying to delete a right: %1"
+         msgstr ""
+         
+         #: lib/RT/Date.pm:389
+         msgid "Tue."
+         msgstr "K"
+         
+         #: html/Admin/Elements/EditCustomField:34 html/Ticket/Elements/AddWatchers:33 html/Ticket/Elements/AddWatchers:44 html/Ticket/Elements/AddWatchers:54 lib/RT/Ticket_Overlay.pm:1166 lib/RT/Tickets_Overlay.pm:959
+         msgid "Type"
+         msgstr "Típus"
+         
+         #: html/RTFM/Article/delete.html:59
+         msgid "Unable to load article"
+         msgstr ""
+         
+         #: lib/RT/ScripCondition_Overlay.pm:104
+         msgid "Unimplemented"
+         msgstr ""
+         
+         #: html/Admin/Users/Modify.html:68
+         msgid "Unix login"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyUser:62
+         msgid "UnixUsername"
+         msgstr ""
+         
+         #: lib/RT/Attachment_Overlay.pm:265
+         #. ($self->ContentEncoding)
+         msgid "Unknown ContentEncoding %1"
+         msgstr ""
+         
+         #: html/Elements/SelectResultsPerPage:37
+         msgid "Unlimited"
+         msgstr "korlátlan"
+         
+         #: etc/initialdata:32
+         msgid "Unprivileged"
+         msgstr "Nem kiemelt"
+         
+         #: lib/RT/Transaction_Overlay.pm:571
+         msgid "Untaken"
+         msgstr "Probléma visszaadása"
+         
+         #: html/Elements/MyTickets:64 html/Search/Bulk.html:33
+         msgid "Update"
+         msgstr "Frissít"
+         
+         #: html/Admin/Users/Prefs.html:62
+         msgid "Update ID"
+         msgstr ""
+         
+         #: html/Search/Bulk.html:120 html/Ticket/ModifyAll.html:66 html/Ticket/Update.html:67
+         msgid "Update Type"
+         msgstr "Frissítés típusa"
+         
+         #: html/Search/Listing.html:61
+         msgid "Update all these tickets at once"
+         msgstr "Az összes probléma aktualizálása"
+         
+         #: html/Admin/Users/Prefs.html:49
+         msgid "Update email"
+         msgstr ""
+         
+         #: html/Admin/Users/Prefs.html:55
+         msgid "Update name"
+         msgstr ""
+         
+         #: lib/RT/Interface/Web.pm:375
+         msgid "Update not recorded."
+         msgstr ""
+         
+         #: html/Search/Bulk.html:81
+         msgid "Update selected tickets"
+         msgstr "A kiválasztott problémák frissítése"
+         
+         #: html/Admin/Users/Prefs.html:36
+         msgid "Update signature"
+         msgstr ""
+         
+         #: html/Ticket/ModifyAll.html:63
+         msgid "Update ticket"
+         msgstr ""
+         
+         #: html/SelfService/Update.html:25 html/SelfService/Update.html:27
+         #. ($Ticket->id)
+         msgid "Update ticket # %1"
+         msgstr ""
+         
+         #: html/SelfService/Update.html:50
+         #. ($Ticket->id)
+         msgid "Update ticket #%1"
+         msgstr ""
+         
+         #: html/Ticket/Update.html:135
+         #. ($Ticket->id, $Ticket->Subject)
+         msgid "Update ticket #%1 (%2)"
+         msgstr "%1. számú (%2) probléma aktualizálása"
+         
+         #: lib/RT/Interface/Web.pm:373
+         msgid "Update type was neither correspondence nor comment."
+         msgstr ""
+         
+         #: html/Elements/SelectDateType:33 html/Ticket/Elements/ShowDates:51 lib/RT/Ticket_Overlay.pm:1169
+         msgid "Updated"
+         msgstr "Frissítve"
+         
+         #: html/RTFM/Article/ExtractFromTicket.html:26
+         msgid ""
+         "Use the dropdown menus to select which transactions you want to extract into "
+         "a new RTFM article"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "User %1 %2: %3\\n"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "User %1 Password: %2\\n"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "User '%1' not found"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "User '%1' not found\\n"
+         msgstr ""
+         
+         #: etc/initialdata:125 etc/initialdata:191
+         msgid "User Defined"
+         msgstr "Felhasználó által meghatározott"
+         
+         #: html/Admin/Users/Prefs.html:59
+         msgid "User ID"
+         msgstr "Felhasználói név"
+         
+         #: html/Elements/SelectUsers:26
+         msgid "User Id"
+         msgstr "Felhasználói név"
+         
+         #: html/Admin/Elements/GroupTabs:47 html/Admin/Elements/QueueTabs:60 html/Admin/Elements/SystemTabs:47 html/Admin/Global/index.html:59
+         msgid "User Rights"
+         msgstr "Felhasználói jogok"
+         
+         #: html/Admin/Users/Modify.html:226
+         #. ($msg)
+         msgid "User could not be created: %1"
+         msgstr ""
+         
+         #: lib/RT/User_Overlay.pm:262
+         msgid "User created"
+         msgstr "Felhasználó létrehozva"
+         
+         #: html/Admin/Global/GroupRights.html:67 html/Admin/Groups/GroupRights.html:54 html/Admin/Queues/GroupRights.html:68
+         msgid "User defined groups"
+         msgstr "Felhasználó által definiált csoport"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "User notified"
+         msgstr ""
+         
+         #: html/Admin/Users/Prefs.html:25 html/Admin/Users/Prefs.html:29
+         msgid "User view"
+         msgstr ""
+         
+         #: html/Admin/Users/Modify.html:48 html/Elements/Login:42 html/Ticket/Elements/AddWatchers:35
+         msgid "Username"
+         msgstr "Felhasználó"
+         
+         #: html/Admin/Elements/SelectNewGroupMembers:26 html/Admin/Elements/Tabs:32 html/Admin/Groups/Members.html:55 html/Admin/Queues/People.html:68 html/Admin/index.html:29 html/User/Groups/Members.html:58
+         msgid "Users"
+         msgstr "Felhasználók"
+         
+         #: html/Admin/Users/index.html:65
+         msgid "Users matching search criteria"
+         msgstr ""
+         
+         #: html/Search/Elements/PickRestriction:51
+         msgid "ValueOfQueue"
+         msgstr ""
+         
+         #: html/Admin/Elements/EditCustomField:40
+         msgid "Values"
+         msgstr "Értékek"
+         
+         #: lib/RT/Queue_Overlay.pm:82
+         msgid "Watch"
+         msgstr ""
+         
+         #: lib/RT/Queue_Overlay.pm:83
+         msgid "WatchAsAdminCc"
+         msgstr ""
+         
+         #: html/Admin/Elements/QueueTabs:42
+         msgid "Watchers"
+         msgstr "Résztvevõk"
+         
+         #: html/Admin/Elements/ModifyUser:56
+         msgid "WebEncoding"
+         msgstr ""
+         
+         #: lib/RT/Date.pm:390
+         msgid "Wed."
+         msgstr "Sze"
+         
+         #: etc/upgrade/2.1.71:161
+         msgid ""
+         "When a ticket has been approved by all approvers, add correspondence to the "
+         "original ticket"
+         msgstr ""
+         
+         #: etc/upgrade/2.1.71:135
+         msgid ""
+         "When a ticket has been approved by any approver, add correspondence to the "
+         "original ticket"
+         msgstr ""
+         
+         #: etc/initialdata:138
+         msgid "When a ticket is created"
+         msgstr ""
+         
+         #: etc/upgrade/2.1.71:79
+         msgid ""
+         "When an approval ticket is created, notify the Owner and AdminCc of the item "
+         "awaiting their approval"
+         msgstr ""
+         
+         #: etc/initialdata:143
+         msgid "When anything happens"
+         msgstr ""
+         
+         #: etc/initialdata:184
+         msgid "Whenever a ticket is resolved"
+         msgstr ""
+         
+         #: etc/initialdata:170
+         msgid "Whenever a ticket's owner changes"
+         msgstr ""
+         
+         #: etc/initialdata:178
+         msgid "Whenever a ticket's queue changes"
+         msgstr ""
+         
+         #: etc/initialdata:162
+         msgid "Whenever a ticket's status changes"
+         msgstr ""
+         
+         #: etc/initialdata:192
+         msgid "Whenever a user-defined condition occurs"
+         msgstr ""
+         
+         #: etc/initialdata:156
+         msgid "Whenever comments come in"
+         msgstr ""
+         
+         #: etc/initialdata:149
+         msgid "Whenever correspondence comes in"
+         msgstr ""
+         
+         #: html/RTFM/Article/Elements/ShowSearchCriteria:64
+         msgid "Which refer to"
+         msgstr ""
+         
+         #: html/RTFM/Article/Elements/ShowSearchCriteria:64
+         msgid "Which are referred to by "
+         msgstr ""
+         
+         #: html/Admin/Users/Modify.html:164 html/User/Prefs.html:52
+         msgid "Work"
+         msgstr "Munkahelyi"
+         
+         #: html/Admin/Elements/ModifyUser:70
+         msgid "WorkPhone"
+         msgstr "Munkahelyi telefon"
+         
+         #: html/SelfService/Display.html:86 html/Ticket/Elements/ShowBasics:35 html/Ticket/Update.html:65
+         msgid "Worked"
+         msgstr "Munkaidõ"
+         
+         #: RTFM
+         msgid "Yes"
+         msgstr "Igen"
+         
+         #: lib/RT/Ticket_Overlay.pm:3056
+         msgid "You already own this ticket"
+         msgstr "Már az öné ez a probléma"
+         
+         #: html/autohandler:121
+         msgid "You are not an authorized user"
+         msgstr ""
+         
+         #: lib/RT/Ticket_Overlay.pm:2930
+         msgid "You can only reassign tickets that you own or that are unowned"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "You don't have permission to view that ticket.\\n"
+         msgstr ""
+         
+         #: docs/design_docs/string-extraction-guide.txt:47
+         #. ($num, $queue)
+         msgid "You found %1 tickets in queue %2"
+         msgstr "%1 Problémát talált a %2 sorban"
+         
+         #: html/NoAuth/Logout.html:31 html/REST/1.0/logout:25
+         msgid "You have been logged out of RT."
+         msgstr "Kilépett a Request Tracker programból."
+         
+         #: html/SelfService/Display.html:134
+         msgid "You have no permission to create tickets in that queue."
+         msgstr "Nincs joga létrehozni problémákat ebben a sorban"
+         
+         #: lib/RT/Ticket_Overlay.pm:1895
+         msgid "You may not create requests in that queue."
+         msgstr "Nem hozhat létre problémákat ebben a sorban"
+         
+         #: html/NoAuth/Logout.html:36
+         msgid "You're welcome to login again"
+         msgstr "Itt ismét bejelentkezhetsz!"
+         
+         #: html/SelfService/Elements/MyRequests:25
+         #. ($friendly_status)
+         msgid "Your %1 requests"
+         msgstr "%1 problémáim"
+         
+         #: NOT FOUND IN SOURCE
+         msgid ""
+         "Your RT administrator has misconfigured the mail aliases which invoke RT"
+         msgstr ""
+         
+         #: etc/initialdata:429 etc/upgrade/2.1.71:146
+         msgid ""
+         "Your request has been approved by %1. Other approvals may still be pending."
+         msgstr ""
+         
+         #: etc/initialdata:463 etc/upgrade/2.1.71:180
+         msgid "Your request has been approved."
+         msgstr "A problémája engedélyezve."
+         
+         #: NOT FOUND IN SOURCE
+         msgid "Your request was rejected"
+         msgstr ""
+         
+         #: etc/initialdata:384 etc/upgrade/2.1.71:101
+         msgid "Your request was rejected."
+         msgstr "A problémája elutasítva."
+         
+         #: html/autohandler:136 html/autohandler:142
+         msgid "Your username or password is incorrect"
+         msgstr "A begépelt felhasználói név vagy jelszó hibás!"
+         
+         #: html/Admin/Elements/ModifyUser:84 html/Admin/Users/Modify.html:144 html/User/Prefs.html:96
+         msgid "Zip"
+         msgstr "Irányítószám"
+         
+         #: html/User/Elements/DelegateRights:59
+         #. ($right->PrincipalObj->Object->SelfDescription)
+         msgid "as granted to %1"
+         msgstr "%1nak engedélyezve"
+         
+         #: html/Elements/SelectCustomFieldOperator:38 html/Elements/SelectMatch:34
+         msgid "contains"
+         msgstr "tartalmazza"
+         
+         #: html/Elements/SelectAttachmentField:26
+         msgid "content"
+         msgstr "tartalma"
+         
+         #: html/Elements/SelectAttachmentField:27
+         msgid "content-type"
+         msgstr "típusa"
+         
+         #: lib/RT/Ticket_Overlay.pm:2282
+         msgid "correspondence (probably) not sent"
+         msgstr ""
+         
+         #: lib/RT/Ticket_Overlay.pm:2292
+         msgid "correspondence sent"
+         msgstr ""
+         
+         #: html/Admin/Elements/ModifyQueue:63 html/Admin/Queues/Modify.html:77 lib/RT/Date.pm:319
+         msgid "days"
+         msgstr "napja"
+         
+         #: html/Search/Listing.html:75
+         msgid "delete"
+         msgstr "töröl"
+         
+         #: lib/RT/Queue_Overlay.pm:63
+         msgid "deleted"
+         msgstr "törölve"
+         
+         #: html/Search/Elements/PickRestriction:68
+         msgid "does not match"
+         msgstr "nem felel meg"
+         
+         #: html/Elements/SelectCustomFieldOperator:38 html/Elements/SelectMatch:35
+         msgid "doesn't contain"
+         msgstr "nem tartalmazza"
+         
+         #: html/Elements/SelectEqualityOperator:38
+         msgid "equal to"
+         msgstr "egyenlõ"
+         
+         #: html/Elements/SelectAttachmentField:28
+         msgid "filename"
+         msgstr "fájlneve"
+         
+         #: html/Elements/SelectCustomFieldOperator:38 html/Elements/SelectEqualityOperator:38
+         msgid "greater than"
+         msgstr "nagyobb mint"
+         
+         #: lib/RT/Group_Overlay.pm:194
+         #. ($self->Name)
+         msgid "group '%1'"
+         msgstr " '%1' csopot"
+         
+         #: lib/RT/Date.pm:315
+         msgid "hours"
+         msgstr "órája"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "id"
+         msgstr "Sorszám"
+         
+         #: html/Elements/SelectBoolean:32 html/Elements/SelectCustomFieldOperator:38 html/Elements/SelectMatch:36 html/Search/Elements/PickRestriction:47 html/Search/Elements/PickRestriction:76 html/Search/Elements/PickRestriction:88
+         msgid "is"
+         msgstr " == "
+         
+         #: html/Elements/SelectBoolean:36 html/Elements/SelectCustomFieldOperator:38 html/Elements/SelectMatch:37 html/Search/Elements/PickRestriction:48 html/Search/Elements/PickRestriction:77 html/Search/Elements/PickRestriction:89
+         msgid "isn't"
+         msgstr " nem "
+         
+         #: html/Elements/SelectCustomFieldOperator:38 html/Elements/SelectEqualityOperator:38
+         msgid "less than"
+         msgstr "kisebb mint"
+         
+         #: html/Search/Elements/PickRestriction:67
+         msgid "matches"
+         msgstr "megfelel"
+         
+         #: lib/RT/Date.pm:311
+         msgid "min"
+         msgstr "perce"
+         
+         #: html/Ticket/Update.html:66
+         msgid "minutes"
+         msgstr "perc"
+         
+         #: bin/rt-commit-handler:765
+         msgid "modifications\\n\\n"
+         msgstr "Változtatások"
+         
+         #: lib/RT/Date.pm:327
+         msgid "months"
+         msgstr "hónapja"
+         
+         #: lib/RT/Queue_Overlay.pm:58
+         msgid "new"
+         msgstr "új"
+         
+         #: html/Admin/Elements/EditScrips:43
+         msgid "no value"
+         msgstr "Nincs érték"
+         
+         #: html/Ticket/Elements/EditWatchers:28
+         msgid "none"
+         msgstr "senki"
+         
+         #: html/Elements/SelectEqualityOperator:38
+         msgid "not equal to"
+         msgstr "nem egyenlõ"
+         
+         #: lib/RT/Queue_Overlay.pm:59
+         msgid "open"
+         msgstr "Nyitott"
+         
+         #: lib/RT/Group_Overlay.pm:199
+         #. ($self->Name, $user->Name)
+         msgid "personal group '%1' for user '%2'"
+         msgstr ""
+         
+         #: lib/RT/Group_Overlay.pm:207
+         #. ($queue->Name, $self->Type)
+         msgid "queue %1 %2"
+         msgstr "Stapel %1 %2"
+         
+         #: lib/RT/Queue_Overlay.pm:62
+         msgid "rejected"
+         msgstr "elutasítva"
+         
+         #: lib/RT/Queue_Overlay.pm:61
+         msgid "resolved"
+         msgstr "megoldva"
+         
+         #: lib/RT/Date.pm:307
+         msgid "sec"
+         msgstr "sec"
+         
+         #: lib/RT/Queue_Overlay.pm:60
+         msgid "stalled"
+         msgstr "várakozik"
+         
+         #: lib/RT/Group_Overlay.pm:202
+         #. ($self->Type)
+         msgid "system %1"
+         msgstr "rendszer %1"
+         
+         #: lib/RT/Group_Overlay.pm:213
+         #. ($self->Type)
+         msgid "system group '%1'"
+         msgstr ""
+         
+         #: html/Elements/Error:42 html/SelfService/Error.html:42
+         msgid "the calling component did not specify why"
+         msgstr ""
+         
+         #: lib/RT/Group_Overlay.pm:210
+         #. ($self->Instance, $self->Type)
+         msgid "ticket #%1 %2"
+         msgstr "probléma #%1 %2"
+         
+         #: lib/RT/Group_Overlay.pm:216
+         #. ($self->Id)
+         msgid "undescribed group %1"
+         msgstr ""
+         
+         #: NOT FOUND IN SOURCE
+         msgid "undescripbed group %1"
+         msgstr ""
+         
+         #: lib/RT/Group_Overlay.pm:191
+         #. ($user->Object->Name)
+         msgid "user %1"
+         msgstr "felhasználó %1"
+         
+         #: lib/RT/Date.pm:323
+         msgid "weeks"
+         msgstr "hete"
+         
+         #: NOT FOUND IN SOURCE
+         msgid "with template %1"
+         msgstr ""
+         
+         #: lib/RT/Date.pm:331
+         msgid "years"
+         msgstr "éve"
+         

Modified: rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Interface/Email/Auth/MailFrom.pm	Fri Apr  2 10:54:22 2004
@@ -117,7 +117,7 @@
 
     }
 
-    $CurrentUser = CreateUser( undef, $Address, $Name, $args{'Message'} );
+    $CurrentUser = CreateUser( undef, $Address, $Name, $Address, $args{'Message'} );
 
     return ( $CurrentUser, 1 );
 }

Modified: rt/branches/rt-3.3/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Interface/Web.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Interface/Web.pm	Fri Apr  2 10:54:22 2004
@@ -530,7 +530,7 @@
         # on NFS and NTFS, it is possible that tempfile() conflicts
         # with other processes, causing a race condition. we try to
         # accommodate this by pausing and retrying.
-        last if ($fh, $temp_file) = eval { tempfile() };
+        last if ($fh, $temp_file) = eval { tempfile( UNLINK => 1) };
         sleep 1;
     }
 

Modified: rt/branches/rt-3.3/lib/RT/Record.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Record.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Record.pm	Fri Apr  2 10:54:22 2004
@@ -1032,6 +1032,82 @@
 }
 
 
+=head2 _EncodeLOB BODY MIME_TYPE
+
+Takes a potentially large attachment. Returns (ContentEncoding, EncodedBody) based on system configuration and selected database
+
+=cut
+
+sub _EncodeLOB {
+        my $self = shift;
+        my $Body = shift;
+        my $MIMEType = shift;
+
+        my $ContentEncoding = 'none';
+
+        #get the max attachment length from RT
+        my $MaxSize = $RT::MaxAttachmentSize;
+
+        #if the current attachment contains nulls and the
+        #database doesn't support embedded nulls
+
+        if ( $RT::AlwaysUseBase64 or
+             ( !$RT::Handle->BinarySafeBLOBs ) && ( $Body =~ /\x00/ ) ) {
+
+            # set a flag telling us to mimencode the attachment
+            $ContentEncoding = 'base64';
+
+            #cut the max attchment size by 25% (for mime-encoding overhead.
+            $RT::Logger->debug("Max size is $MaxSize\n");
+            $MaxSize = $MaxSize * 3 / 4;
+        # Some databases (postgres) can't handle non-utf8 data
+        } elsif (    !$RT::Handle->BinarySafeBLOBs
+                  && $MIMEType !~ /text\/plain/gi
+                  && !Encode::is_utf8( $Body, 1 ) ) {
+              $ContentEncoding = 'quoted-printable';
+        }
+
+        #if the attachment is larger than the maximum size
+        if ( ($MaxSize) and ( $MaxSize < length($Body) ) ) {
+
+            # if we're supposed to truncate large attachments
+            if ($RT::TruncateLongAttachments) {
+
+                # truncate the attachment to that length.
+                $Body = substr( $Body, 0, $MaxSize );
+
+            }
+
+            # elsif we're supposed to drop large attachments on the floor,
+            elsif ($RT::DropLongAttachments) {
+
+                # drop the attachment on the floor
+                $RT::Logger->info( "$self: Dropped an attachment of size " . length($Body) . "\n" . "It started: " . substr( $Body, 0, 60 ) . "\n" );
+                return ("none", "Large attachment dropped" );
+            }
+        }
+
+        # if we need to mimencode the attachment
+        if ( $ContentEncoding eq 'base64' ) {
+
+            # base64 encode the attachment
+            Encode::_utf8_off($Body);
+            $Body = MIME::Base64::encode_base64($Body);
+
+        } elsif ($ContentEncoding eq 'quoted-printable') {
+            Encode::_utf8_off($Body);
+            $Body = MIME::QuotedPrint::encode($Body);
+        }
+
+
+        return ($ContentEncoding, $Body);
+
+}
+
+
+
+eval "require RT::Record_Overlay";
+die $@ if ($@ && $@ !~ qr{^Can't locate RT/Record_Overlay.pm});
 eval "require RT::Record_Vendor";
 die $@ if ($@ && $@ !~ qr{^Can't locate RT/Record_Vendor.pm});
 eval "require RT::Record_Local";

Modified: rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Ticket_Overlay.pm	Fri Apr  2 10:54:22 2004
@@ -157,6 +157,8 @@
                    Mode => 'Target', },
     DependedOnBy => { Type => 'DependsOn',
                       Mode => 'Base', },
+    MergedInto => { Type => 'MergedInto',
+                   Mode => 'Target', },
 
 );
 
@@ -175,6 +177,8 @@
                 Target => 'ReferredToBy', },
     DependsOn => { Base => 'DependsOn',
                    Target => 'DependedOnBy', },
+    MergedInto => { Base => 'MergedInto',
+                   Target => 'MergedInto', },
 
 );
 
@@ -517,9 +521,9 @@
     }
 
 
-    my $id = $self->SUPER::Create( %params);
+    my ($id,$ticket_message) = $self->SUPER::Create( %params);
     unless ($id) {
-        $RT::Logger->crit( "Couldn't create a ticket");
+        $RT::Logger->crit( "Couldn't create a ticket: " . $ticket_message);
         $RT::Handle->Rollback();
         return ( 0, 0, $self->loc( "Ticket could not be created due to an internal error") );
     }
@@ -3552,6 +3556,13 @@
                 OPERATOR => '!=',
                 VALUE    => "Comment"
             );
+            $transactions->Limit(
+                FIELD    => 'Type',
+                OPERATOR => '!=',
+                VALUE    => "CommentEmailRecord",
+                ENTRYAGGREGATOR => 'AND'
+            );
+
         }
     }
 

Modified: rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Tickets_Overlay.pm	Fri Apr  2 10:54:22 2004
@@ -848,8 +848,9 @@
 
   my $cfid = 0;
 
+  # this is pretty inefficient for huge numbers of CFs...
   while ( my $CustomField = $CF->Next ) {
-    if ($CustomField->Name eq $field) {
+    if (lc $CustomField->Name eq lc $field) {
       $cfid = $CustomField->Id;
       last;
     }
@@ -1014,7 +1015,8 @@
 		($self->{'TicketRestrictions'},
 		$self->{'restriction_index'}
 		) = FreezeThaw::thaw($in);
-	}
+	};
+	$RT::Logger->error( $@ ) if $@;
 
 }
 
@@ -2198,12 +2200,12 @@
 
     delete $self->{'item_map'};
     if ($items->[0]) {
-    $self->{'item_map'}->{'first'} = $items->[0]->Id;
+    $self->{'item_map'}->{'first'} = $items->[0]->EffectiveId;
     while (my $item = shift @$items ) {
-        my $id = $item->Id;
+        my $id = $item->EffectiveId;
         $self->{'item_map'}->{$id}->{'defined'} = 1;
         $self->{'item_map'}->{$id}->{prev}  = $prev;
-        $self->{'item_map'}->{$id}->{next}  = $items->[0]->Id if ($items->[0]);
+        $self->{'item_map'}->{$id}->{next}  = $items->[0]->EffectiveId if ($items->[0]);
         $prev = $id;
     }
     $self->{'item_map'}->{'last'} = $prev;

Modified: rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/Transaction_Overlay.pm	Fri Apr  2 10:54:22 2004
@@ -94,8 +94,8 @@
     $args{ObjectId} ||= $args{Ticket};
 
     #if we didn't specify a ticket, we need to bail
-    unless ( $args{'ObjectId'} ) {
-        return ( 0, $self->loc( "Transaction->Create couldn't, as you didn't specify an object id"));
+    unless ( $args{'Ticket'} ) {
+        return ( 0, $self->loc( "Transaction->Create couldn't, as you didn't specify a ticket id"));
     }
 
 
@@ -240,7 +240,7 @@
     if ( $args{'Quote'} ) {
 
         # Remove quoted signature.
-        $content =~ s/\n-- \n(.*)$//s;
+        $content =~ s/\n-- \n(.*?)$//s;
 
         # What's the longest line like?
         my $max = 0;
@@ -446,8 +446,10 @@
     my $self = shift;
 
     #Check those ACLs
-    #If it's a comment, we need to be extra special careful
-    if ( $self->__Value('Type') eq 'Comment' ) {
+    #If it's a comment or a comment email record,
+    #  we need to be extra special careful
+
+    if ( $self->__Value('Type') =~ /^Comment/ ) {
         unless ( $self->CurrentUserHasRight('ShowTicketComments') ) {
             return ( $self->loc("Permission Denied") );
         }
@@ -481,9 +483,9 @@
     my $self = shift;
 
 
-    #Check those ACLs
-    #If it's a comment, we need to be extra special careful
-    if ( $self->__Value('Type') eq 'Comment' ) {
+    #If it's a comment or a comment email record,
+    #  we need to be extra special careful
+    if ( $self->__Value('Type') =~ /^Comment/ ) {
         unless ( $self->CurrentUserHasRight('ShowTicketComments') ) {
             return ( $self->loc("Permission Denied") );
         }
@@ -531,6 +533,14 @@
 }
 
 %_BriefDescriptions = (
+    CommentEmailRecord => sub {
+        my $self = shift;
+        return $self->loc("Outgoing email about a comment recorded");
+    },
+    EmailRecord => sub {
+        my $self = shift;
+        return $self->loc("Outgoing email recorded");
+    },
     Correspond => sub {
         my $self = shift;
         return $self->loc("Correspondence added");

Modified: rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/URI/fsck_com_rt.pm	Fri Apr  2 10:54:22 2004
@@ -75,7 +75,7 @@
 
 sub ObjectType {
     my $self = shift;
-    my $object = shift;
+    my $object = shift || $self->Object;
 
     my $type = 'ticket';
     if (ref($object) && (ref($object) ne 'RT::Ticket')) {

Modified: rt/branches/rt-3.3/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/rt-3.3/lib/RT/User_Overlay.pm	(original)
+++ rt/branches/rt-3.3/lib/RT/User_Overlay.pm	Fri Apr  2 10:54:22 2004
@@ -256,7 +256,7 @@
 
     unless ($stash_id) {
         $RT::Handle->Rollback();
-        $RT::Logger->crit("Couldn't stash the user in groumembers");
+        $RT::Logger->crit("Couldn't stash the user in groupmembers");
         return ( 0, $self->loc('Could not create user') );
     }
 



More information about the Rt-commit mailing list