From: stronk7 Date: Wed, 12 Apr 2006 21:53:45 +0000 (+0000) Subject: Difference between copy, the verb and copy, the noun, because they X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b0a8b898f96f97362e5bab69ac0f95e8bdc41e1f;p=moodle.git Difference between copy, the verb and copy, the noun, because they are different in a lot of languages. Bug 5172. (http://moodle.org/bugs/bug.php?op=show&bugid=5172) --- diff --git a/backup/restorelib.php b/backup/restorelib.php index ecc924e5f4..1121f34ce3 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -463,7 +463,7 @@ //Iteratere while the name exists do { if ($counter) { - $suffixfull = " ".get_string("copy")." ".$counter; + $suffixfull = " ".get_string("copyasnoun")." ".$counter; $suffixshort = "_".$counter; } else { $suffixfull = ""; diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index d2aa2d8f42..c3d62278f7 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -207,6 +207,7 @@ $string['convertingwikitomarkdown'] = 'Converting Wiki to Markdown'; $string['cookiesenabled'] = 'Cookies must be enabled in your browser'; $string['cookiesnotenabled'] = 'Unfortunately, cookies are currently not enabled in your browser'; $string['copy'] = 'copy'; +$string['copyasnoun'] = 'copy'; $string['copyingcoursefiles'] = 'Copying course files'; $string['copyinguserfiles'] = 'Copying user files'; $string['copyingzipfile'] = 'Copying zip file';