fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [8143]


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [8143]
Date: Mon, 21 Nov 2011 08:49:44 +0000

Revision: 8143
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8143
Author:   erikhl
Date:     2011-11-21 08:49:43 +0000 (Mon, 21 Nov 2011)
Log Message:
-----------


Modified Paths:
--------------
    trunk/activitycalendarfrontend/setup/phpgw_no.lang
    trunk/activitycalendarfrontend/templates/base/activity_edit_step_1.php

Modified: trunk/activitycalendarfrontend/setup/phpgw_no.lang
===================================================================
--- trunk/activitycalendarfrontend/setup/phpgw_no.lang  2011-11-21 08:33:21 UTC 
(rev 8142)
+++ trunk/activitycalendarfrontend/setup/phpgw_no.lang  2011-11-21 08:49:43 UTC 
(rev 8143)
@@ -84,7 +84,7 @@
 org_helptext_step1     activitycalendarfrontend        no      Velg 
organisasjon aktiviteten skal knyttes til i nedtrekksmenyen, du kan søke ved å 
skrive inn navnet.<br/>Dersom din organisasjon ikke finnes, velg "Ny 
organisasjon"<br/>Klikk deretter på "Neste" for å registrere aktivitet.
 next   activitycalendarfrontend        no      Neste
 new_activity   activitycalendarfrontend        no      Ny aktivitet
-change_activity        activitycalendarfrontend        no      Endre aktivitet
-change_request activitycalendarfrontend        no      Send endringsønske
-edit_helptext  activitycalendarfrontend        no      Velg aktivitet du 
ønsker å endre fra listen under og klikk på "Send endringsønske"      
-update_request_sent    activitycalendarfrontend        no      
Oppdateringsforespørsel er sendt for aktiviteten "%1"
\ No newline at end of file
+update_request_sent    activitycalendarfrontend        no      
Oppdateringsforespørsel er sendt for aktiviteten "%1"
+edit_activity  activitycalendarfrontend        no      Endre aktivitet
+activity_edit_helptext activitycalendarfrontend        no      Velg 
aktiviteten du ønsker å endre fra listen under.
+send_change_request    activitycalendarfrontend        no      Send inn 
endringsønske
\ No newline at end of file

Modified: trunk/activitycalendarfrontend/templates/base/activity_edit_step_1.php
===================================================================
--- trunk/activitycalendarfrontend/templates/base/activity_edit_step_1.php      
2011-11-21 08:33:21 UTC (rev 8142)
+++ trunk/activitycalendarfrontend/templates/base/activity_edit_step_1.php      
2011-11-21 08:49:43 UTC (rev 8143)
@@ -1,10 +1,10 @@
 <?php ?>
 <div class="yui-content" style="width: 100%;">
-       <h1><?php echo lang('change_activity');?></h1>
+       <h1><?php echo lang('edit_activity');?></h1>
        <form action="#" method="post">
                <dl class="proplist-col" style="width: 200%">
                        <dt>
-                               <?php echo lang('edit_helptext');?><br/><br/>
+                               <?php echo 
lang('activity_edit_helptext');?><br/><br/>
                        </dt>
                        <dd>
                        <?php if($message){?>
@@ -24,7 +24,7 @@
                        </dd>
                        <?php if(!$message){?>
                        <div class="form-buttons">
-                               <input type="submit" name="step_1" value="<?php 
echo lang('change_request') ?>" />
+                               <input type="submit" name="step_1" value="<?php 
echo lang('send_change_request') ?>" />
                        </div>
                        <?php }?>
                </dl>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]