Rev Author Line No. Line
4988 kaklik 1 <?php
2  
3 // WebSVN - Subversion repository viewing via the web using PHP
4 // Copyright (C) 2004 Tim Armes
5 //
6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation; either version 2 of the License, or
9 // (at your option) any later version.
10 //
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 //
20 // --
21 //
22 // english.php
23 //
24 // English language strings
25  
26 $lang["LANGUAGETAG"] = "en"; // Language tag (RFC 4646) for this translation.
27 $lang["LANGUAGENAMEENGLISH"] = "English";
28 $lang["LANGUAGENAMENATIVE"] = "English";
29 $lang["LANGUAGENAMEHTML"] = "English";
30  
31 $lang['BREADCRUMB_REPO_ROOT'] = '(root)';
32  
33 $lang["LOG"] = "Log";
34 $lang["DIFF"] = "Diff";
35  
36 $lang["NOREP"] = "No repository given.";
37 $lang["NOPATH"] = "Path not found.";
38 $lang["NOACCESS"] = "You do not have the necessary permissions to view this content.";
39 $lang["RESTRICTED"] = "Restricted access.";
40 $lang["SUPPLYREP"] = "Please set up a repository in include/config.php using <code>\$config->parentPath</code> or <code>\$config->addRepository</code>. See the installation guide for more details.";
41  
42 $lang["DIFFREVS"] = "Diff between revs";
43 $lang["AND"] = "and";
44 $lang["REV"] = "Rev";
45 $lang["LINE"] = "Line";
46 $lang["LINENO"] = "Line No.";
47 $lang["SHOWENTIREFILE"] = "Show entire file";
48 $lang["SHOWCOMPACT"] = "Only display areas with differences";
49 $lang["IGNOREWHITESPACE"] = "Ignore whitespace";
50 $lang["REGARDWHITESPACE"] = "Regard whitespace";
51  
52 $lang["LISTING"] = "Directory listing";
53 $lang["FILEDETAIL"] = "Details";
54 $lang["VIEWAS"] = "View as";
55 $lang["DIFFPREV"] = "Compare with Previous";
56 $lang["BLAME"] = "Blame";
57 $lang["BLAMEFOR"] = "Blame information for rev";
58  
59 $lang["REVINFO"] = "Revision Information";
60 $lang["GOYOUNGEST"] = "Go to most recent revision";
61 $lang["LASTMOD"] = "Last modification";
62 $lang["LOGMSG"] = "Log message";
63 $lang["CHANGES"] = "Changes";
64 $lang["SHOWCHANGED"] = "Show changed files";
65 $lang["HIDECHANGED"] = "Hide changed files";
66 $lang["NEWFILES"] = "New Files";
67 $lang["CHANGEDFILES"] = "Modified files";
68 $lang["DELETEDFILES"] = "Deleted files";
69 $lang["VIEWLOG"] = "View Log";
70 $lang["PATH"] = "Path";
71 $lang["AUTHOR"] = "Author";
72 $lang["AGE"] = "Age";
73 $lang["CURDIR"] = "Current Directory";
74 $lang["TARBALL"] = "Tarball";
75 $lang["DOWNLOAD"] = "Download";
76  
77 $lang["PREV"] = "Prev";
78 $lang["NEXT"] = "Next";
79 $lang["SHOWALL"] = "Show All";
80  
81 $lang["BADCMD"] = "Error running this command";
82 $lang["UNKNOWNREVISION"] = "Revision not found";
83  
84 $lang["POWERED"] = "Powered by <a href=\"https://websvnphp.github.io/\">WebSVN</a>";
85 $lang["PROJECTS"] = "Subversion Repositories";
86 $lang["SERVER"] = "Subversion Server";
87  
88 $lang["FILTER"] = "Filtering Options";
89 $lang["STARTLOG"] = "From rev";
90 $lang["ENDLOG"] = "To rev";
91 $lang["MAXLOG"] = "Max revs";
92 $lang["SEARCHLOG"] = "Search history for";
93 $lang["CLEARLOG"] = "Clear current filter";
94 $lang["MORERESULTS"] = "Find more matches...";
95 $lang["NORESULTS"] = "There are no logs matching your query";
96 $lang["NOMORERESULTS"] = "There are no more logs matching your query";
97 $lang["NOPREVREV"] = "No previous revision";
98  
99 $lang["RSSFEEDTITLE"] = "WebSVN RSS feed";
100 $lang["FILESMODIFIED"] = "file(s) modified";
101 $lang["RSSFEED"] = "RSS feed";
102  
103 $lang["DAYLETTER"] = "d";
104 $lang["HOURLETTER"] = "h";
105 $lang["MINUTELETTER"] = "m";
106 $lang["SECONDLETTER"] = "s";
107  
108 $lang["GO"] = "Go";
109  
110 $lang["PATHCOMPARISON"] = "Path Comparison";
111 $lang["COMPAREPATHS"] = "Compare Paths";
112 $lang["COMPAREREVS"] = "Compare Revisions";
113 $lang["PROPCHANGES"] = "Property changes:";
114 $lang["CONVFROM"] = "This comparison shows the changes necessary to convert path ";
115 $lang["TO"] = "to";
116 $lang["REVCOMP"] = "Reverse comparison";
117 $lang["COMPPATH"] = "Compare Path:";
118 $lang["WITHPATH"] = "With Path:";
119 $lang["FILEDELETED"] = "File deleted";
120 $lang["FILEADDED"] = "New file";
121  
122 $lang['NOSEARCHTERM'] = "No search term provided";
123 $lang['SEARCH'] = "Search";
124 $lang['SEARCH_PLACEHOLDER'] = "Search for items here";
125 $lang['NOITEMSFOUND'] = "No Items Found";