[Rt-commit] [svn] r1001 - in rt/branches/rt-3.1: bin html/Elements html/REST/1.0/ticket html/Search html/Ticket html/Ticket/Elements lib/RT lib/RT/I18N

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Thu Jun 3 01:38:01 EDT 2004


Author: alexmv
Date: Thu Jun  3 01:38:00 2004
New Revision: 1001

Modified:
   rt/branches/rt-3.1/bin/rt.in
   rt/branches/rt-3.1/html/Elements/EditLinks
   rt/branches/rt-3.1/html/REST/1.0/ticket/link
   rt/branches/rt-3.1/html/Search/Bulk.html
   rt/branches/rt-3.1/html/Ticket/Create.html
   rt/branches/rt-3.1/html/Ticket/Elements/ShowSummary
   rt/branches/rt-3.1/html/Ticket/ModifyAll.html
   rt/branches/rt-3.1/html/Ticket/ModifyLinks.html
   rt/branches/rt-3.1/lib/RT/I18N/cs.po
   rt/branches/rt-3.1/lib/RT/I18N/da.po
   rt/branches/rt-3.1/lib/RT/I18N/de.po
   rt/branches/rt-3.1/lib/RT/I18N/en_malkovich.po
   rt/branches/rt-3.1/lib/RT/I18N/es.po
   rt/branches/rt-3.1/lib/RT/I18N/fi.po
   rt/branches/rt-3.1/lib/RT/I18N/fr.po
   rt/branches/rt-3.1/lib/RT/I18N/he.po
   rt/branches/rt-3.1/lib/RT/I18N/hu.po
   rt/branches/rt-3.1/lib/RT/I18N/it.po
   rt/branches/rt-3.1/lib/RT/I18N/ja.po
   rt/branches/rt-3.1/lib/RT/I18N/nl.po
   rt/branches/rt-3.1/lib/RT/I18N/no.po
   rt/branches/rt-3.1/lib/RT/I18N/pt_br.po
   rt/branches/rt-3.1/lib/RT/I18N/ru.po
   rt/branches/rt-3.1/lib/RT/I18N/zh_cn.po
   rt/branches/rt-3.1/lib/RT/I18N/zh_tw.po
   rt/branches/rt-3.1/lib/RT/Queue_Overlay.pm
   rt/branches/rt-3.1/lib/RT/Record.pm
   rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm
   rt/branches/rt-3.1/lib/RT/Tickets_Overlay.pm
Log:
RT-Ticket: 1961
RT-Status: closed
RT-Action: comment

 * Standardize on "links" instead of "relationships".  This affects
   the localizations, some of which (cs, da, es, he, hu, it, ja, nl,
   no, pt_br, zh_cn, zh_tw) had different translations of "Links" vs
   "Relationships".



Modified: rt/branches/rt-3.1/bin/rt.in
==============================================================================
--- rt/branches/rt-3.1/bin/rt.in	(original)
+++ rt/branches/rt-3.1/bin/rt.in	Thu Jun  3 01:38:00 2004
@@ -687,7 +687,7 @@
             $bad = 1;
         }
         unless (exists $ltypes{lc $rel}) {
-            whine "Invalid relationship '$rel' specified.";
+            whine "Invalid link '$rel' specified.";
             $bad = 1;
         }
         %data = (id => $from, rel => $rel, to => $to, del => $del);
@@ -1769,16 +1769,16 @@
 
     Syntax:
 
-        rt link [-d] <id-A> <relationship> <id-B>
+        rt link [-d] <id-A> <link> <id-B>
 
     Creates (or, with -d, deletes) a link between the specified tickets.
-    The relationship can (irrespective of case) be any of:
+    The link can (irrespective of case) be any of:
 
         DependsOn/DependedOnBy:     A depends upon B (or vice versa).
         RefersTo/ReferredToBy:      A refers to B (or vice versa).
         MemberOf/HasMember:         A is a member of B (or vice versa).
 
-    To view a ticket's relationships, use "rt show ticket/3/links". (See
+    To view a ticket's links, use "rt show ticket/3/links". (See
     "rt help ticket" and "rt help show".)
 
     Options:

Modified: rt/branches/rt-3.1/html/Elements/EditLinks
==============================================================================
--- rt/branches/rt-3.1/html/Elements/EditLinks	(original)
+++ rt/branches/rt-3.1/html/Elements/EditLinks	Thu Jun  3 01:38:00 2004
@@ -24,7 +24,7 @@
 <TABLE width=100%>
   <TR>
     <TD VALIGN=TOP WIDTH=50%>
