[Rt-commit] [svn] r767 - in rt/trunk: html/Ticket lib/RT
lib/RT/Action lib/RT/I18N
leira at pallas.eruditorum.org
leira at pallas.eruditorum.org
Wed Apr 28 18:41:17 EDT 2004
Author: leira
Date: Wed Apr 28 18:41:16 2004
New Revision: 767
Modified:
rt/trunk/html/Ticket/Create.html
rt/trunk/lib/RT/Action/SendEmail.pm
rt/trunk/lib/RT/Attachment_Overlay.pm
rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
rt/trunk/lib/RT/GroupMembers_Overlay.pm
rt/trunk/lib/RT/I18N/cs.po
rt/trunk/lib/RT/I18N/de.po
rt/trunk/lib/RT/I18N/es.po
rt/trunk/lib/RT/I18N/fr.po
rt/trunk/lib/RT/I18N/he.po
rt/trunk/lib/RT/I18N/it.po
rt/trunk/lib/RT/I18N/ja.po
rt/trunk/lib/RT/I18N/nl.po
rt/trunk/lib/RT/I18N/no.po
rt/trunk/lib/RT/I18N/pt_br.po
rt/trunk/lib/RT/I18N/ru.po
rt/trunk/lib/RT/I18N/zh_cn.po
rt/trunk/lib/RT/I18N/zh_tw.po
rt/trunk/lib/RT/Principal_Overlay.pm
rt/trunk/lib/RT/Scrip_Overlay.pm
rt/trunk/lib/RT/Ticket_Overlay.pm
Log:
Separate, not seperate. Applies patch in ticket #5319.
Modified: rt/trunk/html/Ticket/Create.html
==============================================================================
--- rt/trunk/html/Ticket/Create.html (original)
+++ rt/trunk/html/Ticket/Create.html Wed Apr 28 18:41:16 2004
@@ -175,7 +175,7 @@
title_class=> 'inverse',
titleright => '', color=> "#336633" &>
-<i><&|/l&>(Enter ticket ids or URLs, seperated with spaces)</&></i>
+<i><&|/l&>(Enter ticket ids or URLs, separated with spaces)</&></i>
<TABLE BORDER=0>
<TR><TD ALIGN=RIGHT><&|/l&>Depends on</&></TD><TD><input size=10 name="new-DependsOn" value="<% $ARGS{'new-DependsOn'} %>"></TD></TR>
<TR><TD ALIGN=RIGHT><&|/l&>Depended on by</&></TD><TD><input size=10 name="DependsOn-new" value="<% $ARGS{'DependsOn-new'} %>"></TD></TR>
Modified: rt/trunk/lib/RT/Action/SendEmail.pm
==============================================================================
--- rt/trunk/lib/RT/Action/SendEmail.pm (original)
+++ rt/trunk/lib/RT/Action/SendEmail.pm Wed Apr 28 18:41:16 2004
@@ -239,7 +239,7 @@
=head2 SendMessage MIMEObj
sends the message using RT's preferred API.
-TODO: Break this out to a seperate module
+TODO: Break this out to a separate module
=cut
Modified: rt/trunk/lib/RT/Attachment_Overlay.pm
==============================================================================
--- rt/trunk/lib/RT/Attachment_Overlay.pm (original)
+++ rt/trunk/lib/RT/Attachment_Overlay.pm Wed Apr 28 18:41:16 2004
@@ -451,7 +451,7 @@
Returns this object's headers as a string. This method specifically
removes the RT-Send-Bcc: header, so as to never reveal to whom RT sent a Bcc.
We need to record the RT-Send-Cc and RT-Send-Bcc values so that we can actually send
-out mail. (The mailing rules are seperated from the ticket update code by
+out mail. (The mailing rules are separated from the ticket update code by
an abstraction barrier that makes it impossible to pass this data directly
=cut
Modified: rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm
==============================================================================
--- rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm (original)
+++ rt/trunk/lib/RT/CachedGroupMembers_Overlay.pm Wed Apr 28 18:41:16 2004
@@ -51,7 +51,7 @@
=head2 LimitToUsers
Limits this search object to users who are members of this group
-This is really useful when you want to haave your UI seperate out
+This is really useful when you want to have your UI separate out
groups from users for display purposes
=cut
@@ -78,7 +78,7 @@
=head2 LimitToGroups
Limits this search object to Groups who are members of this group
-This is really useful when you want to haave your UI seperate out
+This is really useful when you want to have your UI separate out
groups from users for display purposes
=cut
Modified: rt/trunk/lib/RT/GroupMembers_Overlay.pm
==============================================================================
--- rt/trunk/lib/RT/GroupMembers_Overlay.pm (original)
+++ rt/trunk/lib/RT/GroupMembers_Overlay.pm Wed Apr 28 18:41:16 2004
@@ -51,7 +51,7 @@
=head2 LimitToUsers
Limits this search object to users who are members of this group.
-This is really useful when you want to haave your UI seperate out
+This is really useful when you want to have your UI separate out
groups from users for display purposes
=cut
@@ -78,7 +78,7 @@
=head2 LimitToGroups
Limits this search object to Groups who are members of this group.
-This is really useful when you want to haave your UI seperate out
+This is really useful when you want to have your UI separate out
groups from users for display purposes
=cut
Modified: rt/trunk/lib/RT/I18N/cs.po
==============================================================================
--- rt/trunk/lib/RT/I18N/cs.po (original)
+++ rt/trunk/lib/RT/I18N/cs.po Wed Apr 28 18:41:16 2004
@@ -259,7 +259,7 @@
msgstr "(Zatrhněte pro smazání)"
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(Zadejte identifikátory či URL požadavku, oddělené mezerami)"
#: html/Admin/Queues/Modify.html:54 html/Admin/Queues/Modify.html:60
Modified: rt/trunk/lib/RT/I18N/de.po
==============================================================================
--- rt/trunk/lib/RT/I18N/de.po (original)
+++ rt/trunk/lib/RT/I18N/de.po Wed Apr 28 18:41:16 2004
@@ -275,7 +275,7 @@
msgstr "(Markieren um zu löschen)"
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(Gib Anfragenummern oder URLs getrennt durch Leerzeichen ein)"
#: html/Admin/Queues/Modify.html:54 html/Admin/Queues/Modify.html:60
Modified: rt/trunk/lib/RT/I18N/es.po
==============================================================================
--- rt/trunk/lib/RT/I18N/es.po (original)
+++ rt/trunk/lib/RT/I18N/es.po Wed Apr 28 18:41:16 2004
@@ -275,7 +275,7 @@
msgstr "(Marque las cajas para borrar)"
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(Introduzca los identificadores de ticket o URLs, separados por espacios)"
#: html/Admin/Queues/Modify.html:54 html/Admin/Queues/Modify.html:60
Modified: rt/trunk/lib/RT/I18N/fr.po
==============================================================================
--- rt/trunk/lib/RT/I18N/fr.po (original)
+++ rt/trunk/lib/RT/I18N/fr.po Wed Apr 28 18:41:16 2004
@@ -281,7 +281,7 @@
msgstr "(Cocher la case pour supprimer)"
#: html/Ticket/Create.html:177
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(Entrer les numéros de tickets ou les URLs, séparés par des espaces)"
#: html/Admin/Queues/Modify.html:53 html/Admin/Queues/Modify.html:59
Modified: rt/trunk/lib/RT/I18N/he.po
==============================================================================
--- rt/trunk/lib/RT/I18N/he.po (original)
+++ rt/trunk/lib/RT/I18N/he.po Wed Apr 28 18:41:16 2004
@@ -279,7 +279,7 @@
msgstr "(סמן תיבות כדי למחוק)"
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr ""
#: html/Admin/Queues/Modify.html:54 html/Admin/Queues/Modify.html:60
Modified: rt/trunk/lib/RT/I18N/it.po
==============================================================================
--- rt/trunk/lib/RT/I18N/it.po (original)
+++ rt/trunk/lib/RT/I18N/it.po Wed Apr 28 18:41:16 2004
@@ -366,7 +366,7 @@
msgstr "(Spunta la casella per cancellare)"
#: html/Ticket/Create.html:177
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(Inserire il numero di tickets o gli URL, separati da spazi)"
#. ($RT::CorrespondAddress)
Modified: rt/trunk/lib/RT/I18N/ja.po
==============================================================================
--- rt/trunk/lib/RT/I18N/ja.po (original)
+++ rt/trunk/lib/RT/I18N/ja.po Wed Apr 28 18:41:16 2004
@@ -280,7 +280,7 @@
msgstr ""
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(チケットIDまたはURLsを空欄で区切って入力してください)"
#: html/Admin/Queues/Modify.html:54 html/Admin/Queues/Modify.html:60
Modified: rt/trunk/lib/RT/I18N/nl.po
==============================================================================
--- rt/trunk/lib/RT/I18N/nl.po (original)
+++ rt/trunk/lib/RT/I18N/nl.po Wed Apr 28 18:41:16 2004
@@ -273,7 +273,7 @@
msgstr ""
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(Vul ticket ids of URLs in, gescheiden door spaties)"
#: html/Admin/Queues/Modify.html:54 html/Admin/Queues/Modify.html:60
Modified: rt/trunk/lib/RT/I18N/no.po
==============================================================================
--- rt/trunk/lib/RT/I18N/no.po (original)
+++ rt/trunk/lib/RT/I18N/no.po Wed Apr 28 18:41:16 2004
@@ -282,7 +282,7 @@
msgstr "(Merk boksene for å slette)"
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(Skriv inn referansenummer eller URler, separert med mellomrom)"
#: html/Admin/Queues/Modify.html:54 html/Admin/Queues/Modify.html:60
Modified: rt/trunk/lib/RT/I18N/pt_br.po
==============================================================================
--- rt/trunk/lib/RT/I18N/pt_br.po (original)
+++ rt/trunk/lib/RT/I18N/pt_br.po Wed Apr 28 18:41:16 2004
@@ -279,7 +279,7 @@
msgstr "(Assinale para remover)"
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(Entre com identificadores de tíquetes ou URLs, separados por espaços)"
#: html/Admin/Queues/Modify.html:54 html/Admin/Queues/Modify.html:60
Modified: rt/trunk/lib/RT/I18N/ru.po
==============================================================================
--- rt/trunk/lib/RT/I18N/ru.po (original)
+++ rt/trunk/lib/RT/I18N/ru.po Wed Apr 28 18:41:16 2004
@@ -249,7 +249,7 @@
msgstr "(Пометьте то, что хотите удалить)"
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(Введите номера или ссылки на тикеты. Несколько тикетов разделяются пробелами.)"
#: html/Admin/Queues/Modify.html:54 html/Admin/Queues/Modify.html:60
Modified: rt/trunk/lib/RT/I18N/zh_cn.po
==============================================================================
--- rt/trunk/lib/RT/I18N/zh_cn.po (original)
+++ rt/trunk/lib/RT/I18N/zh_cn.po Wed Apr 28 18:41:16 2004
@@ -322,7 +322,7 @@
msgstr "(点选欲删除的项目)"
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(键入申请单编号或网址,以空白分隔)"
#: html/Admin/Queues/Modify.html:53 html/Admin/Queues/Modify.html:59
Modified: rt/trunk/lib/RT/I18N/zh_tw.po
==============================================================================
--- rt/trunk/lib/RT/I18N/zh_tw.po (original)
+++ rt/trunk/lib/RT/I18N/zh_tw.po Wed Apr 28 18:41:16 2004
@@ -322,7 +322,7 @@
msgstr "(點選欲刪除的項目)"
#: html/Ticket/Create.html:178
-msgid "(Enter ticket ids or URLs, seperated with spaces)"
+msgid "(Enter ticket ids or URLs, separated with spaces)"
msgstr "(鍵入申請單編號或網址,以空白分隔)"
#: html/Admin/Queues/Modify.html:53 html/Admin/Queues/Modify.html:59
Modified: rt/trunk/lib/RT/Principal_Overlay.pm
==============================================================================
--- rt/trunk/lib/RT/Principal_Overlay.pm (original)
+++ rt/trunk/lib/RT/Principal_Overlay.pm Wed Apr 28 18:41:16 2004
@@ -557,7 +557,7 @@
Returns a list uniquely representing an object or normal scalar.
For scalars, its string value is returned; for objects that has an
-id() method, its class name and Id are returned as a string seperated by a "-".
+id() method, its class name and Id are returned as a string separated by a "-".
=cut
Modified: rt/trunk/lib/RT/Scrip_Overlay.pm
==============================================================================
--- rt/trunk/lib/RT/Scrip_Overlay.pm (original)
+++ rt/trunk/lib/RT/Scrip_Overlay.pm Wed Apr 28 18:41:16 2004
@@ -243,7 +243,7 @@
$self->{'ScripActionObj'} = RT::ScripAction->new($self->CurrentUser);
#TODO: why are we loading Actions with templates like this.
- # two seperate methods might make more sense
+ # two separate methods might make more sense
$self->{'ScripActionObj'}->Load($self->ScripAction, $self->Template);
}
return ($self->{'ScripActionObj'});
Modified: rt/trunk/lib/RT/Ticket_Overlay.pm
==============================================================================
--- rt/trunk/lib/RT/Ticket_Overlay.pm (original)
+++ rt/trunk/lib/RT/Ticket_Overlay.pm Wed Apr 28 18:41:16 2004
@@ -2866,7 +2866,7 @@
# We use EffectiveId here even though it duplicates information from
# the links table becasue of the massive performance hit we'd take
- # by trying to do a seperate database query for merge info everytime
+ # by trying to do a separate database query for merge info everytime
# loaded a ticket.
#update this ticket's effective id to the new ticket's id.
More information about the Rt-commit
mailing list