1 |
--- /dev/null 2008-05-19 14:06:25.237608604 -0600 |
2 |
+++ pootleupdate/root/etc/e-smith/locale/bg/etc/e-smith/web/functions/subversion 2008-05-21 02:25:52.000000000 -0600 |
3 |
@@ -0,0 +1,183 @@ |
4 |
+<lexicon lang="bg" params="getExtraParams()"> |
5 |
+ <entry> |
6 |
+ <base>SUBVERSION_NAVIGATION_DESCRIPTION</base> |
7 |
+ <trans>Subversion repositories</trans> |
8 |
+ </entry> |
9 |
+ <entry> |
10 |
+ <base>CONFIG_CHANGE_SUCCESS</base> |
11 |
+ <trans>Subversion was succesfully reconfigured</trans> |
12 |
+ </entry> |
13 |
+ <entry> |
14 |
+ <base>CONFIG_CHANGE_ERROR</base> |
15 |
+ <trans>An error occurred while configuring Subversion</trans> |
16 |
+ </entry> |
17 |
+ <entry> |
18 |
+ <base>FORM_TITLE</base> |
19 |
+ <trans>Create, modify, or remove repositories</trans> |
20 |
+ </entry> |
21 |
+ <entry> |
22 |
+ <base>FIRST_PAGE_DESCRIPTION</base> |
23 |
+ <trans><![CDATA[ <p>This panel allows configuration of Subversion. Subversion is the replacement of CVS. More details can be found on their site: <a href="http://subversion.tigris.org" target="_blank">http://subversion.tigris.org</a>.</p> ]]></trans> |
24 |
+ </entry> |
25 |
+ <entry> |
26 |
+ <base>ADD_REPOSITORY</base> |
27 |
+ <trans><![CDATA[ <p>You can remove any repository or modify its settings by clicking on the corresponding command next to the repository.</p><p><a class="button-like" href="subversion?page=0&page_stack=&Next=Next&wherenext=CreateModify">Add repository</a><br /><br /></p> ]]></trans> |
28 |
+ </entry> |
29 |
+ |
30 |
+ <entry> |
31 |
+ <base>ADD_TITLE</base> |
32 |
+ <trans>Create or modify a repository</trans> |
33 |
+ </entry> |
34 |
+ <entry> |
35 |
+ <base>NAME_FIELD_DESC</base> |
36 |
+ <trans>The repository name should contain only lower-case letters, numbers, periods, hyphens and underscores, and should start with a lower-case letter. For example "johnson", "intra", and "cust3.prj12" are all valid names, but "3associates", "John Smith" and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans> |
37 |
+ </entry> |
38 |
+ <entry> |
39 |
+ <base>REMOVE_TITLE</base> |
40 |
+ <trans>Remove repository</trans> |
41 |
+ </entry> |
42 |
+ <entry> |
43 |
+ <base>REMOVE_DESC</base> |
44 |
+ <trans><![CDATA[ <p> You are about to remove the repository "{$name}" ({$description}). </p> <p> All files belonging to this repository will be deleted. </p> <p> Are you sure you wish to remove this repository? </p> ]]></trans> |
45 |
+ </entry> |
46 |
+ <entry> |
47 |
+ <base>BUTTON_LABEL_SERVICE_0</base> |
48 |
+ <trans>Enable</trans> |
49 |
+ </entry> |
50 |
+ <entry> |
51 |
+ <base>BUTTON_LABEL_SERVICE_1</base> |
52 |
+ <trans>Disable</trans> |
53 |
+ </entry> |
54 |
+ <entry> |
55 |
+ <base>SERVICE_MODSSL_0</base> |
56 |
+ <trans>modSSL is disabled</trans> |
57 |
+ </entry> |
58 |
+ <entry> |
59 |
+ <base>SERVICE_MODSSL_1</base> |
60 |
+ <trans>modSSL is enabled</trans> |
61 |
+ </entry> |
62 |
+ <entry> |
63 |
+ <base>SERVICE_MODDAV_0</base> |
64 |
+ <trans>modDAV is disabled</trans> |
65 |
+ </entry> |
66 |
+ <entry> |
67 |
+ <base>SERVICE_MODDAV_1</base> |
68 |
+ <trans>modDAV is enabled</trans> |
69 |
+ </entry> |
70 |
+ <entry> |
71 |
+ <base>SERVICE_MODDAVSVN_0</base> |
72 |
+ <trans>modDAVSVN is disabled</trans> |
73 |
+ </entry> |
74 |
+ <entry> |
75 |
+ <base>SERVICE_MODDAVSVN_1</base> |
76 |
+ <trans>modDAVSVN is enabled</trans> |
77 |
+ </entry> |
78 |
+ <entry> |
79 |
+ <base>FORCE_SSL</base> |
80 |
+ <trans>Force HTTP over SSL</trans> |
81 |
+ </entry> |
82 |
+ <entry> |
83 |
+ <base>AUTHENTIFICATION_REQUIRED</base> |
84 |
+ <trans><![CDATA[ Authentification required <br /> (enables HTTP over SSL automatically) ]]></trans> |
85 |
+ </entry> |
86 |
+ <entry> |
87 |
+ <base>SVN_AUTOVERSIONING</base> |
88 |
+ <trans>Enable auto-versioning</trans> |
89 |
+ </entry> |
90 |
+ <entry> |
91 |
+ <base>MOD_MIME_USE_PATH_INFO</base> |
92 |
+ <trans>Automatically determine MIME type</trans> |
93 |
+ </entry> |
94 |
+ <entry> |
95 |
+ <base>GROUPS_READ</base> |
96 |
+ <trans>Groups (read-only access)</trans> |
97 |
+ </entry> |
98 |
+ <entry> |
99 |
+ <base>GROUPS_WRITE</base> |
100 |
+ <trans>Groups (full access)</trans> |
101 |
+ </entry> |
102 |
+ <entry> |
103 |
+ <base>USERS_READ</base> |
104 |
+ <trans>Users (read only access)</trans> |
105 |
+ </entry> |
106 |
+ <entry> |
107 |
+ <base>USERS_WRITE</base> |
108 |
+ <trans>Users (full access)</trans> |
109 |
+ </entry> |
110 |
+ <entry> |
111 |
+ <base>ERROR_WHILE_CREATING_REPOSITORY</base> |
112 |
+ <trans>An error occurred while creating the repository.</trans> |
113 |
+ </entry> |
114 |
+ <entry> |
115 |
+ <base>SUCCESSFULLY_CREATED_REPOSITORY</base> |
116 |
+ <trans>Successfully created repository.</trans> |
117 |
+ </entry> |
118 |
+ <entry> |
119 |
+ <base>NO_REPOSITORIES</base> |
120 |
+ <trans>There are currently no repositories configured.</trans> |
121 |
+ </entry> |
122 |
+ <entry> |
123 |
+ <base>CANT_FIND_REPOSITORY</base> |
124 |
+ <trans>Can't find account for "{$name}" (does it exist?)</trans> |
125 |
+ </entry> |
126 |
+ <entry> |
127 |
+ <base>CANT_CREATE_REPOSITORY</base> |
128 |
+ <trans>Can't create new account for "{$name}" (does it already exist?)</trans> |
129 |
+ </entry> |
130 |
+ <entry> |
131 |
+ <base>ERROR_WHILE_MODIFYING_REPOSITORY</base> |
132 |
+ <trans>An error occurred while modifying the repository.</trans> |
133 |
+ </entry> |
134 |
+ <entry> |
135 |
+ <base>SUCCESSFULLY_MODIFIED_REPOSITORY</base> |
136 |
+ <trans>Successfully modified repository.</trans> |
137 |
+ </entry> |
138 |
+ <entry> |
139 |
+ <base>VIRTUAL_HOST_MESSAGE</base> |
140 |
+ <trans>The following virtual domains were using this information bay as their content and will be changed to the primary web site (you can change them to something else afterward).</trans> |
141 |
+ </entry> |
142 |
+ <entry> |
143 |
+ <base>SUCCESSFULLY_DELETED_REPOSITORY</base> |
144 |
+ <trans>Successfully deleted repository.</trans> |
145 |
+ </entry> |
146 |
+ <entry> |
147 |
+ <base>ERROR_WHILE_DELETING_REPOSITORY</base> |
148 |
+ <trans>An error occurred while deleting the repository.</trans> |
149 |
+ </entry> |
150 |
+ <entry> |
151 |
+ <base>ACCT_NAME_HAS_INVALID_CHARS</base> |
152 |
+ <trans>The repository name "{$acctName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, and hyphens.</trans> |
153 |
+ </entry> |
154 |
+ <entry> |
155 |
+ <base>DESCRIPTION_HAS_INVALID_CHARS</base> |
156 |
+ <trans>The repository description "{$repoDescription}" contains invalid characters. Repository descriptions must start with a lower case letter and contain only lower case letters, numbers, and hyphens.</trans> |
157 |
+ </entry> |
158 |
+ <entry> |
159 |
+ <base>MAX_REPOSITORY_NAME_LENGTH_ERROR</base> |
160 |
+ <trans>The repository name "{$name}" is too long. The maximum is {$maxIbayNameLength} characters.</trans> |
161 |
+ </entry> |
162 |
+ <entry> |
163 |
+ <base>ACCT_CLASHES_WITH_PSEUDONYM</base> |
164 |
+ <trans><![CDATA[ The account "{$acctName}" clashes with pseudonym details for {$acctType} account "{$acct}". <p>{$acctName} is a pseudonym for {$acct}.</p> ]]></trans> |
165 |
+ </entry> |
166 |
+ <entry> |
167 |
+ <base>ACCOUNT_EXISTS</base> |
168 |
+ <trans>The account "{$acctName}" is an existing {$acctType} account.</trans> |
169 |
+ </entry> |
170 |
+ <entry> |
171 |
+ <base>ERR_NO_MODDAV_RECORD</base> |
172 |
+ <trans>Missing database entry for modDAV service</trans> |
173 |
+ </entry> |
174 |
+ <entry> |
175 |
+ <base>ERR_NO_MODDAVSVN_RECORD</base> |
176 |
+ <trans>Missing database entry for modDAVSVN service</trans> |
177 |
+ </entry> |
178 |
+ <entry> |
179 |
+ <base>ERR_NO_MODSSL_RECORD</base> |
180 |
+ <trans>Missing database entry for modSSL service</trans> |
181 |
+ </entry> |
182 |
+ <entry> |
183 |
+ <base>ERR_NO_MODAUTHZSVN_RECORD</base> |
184 |
+ <trans>Missing database entry for modAuthzSVN service</trans> |
185 |
+ </entry> |
186 |
+</lexicon> |