Skip to content

Commit

Permalink
MDL-17356 Use Unix style end of lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Nov 21, 2008
1 parent f597bba commit 9280eac
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion lang/en_utf8/notes.php
Original file line number Original file line Diff line number Diff line change
@@ -1 +1,28 @@
<?PHP // $Id$ // note.php $string['note'] = 'Note';$string['notes'] = 'Notes';$string['sitenotes'] = 'Site notes';$string['coursenotes'] = 'Course notes';$string['personalnotes'] = 'Personal notes';$string['created'] = 'created';$string['nonotes'] = 'There are no notes of this type yet';$string['notesnotvisible'] = 'You are not allowed to view the notes.';$string['addnewnote'] = 'Add a new note'; $string['addnewnoteselect'] = 'Select users to write notes about';$string['groupaddnewnote'] = 'Add a common note';$string['deleteconfirm'] = 'Delete this note?';$string['content'] = 'Content';$string['nocontent'] = 'Note content can not be empty';$string['nouser'] = 'You must select a user';$string['unknown'] = 'unknown';$string['bynameondate'] = 'by $a->name - $a->date';$string['publishstate'] = 'Status';$string['personal'] = 'personal';$string['course'] = 'course';$string['site'] = 'site';$string['editnote'] = 'Edit note';$string['deletenotes'] = 'Delete all notes';?> <?PHP // $Id$
// note.php

$string['addnewnote'] = 'Add a new note';
$string['addnewnoteselect'] = 'Select users to write notes about';
$string['bynameondate'] = 'by $a->name - $a->date';
$string['content'] = 'Content';
$string['course'] = 'course';
$string['coursenotes'] = 'Course notes';
$string['created'] = 'created';
$string['deleteconfirm'] = 'Delete this note?';
$string['deletenotes'] = 'Delete all notes';
$string['editnote'] = 'Edit note';
$string['groupaddnewnote'] = 'Add a common note';
$string['nocontent'] = 'Note content can not be empty';
$string['nonotes'] = 'There are no notes of this type yet';
$string['note'] = 'Note';
$string['notes'] = 'Notes';
$string['notesnotvisible'] = 'You are not allowed to view the notes.';
$string['nouser'] = 'You must select a user';
$string['personal'] = 'personal';
$string['personalnotes'] = 'Personal notes';
$string['publishstate'] = 'Status';
$string['site'] = 'site';
$string['sitenotes'] = 'Site notes';
$string['unknown'] = 'unknown';

?>

0 comments on commit 9280eac

Please sign in to comment.