-      <h3><&|/l&>Current Relationships</&></h3>
+      <h3><&|/l&>Current Links</&></h3>
 
 <table>
   <tr>
@@ -90,7 +90,7 @@
 			    
 </TD>
 <TD VALIGN=TOP>
-<h3><&|/l&>New Relationships</&></h3>
+<h3><&|/l&>New Links</&></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') {

Modified: rt/branches/rt-3.1/html/REST/1.0/ticket/link
==============================================================================
--- rt/branches/rt-3.1/html/REST/1.0/ticket/link	(original)
+++ rt/branches/rt-3.1/html/REST/1.0/ticket/link	Thu Jun  3 01:38:00 2004
@@ -65,7 +65,7 @@
     goto OUTPUT;
 }
 unless (exists $fields{lc $rel}) {
-    $output = "Invalid relationship: '$rel'.\n";
+    $output = "Invalid link: '$rel'.\n";
     $status = "400 Bad Request";
     goto OUTPUT;
 }

Modified: rt/branches/rt-3.1/html/Search/Bulk.html
==============================================================================
--- rt/branches/rt-3.1/html/Search/Bulk.html	(original)
+++ rt/branches/rt-3.1/html/Search/Bulk.html	Thu Jun  3 01:38:00 2004
@@ -138,7 +138,7 @@
  </table>
 <& /Elements/TitleBoxEnd &>
 
-<& /Elements/TitleBoxStart, title => loc('Edit Relationships'), color => "#336633"&>
+<& /Elements/TitleBoxStart, title => loc('Edit Links'), color => "#336633"&>
 <i><&|/l&>Enter tickets or URIs to link tickets to. Seperate multiple entries with spaces.</&></i><br>
 <& /Ticket/Elements/BulkLinks &>
 <& /Elements/TitleBoxEnd &>

Modified: rt/branches/rt-3.1/html/Ticket/Create.html
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/Create.html	(original)
+++ rt/branches/rt-3.1/html/Ticket/Create.html	Thu Jun  3 01:38:00 2004
@@ -171,7 +171,7 @@
 </TD>
 
 <TD VALIGN="TOP">
-<& /Elements/TitleBoxStart, title => loc('Relationships'), 
+<& /Elements/TitleBoxStart, title => loc('Links'), 
 	title_class=> 'inverse',  
 	titleright => '', color=> "#336633" &>
 

Modified: rt/branches/rt-3.1/html/Ticket/Elements/ShowSummary
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/Elements/ShowSummary	(original)
+++ rt/branches/rt-3.1/html/Ticket/Elements/ShowSummary	Thu Jun  3 01:38:00 2004
@@ -58,7 +58,7 @@
 	  <& /Ticket/Elements/ShowDates, Ticket => $Ticket &>
 	  <& /Elements/TitleBoxEnd &>
 	<BR>  
-	  <& /Elements/TitleBoxStart, title => loc('Relationships'), 
+	  <& /Elements/TitleBoxStart, title => loc('Links'), 
 		title_href => "$RT::WebPath/Ticket/ModifyLinks.html?id=".$Ticket->Id, 
 		title_class=> 'inverse',  
 		titleright => '', color=> "#336633" &>

Modified: rt/branches/rt-3.1/html/Ticket/ModifyAll.html
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/ModifyAll.html	(original)
+++ rt/branches/rt-3.1/html/Ticket/ModifyAll.html	Thu Jun  3 01:38:00 2004
@@ -53,7 +53,7 @@
 
 <BR>
 
-<& /Elements/TitleBoxStart, title => loc('Relationships'), color => "#336633"&>
+<& /Elements/TitleBoxStart, title => loc('Links'), color => "#336633"&>
 <& /Elements/EditLinks, Object => $Ticket, Merge => 1 &>
 <& /Elements/TitleBoxEnd &>
 

Modified: rt/branches/rt-3.1/html/Ticket/ModifyLinks.html
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/ModifyLinks.html	(original)
+++ rt/branches/rt-3.1/html/Ticket/ModifyLinks.html	Thu Jun  3 01:38:00 2004
@@ -32,7 +32,7 @@
 <form action="ModifyLinks.html" method="post">
 <input type="hidden" name="id" value="<%$Ticket->id%>">
 
-<& /Elements/TitleBoxStart, title => loc('Edit Relationships'), color => "#336633"&>
+<& /Elements/TitleBoxStart, title => loc('Edit Links'), color => "#336633"&>
 <& /Elements/EditLinks, Object => $Ticket, Merge => 1 &>
 <& /Elements/TitleBoxEnd &>
 <& /Elements/Submit, color => "#336633", Caption=> loc('Save Changes') &>

