[LON-CAPA-cvs] cvs: loncom /interface loncreateuser.pm lonpreferences.pm lonuserutils.pm lonwhatsnew.pm /localize/localize de.pm

schafran schafran@source.lon-capa.org
Wed, 18 Feb 2009 19:34:12 -0000


This is a MIME encoded message

--schafran1234985652
Content-Type: text/plain

schafran		Wed Feb 18 19:34:12 2009 EDT

  Modified files:              
    /loncom/interface	lonpreferences.pm lonuserutils.pm 
                     	loncreateuser.pm lonwhatsnew.pm 
    /loncom/localize/localize	de.pm 
  Log:
  in loncreateuser.pm order changed because "Name of Role" is not "Generate new Role" but rather an inputfield.
  shorter button names. 
  
  
  
--schafran1234985652
Content-Type: text/plain
Content-Disposition: attachment; filename="schafran-20090218193412.txt"

Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.139 loncom/interface/lonpreferences.pm:1.140
--- loncom/interface/lonpreferences.pm:1.139	Wed Feb 18 07:06:15 2009
+++ loncom/interface/lonpreferences.pm	Wed Feb 18 19:34:08 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Preferences
 #
-# $Id: lonpreferences.pm,v 1.139 2009/02/18 07:06:15 raeburn Exp $
+# $Id: lonpreferences.pm,v 1.140 2009/02/18 19:34:08 schafran Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1758,7 +1758,7 @@
 <label><input type="radio" name="newdisp" value="firstres" $firstselect /> $whatsnew_off</label><br />
 <label><input type="radio" name="newdisp" value="whatsnew" $whatsnewselect /> $whatsnew_on</label><input type="hidden" name="refpage" value="$env{'form.refpage'}" />
 ENDLSCREEN
-    $r->print('<br /><br /><input type="submit" value="'.&mt('Change').'" />
+    $r->print('<br /><br /><input type="submit" value="'.&mt('Save').'" />
 </form>');
 }
 
Index: loncom/interface/lonuserutils.pm
diff -u loncom/interface/lonuserutils.pm:1.80 loncom/interface/lonuserutils.pm:1.81
--- loncom/interface/lonuserutils.pm:1.80	Tue Feb 17 10:12:37 2009
+++ loncom/interface/lonuserutils.pm	Wed Feb 18 19:34:08 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Utility functions for managing LON-CAPA user accounts
 #
-# $Id: lonuserutils.pm,v 1.80 2009/02/17 10:12:37 weissno Exp $
+# $Id: lonuserutils.pm,v 1.81 2009/02/18 19:34:08 schafran Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3003,7 +3003,7 @@
         $output .= $info.$secbox;
     }
     $output .= '<p>'.
-'<input type="button" name="dateselection" value="'.&mt('Make changes').'" onclick="javascript:saveselections(this.form)" /></p>'."\n".
+'<input type="button" name="dateselection" value="'.&mt('Save').'" onclick="javascript:saveselections(this.form)" /></p>'."\n".
 '</form>';
     return $output;
 }
@@ -3391,7 +3391,7 @@
     $str .= '<label><input type="checkbox" name="noFirstLine" /> '.
         &mt('Ignore First Line')."</label></p>\n";
     $str .= '<input type="submit" name="fileupload" value="'.
-        &mt('Go to next step').'">'."<br />\n";
+        &mt('Next').'">'."<br />\n";
     $str .= &Apache::loncommon::end_page();
     $r->print($str);
     return;
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.281 loncom/interface/loncreateuser.pm:1.282
--- loncom/interface/loncreateuser.pm:1.281	Tue Feb 17 16:53:37 2009
+++ loncom/interface/loncreateuser.pm	Wed Feb 18 19:34:08 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Create a user
 #
-# $Id: loncreateuser.pm,v 1.281 2009/02/17 16:53:37 bisitz Exp $
+# $Id: loncreateuser.pm,v 1.282 2009/02/18 19:34:08 schafran Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -337,7 +337,7 @@
                     'dom'  => "Domain",
                     'ecrp' => "Edit Custom Role Privileges",
                     'nr'   => "Name of Role",
-                    'cre'  => "Custom Role Editor",
+                    'cre'  => "Next",
 				       );
     $r->print($start_page."\n".$crumbs);
     if ($env{'form.action'} eq 'custom') {
@@ -347,7 +347,7 @@
 <input type="hidden" name="action" value="$env{'form.action'}" />
 <input type="hidden" name="phase" value="selected_custom_edit" />
 <h3>$lt{'ecrp'}</h3>
-$lt{'nr'}: $choice <input type="text" size="15" name="newrolename" /><br />
+$choice $lt{'nr'}: <input type="text" size="15" name="newrolename" /><br />
 <input name="customeditor" type="submit" value="$lt{'cre'}" />
 </form>
 ENDCUSTOM
@@ -3017,7 +3017,7 @@
    '<input type="hidden" name="startrolename" value="'.$env{'form.rolename'}.
    '" />'."\n".'<input type="hidden" name="currstate" value="" />'."\n".   
    '<input type="reset" value="'.&mt("Reset").'" />'."\n".
-   '<input type="submit" value="'.&mt('Define Role').'" /></form>'.
+   '<input type="submit" value="'.&mt('Save').'" /></form>'.
 	      &Apache::loncommon::end_page());
 }
 # --------------------------------------------------------
