Root/
| Source at commit 7383e18dff19e7e6a1e56d55cdfbfa109e91bfb3 created 2 years 1 month ago. By Loic d'Anterroches, Fixed issue 4, with fine control over the tabs access. | |
|---|---|
| 1 | # SOME DESCRIPTIVE TITLE. |
| 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
| 3 | # This file is distributed under the same license as the PACKAGE package. |
| 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 5 | # |
| 6 | #, fuzzy |
| 7 | msgid "" |
| 8 | msgstr "" |
| 9 | "Project-Id-Version: PACKAGE VERSION\n" |
| 10 | "Report-Msgid-Bugs-To: \n" |
| 11 | "POT-Creation-Date: 2008-08-07 15:31+0200\n" |
| 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=CHARSET\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" |
| 19 | |
| 20 | #: IDF/Conf.php:54 IDF/Issue.php:49 IDF/Tag.php:52 IDF/Upload.php:49 |
| 21 | msgid "project" |
| 22 | msgstr "" |
| 23 | |
| 24 | #: IDF/Conf.php:61 |
| 25 | msgid "key" |
| 26 | msgstr "" |
| 27 | |
| 28 | #: IDF/Conf.php:68 |
| 29 | msgid "value" |
| 30 | msgstr "" |
| 31 | |
| 32 | #: IDF/Git.php:83 |
| 33 | #, php-format |
| 34 | msgid "Folder %1$s not found in commit %2$s." |
| 35 | msgstr "" |
| 36 | |
| 37 | #: IDF/Git.php:127 |
| 38 | #, php-format |
| 39 | msgid "Not a valid tree: %s." |
| 40 | msgstr "" |
| 41 | |
| 42 | #: IDF/IssueComment.php:51 |
| 43 | msgid "issue" |
| 44 | msgstr "" |
| 45 | |
| 46 | #: IDF/IssueComment.php:58 |
| 47 | msgid "comment" |
| 48 | msgstr "" |
| 49 | |
| 50 | #: IDF/IssueComment.php:65 IDF/Issue.php:64 IDF/Upload.php:79 |
| 51 | msgid "submitter" |
| 52 | msgstr "" |
| 53 | |
| 54 | #: IDF/IssueComment.php:72 |
| 55 | msgid "changes" |
| 56 | msgstr "" |
| 57 | |
| 58 | #: IDF/IssueComment.php:73 |
| 59 | msgid "Serialized array of the changes in the issue." |
| 60 | msgstr "" |
| 61 | |
| 62 | #: IDF/IssueComment.php:79 IDF/Issue.php:102 IDF/Upload.php:100 |
| 63 | msgid "creation date" |
| 64 | msgstr "" |
| 65 | |
| 66 | #: IDF/Issue.php:57 IDF/Upload.php:57 |
| 67 | msgid "summary" |
| 68 | msgstr "" |
| 69 | |
| 70 | #: IDF/Issue.php:73 |
| 71 | msgid "owner" |
| 72 | msgstr "" |
| 73 | |
| 74 | #: IDF/Issue.php:81 |
| 75 | msgid "interested users" |
| 76 | msgstr "" |
| 77 | |
| 78 | #: IDF/Issue.php:82 |
| 79 | msgid "" |
| 80 | "Interested users will get an email notification when the issue is changed." |
| 81 | msgstr "" |
| 82 | |
| 83 | #: IDF/Issue.php:89 IDF/Upload.php:87 |
| 84 | msgid "labels" |
| 85 | msgstr "" |
| 86 | |
| 87 | #: IDF/Issue.php:96 |
| 88 | msgid "status" |
| 89 | msgstr "" |
| 90 | |
| 91 | #: IDF/Issue.php:108 IDF/Upload.php:106 |
| 92 | msgid "modification date" |
| 93 | msgstr "" |
| 94 | |
| 95 | #: IDF/Middleware.php:50 IDF/Middleware.php:51 |
| 96 | #, php-format |
| 97 | msgid "The page <em>%s</em> was not found on the server." |
| 98 | msgstr "" |
| 99 | |
| 100 | #: IDF/Project.php:52 IDF/Tag.php:66 |
| 101 | msgid "name" |
| 102 | msgstr "" |
| 103 | |
| 104 | #: IDF/Project.php:59 |
| 105 | msgid "short name" |
| 106 | msgstr "" |
| 107 | |
| 108 | #: IDF/Project.php:60 |
| 109 | msgid "" |
| 110 | "Used in the url to access the project, must be short with only letters and " |
| 111 | "numbers." |
| 112 | msgstr "" |
| 113 | |
| 114 | #: IDF/Project.php:68 |
| 115 | msgid "description" |
| 116 | msgstr "" |
| 117 | |
| 118 | #: IDF/Project.php:69 |
| 119 | msgid "The description can be extended using the markdown syntax." |
| 120 | msgstr "" |
| 121 | |
| 122 | #: IDF/Project.php:106 |
| 123 | #, php-format |
| 124 | msgid "Project \"%s\" not found." |
| 125 | msgstr "" |
| 126 | |
| 127 | #: IDF/Tag.php:59 |
| 128 | msgid "tag class" |
| 129 | msgstr "" |
| 130 | |
| 131 | #: IDF/Tag.php:60 |
| 132 | msgid "The class of the tag." |
| 133 | msgstr "" |
| 134 | |
| 135 | #: IDF/Tag.php:73 |
| 136 | msgid "lcname" |
| 137 | msgstr "" |
| 138 | |
| 139 | #: IDF/Tag.php:74 |
| 140 | msgid "Lower case version of the name for fast searching." |
| 141 | msgstr "" |
| 142 | |
| 143 | #: IDF/Upload.php:64 |
| 144 | msgid "file" |
| 145 | msgstr "" |
| 146 | |
| 147 | #: IDF/Upload.php:65 |
| 148 | msgid "The path is relative to the upload path." |
| 149 | msgstr "" |
| 150 | |
| 151 | #: IDF/Upload.php:72 |
| 152 | msgid "file size in bytes" |
| 153 | msgstr "" |
| 154 | |
| 155 | #: IDF/Upload.php:94 |
| 156 | msgid "number of downloads" |
| 157 | msgstr "" |
| 158 | |
| 159 | #: IDF/Views.php:41 |
| 160 | msgid "Projects" |
| 161 | msgstr "" |
| 162 | |
| 163 | #: IDF/Views.php:81 IDF/gettexttemplates/register/index.html.php:6 |
| 164 | msgid "Create Your Account" |
| 165 | msgstr "" |
| 166 | |
| 167 | #: IDF/Views.php:107 IDF/Views.php:133 |
| 168 | msgid "Confirm Your Account Creation" |
| 169 | msgstr "" |
| 170 | |
| 171 | #: IDF/Views.php:153 |
| 172 | msgid "Welcome! You can now participate in the life of your project of choice." |
| 173 | msgstr "" |
| 174 | |
| 175 | #: IDF/Views.php:172 |
| 176 | msgid "Here to Help You!" |
| 177 | msgstr "" |
| 178 | |
| 179 | #: IDF/Views/Project.php:62 IDF/Views/Project.php:65 |
| 180 | #, php-format |
| 181 | msgid "%s Project Summary" |
| 182 | msgstr "" |
| 183 | |
| 184 | #: IDF/Views/Project.php:69 IDF/Views/Project.php:72 |
| 185 | msgid "The project has been updated." |
| 186 | msgstr "" |
| 187 | |
| 188 | #: IDF/Views/Project.php:93 IDF/Views/Project.php:96 |
| 189 | #, php-format |
| 190 | msgid "%s Issue Tracking Configuration" |
| 191 | msgstr "" |
| 192 | |
| 193 | #: IDF/Views/Project.php:102 IDF/Views/Project.php:105 |
| 194 | msgid "The issue tracking configuration has been saved." |
| 195 | msgstr "" |
| 196 | |
| 197 | #: IDF/Views/Project.php:137 IDF/Views/Project.php:140 |
| 198 | #, php-format |
| 199 | msgid "%s Downloads Configuration" |
| 200 | msgstr "" |
| 201 | |
| 202 | #: IDF/Views/Project.php:146 IDF/Views/Project.php:149 |
| 203 | msgid "The downloads configuration has been saved." |
| 204 | msgstr "" |
| 205 | |
| 206 | #: IDF/Views/Project.php:180 IDF/Views/Project.php:183 |
| 207 | #, php-format |
| 208 | msgid "%s Project Members" |
| 209 | msgstr "" |
| 210 | |
| 211 | #: IDF/Views/Project.php:189 IDF/Views/Project.php:192 |
| 212 | msgid "The project membership has been saved." |
| 213 | msgstr "" |
| 214 | |
| 215 | #: IDF/Views/Download.php:44 IDF/Views/Download.php:45 |
| 216 | #, php-format |
| 217 | msgid "%s Downloads" |
| 218 | msgstr "" |
| 219 | |
| 220 | #: IDF/Views/Download.php:50 IDF/Views/Download.php:52 |
| 221 | #: IDF/Views/Download.php:51 |
| 222 | msgid "This table shows the files to download." |
| 223 | msgstr "" |
| 224 | |
| 225 | #: IDF/Views/Download.php:54 IDF/gettexttemplates/source/tree.html.php:6 |
| 226 | #: IDF/Form/Upload.php:49 IDF/Views/Download.php:56 IDF/Views/Download.php:212 |
| 227 | #: IDF/Views/Download.php:218 IDF/Views/Download.php:55 |
| 228 | #: IDF/Views/Download.php:223 |
| 229 | msgid "File" |
| 230 | msgstr "" |
| 231 | |
| 232 | #: IDF/Views/Download.php:55 IDF/Views/Issue.php:57 IDF/Views/Issue.php:109 |
| 233 | #: IDF/Views/Issue.php:228 IDF/Views/Issue.php:281 IDF/Form/Upload.php:40 |
| 234 | #: IDF/Form/IssueCreate.php:50 IDF/Form/UpdateUpload.php:42 |
| 235 | #: IDF/Form/IssueUpdate.php:45 IDF/Views/Download.php:57 |
| 236 | #: IDF/Views/Download.php:213 IDF/Views/Download.php:219 |
| 237 | #: IDF/Views/Download.php:56 IDF/Views/Download.php:224 IDF/Views/Issue.php:58 |
| 238 | #: IDF/Views/Issue.php:111 IDF/Views/Issue.php:233 IDF/Views/Issue.php:287 |
| 239 | msgid "Summary" |
| 240 | msgstr "" |
| 241 | |
| 242 | #: IDF/Views/Download.php:56 IDF/gettexttemplates/source/tree.html.php:9 |
| 243 | #: IDF/Views/Download.php:58 IDF/Views/Download.php:214 |
| 244 | #: IDF/Views/Download.php:220 IDF/Views/Download.php:57 |
| 245 | #: IDF/Views/Download.php:225 |
| 246 | msgid "Size" |
| 247 | msgstr "" |
| 248 | |
| 249 | #: IDF/Views/Download.php:57 IDF/Views/Download.php:59 |
| 250 | #: IDF/Views/Download.php:215 IDF/Views/Download.php:221 |
| 251 | #: IDF/Views/Download.php:58 IDF/Views/Download.php:226 |
| 252 | msgid "Uploaded" |
| 253 | msgstr "" |
| 254 | |
| 255 | #: IDF/Views/Download.php:61 IDF/Views/Download.php:63 |
| 256 | #: IDF/Views/Download.php:219 IDF/Views/Download.php:225 |
| 257 | #: IDF/Views/Download.php:62 IDF/Views/Download.php:230 |
| 258 | msgid "No downloads were found." |
| 259 | msgstr "" |
| 260 | |
| 261 | #: IDF/Views/Download.php:81 IDF/Views/Download.php:83 |
| 262 | #: IDF/Views/Download.php:85 |
| 263 | #, php-format |
| 264 | msgid "Download %s" |
| 265 | msgstr "" |
| 266 | |
| 267 | #: IDF/Views/Download.php:94 IDF/Views/Download.php:96 |
| 268 | #: IDF/Views/Download.php:100 IDF/Views/Download.php:102 |
| 269 | #, php-format |
| 270 | msgid "The file <a href=\"%1$s\">%2$s</a> has been updated." |
| 271 | msgstr "" |
| 272 | |
| 273 | #: IDF/Views/Download.php:135 IDF/gettexttemplates/downloads/base.html.php:4 |
| 274 | #: IDF/gettexttemplates/downloads/index.html.php:3 IDF/Views/Download.php:137 |
| 275 | #: IDF/Views/Download.php:143 IDF/Views/Download.php:147 |
| 276 | msgid "New Download" |
| 277 | msgstr "" |
| 278 | |
| 279 | #: IDF/Views/Download.php:144 IDF/Views/Download.php:146 |
| 280 | #: IDF/Views/Download.php:152 IDF/Views/Download.php:156 |
| 281 | #, php-format |
| 282 | msgid "The <a href=\"%s\">file</a> has been uploaded." |
| 283 | msgstr "" |
| 284 | |
| 285 | #: IDF/Views/Issue.php:40 IDF/Views/Issue.php:41 |
| 286 | #, php-format |
| 287 | msgid "%s Recent Issues" |
| 288 | msgstr "" |
| 289 | |
| 290 | #: IDF/Views/Issue.php:49 IDF/Views/Issue.php:103 IDF/Views/Issue.php:50 |
| 291 | #: IDF/Views/Issue.php:105 |
| 292 | msgid "This table shows the open recent issues." |
| 293 | msgstr "" |
| 294 | |
| 295 | #: IDF/Views/Issue.php:56 IDF/Views/Issue.php:108 IDF/Views/Issue.php:227 |
| 296 | #: IDF/Views/Issue.php:280 IDF/Views/Issue.php:57 IDF/Views/Issue.php:110 |
| 297 | #: IDF/Views/Issue.php:232 IDF/Views/Issue.php:286 |
| 298 | msgid "Id" |
| 299 | msgstr "" |
| 300 | |
| 301 | #: IDF/Views/Issue.php:58 IDF/Views/Issue.php:110 IDF/Views/Issue.php:229 |
| 302 | #: IDF/Views/Issue.php:282 IDF/Form/IssueCreate.php:70 |
| 303 | #: IDF/Form/IssueUpdate.php:66 IDF/Views/Issue.php:59 IDF/Views/Issue.php:112 |
| 304 | #: IDF/Views/Issue.php:234 IDF/Views/Issue.php:288 |
| 305 | msgid "Status" |
| 306 | msgstr "" |
| 307 | |
| 308 | #: IDF/Views/Issue.php:59 IDF/Views/Issue.php:111 IDF/Views/Issue.php:230 |
| 309 | #: IDF/Views/Issue.php:283 IDF/Views/Issue.php:60 IDF/Views/Issue.php:113 |
| 310 | #: IDF/Views/Issue.php:235 IDF/Views/Issue.php:289 |
| 311 | msgid "Last Updated" |
| 312 | msgstr "" |
| 313 | |
| 314 | #: IDF/Views/Issue.php:63 IDF/Views/Issue.php:115 IDF/Views/Issue.php:234 |
| 315 | #: IDF/Views/Issue.php:287 IDF/Views/Issue.php:64 IDF/Views/Issue.php:117 |
| 316 | #: IDF/Views/Issue.php:239 IDF/Views/Issue.php:293 |
| 317 | msgid "No issues were found." |
| 318 | msgstr "" |
| 319 | |
| 320 | #: IDF/Views/Issue.php:87 IDF/Views/Issue.php:89 |
| 321 | #, php-format |
| 322 | msgid "My Submitted %s Issues" |
| 323 | msgstr "" |
| 324 | |
| 325 | #: IDF/Views/Issue.php:90 IDF/Views/Issue.php:92 |
| 326 | #, php-format |
| 327 | msgid "My Working %s Issues" |
| 328 | msgstr "" |
| 329 | |
| 330 | #: IDF/Views/Issue.php:131 IDF/Views/Issue.php:134 |
| 331 | msgid "Submit a new issue" |
| 332 | msgstr "" |
| 333 | |
| 334 | #: IDF/Views/Issue.php:143 IDF/Views/Issue.php:146 |
| 335 | #, php-format |
| 336 | msgid "<a href=\"%s\">Issue %d</a> has been created." |
| 337 | msgstr "" |
| 338 | |
| 339 | #: IDF/Views/Issue.php:168 IDF/Views/Issue.php:172 |
| 340 | #, php-format |
| 341 | msgid "Issue <a href=\"%s\">%d</a>: %s" |
| 342 | msgstr "" |
| 343 | |
| 344 | #: IDF/Views/Issue.php:184 IDF/Views/Issue.php:188 |
| 345 | #, php-format |
| 346 | msgid "<a href=\"%s\">Issue %d</a> has been updated." |
| 347 | msgstr "" |
| 348 | |
| 349 | #: IDF/Views/Issue.php:211 IDF/Views/Issue.php:216 |
| 350 | #, php-format |
| 351 | msgid "%s Closed Issues" |
| 352 | msgstr "" |
| 353 | |
| 354 | #: IDF/Views/Issue.php:220 IDF/Views/Issue.php:225 |
| 355 | msgid "This table shows the closed issues." |
| 356 | msgstr "" |
| 357 | |
| 358 | #: IDF/Views/Issue.php:258 IDF/Views/Issue.php:264 |
| 359 | #, php-format |
| 360 | msgid "%1$s Issues with Label %2$s" |
| 361 | msgstr "" |
| 362 | |
| 363 | #: IDF/Views/Issue.php:261 IDF/Views/Issue.php:267 |
| 364 | #, php-format |
| 365 | msgid "%1$s Closed Issues with Label %2$s" |
| 366 | msgstr "" |
| 367 | |
| 368 | #: IDF/Views/Issue.php:273 IDF/Views/Issue.php:279 |
| 369 | #, php-format |
| 370 | msgid "This table shows the issues with label %s." |
| 371 | msgstr "" |
| 372 | |
| 373 | #: IDF/gettexttemplates/base-simple.html.php:3 |
| 374 | #: IDF/gettexttemplates/base.html.php:3 |
| 375 | #, php-format |
| 376 | msgid "Welcome, <strong>%%user.first_name%% %%user.last_name%%</strong>." |
| 377 | msgstr "" |
| 378 | |
| 379 | #: IDF/gettexttemplates/base-simple.html.php:4 |
| 380 | #: IDF/gettexttemplates/base.html.php:5 |
| 381 | msgid "Sign Out" |
| 382 | msgstr "" |
| 383 | |
| 384 | #: IDF/gettexttemplates/base-simple.html.php:5 |
| 385 | #: IDF/gettexttemplates/base.html.php:6 |
| 386 | msgid "Sign in or create your account" |
| 387 | msgstr "" |
| 388 | |
| 389 | #: IDF/gettexttemplates/base-simple.html.php:6 |
| 390 | #: IDF/gettexttemplates/base.html.php:7 |
| 391 | msgid "Help" |
| 392 | msgstr "" |
| 393 | |
| 394 | #: IDF/gettexttemplates/base.html.php:4 |
| 395 | #, php-format |
| 396 | msgid "" |
| 397 | "<a href=\"%%url%%\">Sign in or create your account</a> to create issues or " |
| 398 | "add comments" |
| 399 | msgstr "" |
| 400 | |
| 401 | #: IDF/gettexttemplates/base.html.php:8 |
| 402 | msgid "Project Home" |
| 403 | msgstr "" |
| 404 | |
| 405 | #: IDF/gettexttemplates/base.html.php:9 IDF/Form/TabsConf.php:36 |
| 406 | msgid "Issues" |
| 407 | msgstr "" |
| 408 | |
| 409 | #: IDF/gettexttemplates/base.html.php:10 |
| 410 | #: IDF/gettexttemplates/downloads/base.html.php:3 |
| 411 | #: IDF/gettexttemplates/admin/base.html.php:6 IDF/Form/TabsConf.php:34 |
| 412 | msgid "Downloads" |
| 413 | msgstr "" |
| 414 | |
| 415 | #: IDF/gettexttemplates/base.html.php:11 IDF/Form/TabsConf.php:35 |
| 416 | msgid "Source" |
| 417 | msgstr "" |
| 418 | |
| 419 | #: IDF/gettexttemplates/base.html.php:12 |
| 420 | msgid "Administer" |
| 421 | msgstr "" |
| 422 | |
| 423 | #: IDF/gettexttemplates/downloads/view.html.php:3 |
| 424 | #: IDF/gettexttemplates/issues/view.html.php:6 |
| 425 | #: IDF/gettexttemplates/downloads/view.html.php:4 |
| 426 | #, php-format |
| 427 | msgid "by %%submitter%%" |
| 428 | msgstr "" |
| 429 | |
| 430 | #: IDF/gettexttemplates/downloads/view.html.php:4 |
| 431 | #: IDF/gettexttemplates/downloads/view.html.php:5 |
| 432 | msgid "The form contains some errors. Please correct them to update the file." |
| 433 | msgstr "" |
| 434 | |
| 435 | #: IDF/gettexttemplates/downloads/view.html.php:5 |
| 436 | #: IDF/gettexttemplates/downloads/view.html.php:6 |
| 437 | msgid "Update File" |
| 438 | msgstr "" |
| 439 | |
| 440 | #: IDF/gettexttemplates/downloads/view.html.php:6 |
| 441 | #: IDF/gettexttemplates/downloads/submit.html.php:8 |
| 442 | #: IDF/gettexttemplates/register/inputkey.html.php:5 |
| 443 | #: IDF/gettexttemplates/register/confirmation.html.php:7 |
| 444 | #: IDF/gettexttemplates/register/index.html.php:7 |
| 445 | #: IDF/gettexttemplates/issues/view.html.php:14 |
| 446 | #: IDF/gettexttemplates/issues/create.html.php:12 |
| 447 | #: IDF/gettexttemplates/downloads/view.html.php:7 |
| 448 | msgid "Cancel" |
| 449 | msgstr "" |
| 450 | |
| 451 | #: IDF/gettexttemplates/downloads/view.html.php:7 |
| 452 | #: IDF/gettexttemplates/downloads/view.html.php:8 |
| 453 | msgid "Uploaded:" |
| 454 | msgstr "" |
| 455 | |
| 456 | #: IDF/gettexttemplates/downloads/view.html.php:8 |
| 457 | #: IDF/gettexttemplates/issues/view.html.php:16 |
| 458 | #: IDF/gettexttemplates/downloads/view.html.php:9 |
| 459 | msgid "Updated:" |
| 460 | msgstr "" |
| 461 | |
| 462 | #: IDF/gettexttemplates/downloads/view.html.php:9 |
| 463 | #: IDF/gettexttemplates/downloads/view.html.php:10 |
| 464 | msgid "Downloads:" |
| 465 | msgstr "" |
| 466 | |
| 467 | #: IDF/gettexttemplates/downloads/view.html.php:10 |
| 468 | #: IDF/gettexttemplates/issues/view.html.php:11 |
| 469 | #: IDF/gettexttemplates/issues/view.html.php:20 |
| 470 | #: IDF/gettexttemplates/downloads/view.html.php:11 |
| 471 | msgid "Labels:" |
| 472 | msgstr "" |
| 473 | |
| 474 | #: IDF/gettexttemplates/downloads/submit.html.php:3 |
| 475 | msgid "" |
| 476 | "Each file must have a distinct name and file contents\n" |
| 477 | "cannot be changed, so be sure to include release numbers in each file\n" |
| 478 | "name." |
| 479 | msgstr "" |
| 480 | |
| 481 | #: IDF/gettexttemplates/downloads/submit.html.php:6 |
| 482 | msgid "The form contains some errors. Please correct them to submit the file." |
| 483 | msgstr "" |
| 484 | |
| 485 | #: IDF/gettexttemplates/downloads/submit.html.php:7 |
| 486 | msgid "Submit File" |
| 487 | msgstr "" |
| 488 | |
| 489 | #: IDF/gettexttemplates/downloads/submit.html.php:9 |
| 490 | #: IDF/gettexttemplates/register/inputkey.html.php:6 |
| 491 | msgid "Instructions" |
| 492 | msgstr "" |
| 493 | |
| 494 | #: IDF/gettexttemplates/downloads/index.html.php:4 |
| 495 | msgid "Number of files:" |
| 496 | msgstr "" |
| 497 | |
| 498 | #: IDF/gettexttemplates/faq.html.php:3 |
| 499 | msgid "" |
| 500 | "<p>This is simple:</p>\n" |
| 501 | "<ol>\n" |
| 502 | "<li>Write in the comments \"This is a duplicate of issue 123\", change 123 " |
| 503 | "with the corresponding issue number.</li>\n" |
| 504 | "<li>Change the status of the current issue to <em>Duplicate</em>.</li>\n" |
| 505 | "<li>Submit the changes.</li>\n" |
| 506 | "</ol>" |
| 507 | msgstr "" |
| 508 | |
| 509 | #: IDF/gettexttemplates/faq.html.php:9 IDF/gettexttemplates/faq.html.php:11 |
| 510 | msgid "What are the keyboard shortcuts?" |
| 511 | msgstr "" |
| 512 | |
| 513 | #: IDF/gettexttemplates/faq.html.php:10 IDF/gettexttemplates/faq.html.php:20 |
| 514 | msgid "How to mark an issue as duplicate?" |
| 515 | msgstr "" |
| 516 | |
| 517 | #: IDF/gettexttemplates/faq.html.php:12 |
| 518 | msgid "If you are in a project, you have the following shortcuts:" |
| 519 | msgstr "" |
| 520 | |
| 521 | #: IDF/gettexttemplates/faq.html.php:13 |
| 522 | msgid "<kbd>Shift+h</kbd>: Project home." |
| 523 | msgstr "" |
| 524 | |
| 525 | #: IDF/gettexttemplates/faq.html.php:14 |
| 526 | msgid "<kbd>Shift+d</kbd>: Downloads." |
| 527 | msgstr "" |
| 528 | |
| 529 | #: IDF/gettexttemplates/faq.html.php:15 |
| 530 | msgid "<kbd>Shift+s</kbd>: Source." |
| 531 | msgstr "" |
| 532 | |
| 533 | #: IDF/gettexttemplates/faq.html.php:16 |
| 534 | msgid "<kbd>Shift+a</kbd>: Create a new issue." |
| 535 | msgstr "" |
| 536 | |
| 537 | #: IDF/gettexttemplates/faq.html.php:17 |
| 538 | msgid "<kbd>Shift+i</kbd>: List of recently submitted issues." |
| 539 | msgstr "" |
| 540 | |
| 541 | #: IDF/gettexttemplates/faq.html.php:18 |
| 542 | msgid "<kbd>Shift+m</kbd>: The issues you submitted." |
| 543 | msgstr "" |
| 544 | |
| 545 | #: IDF/gettexttemplates/faq.html.php:19 |
| 546 | msgid "<kbd>Shift+w</kbd>: The issues assigned to you." |
| 547 | msgstr "" |
| 548 | |
| 549 | #: IDF/gettexttemplates/faq.html.php:21 |
| 550 | msgid "Here we are, just to help you." |
| 551 | msgstr "" |
| 552 | |
| 553 | #: IDF/gettexttemplates/project-home.html.php:3 |
| 554 | msgid "Welcome" |
| 555 | msgstr "" |
| 556 | |
| 557 | #: IDF/gettexttemplates/project-home.html.php:4 |
| 558 | msgid "Featured Downloads" |
| 559 | msgstr "" |
| 560 | |
| 561 | #: IDF/gettexttemplates/project-home.html.php:5 |
| 562 | msgid "show more..." |
| 563 | msgstr "" |
| 564 | |
| 565 | #: IDF/gettexttemplates/project-home.html.php:6 |
| 566 | msgid "Development Team" |
| 567 | msgstr "" |
| 568 | |
| 569 | #: IDF/gettexttemplates/project-home.html.php:7 |
| 570 | msgid "Admins" |
| 571 | msgstr "" |
| 572 | |
| 573 | #: IDF/gettexttemplates/project-home.html.php:8 |
| 574 | msgid "Happy Crew" |
| 575 | msgstr "" |
| 576 | |
| 577 | #: IDF/gettexttemplates/admin/base.html.php:3 |
| 578 | msgid "Project Summary" |
| 579 | msgstr "" |
| 580 | |
| 581 | #: IDF/gettexttemplates/admin/base.html.php:4 |
| 582 | msgid "Project Members" |
| 583 | msgstr "" |
| 584 | |
| 585 | #: IDF/gettexttemplates/admin/base.html.php:5 |
| 586 | msgid "Issue Tracking" |
| 587 | msgstr "" |
| 588 | |
| 589 | #: IDF/gettexttemplates/admin/downloads.html.php:3 |
| 590 | #: IDF/gettexttemplates/admin/issue-tracking.html.php:3 |
| 591 | msgid "" |
| 592 | "\n" |
| 593 | "<p><strong>Instructions:</strong></p>\n" |
| 594 | "<p>List one status value per line in desired sort-order.</p>\n" |
| 595 | "<p>Optionally, use an equals-sign to document the meaning of each status " |
| 596 | "value.</p>\n" |
| 597 | msgstr "" |
| 598 | |
| 599 | #: IDF/gettexttemplates/admin/downloads.html.php:8 |
| 600 | #: IDF/gettexttemplates/admin/issue-tracking.html.php:8 |
| 601 | #: IDF/gettexttemplates/admin/members.html.php:13 |
| 602 | #: IDF/gettexttemplates/admin/summary.html.php:8 |
| 603 | #: IDF/gettexttemplates/admin/tabs.html.php:5 |
| 604 | msgid "Save Changes" |
| 605 | msgstr "" |
| 606 | |
| 607 | #: IDF/gettexttemplates/admin/members.html.php:3 |
| 608 | msgid "" |
| 609 | "\n" |
| 610 | "<p><strong>Instructions:</strong></p>\n" |
| 611 | "<p>Specify each person by its login. Each person must have already " |
| 612 | "registered with the given login.</p>\n" |
| 613 | "<p>Separate the logins with commas and/or new lines.</p>\n" |
| 614 | msgstr "" |
| 615 | |
| 616 | #: IDF/gettexttemplates/admin/members.html.php:8 |
| 617 | msgid "" |
| 618 | "\n" |
| 619 | "<p><strong>Notes:</strong></p>\n" |
| 620 | "<p>A project owner may make any change to this project, including removing " |
| 621 | "other project owners. You need to be carefull when you give owner rights.</" |
| 622 | "p>\n" |
| 623 | "<p>A project member will not have access to the administration area but will " |
| 624 | "have more options available in the use of the project.</p>\n" |
| 625 | msgstr "" |
| 626 | |
| 627 | #: IDF/gettexttemplates/admin/summary.html.php:3 |
| 628 | #, php-format |
| 629 | msgid "" |
| 630 | "\n" |
| 631 | "<p><strong>Instructions:</strong></p>\n" |
| 632 | "<p>The description of the project can be improved using the <a href=\"%%url%%" |
| 633 | "\">Markdown syntax</a>.</p>\n" |
| 634 | msgstr "" |
| 635 | |
| 636 | #: IDF/gettexttemplates/admin/summary.html.php:7 |
| 637 | msgid "" |
| 638 | "The form contains some errors. Please correct them to update the summary." |
| 639 | msgstr "" |
| 640 | |
| 641 | #: IDF/gettexttemplates/source/tree.html.php:3 |
| 642 | #, php-format |
| 643 | msgid "" |
| 644 | "Source at commit <a class=\"mono\" href=\"%%url%%\">%%commit%%</a> created %%" |
| 645 | "cobject.date%%." |
| 646 | msgstr "" |
| 647 | |
| 648 | #: IDF/gettexttemplates/source/tree.html.php:4 |
| 649 | #, php-format |
| 650 | msgid "By %%cobject.author%%, %%cobject.title%%" |
| 651 | msgstr "" |
| 652 | |
| 653 | #: IDF/gettexttemplates/source/tree.html.php:5 |
| 654 | msgid "Root" |
| 655 | msgstr "" |
| 656 | |
| 657 | #: IDF/gettexttemplates/source/tree.html.php:7 |
| 658 | #: IDF/gettexttemplates/source/changelog.html.php:3 |
| 659 | msgid "Age" |
| 660 | msgstr "" |
| 661 | |
| 662 | #: IDF/gettexttemplates/source/tree.html.php:8 |
| 663 | #: IDF/gettexttemplates/source/changelog.html.php:4 |
| 664 | msgid "Message" |
| 665 | msgstr "" |
| 666 | |
| 667 | #: IDF/gettexttemplates/source/tree.html.php:10 |
| 668 | msgid "Archive" |
| 669 | msgstr "" |
| 670 | |
| 671 | #: IDF/gettexttemplates/source/tree.html.php:11 |
| 672 | msgid "Download this version" |
| 673 | msgstr "" |
| 674 | |
| 675 | #: IDF/gettexttemplates/source/tree.html.php:12 |
| 676 | #: IDF/gettexttemplates/source/commit.html.php:13 |
| 677 | #: IDF/gettexttemplates/source/changelog.html.php:7 |
| 678 | msgid "Branches:" |
| 679 | msgstr "" |
| 680 | |
| 681 | #: IDF/gettexttemplates/source/base.html.php:3 |
| 682 | msgid "Source Tree" |
| 683 | msgstr "" |
| 684 | |
| 685 | #: IDF/gettexttemplates/source/base.html.php:4 |
| 686 | msgid "Change Log" |
| 687 | msgstr "" |
| 688 | |
| 689 | #: IDF/gettexttemplates/source/base.html.php:5 |
| 690 | msgid "Commit" |
| 691 | msgstr "" |
| 692 | |
| 693 | #: IDF/gettexttemplates/source/commit.html.php:3 |
| 694 | #, php-format |
| 695 | msgid "%%ndiff%% diff" |
| 696 | msgid_plural "%%ndiff%% diffs" |
| 697 | msgstr[0] "" |
| 698 | msgstr[1] "" |
| 699 | |
| 700 | #: IDF/gettexttemplates/source/commit.html.php:4 |
| 701 | msgid "Date:" |
| 702 | msgstr "" |
| 703 | |
| 704 | #: IDF/gettexttemplates/source/commit.html.php:5 |
| 705 | msgid "Author:" |
| 706 | msgstr "" |
| 707 | |
| 708 | #: IDF/gettexttemplates/source/commit.html.php:6 |
| 709 | #: IDF/gettexttemplates/source/changelog.html.php:5 |
| 710 | msgid "Commit:" |
| 711 | msgstr "" |
| 712 | |
| 713 | #: IDF/gettexttemplates/source/commit.html.php:7 |
| 714 | #: IDF/gettexttemplates/source/commit.html.php:9 |
| 715 | msgid "View corresponding source tree" |
| 716 | msgstr "" |
| 717 | |
| 718 | #: IDF/gettexttemplates/source/commit.html.php:8 |
| 719 | msgid "Tree:" |
| 720 | msgstr "" |
| 721 | |
| 722 | #: IDF/gettexttemplates/source/commit.html.php:10 |
| 723 | msgid "Message:" |
| 724 | msgstr "" |
| 725 | |
| 726 | #: IDF/gettexttemplates/source/commit.html.php:11 |
| 727 | msgid "Files:" |
| 728 | msgstr "" |
| 729 | |
| 730 | #: IDF/gettexttemplates/source/commit.html.php:12 |
| 731 | msgid "Change Details" |
| 732 | msgstr "" |
| 733 | |
| 734 | #: IDF/gettexttemplates/source/changelog.html.php:6 |
| 735 | msgid "by" |
| 736 | msgstr "" |
| 737 | |
| 738 | #: IDF/gettexttemplates/register/inputkey.html.php:3 |
| 739 | msgid "Oups, we found an error in the form." |
| 740 | msgstr "" |
| 741 | |
| 742 | #: IDF/gettexttemplates/register/inputkey.html.php:4 |
| 743 | msgid "Confirm Your Account" |
| 744 | msgstr "" |
| 745 | |
| 746 | #: IDF/gettexttemplates/register/inputkey.html.php:7 |
| 747 | msgid "" |
| 748 | "Use your email software to read your emails and open your confirmation " |
| 749 | "email. Either click directly on the confirmation link or copy/paste the " |
| 750 | "confirmation key in the box and submit the form." |
| 751 | msgstr "" |
| 752 | |
| 753 | #: IDF/gettexttemplates/register/inputkey.html.php:8 |
| 754 | msgid "" |
| 755 | "Just after providing the confirmation key, you will be able to set your " |
| 756 | "password and start using this website fully." |
| 757 | msgstr "" |
| 758 | |
| 759 | #: IDF/gettexttemplates/register/confirmation.html.php:3 |
| 760 | msgid "Oups, please check the form for errors." |
| 761 | msgstr "" |
| 762 | |
| 763 | #: IDF/gettexttemplates/register/confirmation.html.php:4 |
| 764 | msgid "Login:" |
| 765 | msgstr "" |
| 766 | |
| 767 | #: IDF/gettexttemplates/register/confirmation.html.php:5 |
| 768 | msgid "Email:" |
| 769 | msgstr "" |
| 770 | |
| 771 | #: IDF/gettexttemplates/register/confirmation.html.php:6 |
| 772 | msgid "Enable Your Account" |
| 773 | msgstr "" |
| 774 | |
| 775 | #: IDF/gettexttemplates/register/confirmation.html.php:8 |
| 776 | msgid "" |
| 777 | "This is the last step, but just <strong>be sure to have the cookies enabled</" |
| 778 | "strong> to log in afterwards." |
| 779 | msgstr "" |
| 780 | |
| 781 | #: IDF/gettexttemplates/register/index.html.php:3 |
| 782 | msgid "" |
| 783 | "Read the <a href=\"#\">terms and conditions</a> – basically <em>" |
| 784 | "\"Please be nice, we respect you\"</em>." |
| 785 | msgstr "" |
| 786 | |
| 787 | #: IDF/gettexttemplates/register/index.html.php:4 |
| 788 | #, php-format |
| 789 | msgid "" |
| 790 | "With your account, you will able to participate in the life of all the " |
| 791 | "projects hosted here. Participating in a software project must be fun, so if " |
| 792 | "you have troubles, you can <a href=\"%%url%%\">let us know about your issues " |
| 793 | "at anytime</a>!" |
| 794 | msgstr "" |
| 795 | |
| 796 | #: IDF/gettexttemplates/register/index.html.php:5 |
| 797 | msgid "Oups, please check the provided login and email address to register." |
| 798 | msgstr "" |
| 799 | |
| 800 | #: IDF/gettexttemplates/register/index.html.php:8 |
| 801 | msgid "" |
| 802 | "Be sure to provide a valid email address, as we are sending a validation " |
| 803 | "link by email." |
| 804 | msgstr "" |
| 805 | |
| 806 | #: IDF/gettexttemplates/register/index.html.php:9 |
| 807 | msgid "Did you know?" |
| 808 | msgstr "" |
| 809 | |
| 810 | #: IDF/gettexttemplates/register/confirmation-email.txt.php:3 |
| 811 | #, php-format |
| 812 | msgid "" |
| 813 | "Hello,\n" |
| 814 | "\n" |
| 815 | "You have requested the creation of an account to\n" |
| 816 | "participate in the life of a software project.\n" |
| 817 | "\n" |
| 818 | "To confirm the account please follow this link:\n" |
| 819 | "\n" |
| 820 | "%%url%%\n" |
| 821 | "\n" |
| 822 | "Alternatively, go to this page:\n" |
| 823 | "\n" |
| 824 | "%%urlik%%\n" |
| 825 | "\n" |
| 826 | "and provide the following confirmation key:\n" |
| 827 | "\n" |
| 828 | "%%key%%\n" |
| 829 | "\n" |
| 830 | "If you are not interested any longer in taking\n" |
| 831 | "part in the life of the software project or if\n" |
| 832 | "you can't remember having requested the creation\n" |
| 833 | "of an accout, please excuse us and simply ignore\n" |
| 834 | "this email. \n" |
| 835 | "\n" |
| 836 | "Yours faithfully,\n" |
| 837 | "The development team.\n" |
| 838 | msgstr "" |
| 839 | |
| 840 | #: IDF/gettexttemplates/issues/base.html.php:3 |
| 841 | msgid "Recent issues" |
| 842 | msgstr "" |
| 843 | |
| 844 | #: IDF/gettexttemplates/issues/base.html.php:4 |
| 845 | #: IDF/gettexttemplates/issues/by-label.html.php:6 |
| 846 | #: IDF/gettexttemplates/issues/index.html.php:5 |
| 847 | #: IDF/gettexttemplates/issues/my-issues.html.php:3 |
| 848 | msgid "New Issue" |
| 849 | msgstr "" |
| 850 | |
| 851 | #: IDF/gettexttemplates/issues/base.html.php:5 |
| 852 | msgid "My Issues" |
| 853 | msgstr "" |
| 854 | |
| 855 | #: IDF/gettexttemplates/issues/view.html.php:3 |
| 856 | #, php-format |
| 857 | msgid "Reported by %%who%%, %%c.creation_dtime%%" |
| 858 | msgstr "" |
| 859 | |
| 860 | #: IDF/gettexttemplates/issues/view.html.php:4 |
| 861 | #, php-format |
| 862 | msgid "Comment <a href=\"%%url%%\">%%i%%</a> by %%who%%, %%c.creation_dtime%%" |
| 863 | msgstr "" |
| 864 | |
| 865 | #: IDF/gettexttemplates/issues/view.html.php:5 |
| 866 | #, php-format |
| 867 | msgid "<a href=\"%%url%%\">Sign in</a> to reply to this comment." |
| 868 | msgstr "" |
| 869 | |
| 870 | #: IDF/gettexttemplates/issues/view.html.php:7 |
| 871 | msgid "(No comments were given for this change.)" |
| 872 | msgstr "" |
| 873 | |
| 874 | #: IDF/gettexttemplates/issues/view.html.php:8 |
| 875 | msgid "Summary:" |
| 876 | msgstr "" |
| 877 | |
| 878 | #: IDF/gettexttemplates/issues/view.html.php:9 |
| 879 | #: IDF/gettexttemplates/issues/view.html.php:17 |
| 880 | msgid "Status:" |
| 881 | msgstr "" |
| 882 | |
| 883 | #: IDF/gettexttemplates/issues/view.html.php:10 |
| 884 | #: IDF/gettexttemplates/issues/view.html.php:18 |
| 885 | msgid "Owner:" |
| 886 | msgstr "" |
| 887 | |
| 888 | #: IDF/gettexttemplates/issues/view.html.php:12 |
| 889 | msgid "The form contains some errors. Please correct them to change the issue." |
| 890 | msgstr "" |
| 891 | |
| 892 | #: IDF/gettexttemplates/issues/view.html.php:13 |
| 893 | msgid "Submit Changes" |
| 894 | msgstr "" |
| 895 | |
| 896 | #: IDF/gettexttemplates/issues/view.html.php:15 |
| 897 | msgid "Created:" |
| 898 | msgstr "" |
| 899 | |
| 900 | #: IDF/gettexttemplates/issues/view.html.php:19 |
| 901 | msgid "No owner" |
| 902 | msgstr "" |
| 903 | |
| 904 | #: IDF/gettexttemplates/issues/by-label.html.php:3 |
| 905 | #, php-format |
| 906 | msgid "" |
| 907 | "<p><strong>Open issues:</strong> <a href=\"%%open_url%%\">%%open%%</a></p>\n" |
| 908 | "<p><strong>Closed issues:</strong> <a href=\"%%closed_url%%\">%%closed%%</" |
| 909 | "a></p>\n" |
| 910 | msgstr "" |
| 911 | |
| 912 | #: IDF/gettexttemplates/issues/by-label.html.php:7 |
| 913 | msgid "Completion:" |
| 914 | msgstr "" |
| 915 | |
| 916 | #: IDF/gettexttemplates/issues/by-label.html.php:8 |
| 917 | msgid "Label:" |
| 918 | msgstr "" |
| 919 | |
| 920 | #: IDF/gettexttemplates/issues/create.html.php:3 |
| 921 | msgid "" |
| 922 | "<p>When you submit the issue do not forget to provide the following " |
| 923 | "information:</p>\n" |
| 924 | "<ul>\n" |
| 925 | "<li>The steps to reproduce the problem.</li>\n" |
| 926 | "<li>The version of the software and your operating system.</li>\n" |
| 927 | "<li>Any information that can help the developers to solve the issue.</li>\n" |
| 928 | "<li><strong>Do not provide any password or confidential information!</" |
| 929 | "strong></li>\n" |
| 930 | "</ul>" |
| 931 | msgstr "" |
| 932 | |
| 933 | #: IDF/gettexttemplates/issues/create.html.php:10 |
| 934 | msgid "The form contains some errors. Please correct them to submit the issue." |
| 935 | msgstr "" |
| 936 | |
| 937 | #: IDF/gettexttemplates/issues/create.html.php:11 |
| 938 | msgid "Submit Issue" |
| 939 | msgstr "" |
| 940 | |
| 941 | #: IDF/gettexttemplates/issues/index.html.php:3 |
| 942 | #, php-format |
| 943 | msgid "" |
| 944 | "<p><strong>Open issues:</strong> <a href=\"%%open_url%%\">%%open%%</a></p>\n" |
| 945 | "<p><strong>Closed issues:</strong> <a href=\"%%closed_url%%\">%%closed%%</" |
| 946 | "a></p>" |
| 947 | msgstr "" |
| 948 | |
| 949 | #: IDF/gettexttemplates/issues/my-issues.html.php:4 |
| 950 | msgid "Submitted issues:" |
| 951 | msgstr "" |
| 952 | |
| 953 | #: IDF/gettexttemplates/issues/my-issues.html.php:5 |
| 954 | msgid "Working issues:" |
| 955 | msgstr "" |
| 956 | |
| 957 | #: IDF/gettexttemplates/login_form.html.php:3 |
| 958 | msgid "What is your login?" |
| 959 | msgstr "" |
| 960 | |
| 961 | #: IDF/gettexttemplates/login_form.html.php:4 |
| 962 | msgid "My login is" |
| 963 | msgstr "" |
| 964 | |
| 965 | #: IDF/gettexttemplates/login_form.html.php:5 |
| 966 | msgid "Do you have a password?" |
| 967 | msgstr "" |
| 968 | |
| 969 | #: IDF/gettexttemplates/login_form.html.php:6 |
| 970 | msgid "No, I am a new here." |
| 971 | msgstr "" |
| 972 | |
| 973 | #: IDF/gettexttemplates/login_form.html.php:7 |
| 974 | msgid "Yes" |
| 975 | msgstr "" |
| 976 | |
| 977 | #: IDF/gettexttemplates/login_form.html.php:8 |
| 978 | msgid "my password is" |
| 979 | msgstr "" |
| 980 | |
| 981 | #: IDF/gettexttemplates/login_form.html.php:9 |
| 982 | msgid "Sign in" |
| 983 | msgstr "" |
| 984 | |
| 985 | #: IDF/gettexttemplates/index.html.php:3 |
| 986 | msgid "Create a new project." |
| 987 | msgstr "" |
| 988 | |
| 989 | #: IDF/gettexttemplates/index.html.php:4 |
| 990 | msgid "No projects managed with InDefero were found." |
| 991 | msgstr "" |
| 992 | |
| 993 | #: IDF/gettexttemplates/index.html.php:5 |
| 994 | msgid "Managed Projects:" |
| 995 | msgstr "" |
| 996 | |
| 997 | #: IDF/Form/Register.php:38 |
| 998 | msgid "Your login" |
| 999 | msgstr "" |
| 1000 | |
| 1001 | #: IDF/Form/Register.php:42 |
| 1002 | msgid "" |
| 1003 | "The login must be between 3 and 8 characters long and contains only letters " |
| 1004 | "and digits." |
| 1005 | msgstr "" |
| 1006 | |
| 1007 | #: IDF/Form/Register.php:50 |
| 1008 | msgid "Your email" |
| 1009 | msgstr "" |
| 1010 | |
| 1011 | #: IDF/Form/Register.php:52 |
| 1012 | msgid "We will never send you any unsolicited emails. We hate spams too!" |
| 1013 | msgstr "" |
| 1014 | |
| 1015 | #: IDF/Form/Register.php:57 |
| 1016 | msgid "I agree to the terms and conditions." |
| 1017 | msgstr "" |
| 1018 | |
| 1019 | #: IDF/Form/Register.php:71 |
| 1020 | #, php-format |
| 1021 | msgid "The login \"%s\" is already used, please find another one." |
| 1022 | msgstr "" |
| 1023 | |
| 1024 | #: IDF/Form/Register.php:82 |
| 1025 | msgid "" |
| 1026 | "We know, this is boring, but you need to agree with the terms and conditions." |
| 1027 | msgstr "" |
| 1028 | |
| 1029 | #: IDF/Form/Register.php:93 |
| 1030 | #, php-format |
| 1031 | msgid "" |
| 1032 | "The email \"%s\" is already used. If you need, click on the help link to " |
| 1033 | "recover your password." |
| 1034 | msgstr "" |
| 1035 | |
| 1036 | #: IDF/Form/Register.php:108 IDF/Form/Upload.php:122 |
| 1037 | #: IDF/Form/IssueCreate.php:234 IDF/Form/UpdateUpload.php:116 |
| 1038 | #: IDF/Form/IssueUpdate.php:258 IDF/Form/MembersConf.php:64 |
| 1039 | msgid "Cannot save the model from an invalid form." |
| 1040 | msgstr "" |
| 1041 | |
| 1042 | #: IDF/Form/Register.php:137 |
| 1043 | msgid "Confirm the creation of your account." |
| 1044 | msgstr "" |
| 1045 | |
| 1046 | #: IDF/Form/Upload.php:59 IDF/Form/IssueCreate.php:98 |
| 1047 | #: IDF/Form/UpdateUpload.php:61 IDF/Form/IssueUpdate.php:95 |
| 1048 | msgid "Labels" |
| 1049 | msgstr "" |
| 1050 | |
| 1051 | #: IDF/Form/Upload.php:72 |
| 1052 | msgid "For security reason, you cannot upload a file with this extension." |
| 1053 | msgstr "" |
| 1054 | |
| 1055 | #: IDF/Form/Upload.php:105 IDF/Form/IssueCreate.php:147 |
| 1056 | #: IDF/Form/UpdateUpload.php:99 |
| 1057 | #, php-format |
| 1058 | msgid "You cannot provide more than label from the %s class to an issue." |
| 1059 | msgstr "" |
| 1060 | |
| 1061 | #: IDF/Form/Upload.php:106 IDF/Form/IssueCreate.php:141 |
| 1062 | #: IDF/Form/IssueCreate.php:148 IDF/Form/UpdateUpload.php:100 |
| 1063 | msgid "You provided an invalid label." |
| 1064 | msgstr "" |
| 1065 | |
| 1066 | #: IDF/Form/UploadConf.php:53 |
| 1067 | msgid "Predefined download labels" |
| 1068 | msgstr "" |
| 1069 | |
| 1070 | #: IDF/Form/UploadConf.php:62 |
| 1071 | msgid "Each download may have at most one label with each of these classes" |
| 1072 | msgstr "" |
| 1073 | |
| 1074 | #: IDF/Form/IssueTrackingConf.php:71 |
| 1075 | msgid "Open issue status values" |
| 1076 | msgstr "" |
| 1077 | |
| 1078 | #: IDF/Form/IssueTrackingConf.php:79 |
| 1079 | msgid "Closed issue status values" |
| 1080 | msgstr "" |
| 1081 | |
| 1082 | #: IDF/Form/IssueTrackingConf.php:88 |
| 1083 | msgid "Predefined issue labels" |
| 1084 | msgstr "" |
| 1085 | |
| 1086 | #: IDF/Form/IssueTrackingConf.php:97 |
| 1087 | msgid "Each issue may have at most one label with each of these classes" |
| 1088 | msgstr "" |
| 1089 | |
| 1090 | #: IDF/Form/RegisterConfirmation.php:40 IDF/Form/RegisterInputKey.php:36 |
| 1091 | msgid "Your confirmation key" |
| 1092 | msgstr "" |
| 1093 | |
| 1094 | #: IDF/Form/RegisterConfirmation.php:50 |
| 1095 | msgid "First name" |
| 1096 | msgstr "" |
| 1097 | |
| 1098 | #: IDF/Form/RegisterConfirmation.php:59 |
| 1099 | msgid "Last name" |
| 1100 | msgstr "" |
| 1101 | |
| 1102 | #: IDF/Form/RegisterConfirmation.php:68 |
| 1103 | msgid "Your password" |
| 1104 | msgstr "" |
| 1105 | |
| 1106 | #: IDF/Form/RegisterConfirmation.php:71 |
| 1107 | msgid "" |
| 1108 | "Your password must be hard for other people to find it, but easy for you to " |
| 1109 | "remember." |
| 1110 | msgstr "" |
| 1111 | |
| 1112 | #: IDF/Form/RegisterConfirmation.php:79 |
| 1113 | msgid "Confirm your password" |
| 1114 | msgstr "" |
| 1115 | |
| 1116 | #: IDF/Form/RegisterConfirmation.php:98 IDF/Form/RegisterInputKey.php:50 |
| 1117 | msgid "" |
| 1118 | "We are sorry but this confirmation key is not valid. Maybe you should " |
| 1119 | "directly copy/paste it from your confirmation email." |
| 1120 | msgstr "" |
| 1121 | |
| 1122 | #: IDF/Form/RegisterConfirmation.php:109 |
| 1123 | msgid "" |
| 1124 | "This account has already been confirmed. Maybe should you try to recover " |
| 1125 | "your password using the help link." |
| 1126 | msgstr "" |
| 1127 | |
| 1128 | #: IDF/Form/RegisterConfirmation.php:121 |
| 1129 | msgid "The two passwords must be the same." |
| 1130 | msgstr "" |
| 1131 | |
| 1132 | #: IDF/Form/RegisterConfirmation.php:136 IDF/Form/RegisterInputKey.php:72 |
| 1133 | msgid "Cannot save an invalid form." |
| 1134 | msgstr "" |
| 1135 | |
| 1136 | #: IDF/Form/IssueCreate.php:59 |
| 1137 | msgid "Description" |
| 1138 | msgstr "" |
| 1139 | |
| 1140 | #: IDF/Form/IssueCreate.php:79 IDF/Form/IssueUpdate.php:76 |
| 1141 | msgid "Owner" |
| 1142 | msgstr "" |
| 1143 | |
| 1144 | #: IDF/Form/IssueCreate.php:140 |
| 1145 | msgid "You cannot add a label with the \"Status\" prefix to an issue." |
| 1146 | msgstr "" |
| 1147 | |
| 1148 | #: IDF/Form/IssueCreate.php:172 |
| 1149 | msgid "You provided an invalid status." |
| 1150 | msgstr "" |
| 1151 | |
| 1152 | #: IDF/Form/IssueUpdate.php:55 |
| 1153 | msgid "Comment" |
| 1154 | msgstr "" |
| 1155 | |
| 1156 | #: IDF/Form/IssueUpdate.php:173 |
| 1157 | msgid "No changes were entered." |
| 1158 | msgstr "" |
| 1159 | |
| 1160 | #: IDF/Form/MembersConf.php:46 IDF/Form/TabsConf.php:47 |
| 1161 | msgid "Project owners" |
| 1162 | msgstr "" |
| 1163 | |
| 1164 | #: IDF/Form/MembersConf.php:54 IDF/Form/TabsConf.php:46 |
| 1165 | msgid "Project members" |
| 1166 | msgstr "" |
| 1167 | |
| 1168 | #: IDF/Views/Source.php:36 IDF/Views/Source.php:37 |
| 1169 | #, php-format |
| 1170 | msgid "%s Git Change Log" |
| 1171 | msgstr "" |
| 1172 | |
| 1173 | #: IDF/Views/Source.php:54 IDF/Views/Source.php:83 IDF/Views/Source.php:56 |
| 1174 | #: IDF/Views/Source.php:86 |
| 1175 | #, php-format |
| 1176 | msgid "%s Git Source Tree" |
| 1177 | msgstr "" |
| 1178 | |
| 1179 | #: IDF/Views/Source.php:164 IDF/Views/Source.php:168 |
| 1180 | #, php-format |
| 1181 | msgid "%s Commit Details" |
| 1182 | msgstr "" |
| 1183 | |
| 1184 | #: IDF/Views/Source.php:165 IDF/Views/Source.php:169 |
| 1185 | #, php-format |
| 1186 | msgid "%s Commit Details - %s" |
| 1187 | msgstr "" |
| 1188 | |
| 1189 | #: IDF/Views/Download.php:199 IDF/Views/Download.php:205 |
| 1190 | #: IDF/Views/Download.php:210 |
| 1191 | #, php-format |
| 1192 | msgid "%1$s Downloads with Label %2$s" |
| 1193 | msgstr "" |
| 1194 | |
| 1195 | #: IDF/Views/Download.php:207 IDF/Views/Download.php:213 |
| 1196 | #: IDF/Views/Download.php:218 |
| 1197 | #, php-format |
| 1198 | msgid "This table shows the downloads with label %s." |
| 1199 | msgstr "" |
| 1200 | |
| 1201 | #: IDF/gettexttemplates/downloads/view.html.php:3 |
| 1202 | msgid "" |
| 1203 | "<strong>Attention!</strong> This file is marked as deprecated, download it " |
| 1204 | "only if you are sure you need this specific version." |
| 1205 | msgstr "" |
| 1206 | |
| 1207 | #: IDF/Views/Project.php:215 |
| 1208 | #, php-format |
| 1209 | msgid "%s Tabs Access Rights" |
| 1210 | msgstr "" |
| 1211 | |
| 1212 | #: IDF/Views/Project.php:225 |
| 1213 | msgid "The project tabs access rights have been saved." |
| 1214 | msgstr "" |
| 1215 | |
| 1216 | #: IDF/gettexttemplates/admin/base.html.php:7 |
| 1217 | msgid "Tabs Access" |
| 1218 | msgstr "" |
| 1219 | |
| 1220 | #: IDF/gettexttemplates/admin/tabs.html.php:3 |
| 1221 | msgid "You can configure here the project tabs access rights." |
| 1222 | msgstr "" |
| 1223 | |
| 1224 | #: IDF/gettexttemplates/admin/tabs.html.php:4 |
| 1225 | msgid "" |
| 1226 | "The form contains some errors. Please correct them to update the access " |
| 1227 | "rights." |
| 1228 | msgstr "" |
| 1229 | |
| 1230 | #: IDF/gettexttemplates/admin/tabs.html.php:6 |
| 1231 | msgid "Instructions:" |
| 1232 | msgstr "" |
| 1233 | |
| 1234 | #: IDF/Form/TabsConf.php:44 |
| 1235 | msgid "Open to all" |
| 1236 | msgstr "" |
| 1237 | |
| 1238 | #: IDF/Form/TabsConf.php:45 |
| 1239 | msgid "Signed in users" |
| 1240 | msgstr "" |
| 1241 | |
| 1242 | #: IDF/Form/TabsConf.php:48 |
| 1243 | msgid "Closed" |
| 1244 | msgstr "" |
| 1245 | |