Modified: rt/branches/rt-3.1/lib/RT/I18N/cs.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/cs.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/cs.po	Thu Jun  3 01:38:00 2004
@@ -1171,7 +1171,7 @@
 msgstr "Vzor %1 vytvořen"
 
 #: html/Ticket/Elements/EditLinks:28
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Aktuální relace"
 
 #: html/Admin/Elements/EditScrips:30
@@ -1441,7 +1441,7 @@
 msgstr "Upravit uživatelské položky pro %1"
 
 #: html/Ticket/ModifyLinks.html:36
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Upravit relace"
 
 #: html/Admin/Queues/Templates.html:41
@@ -2407,7 +2407,7 @@
 msgstr "Nová probíhající schválení"
 
 #: html/Ticket/Elements/EditLinks:111
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Nové relace"
 
 #: html/Ticket/Elements/Tabs:36
@@ -3124,11 +3124,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Obnovit tuto stránku %quant(%1,každou,každé,každých) %numf(%1) %quant(%1,minutu,minuty,minut)."
 
-#??? quant
-#: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:60 html/Ticket/ModifyAll.html:57
-msgid "Relationships"
-msgstr "Vztahy"
-
 #: html/Search/Bulk.html:93
 msgid "Remove AdminCc"
 msgstr "Odstranit AdminCc"

Modified: rt/branches/rt-3.1/lib/RT/I18N/da.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/da.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/da.po	Thu Jun  3 01:38:00 2004
@@ -1199,7 +1199,7 @@
 msgstr "Oprettede template %1"
 
 #: html/Ticket/Elements/EditLinks:27
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Nuværende relationer"
 
 #: html/Admin/Elements/EditScrips:29
@@ -1488,7 +1488,7 @@
 msgstr "Editér customer felter for %1"
 
 #: html/Search/Bulk.html:143 html/Ticket/ModifyLinks.html:35
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Editér forhold"
 
 #: html/Admin/Queues/Templates.html:41
@@ -2478,7 +2478,7 @@
 msgstr "Ny afventende godkendelse"
 
 #: html/Ticket/Elements/EditLinks:110
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Nye relationer"
 
 #: html/Ticket/Elements/Tabs:35
@@ -3246,10 +3246,6 @@
 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"

Modified: rt/branches/rt-3.1/lib/RT/I18N/de.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/de.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/de.po	Thu Jun  3 01:38:00 2004
@@ -198,7 +198,6 @@
 msgid "%1 matches"
 msgstr "%1 enthält"
 
-
 #: html/Ticket/Elements/ShowBasics:36
 #. ($TimeWorked)
 msgid "%1 min"
@@ -1301,7 +1300,7 @@
 msgstr ""
 
 #: html/Ticket/Elements/EditLinks:28
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Momentane Beziehungen"
 
 #: html/Admin/Elements/EditScrips:30
@@ -1579,7 +1578,7 @@
 msgstr "Bearbeite benutzerdefinierte Felder für Klasse %1"
 
 #: html/Ticket/ModifyLinks.html:36
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Bearbeite Beziehungen"
 
 #: html/Admin/Queues/Templates.html:41
@@ -2338,7 +2337,6 @@
 msgid "Modify article #%1"
 msgstr "Ändere Artikel #%1"
 
-
 #: lib/RT/Queue_Overlay.pm:70
 msgid "Modify Access Control List"
 msgstr "Ändere Zugriffskontrollliste"
@@ -2606,7 +2604,6 @@
 msgid "New class"
 msgstr "Neue Klasse"
 
-
 #: html/Admin/Elements/ModifyUser:32 html/Admin/Users/Modify.html:93 html/User/Prefs.html:65
 msgid "New Password"
 msgstr "Neues Passwort"
@@ -2616,7 +2613,7 @@
 msgstr "Neue wartende Freigaben"
 
 #: html/Ticket/Elements/EditLinks:111
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Neue Beziehungen"
 
 #: html/Ticket/Elements/Tabs:36
@@ -3357,10 +3354,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Seite alle %1 Minuten aktualisieren."
 
-#: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:60 html/Ticket/ModifyAll.html:57
-msgid "Relationships"
-msgstr "Beziehungen"
-
 #: html/Search/Bulk.html:93
 msgid "Remove AdminCc"
 msgstr "Entferne AdminCC"
@@ -3778,7 +3771,6 @@
 msgid "Summary matches"
 msgstr "Zusammenfassung enthält"
 
-
 #: NOT FOUND IN SOURCE
 msgid "Stalled"
 msgstr ""

