1 // 2 // The Antville Project 3 // http://code.google.com/p/antville 4 // 5 // Copyright 2001-2007 by The Antville People 6 // 7 // Licensed under the Apache License, Version 2.0 (the ``License''); 8 // you may not use this file except in compliance with the License. 9 // You may obtain a copy of the License at 10 // 11 // http://www.apache.org/licenses/LICENSE-2.0 12 // 13 // Unless required by applicable law or agreed to in writing, software 14 // distributed under the License is distributed on an ``AS IS'' BASIS, 15 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 // See the License for the specific language governing permissions and 17 // limitations under the License. 18 // 19 // $Revision$ 20 // $LastChangedBy$ 21 // $LastChangedDate$ 22 // $URL$ 23 // 24 25 /** 26 * @fileOverview Contains markgettext() calls to complete i18n 27 */ 28 29 markgettext("Any"); 30 markgettext("Ascending"); 31 32 markgettext("Blocked"); 33 34 markgettext("Close"); 35 markgettext("Closed"); 36 markgettext("Comment"); 37 markgettext("Compare"); 38 markgettext("Contact"); 39 markgettext("Contributor"); 40 markgettext("Contributors"); 41 42 markgettext("Delete"); 43 markgettext("Deleted"); 44 markgettext("Descending"); 45 markgettext("Disabled"); 46 47 markgettext("Edit"); 48 markgettext("Enabled"); 49 markgettext("Export"); 50 51 markgettext("Featured"); 52 markgettext("Files"); 53 54 markgettext("Galleries"); 55 56 markgettext("Hidden"); 57 markgettext("Hide"); 58 59 markgettext("Images"); 60 markgettext("Import"); 61 62 markgettext("Logout"); 63 64 markgettext("Nobody"); 65 66 markgettext("Manager"); 67 markgettext("Managers"); 68 markgettext("Members"); 69 70 markgettext("Open"); 71 markgettext("Owner"); 72 markgettext("Owners"); 73 74 markgettext("Polls"); 75 markgettext("Privileged"); 76 markgettext("Public"); 77 markgettext("public"); 78 markgettext("Publish"); 79 80 markgettext("Referrers"); 81 markgettext("Registration"); 82 markgettext("Regular"); 83 markgettext("Reset"); 84 markgettext("Restricted"); 85 markgettext("Root"); 86 markgettext("Running"); 87 88 markgettext("Setup"); 89 markgettext("Shared"); 90 markgettext("Show"); 91 markgettext("Site"); 92 markgettext("Sites"); 93 markgettext("sites"); 94 markgettext("Skins"); 95 markgettext("Stories"); 96 markgettext("Subscriber"); 97 markgettext("Subscribers"); 98 markgettext("system log"); 99 100 markgettext("Tags"); 101 markgettext("Trusted"); 102 103 markgettext("Users"); 104