]> git.mjollnir.org Git - moodle.git/commitdiff
Difference between copy, the verb and copy, the noun, because they
authorstronk7 <stronk7>
Wed, 12 Apr 2006 21:53:45 +0000 (21:53 +0000)
committerstronk7 <stronk7>
Wed, 12 Apr 2006 21:53:45 +0000 (21:53 +0000)
are different in a lot of languages. Bug 5172.
(http://moodle.org/bugs/bug.php?op=show&bugid=5172)

backup/restorelib.php
lang/en_utf8/moodle.php

index ecc924e5f42d5c169067f375881165b114840eed..1121f34ce39cba212a786d40aee77039adef1aec 100644 (file)
         //Iteratere while the name exists
         do {
             if ($counter) {
-                $suffixfull = " ".get_string("copy")." ".$counter;
+                $suffixfull = " ".get_string("copyasnoun")." ".$counter;
                 $suffixshort = "_".$counter;
             } else {
                 $suffixfull = "";
index d2aa2d8f42b8a711aa35e0d630cf7ce0616bb6c2..c3d62278f73c8c1425115866c586280e93c1b151 100644 (file)
@@ -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';