Modified: rt/branches/rt-3.1/lib/RT/I18N/en_malkovich.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/en_malkovich.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/en_malkovich.po	Thu Jun  3 01:38:00 2004
@@ -4,8 +4,6 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-
-
 msgid "#%1: %2"
 msgstr "#%1: %2"
 
@@ -72,7 +70,6 @@
 msgid "%1 highest priority tickets I own..."
 msgstr "%1 Malkovich Malkovich I Malkovich..."
 
-
 msgid "%1 highest priority tickets I requested..."
 msgstr "%1 Malkovich Malkovich I Malkovich..."
 
@@ -652,7 +649,7 @@
 msgid "Created CustomField %1"
 msgstr "Malkovich Malkovich %1"
 
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Malkovich Malkovich"
 
 msgid "Current Scrips"
@@ -844,7 +841,7 @@
 msgid "Edit Custom Fields for %1"
 msgstr "Malkovich Malkovich %1"
 
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Malkovich Malkovich"
 
 msgid "Edit Templates for queue %1"
@@ -1495,7 +1492,7 @@
 msgid "New Pending Approval"
 msgstr "Malkovich Malkovich"
 
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Malkovich Malkovich"
 
 msgid "New Search"
@@ -1957,9 +1954,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Malkovich Malkovich %1 Malkovich."
 
-msgid "Relationships"
-msgstr "Malkovich"
-
 msgid "Remove AdminCc"
 msgstr "Malkovich"
 

Modified: rt/branches/rt-3.1/lib/RT/I18N/es.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/es.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/es.po	Thu Jun  3 01:38:00 2004
@@ -1247,7 +1247,7 @@
 msgstr "Plantilla %1 creada"
 
 #: html/Ticket/Elements/EditLinks:28
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Relaciones actuales"
 
 #: html/Admin/Elements/EditScrips:30
@@ -1537,7 +1537,7 @@
 msgstr "Editar campos personalizados para %1"
 
 #: html/Ticket/ModifyLinks.html:36
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Editar relaciones"
 
 #: html/Admin/Queues/Templates.html:41
@@ -2578,7 +2578,7 @@
 msgstr "Nueva pendiente de aprobación"
 
 #: html/Ticket/Elements/EditLinks:111
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Nuevas relaciones"
 
 #: html/Ticket/Elements/Tabs:36
@@ -3319,10 +3319,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Refrescar esta página cada %1 minutos"
 
-#: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:60 html/Ticket/ModifyAll.html:57
-msgid "Relationships"
-msgstr "Relaciones"
-
 #: html/Search/Bulk.html:93
 msgid "Remove AdminCc"
 msgstr "Quitar AdminCc"

Modified: rt/branches/rt-3.1/lib/RT/I18N/fi.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/fi.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/fi.po	Thu Jun  3 01:38:00 2004
@@ -1248,7 +1248,7 @@
 msgstr "Luotu pohja %1"
 
 #: html/Ticket/Elements/EditLinks:28
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Tämänhetkiset suhteet"
 
 #: html/Admin/Elements/EditScrips:30
@@ -1538,7 +1538,7 @@
 msgstr "Muokkaa työjonon %1 kenttiä"
 
 #: html/Ticket/ModifyLinks.html:36
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Muokkaa suhteita"
 
 #: html/Admin/Queues/Templates.html:41
@@ -2579,7 +2579,7 @@
 msgstr ""
 
 #: html/Ticket/Elements/EditLinks:111
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Uusi linkki"
 
 #: html/Ticket/Elements/Tabs:36
@@ -3320,10 +3320,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Päivitä tämä sivu %1 minuutin välein"
 
-#: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:60 html/Ticket/ModifyAll.html:57
-msgid "Relationships"
-msgstr "Linkit"
-
 #: html/Search/Bulk.html:93
 msgid "Remove AdminCc"
 msgstr "Poista kopio ylläpidolle"

Modified: rt/branches/rt-3.1/lib/RT/I18N/fr.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/fr.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/fr.po	Thu Jun  3 01:38:00 2004
@@ -1303,7 +1303,7 @@
 msgstr "Modèle %1 créé"
 
 #: html/Ticket/Elements/EditLinks:27
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Relations actuelles"
 
 #: html/Admin/Elements/EditScrips:29
@@ -1616,7 +1616,7 @@
 msgstr "Editer les champs personnalisés pour %1"
 
 #: html/Search/Bulk.html:143 html/Ticket/ModifyLinks.html:35
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Modifier les relations"
 
 #: html/Admin/Queues/Templates.html:41