@@ -4089,7 +4089,7 @@
     }
     $output .= &Apache::lonhtmlcommon::end_pick_box().
                '<br /><input type="button" name="selfenrollconf" value="'
-               .&mt('Save changes').'" onclick="validate_types(this.form);" />'
+               .&mt('Save').'" onclick="validate_types(this.form);" />'
                .'<input type="hidden" name="action" value="selfenroll" /></form>';
     $r->print($output);
     return;
@@ -4378,7 +4378,7 @@
                    miss => 'Your course does not currently appear in the Course Catalog for this domain.',
                    yous => 'You should remedy this if you plan to allow self-enrollment, otherwise students will have difficulty finding your course.',
                    coca => 'Courses can be absent from the Catalog, because they do not have an institutional code, have no assigned category, or have been specifically excluded.',
-                   make => 'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:',
+                   make => 'Make any changes to self-enrollment settings below, click "Save", then take action to include the course in the Catalog:',
                    take => 'Take the following action to ensure the course appears in the Catalog:',
                    dc_unhide  => 'Ask a domain coordinator to change the "Exclude from course catalog" setting.',
                    dc_addinst => 'Ask a domain coordinator to enable display the catalog of "Official courses (with institutional codes)".',
Index: loncom/interface/lonwhatsnew.pm
diff -u loncom/interface/lonwhatsnew.pm:1.86 loncom/interface/lonwhatsnew.pm:1.87
--- loncom/interface/lonwhatsnew.pm:1.86	Tue Feb 10 09:30:16 2009
+++ loncom/interface/lonwhatsnew.pm	Wed Feb 18 19:34:08 2009
@@ -1,5 +1,5 @@
 #
-# $Id: lonwhatsnew.pm,v 1.86 2009/02/10 09:30:16 schafran Exp $
+# $Id: lonwhatsnew.pm,v 1.87 2009/02/18 19:34:08 schafran Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -594,7 +594,7 @@
                  &Apache::loncommon::end_data_table_row());
     }
     $r->print(&Apache::loncommon::end_data_table()."\n".
-          '<br /><input type="submit" name="threshold" value="'.&mt('Make changes').'" />
+          '<br /><input type="submit" name="threshold" value="'.&mt('Save').'" />
                  <input type="hidden" name="command" value="update" />
                  <input type="hidden" name="refpage" value="'.$refpage.'" />
                </form>');
@@ -650,7 +650,7 @@
     }
     $r->print('</select>&nbsp;&nbsp;
                <input type="submit" name="display" value="'.
-               &mt('Change interval').'" /></form>');
+               &mt('Save').'" /></form>');
     return;
 }
 
Index: loncom/localize/localize/de.pm
diff -u loncom/localize/localize/de.pm:1.225 loncom/localize/localize/de.pm:1.226
--- loncom/localize/localize/de.pm:1.225	Tue Feb 17 21:49:34 2009
+++ loncom/localize/localize/de.pm	Wed Feb 18 19:34:12 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # German Localization Lexicon
 #
-# $Id: de.pm,v 1.225 2009/02/17 21:49:34 schafran Exp $
+# $Id: de.pm,v 1.226 2009/02/18 19:34:12 schafran Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3740,9 +3740,6 @@
    'Default:'
 => 'Voreingestellt:',
 
-   'Define Role'
-=> 'Rolle erstellen',
-
    'Dependencies'
 => 'Abhängigkeiten',
 
@@ -8617,9 +8614,6 @@
    'Change?'
 => 'Ändern',
 
-   'Make changes'
-=> 'Speichern',
-
    'Change thresholds'
 => 'Schwellenwerte ändern',
 
@@ -10833,9 +10827,6 @@
    'no section'
 => 'Keine Sektion',
 
-   'Go to next step'
-=> 'Weiter',
-
    'Invalid group name'
 => 'Ungültiger Gruppenname',
 
@@ -16079,8 +16070,8 @@
    'Courses can be absent from the Catalog, because they do not have an institutional code, have no assigned category, or have been specifically excluded.'
 => 'Gründe für das Fehlen der Auflistung von Kursen in der Kursübersicht können sein, dass die Kurse keinen institutionellen Code haben, ihnen keine Kategorie zugewiesen wurde oder mit Absicht aus der Auflistung ausgeschlossen wurden.',
 
-   'Make any changes to self-enrollment settings below, click "Save changes", then take action to include the course in the Catalog:'
-=> 'Nehmen Sie unten Änderungen an der Selbsteintragung vor, klicken Sie auf "Änderungen speichern" und sorgen Sie anschließend dafür, dass der Kurs in die Kursübersicht aufgenommen wird:',
+   'Make any changes to self-enrollment settings below, click "Save", then take action to include the course in the Catalog:'
+=> 'Nehmen Sie unten Änderungen an der Selbsteintragung vor, klicken Sie auf "Speichern" und sorgen Sie anschließend dafür, dass der Kurs in die Kursübersicht aufgenommen wird:',
 
    'Take the following action to ensure the course appears in the Catalog:'
 => 'Führen Sie folgende Schritte aus, damit der Kurs in der Kursübersicht aufgelistet wird:',

--schafran1234985652--