Index: branches/MwEmbedStandAlone/jsScriptLoader.php |
— | — | @@ -1,3 +0,0 @@ |
2 | | -<?php |
3 | | -// This file has been renamed to ResourceLoader |
4 | | -require './ResourceLoader.php'; |
Index: branches/MwEmbedStandAlone/tests/testLang.js |
— | — | @@ -1,10 +0,0 @@ |
2 | | -/* a simple language tester replacements |
3 | | - */ |
4 | | - |
5 | | -mw.addMessages( { |
6 | | - "undelete_short" : "Undelete {{PLURAL:$1|one edit|$1 edits}}", |
7 | | - "category-subcat-count" : "{{PLURAL:$2|This category has only the following subcategory.|This category has the following {{PLURAL:$1|subcategory|$1 subcategories}}, out of $2 total.}}", |
8 | | - "mwe-upload-multi" : "Upload {{PLURAL:$1|file|files}}" |
9 | | -} ); |
10 | | -// define a class by the name of this file: |
11 | | -mw.testLang = { }; |
\ No newline at end of file |