@@ -2686,7 +2686,7 @@
 msgstr "Nouvelles approbations en attente"
 
 #: html/Ticket/Elements/EditLinks:110
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Nouvelles relations"
 
 #: html/Ticket/Elements/Tabs:35
@@ -3490,10 +3490,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Rafraîchir cette page toutes les %1 minutes."
 
-#: html/Ticket/Create.html:173 html/Ticket/Elements/ShowSummary:61 html/Ticket/ModifyAll.html:56
-msgid "Relationships"
-msgstr "Relations"
-
 #: html/Search/Bulk.html:97
 msgid "Remove AdminCc"
 msgstr "Enlever AdminCc "

Modified: rt/branches/rt-3.1/lib/RT/I18N/he.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/he.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/he.po	Thu Jun  3 01:38:00 2004
@@ -1305,7 +1305,7 @@
 msgstr ""
 
 #: html/Ticket/Elements/EditLinks:28
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "יחסים נוכחיים"
 
 #: html/Admin/Elements/EditScrips:30
@@ -1598,7 +1598,7 @@
 msgstr ""
 
 #: html/Ticket/ModifyLinks.html:36
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr ""
 
 #: html/Admin/Queues/Templates.html:42
@@ -2648,7 +2648,7 @@
 msgstr ""
 
 #: html/Ticket/Elements/EditLinks:111
-msgid "New Relationships"
+msgid "New Links"
 msgstr "יחסים חדשים"
 
 #: html/Ticket/Elements/Tabs:36
@@ -3425,10 +3425,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "רענן דף זה כל %1 דקות."
 
-#: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:62 html/Ticket/ModifyAll.html:57
-msgid "Relationships"
-msgstr "יחסים עם פניות אחרות"
-
 #: html/Search/Bulk.html:93
 msgid "Remove AdminCc"
 msgstr "הסר העתק ניהולי"

Modified: rt/branches/rt-3.1/lib/RT/I18N/hu.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/hu.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/hu.po	Thu Jun  3 01:38:00 2004
@@ -1352,7 +1352,7 @@
          msgstr ""
          
          #: html/Ticket/Elements/EditLinks:28
-         msgid "Current Relationships"
+         msgid "Current Links"
          msgstr "Jelenlegi kapcsolatok"
          
          #: html/Admin/Elements/EditScrips:30
@@ -1630,7 +1630,7 @@
          msgstr "Bearbeite benutzerdefinierte Felder für Klasse %1"
          
          #: html/Ticket/ModifyLinks.html:36
-         msgid "Edit Relationships"
+         msgid "Edit Links"
          msgstr "Kapcsolatok módosítása"
          
          #: html/Admin/Queues/Templates.html:41
@@ -2682,7 +2682,7 @@
          msgstr ""
          
          #: html/Ticket/Elements/EditLinks:111
-         msgid "New Relationships"
+         msgid "New Links"
          msgstr "Új kapcsolatok"
          
          #: html/Ticket/Elements/Tabs:36
@@ -3434,10 +3434,6 @@
          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"

Modified: rt/branches/rt-3.1/lib/RT/I18N/it.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/it.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/it.po	Thu Jun  3 01:38:00 2004
@@ -1690,7 +1690,7 @@
 msgstr "Modello %1 creato"
 
 #: html/Ticket/Elements/EditLinks:27
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Relazioni attuali"
 
 #: html/Admin/Elements/EditScrips:29
@@ -2058,7 +2058,7 @@
 msgstr "Modifica i Campi Personalizzati per %1"
 
 #: html/Ticket/ModifyLinks.html:35
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Modifica Relazioni"
 
 #. ($QueueObj->Name)
@@ -3339,7 +3339,7 @@
 msgstr "New Pending Approval"
 
 #: html/Ticket/Elements/EditLinks:110
-msgid "New Relationships"
+msgid "New Links"
 msgstr "New Relationships"
 
 #: html/Ticket/Elements/Tabs:35
@@ -4401,12 +4401,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Aggiorna questa pagina ogni %1 minuti."
 
-#: html/Ticket/Create.html:173
-#: html/Ticket/Elements/ShowSummary:61
-#: html/Ticket/ModifyAll.html:56
-msgid "Relationships"
-msgstr "Relazioni"
-
 #: html/Search/Bulk.html:92
 msgid "Remove AdminCc"
 msgstr "Remove AdminCc"

Modified: rt/branches/rt-3.1/lib/RT/I18N/ja.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/ja.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/ja.po	Thu Jun  3 01:38:00 2004
@@ -1288,7 +1288,7 @@
 msgstr "テンプレート%1を作成しました"
 
 #: html/Ticket/Elements/EditLinks:28
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "現在の関係"
 
 #: html/Admin/Elements/EditScrips:30
@@ -1582,7 +1582,7 @@
 msgstr "%1のカスタムフィールドを編集する"
 
 #: html/Ticket/ModifyLinks.html:36
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "関係を編集する"
 
 #: html/Admin/Queues/Templates.html:41
@@ -2627,7 +2627,7 @@
 msgstr ""
 
 #: html/Ticket/Elements/EditLinks:111
-msgid "New Relationships"
+msgid "New Links"
 msgstr "新しい関係"
 
 #: html/Ticket/Elements/Tabs:36
@@ -3384,10 +3384,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "このページを%1分おきに更新してください"
 
-#: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:60 html/Ticket/ModifyAll.html:57
-msgid "Relationships"
-msgstr "関係"
-
 #: html/Search/Bulk.html:93
 msgid "Remove AdminCc"
 msgstr "管理Ccを削除する"

Modified: rt/branches/rt-3.1/lib/RT/I18N/nl.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/nl.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/nl.po	Thu Jun  3 01:38:00 2004
@@ -1285,7 +1285,7 @@
 msgstr "Sjabloon %1 Gecreëerd"
 
 #: html/Ticket/Elements/EditLinks:28
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Huidige Relaties"
 
 #: html/Admin/Elements/EditScrips:30
@@ -1579,7 +1579,7 @@
 msgstr "Wijzig Specifieke Velden voor %1"
 
 #: html/Ticket/ModifyLinks.html:36
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Wijzig Relaties"
 
 #: html/Admin/Queues/Templates.html:41
@@ -2624,7 +2624,7 @@
 msgstr "Nieuwe Hangende Goedkeuring"
 
 #: html/Ticket/Elements/EditLinks:111
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Nieuwe Relaties"
 
 #: html/Ticket/Elements/Tabs:36
@@ -3381,10 +3381,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Ververs deze pagina elke %1 minuten."
 
-#: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:60 html/Ticket/ModifyAll.html:57
-msgid "Relationships"
-msgstr "Relaties"
-
 #: html/Search/Bulk.html:93
 msgid "Remove AdminCc"
 msgstr "Verwijder AdminCc"

Modified: rt/branches/rt-3.1/lib/RT/I18N/no.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/no.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/no.po	Thu Jun  3 01:38:00 2004
@@ -9,8 +9,6 @@
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-
-
 #: html/Elements/MyRequests:28 html/Elements/MyTickets:28
 msgid "#"
 msgstr "#"
@@ -1308,7 +1306,7 @@
 msgstr "Opprettet malen %1"
 
 #: html/Ticket/Elements/EditLinks:28
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Eksisterende Forhold"
 
 #: html/Admin/Elements/EditScrips:30
@@ -1601,7 +1599,7 @@
 msgstr "Rediger fleksifelt for %1"
 
 #: html/Ticket/ModifyLinks.html:36
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Rediger Forhold"
 
 #: html/Admin/Queues/Templates.html:42
@@ -2651,7 +2649,7 @@
 msgstr "Ny, Venter på Godkjennelse"
 
 #: html/Ticket/Elements/EditLinks:111
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Nye forhold"
 
 #: html/Ticket/Elements/Tabs:36
@@ -3428,10 +3426,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Last siden p nytt hvert %1 minutt."
 
-#: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:62 html/Ticket/ModifyAll.html:57
-msgid "Relationships"
-msgstr "Forhold"
-
 #: html/Search/Bulk.html:93
 msgid "Remove AdminCc"
 msgstr "Fjern AdminCc"

Modified: rt/branches/rt-3.1/lib/RT/I18N/pt_br.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/pt_br.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/pt_br.po	Thu Jun  3 01:38:00 2004
@@ -1291,7 +1291,7 @@
 msgstr "Modelo %1 criado"
 
 #: html/Ticket/Elements/EditLinks:28
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Relações atuais"
 
 #: html/Admin/Elements/EditScrips:30
@@ -1585,7 +1585,7 @@
 msgstr "Editar Campos Personalizados para %1"
 
 #: html/Ticket/ModifyLinks.html:36
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Editar Relacionamentos"
 
 #: html/Admin/Queues/Templates.html:41
@@ -2630,7 +2630,7 @@
 msgstr "Nova Aprovação Pendente"
 
 #: html/Ticket/Elements/EditLinks:111
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Novos Relacionamentos"
 
 #: html/Ticket/Elements/Tabs:36
@@ -3387,10 +3387,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Recarregar esta página a cada %1 minutos."
 
-#: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:60 html/Ticket/ModifyAll.html:57
-msgid "Relationships"
-msgstr "Relacionamentos"
-
 #: html/Search/Bulk.html:93
 msgid "Remove AdminCc"
 msgstr "Remover AdminCc"

Modified: rt/branches/rt-3.1/lib/RT/I18N/ru.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/ru.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/ru.po	Thu Jun  3 01:38:00 2004
@@ -243,7 +243,6 @@
 msgid "'%1' not a recognized action. "
 msgstr "Что делать ? : '%1'"
 
-
 #: 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 "(Пометьте то, что хотите удалить)"
@@ -412,7 +411,6 @@
 msgid "Add Requestor"
 msgstr "Добавить просителя"
 
-
 #: html/Admin/Global/Scrip.html:55
 msgid "Add a scrip which will apply to all queues"
 msgstr "Добавить скрипт, который будет действовать на все очереди"
@@ -1154,7 +1152,7 @@
 msgstr "Создан шаблон %1"
 
 #: html/Ticket/Elements/EditLinks:28
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "Текущие связи"
 
 #: html/Admin/Elements/EditScrips:30
@@ -1428,7 +1426,7 @@
 msgstr "Изменение дополнительных полей для %1"
 
 #: html/Ticket/ModifyLinks.html:36
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "Изменение связей"
 
 #: html/Admin/Queues/Templates.html:41
@@ -2245,7 +2243,6 @@
 msgid "Modify global group rights."
 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 "Изменение глобальных прав пользователя"
@@ -2434,7 +2431,7 @@
 msgstr ""
 
 #: html/Ticket/Elements/EditLinks:111
-msgid "New Relationships"
+msgid "New Links"
 msgstr "Новые связи"
 
 #: html/Ticket/Elements/Tabs:36
@@ -3187,10 +3184,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "Обновлять эту страницу каждые %1 минут."
 
-#: html/Ticket/Create.html:174 html/Ticket/Elements/ShowSummary:60 html/Ticket/ModifyAll.html:57
-msgid "Relationships"
-msgstr "Связи"
-
 #: html/Search/Bulk.html:93
 msgid "Remove AdminCc"
 msgstr "Удалить административную копию"

Modified: rt/branches/rt-3.1/lib/RT/I18N/zh_cn.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/zh_cn.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/zh_cn.po	Thu Jun  3 01:38:00 2004
@@ -1848,7 +1848,7 @@
 msgstr "现有群组列表:"
 
 #: html/Elements/EditLinks:27 html/Ticket/Elements/EditLinks:27
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "现有关系"
 
 #: NOT FOUND IN SOURCE
@@ -2378,7 +2378,7 @@
 msgstr "编辑查询"
 
 #: html/Search/Bulk.html:147 html/Ticket/ModifyLinks.html:35
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "编辑申请单关系"
 
 #: NOT FOUND IN SOURCE
@@ -4125,7 +4125,7 @@
 msgstr "新增查询"
 
 #: html/Elements/EditLinks:93 html/Ticket/Elements/EditLinks:93
-msgid "New Relationships"
+msgid "New Links"
 msgstr "新增关系"
 
 #: NOT FOUND IN SOURCE
@@ -5353,10 +5353,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "每 %1 分钟更新页面"
 
-#: html/Scope/Elements/ShowSummary:57 html/Ticket/Create.html:183 html/Ticket/Elements/ShowSummary:61 html/Ticket/ModifyAll.html:56
-msgid "Relationships"
-msgstr "关系"
-
 #: NOT FOUND IN SOURCE
 msgid "Remove"
 msgstr "移除"

Modified: rt/branches/rt-3.1/lib/RT/I18N/zh_tw.po
==============================================================================
--- rt/branches/rt-3.1/lib/RT/I18N/zh_tw.po	(original)
+++ rt/branches/rt-3.1/lib/RT/I18N/zh_tw.po	Thu Jun  3 01:38:00 2004
@@ -1848,7 +1848,7 @@
 msgstr "現有群組列表:"
 
 #: html/Elements/EditLinks:27 html/Ticket/Elements/EditLinks:27
-msgid "Current Relationships"
+msgid "Current Links"
 msgstr "現有關係"
 
 #: NOT FOUND IN SOURCE
@@ -2378,7 +2378,7 @@
 msgstr "編輯查詢"
 
 #: html/Search/Bulk.html:147 html/Ticket/ModifyLinks.html:35
-msgid "Edit Relationships"
+msgid "Edit Links"
 msgstr "編輯申請單關係"
 
 #: NOT FOUND IN SOURCE
@@ -4125,7 +4125,7 @@
 msgstr "新增查詢"
 
 #: html/Elements/EditLinks:93 html/Ticket/Elements/EditLinks:93
-msgid "New Relationships"
+msgid "New Links"
 msgstr "新增關係"
 
 #: NOT FOUND IN SOURCE
@@ -5353,10 +5353,6 @@
 msgid "Refresh this page every %1 minutes."
 msgstr "每 %1 分鐘更新頁面"
 
-#: html/Scope/Elements/ShowSummary:57 html/Ticket/Create.html:183 html/Ticket/Elements/ShowSummary:61 html/Ticket/ModifyAll.html:56
-msgid "Relationships"
-msgstr "關係"
-
 #: NOT FOUND IN SOURCE
 msgid "Remove"
 msgstr "移除"

Modified: rt/branches/rt-3.1/lib/RT/Queue_Overlay.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/Queue_Overlay.pm	(original)
+++ rt/branches/rt-3.1/lib/RT/Queue_Overlay.pm	Thu Jun  3 01:38:00 2004
@@ -478,7 +478,7 @@
 
 =head2 _CreateQueueGroups
 
-Create the ticket groups and relationships for this ticket. 
+Create the ticket groups and links for this ticket. 
 This routine expects to be called from Ticket->Create _inside of a transaction_
 
 It will create four groups for this ticket: Requestor, Cc, AdminCc and Owner.

Modified: rt/branches/rt-3.1/lib/RT/Record.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/Record.pm	(original)
+++ rt/branches/rt-3.1/lib/RT/Record.pm	Thu Jun  3 01:38:00 2004
@@ -678,7 +678,7 @@
 
 
 # {{{ LINKDIRMAP
-# A helper table for relationships mapping to make it easier
+# A helper table for links mapping to make it easier
 # to build and parse links between tickets
 
 use vars '%LINKDIRMAP';
@@ -755,7 +755,7 @@
     return @results;
 }
 
-# {{{ Routines dealing with Links and Relations between tickets
+# {{{ Routines dealing with Links between tickets
 
 # {{{ Link Collections
 

Modified: rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm	(original)
+++ rt/branches/rt-3.1/lib/RT/Ticket_Overlay.pm	Thu Jun  3 01:38:00 2004
@@ -138,7 +138,7 @@
 # }}}
 
 # {{{ LINKTYPEMAP
-# A helper table for relationships mapping to make it easier
+# A helper table for links mapping to make it easier
 # to build and parse links between tickets
 
 use vars '%LINKTYPEMAP';
@@ -170,7 +170,7 @@
 # }}}
 
 # {{{ LINKDIRMAP
-# A helper table for relationships mapping to make it easier
+# A helper table for links mapping to make it easier
 # to build and parse links between tickets
 
 use vars '%LINKDIRMAP';
@@ -1320,7 +1320,7 @@
 
 =head2 _CreateTicketGroups
 
-Create the ticket groups and relationships for this ticket. 
+Create the ticket groups and links for this ticket. 
 This routine expects to be called from Ticket->Create _inside of a transaction_
 
 It will create four groups for this ticket: Requestor, Cc, AdminCc and Owner.

Modified: rt/branches/rt-3.1/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/Tickets_Overlay.pm	(original)
+++ rt/branches/rt-3.1/lib/RT/Tickets_Overlay.pm	Thu Jun  3 01:38:00 2004
@@ -279,7 +279,7 @@
 
 Meta Data:
   1: Direction (From,To)
-  2: Relationship Type (MemberOf, DependsOn,RefersTo)
+  2: Link Type (MemberOf, DependsOn,RefersTo)
 
 =cut
 
@@ -349,7 +349,7 @@
 Handle date fields.  (Created, LastTold..)
 
 Meta Data:
-  1: type of relationship.  (Probably not necessary.)
+  1: type of link.  (Probably not necessary.)
 
 =cut
 
@@ -1387,7 +1387,7 @@
 =head2 LimitLinkedTo
 
 LimitLinkedTo takes a paramhash with two fields: TYPE and TARGET
-TYPE limits the sort of relationship we want to search on
+TYPE limits the sort of link we want to search on
 
 TYPE = { RefersTo, MemberOf, DependsOn }
 
@@ -1423,7 +1423,7 @@
 =head2 LimitLinkedFrom
 
 LimitLinkedFrom takes a paramhash with two fields: TYPE and BASE
-TYPE limits the sort of relationship we want to search on
+TYPE limits the sort of link we want to search on
 
 
 BASE is the id or URI of the BASE of the link


More information about the Rt-commit mailing list