Version Description
- a big number of extensions have been blacklisted for preventing upload of potentially dangerous files
- the plugin will not allow inclusion, renaming or downloading of files with blacklisted extensions based on the new list
- if no upload extensions are defined or the uploadpattern is too generic, then the plugin will allow only specific extensions based on a white list of extensions; if the administrator wants to include more extensions he/she must declare them explicitely
- the use of the wildcard asterisk symbol has become stricter, asterisk will match all characters except the dot (.), so the default . pattern will allow only one extension in the filename (and not more as happened so far).
- added environment variable 'Wildcard Asterisk Mode' for defining the mode of the wildcard asterisk symbol. If it is 'strict' (default) then the asterisk will not match dot (.) symbol. If it is 'loose' then the asterisk will match any characters (including dot).
- slight bug fixes so that wildcard syntax works correctly with square brackets
- added maximum number of uploads per specific interval in order to avoid DDOS attacks
- added environment variables related to Denial-Of-Service attacks in order to configure the behaviour of the DOS attack checker
- bug fix of wfu_before_file_upload filter that was not working correctly with files larger than 1MB
Download this release
Release Info
Developer | nickboss |
Plugin | WordPress File Upload |
Version | 3.9.0 |
Comparing to | |
See all releases |
Code changes from version 3.8.5 to 3.9.0
- languages/wp-file-upload-de_DE.mo +0 -0
- languages/wp-file-upload-de_DE.po +194 -157
- languages/wp-file-upload-el_GR.mo +0 -0
- languages/wp-file-upload-el_GR.po +194 -157
- languages/wp-file-upload-en_US.mo +0 -0
- languages/wp-file-upload-en_US.po +194 -157
- languages/wp-file-upload-fr_FR.mo +0 -0
- languages/wp-file-upload-fr_FR.po +194 -157
- languages/wp-file-upload-nl_NL.mo +0 -0
- languages/wp-file-upload-nl_NL.po +194 -157
- languages/wp-file-upload-pl_PL.mo +0 -0
- languages/wp-file-upload-pl_PL.po +194 -157
- languages/wp-file-upload-sr_RS.mo +0 -0
- languages/wp-file-upload-sr_RS.po +194 -157
- languages/wp-file-upload-zh_CN.mo +0 -0
- languages/wp-file-upload-zh_CN.po +194 -157
- languages/wp-file-upload.pot +194 -157
- lib/wfu_admin_browser.php +5 -5
- lib/wfu_constants.php +9 -0
- lib/wfu_functions.php +25 -5
- lib/wfu_processfiles.php +31 -6
- lib/wfu_security.php +177 -0
- readme.txt +15 -1
- release_notes.txt +5 -1
- wfu_file_downloader.php +2 -1
- wordpress_file_upload.php +1 -1
languages/wp-file-upload-de_DE.mo
CHANGED
Binary file
|
languages/wp-file-upload-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: de_DE\n"
|
@@ -205,38 +205,51 @@ msgid ""
|
|
205 |
msgstr ""
|
206 |
|
207 |
#: lib/wfu_constants.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
msgid "Targer folder doesn't exist."
|
209 |
msgstr "Ziel-Ordner nicht vorhanden ist."
|
210 |
|
211 |
-
#: lib/wfu_constants.php:
|
212 |
msgid "Upload failed! Missing a temporary folder."
|
213 |
msgstr ""
|
214 |
"Hochladen fehlgeschlagen! Verzeichnis für temporären Dateienupload fehlt"
|
215 |
|
216 |
-
#: lib/wfu_constants.php:
|
217 |
msgid "Upload failed! Permission denied to write to target folder."
|
218 |
msgstr ""
|
219 |
"Hochladen fehlgeschlagen! Keine Berechtigung, um im Zielordner zu schreiben."
|
220 |
|
221 |
-
#: lib/wfu_constants.php:
|
222 |
msgid "File not allowed."
|
223 |
msgstr "Dateiformat nicht erlaubt"
|
224 |
|
225 |
-
#: lib/wfu_constants.php:
|
226 |
msgid "File is suspicious and was rejected."
|
227 |
msgstr "Die Datei ist verdächtig und wurde abgelehnt."
|
228 |
|
229 |
-
#: lib/wfu_constants.php:
|
230 |
msgid "The uploaded file exceeds the file size limit."
|
231 |
msgstr "Die hochzuladende Datei überschreitet das Dateigrößenlimit."
|
232 |
|
233 |
-
#: lib/wfu_constants.php:
|
234 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
235 |
msgstr ""
|
236 |
"Die hochgeladene Datei überschreitet 2GB und wird von diesem Server nicht "
|
237 |
"unterstützt."
|
238 |
|
239 |
-
#: lib/wfu_constants.php:
|
240 |
msgid ""
|
241 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
242 |
"Please contact the administrator."
|
@@ -244,7 +257,7 @@ msgstr ""
|
|
244 |
"Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die maximale "
|
245 |
"Dateigröße des Servers. Bitte wenden Sie sich an den Administrator."
|
246 |
|
247 |
-
#: lib/wfu_constants.php:
|
248 |
msgid ""
|
249 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
250 |
"server. Please contact the administrator."
|
@@ -253,7 +266,7 @@ msgstr ""
|
|
253 |
"Servers. Bitte wenden Sie sich an den Administrator oder senden Sie die "
|
254 |
"Datei von einem Rechner mit schnellerer Internetverbindung."
|
255 |
|
256 |
-
#: lib/wfu_constants.php:
|
257 |
msgid ""
|
258 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
259 |
"was specified in the HTML form."
|
@@ -261,21 +274,21 @@ msgstr ""
|
|
261 |
"Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die "
|
262 |
"MAX_FILE_SIZE Richtlinie, die im HTML-Formular angegeben wurde."
|
263 |
|
264 |
-
#: lib/wfu_constants.php:
|
265 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
266 |
msgstr "Hochladen fehlgeschlagen! Die Datei wurde nur teilweise hochgeladen."
|
267 |
|
268 |
-
#: lib/wfu_constants.php:
|
269 |
msgid "Upload failed! No file was uploaded."
|
270 |
msgstr "Hochladen fehlgeschlagen! Es wurde keine Datei hochgeladen."
|
271 |
|
272 |
-
#: lib/wfu_constants.php:
|
273 |
msgid "Upload failed! Failed to write file to disk."
|
274 |
msgstr ""
|
275 |
"Hochladen fehlgeschlagen! Konnte die Datei nicht auf die Festplatte "
|
276 |
"schreiben."
|
277 |
|
278 |
-
#: lib/wfu_constants.php:
|
279 |
msgid ""
|
280 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
281 |
"administrator."
|
@@ -283,11 +296,11 @@ msgstr ""
|
|
283 |
"Hochladen fehlgeschlagen! Es ist ein Fehler aufgetreten, während der "
|
284 |
"Verschiebung der temporären Datei. Bitte kontaktieren Sie Administrator."
|
285 |
|
286 |
-
#: lib/wfu_constants.php:
|
287 |
msgid "Upload cancelled!"
|
288 |
msgstr "Upload-abgesagt!"
|
289 |
|
290 |
-
#: lib/wfu_constants.php:
|
291 |
msgid ""
|
292 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
293 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
@@ -298,21 +311,21 @@ msgstr ""
|
|
298 |
"Upload-Stopp verursacht, zur Prüfung der Liste der geladenen Erweiterungen "
|
299 |
"kann phpinfo() helfen."
|
300 |
|
301 |
-
#: lib/wfu_constants.php:
|
302 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
303 |
msgstr ""
|
304 |
"Hochladen fehlgeschlagen! Es sind Fehler beim Versuch, die Datei hochzuladen "
|
305 |
"aufgetreten."
|
306 |
|
307 |
-
#: lib/wfu_constants.php:
|
308 |
msgid "Upload failed!"
|
309 |
msgstr "Hochladen fehlgeschlagen!"
|
310 |
|
311 |
-
#: lib/wfu_constants.php:
|
312 |
msgid "No file!"
|
313 |
msgstr "Keine Datei!"
|
314 |
|
315 |
-
#: lib/wfu_constants.php:
|
316 |
msgid ""
|
317 |
"Upload failed! The upload has been canceled by the user or the browser "
|
318 |
"dropped the connection."
|
@@ -320,27 +333,27 @@ msgstr ""
|
|
320 |
"Hochladen fehlgeschlagen! Der Upload wurde vom Benutzer abgebrochen wurde "
|
321 |
"oder der Browser hat die Verbindung verloren."
|
322 |
|
323 |
-
#: lib/wfu_constants.php:
|
324 |
msgid "Upload failed! Unknown error."
|
325 |
msgstr "Hochladen fehlgeschlagen! Unbekannter Fehler."
|
326 |
|
327 |
-
#: lib/wfu_constants.php:
|
328 |
msgid "Please contact the administrator."
|
329 |
msgstr "Bitte kontaktieren Sie den Administrator."
|
330 |
|
331 |
-
#: lib/wfu_constants.php:
|
332 |
msgid "No result from remote server!"
|
333 |
msgstr "Kein Ergebnis vom Remote-Server!"
|
334 |
|
335 |
-
#: lib/wfu_constants.php:
|
336 |
msgid " but with warnings"
|
337 |
msgstr " aber mit Warnhinweisen"
|
338 |
|
339 |
-
#: lib/wfu_constants.php:
|
340 |
msgid "Warning: JSON parse error."
|
341 |
msgstr "Warnung: JSON-Parser-Fehler."
|
342 |
|
343 |
-
#: lib/wfu_constants.php:
|
344 |
msgid ""
|
345 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
346 |
"not be parsed."
|
@@ -348,21 +361,21 @@ msgstr ""
|
|
348 |
"Upload-Parameter dieser Datei, übergeben als als JSON String an den Handler, "
|
349 |
"konnte nicht analysiert werden."
|
350 |
|
351 |
-
#: lib/wfu_constants.php:
|
352 |
msgid ""
|
353 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
354 |
msgstr ""
|
355 |
"Upload-Status, übergeben als JSON String an den Handler, konnte nicht "
|
356 |
"analysiert werden."
|
357 |
|
358 |
-
#: lib/wfu_constants.php:
|
359 |
msgid ""
|
360 |
"Redirection to classic form functionality occurred due to unknown error."
|
361 |
msgstr ""
|
362 |
"Bei der Umleitung auf die klassische Formular-Funktionalität ist ein "
|
363 |
"unbekannter Fehler aufgetreten."
|
364 |
|
365 |
-
#: lib/wfu_constants.php:
|
366 |
msgid ""
|
367 |
"Redirection to classic form functionality occurred because AJAX is not "
|
368 |
"supported."
|
@@ -370,7 +383,7 @@ msgstr ""
|
|
370 |
"Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
|
371 |
"aufgetreten, weil AJAX nicht unterstützt wird."
|
372 |
|
373 |
-
#: lib/wfu_constants.php:
|
374 |
msgid ""
|
375 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
376 |
"supported."
|
@@ -378,59 +391,59 @@ msgstr ""
|
|
378 |
"Bei der Umleitung zu klassischen Formular-Funktionalität ist ein Fehler "
|
379 |
"aufgetreten, da HTML5 nicht unterstützt wird."
|
380 |
|
381 |
-
#: lib/wfu_constants.php:
|
382 |
msgid ""
|
383 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
384 |
msgstr ""
|
385 |
"Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
|
386 |
"aufgetreten beim Parsen von JSON."
|
387 |
|
388 |
-
#: lib/wfu_constants.php:
|
389 |
msgid "Please enable popup windows from the browser's settings!"
|
390 |
msgstr ""
|
391 |
"Bitte aktivieren Sie diese Popup-Fenster aus den Browser-Einstellungen!"
|
392 |
|
393 |
-
#: lib/wfu_constants.php:
|
394 |
msgid "cannot be empty!"
|
395 |
msgstr "darf nicht leer sein!"
|
396 |
|
397 |
-
#: lib/wfu_constants.php:
|
398 |
msgid "number not valid!"
|
399 |
msgstr "Nummer nicht gültig!"
|
400 |
|
401 |
-
#: lib/wfu_constants.php:
|
402 |
msgid "email not valid!"
|
403 |
msgstr "email adresse ist ungültig!"
|
404 |
|
405 |
-
#: lib/wfu_constants.php:
|
406 |
msgid "emails do not match!"
|
407 |
msgstr "emails stimmen nicht überein!"
|
408 |
|
409 |
-
#: lib/wfu_constants.php:
|
410 |
msgid "no base email field in group!"
|
411 |
msgstr "keine basis email feld in der gruppe!"
|
412 |
|
413 |
-
#: lib/wfu_constants.php:
|
414 |
msgid "passwords do not match!"
|
415 |
msgstr "passwörter stimmen nicht überein"
|
416 |
|
417 |
-
#: lib/wfu_constants.php:
|
418 |
msgid "no base password field in group!"
|
419 |
msgstr "keine basispasswortfeld in der gruppe!"
|
420 |
|
421 |
-
#: lib/wfu_constants.php:
|
422 |
msgid "checkbox unchecked!"
|
423 |
msgstr "checkBox nicht aktiviert!"
|
424 |
|
425 |
-
#: lib/wfu_constants.php:
|
426 |
msgid "no option selected!"
|
427 |
msgstr "keine optionen selektiert!"
|
428 |
|
429 |
-
#: lib/wfu_constants.php:
|
430 |
msgid "no item selected!"
|
431 |
msgstr "keine dateien ausgewählt!"
|
432 |
|
433 |
-
#: lib/wfu_constants.php:
|
434 |
msgid ""
|
435 |
"There are more than one instances of the plugin in this page with the same "
|
436 |
"id. Please change it."
|
@@ -438,7 +451,7 @@ msgstr ""
|
|
438 |
"Es gibt mehrere Instanzen des Plugins auf dieser Seite mit der gleichen ID. "
|
439 |
"Bitte ändern Sie dies."
|
440 |
|
441 |
-
#: lib/wfu_constants.php:
|
442 |
msgid ""
|
443 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
444 |
"the page."
|
@@ -446,19 +459,19 @@ msgstr ""
|
|
446 |
"Der Shortcode kann nicht bearbeitet werden, da die Seite geändert wurde. "
|
447 |
"Laden Sie die Seite erneut."
|
448 |
|
449 |
-
#: lib/wfu_constants.php:
|
450 |
msgid "Your browser does not support webcam capture!"
|
451 |
msgstr ""
|
452 |
|
453 |
-
#: lib/wfu_constants.php:
|
454 |
msgid "Your browser does not support video recording from the webcam!"
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: lib/wfu_constants.php:
|
458 |
msgid "No video was recorded!"
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: lib/wfu_constants.php:
|
462 |
msgid ""
|
463 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
464 |
"or use RecaptchaV2 (no account)."
|
@@ -466,23 +479,23 @@ msgstr ""
|
|
466 |
"Fehler: Captcha nicht unterstützt! Sie haben eine alte PHP-Version. "
|
467 |
"Aktualisieren Sie Ihr PHP oder RecaptchaV2 verwenden (kein Konto)."
|
468 |
|
469 |
-
#: lib/wfu_constants.php:
|
470 |
msgid ""
|
471 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
472 |
"notify administrator."
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: lib/wfu_constants.php:
|
476 |
msgid ""
|
477 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
478 |
"use RecaptchaV1 (no account)."
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: lib/wfu_constants.php:
|
482 |
msgid "ERROR: No site key. Please contact administrator!"
|
483 |
msgstr "ERROR: Keine Website-Taste. Bitte kontaktieren Sie Administrator!"
|
484 |
|
485 |
-
#: lib/wfu_constants.php:
|
486 |
msgid ""
|
487 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
488 |
"define Google Recaptcha keys."
|
@@ -490,136 +503,136 @@ msgstr ""
|
|
490 |
"Fehler: nicht vorhanden Website Schlüssel definiert! Bitte gehen Sie auf die "
|
491 |
"Plugin-Einstellungen im Dashboard, um Google Recaptcha Schlüssel definieren."
|
492 |
|
493 |
-
#: lib/wfu_constants.php:
|
494 |
msgid "Bad captcha image!"
|
495 |
msgstr "Schlechten Captcha-Bild!"
|
496 |
|
497 |
-
#: lib/wfu_constants.php:
|
498 |
msgid "No input!"
|
499 |
msgstr "Keine Eingabe!"
|
500 |
|
501 |
-
#: lib/wfu_constants.php:
|
502 |
msgid "Captcha not completed!"
|
503 |
msgstr "Captcha nicht abgeschlossen!"
|
504 |
|
505 |
-
#: lib/wfu_constants.php:
|
506 |
msgid "Wrong captcha!"
|
507 |
msgstr "Falsche Captcha!"
|
508 |
|
509 |
-
#: lib/wfu_constants.php:
|
510 |
msgid "Error refreshing captcha!"
|
511 |
msgstr "Fehler erfrischenden captcha!"
|
512 |
|
513 |
-
#: lib/wfu_constants.php:
|
514 |
msgid "Unknown captcha error!"
|
515 |
msgstr "Captcha unbekannter Fehler"
|
516 |
|
517 |
-
#: lib/wfu_constants.php:
|
518 |
msgid "Captcha not supported by your browser!"
|
519 |
msgstr "Captcha von Ihrem Browser nicht unterstützt!"
|
520 |
|
521 |
-
#: lib/wfu_constants.php:
|
522 |
msgid "the secret parameter is missing"
|
523 |
msgstr "das Geheimnis Parameter fehlt"
|
524 |
|
525 |
-
#: lib/wfu_constants.php:
|
526 |
msgid "the secret parameter is invalid or malformed"
|
527 |
msgstr "das Geheimnis Parameter ist ungültig oder fehlerhaft"
|
528 |
|
529 |
-
#: lib/wfu_constants.php:
|
530 |
msgid "the response parameter is missing"
|
531 |
msgstr "die Antwort Parameter fehlt"
|
532 |
|
533 |
-
#: lib/wfu_constants.php:
|
534 |
msgid "the response parameter is invalid or malformed"
|
535 |
msgstr "die Antwort Parameter ist ungültig oder fehlerhaft"
|
536 |
|
537 |
-
#: lib/wfu_constants.php:
|
538 |
msgid "Please do not use drag drop due to an internal problem."
|
539 |
msgstr "Bitte verwenden Sie keine Drag Drop aufgrund eines internen Problems."
|
540 |
|
541 |
-
#: lib/wfu_constants.php:
|
542 |
#, php-format
|
543 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
544 |
msgstr "Fehler beim chunked Hochladen. Eindeutige ID leer in chunk %d"
|
545 |
|
546 |
-
#: lib/wfu_constants.php:
|
547 |
msgid "Chunked upload is not allowed!"
|
548 |
msgstr "Chunked Hochladen ist nicht erlaubt!"
|
549 |
|
550 |
-
#: lib/wfu_constants.php:
|
551 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
552 |
msgstr ""
|
553 |
"Chunked Hochladen aufgrund eines Fehlers in früheren chunk abgebrochen!"
|
554 |
|
555 |
-
#: lib/wfu_constants.php:
|
556 |
msgid "Chunked upload failed, final file could not be created!"
|
557 |
msgstr ""
|
558 |
"Chunked Hochladen fehlgeschlagen ist, konnte die letzte Datei nicht erstellt "
|
559 |
"werden!"
|
560 |
|
561 |
-
#: lib/wfu_constants.php:
|
562 |
#, php-format
|
563 |
msgid "Could not write file chuck to destination on chunk %d"
|
564 |
msgstr "Konnte Datei chuck bis zum Ziel nicht schreiben am chunk %d"
|
565 |
|
566 |
-
#: lib/wfu_constants.php:
|
567 |
#, php-format
|
568 |
msgid "Could not enlarge destination file on chunk %d"
|
569 |
msgstr "Datei konnte nicht vergrößern am chunk %d"
|
570 |
|
571 |
-
#: lib/wfu_constants.php:
|
572 |
#, php-format
|
573 |
msgid "Could not open file handles on chunk %d"
|
574 |
msgstr "Dateihandles konnte nicht geöffnet werden am chunk %d"
|
575 |
|
576 |
-
#: lib/wfu_constants.php:
|
577 |
msgid "You are not allowed to delete this file!"
|
578 |
msgstr "Sie sind nicht berechtigt, diese Datei zu löschen!"
|
579 |
|
580 |
-
#: lib/wfu_constants.php:
|
581 |
msgid "File was not deleted!"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: lib/wfu_constants.php:
|
585 |
msgid "No file was deleted!"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: lib/wfu_constants.php:
|
589 |
msgid "Some files were not deleted!"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: lib/wfu_constants.php:
|
593 |
msgid "Upload skipped! File already exists."
|
594 |
msgstr "Hochladen abgebrochen! Datei ist bereits vorhanden."
|
595 |
|
596 |
-
#: lib/wfu_constants.php:
|
597 |
msgid "The extension of the file does not match its contents."
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: lib/wfu_constants.php:
|
601 |
msgid ""
|
602 |
"Upload succeeded but the file is suspicious because its contents do not "
|
603 |
"match its extension. Its proper filename is: "
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: lib/wfu_constants.php:
|
607 |
msgid "No files have been selected!"
|
608 |
msgstr "Keine Dateien ausgewählt!"
|
609 |
|
610 |
-
#: lib/wfu_constants.php:
|
611 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
612 |
msgstr ""
|
613 |
"WPFilebase Plugin konnte nicht aktualisiert werden, da keine Dateien "
|
614 |
"hochgeladen wurden."
|
615 |
|
616 |
-
#: lib/wfu_constants.php:
|
617 |
msgid "Notification email was not sent because there were no files uploaded."
|
618 |
msgstr ""
|
619 |
"Benachrichtigung per E-Mail wurde nicht gesendet, weil keine Dateien "
|
620 |
"hochgeladen worden sind."
|
621 |
|
622 |
-
#: lib/wfu_constants.php:
|
623 |
msgid ""
|
624 |
"Notification email was not sent because no recipients were defined. Please "
|
625 |
"check notifyrecipients attribute in the shortcode."
|
@@ -628,7 +641,7 @@ msgstr ""
|
|
628 |
"definiert wurde. Bitte überprüfen Sie das notifyrecipients-Attribut im "
|
629 |
"Shortcode."
|
630 |
|
631 |
-
#: lib/wfu_constants.php:
|
632 |
msgid ""
|
633 |
"Notification email was not sent due to an error. Please check "
|
634 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -636,7 +649,7 @@ msgstr ""
|
|
636 |
"E-Mail-Benachrichtigung wurde wegen eines Fehlers nicht gesendet. Bitte "
|
637 |
"überprüfen Sie das notifysubject und das notifymessage Attribut auf Fehler."
|
638 |
|
639 |
-
#: lib/wfu_constants.php:
|
640 |
msgid ""
|
641 |
"Redirection not executed because redirection link is empty. Please check "
|
642 |
"redirectlink attribute."
|
@@ -644,14 +657,38 @@ msgstr ""
|
|
644 |
"Umleitung nicht ausgeführt, da der Umleitungs-Link leer ist. Bitte "
|
645 |
"überprüfen Sie das redirectlink Attribut."
|
646 |
|
647 |
-
#: lib/wfu_constants.php:
|
648 |
msgid ""
|
649 |
"Redirection not executed because not all files were successfully uploaded."
|
650 |
msgstr ""
|
651 |
"Umleitung nicht ausgeführt, da nicht alle Dateien erfolgreich hochgeladen "
|
652 |
"wurden."
|
653 |
|
654 |
-
#: lib/wfu_constants.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
655 |
msgid ""
|
656 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
657 |
"message persists, contact administrator."
|
@@ -660,7 +697,7 @@ msgstr ""
|
|
660 |
"versuche es erneut. Wenn die Meldung weiterhin, wenden Sie sich "
|
661 |
"Administrator."
|
662 |
|
663 |
-
#: lib/wfu_constants.php:
|
664 |
msgid ""
|
665 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
666 |
"again to edit the shortcode."
|
@@ -668,7 +705,7 @@ msgstr ""
|
|
668 |
"Der Shortcode konnte nicht bearbeitet, da sich der Inhalt der Seite geändert "
|
669 |
"hat. Versuchen Sie erneut den Shortcode zu bearbeiten."
|
670 |
|
671 |
-
#: lib/wfu_constants.php:
|
672 |
msgid ""
|
673 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
674 |
"again to delete it."
|
@@ -676,7 +713,7 @@ msgstr ""
|
|
676 |
"Der Shortcode konnte nicht gelöscht werden, da sich der Inhalt der Seite "
|
677 |
"geändert hat. Versuchen Sie erneut den Shortcode zu löschen."
|
678 |
|
679 |
-
#: lib/wfu_constants.php:
|
680 |
msgid ""
|
681 |
"The page containing the shortcode has been modified and it is no longer "
|
682 |
"valid. Please go back to reload the shortcode."
|
@@ -684,7 +721,7 @@ msgstr ""
|
|
684 |
"Die Seite mit dem Shortcode wurde modifiziert und ist nicht mehr gültig. "
|
685 |
"Bitte gehen Sie zurück um zu den Shortcode zu laden."
|
686 |
|
687 |
-
#: lib/wfu_constants.php:
|
688 |
msgid ""
|
689 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
690 |
"back to reload the shortcode."
|
@@ -692,7 +729,7 @@ msgstr ""
|
|
692 |
"Der Shortcode konnte nicht aktualisiert werden, da sich der Inhalt der Seite "
|
693 |
"geändert geändert hat. Gehen Sie zurück um zu den Shortcode neu zu laden."
|
694 |
|
695 |
-
#: lib/wfu_constants.php:
|
696 |
msgid ""
|
697 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
698 |
"go back and reload the shortcode."
|
@@ -701,39 +738,39 @@ msgstr ""
|
|
701 |
"Wenn das Problem weiterhin besteht, gehen Sie zurück und laden Sie den "
|
702 |
"Shortcode neu."
|
703 |
|
704 |
-
#: lib/wfu_constants.php:
|
705 |
msgid "This is a test message"
|
706 |
msgstr "This is a test message"
|
707 |
|
708 |
-
#: lib/wfu_constants.php:
|
709 |
msgid "This is a test administrator message"
|
710 |
msgstr "Dies ist eine Test-Admin-Nachricht"
|
711 |
|
712 |
-
#: lib/wfu_constants.php:
|
713 |
msgid "File testfile 1 under test"
|
714 |
msgstr "Datei testfile 1 wird getestet"
|
715 |
|
716 |
-
#: lib/wfu_constants.php:
|
717 |
msgid "File testfile 1 message"
|
718 |
msgstr "Datei testfile 1 Nachricht"
|
719 |
|
720 |
-
#: lib/wfu_constants.php:
|
721 |
msgid "File testfile 1 administrator message"
|
722 |
msgstr "Datei testfile 1 Admin-Nachricht"
|
723 |
|
724 |
-
#: lib/wfu_constants.php:
|
725 |
msgid "File testfile 2 under test"
|
726 |
msgstr "File testfile 2 wird getestet"
|
727 |
|
728 |
-
#: lib/wfu_constants.php:
|
729 |
msgid "File testfile 2 message"
|
730 |
msgstr "Datei testfile 2 Nachricht"
|
731 |
|
732 |
-
#: lib/wfu_constants.php:
|
733 |
msgid "File testfile 2 administrator message"
|
734 |
msgstr "Datei testfile 2 Admin-Nachricht"
|
735 |
|
736 |
-
#: lib/wfu_constants.php:
|
737 |
msgid ""
|
738 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
739 |
"current user."
|
@@ -741,7 +778,7 @@ msgstr ""
|
|
741 |
"Fügen Sie die Variable %userid% in den Text ein. Sie wird durch die ID des "
|
742 |
"aktuellen Benutzers ersetzt."
|
743 |
|
744 |
-
#: lib/wfu_constants.php:
|
745 |
msgid ""
|
746 |
"Insert variable %username% inside text. It will be replaced by the username "
|
747 |
"of the current user."
|
@@ -749,7 +786,7 @@ msgstr ""
|
|
749 |
"Fügen Sie die Variable %username% in den Text ein. Sie wird durch den "
|
750 |
"Benutzernamen des aktuellen Benutzers ersetzt."
|
751 |
|
752 |
-
#: lib/wfu_constants.php:
|
753 |
msgid ""
|
754 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
755 |
"the current user."
|
@@ -757,7 +794,7 @@ msgstr ""
|
|
757 |
"Fügen Sie die Variable %useremail% in den Text ein. Sie wird durch die E-"
|
758 |
"Mail-Adresse des aktuellen Benutzers ersetzt."
|
759 |
|
760 |
-
#: lib/wfu_constants.php:
|
761 |
msgid ""
|
762 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
763 |
"of the uploaded file."
|
@@ -765,7 +802,7 @@ msgstr ""
|
|
765 |
"Fügen Sie die Variable %filename% in den Text. Sie wird durch den Dateinamen "
|
766 |
"der hochgeladenen Dateien ersetzt."
|
767 |
|
768 |
-
#: lib/wfu_constants.php:
|
769 |
msgid ""
|
770 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
771 |
"filepath of the uploaded file."
|
@@ -773,7 +810,7 @@ msgstr ""
|
|
773 |
"Fügen Sie die Variable %filepath% in den Text ein. Sie wird durch die "
|
774 |
"vollständige Dateipfad der hochgeladenen Dateien ersetzt."
|
775 |
|
776 |
-
#: lib/wfu_constants.php:
|
777 |
msgid ""
|
778 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
779 |
"the website."
|
@@ -781,7 +818,7 @@ msgstr ""
|
|
781 |
"Fügen Sie die Variable %blogid% in den Text ein. Sie wird durch die Blog-ID "
|
782 |
"der Website ersetzt werden."
|
783 |
|
784 |
-
#: lib/wfu_constants.php:
|
785 |
msgid ""
|
786 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
787 |
"current page."
|
@@ -789,7 +826,7 @@ msgstr ""
|
|
789 |
"Fügen Sie die Variable %pageid% in den Text ein. Sie wird durch die ID der "
|
790 |
"aktuellen Seite ersetzt."
|
791 |
|
792 |
-
#: lib/wfu_constants.php:
|
793 |
msgid ""
|
794 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
795 |
"the current page."
|
@@ -797,7 +834,7 @@ msgstr ""
|
|
797 |
"Fügen Sie die Variable %pagetitle% in den Text ein. Sie wird durch dden "
|
798 |
"Title des aktuellen Benutzers ersetzt."
|
799 |
|
800 |
-
#: lib/wfu_constants.php:
|
801 |
msgid ""
|
802 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
803 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -807,199 +844,199 @@ msgstr ""
|
|
807 |
"Feld \"Benutzer\" aus der Dropdown Liste. Die Variable wird durch den Wert "
|
808 |
"ersetzt, die der Benutzer in dieses Feld eingetragen hat."
|
809 |
|
810 |
-
#: lib/wfu_constants.php:
|
811 |
msgid "Insert variable %n% inside text to denote a line change."
|
812 |
msgstr ""
|
813 |
"Fügen Sie die Variable %n% in den Text ein, um eine Änderung der Zeile zu "
|
814 |
"kennzeichnen."
|
815 |
|
816 |
-
#: lib/wfu_constants.php:
|
817 |
msgid "Test Mode"
|
818 |
msgstr "Test Modus"
|
819 |
|
820 |
-
#: lib/wfu_constants.php:
|
821 |
msgid "select dir..."
|
822 |
msgstr "Wählen Sie das Verzeichnis ..."
|
823 |
|
824 |
-
#: lib/wfu_constants.php:
|
825 |
msgid "type dir"
|
826 |
msgstr "Geben Sie das Verzeichnis ein"
|
827 |
|
828 |
-
#: lib/wfu_constants.php:
|
829 |
msgid "Upload path: %filepath%"
|
830 |
msgstr "Upload-Pfad: %filepath%"
|
831 |
|
832 |
-
#: lib/wfu_constants.php:
|
833 |
msgid "Failed upload path: %filepath%"
|
834 |
msgstr "Fehlerhafter Upload-Pfad: %filepath%"
|
835 |
|
836 |
-
#: lib/wfu_constants.php:
|
837 |
msgid " (required)"
|
838 |
msgstr "(erforderlich)"
|
839 |
|
840 |
-
#: lib/wfu_constants.php:
|
841 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
842 |
msgstr ""
|
843 |
"Dateien werden hochgeladen wird. Sind Sie sicher, dass Sie die Seite "
|
844 |
"verlassen wollen?"
|
845 |
|
846 |
-
#: lib/wfu_constants.php:
|
847 |
msgid "checking captcha..."
|
848 |
msgstr "Prüfung captcha..."
|
849 |
|
850 |
-
#: lib/wfu_constants.php:
|
851 |
msgid "refreshing..."
|
852 |
msgstr "erfrischend..."
|
853 |
|
854 |
-
#: lib/wfu_constants.php:
|
855 |
msgid "correct captcha"
|
856 |
msgstr "korrekte captcha"
|
857 |
|
858 |
-
#: lib/wfu_constants.php:
|
859 |
msgid "click to continue the upload"
|
860 |
msgstr "Klicken Sie, um das Hochladen fortsetzen"
|
861 |
|
862 |
-
#: lib/wfu_constants.php:
|
863 |
msgid "Are you sure you want to delete this file?"
|
864 |
msgstr "Sind sie sicher, das sie diese datei löschen wollen?"
|
865 |
|
866 |
-
#: lib/wfu_constants.php:
|
867 |
msgid "Are you sure you want to delete these files?"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: lib/wfu_constants.php:
|
871 |
msgid "Bulk Actions"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: lib/wfu_constants.php:
|
875 |
msgid "Apply"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: lib/wfu_constants.php:
|
879 |
msgid "Are you sure that you want to cancel the upload?"
|
880 |
msgstr ""
|
881 |
|
882 |
-
#: lib/wfu_constants.php:
|
883 |
msgid "cancel upload of this file"
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: lib/wfu_constants.php:
|
887 |
msgid "Upload in progress"
|
888 |
msgstr "Upload läuft"
|
889 |
|
890 |
-
#: lib/wfu_constants.php:
|
891 |
msgid "Upload in progress with warnings!"
|
892 |
msgstr "Upload läuft mit Warnhinweisen!"
|
893 |
|
894 |
-
#: lib/wfu_constants.php:
|
895 |
msgid "Upload in progress but some files already failed!"
|
896 |
msgstr "Upload läuft, aber einige Dateien bereits gescheitert!"
|
897 |
|
898 |
-
#: lib/wfu_constants.php:
|
899 |
msgid "Upload in progress but no files uploaded so far!"
|
900 |
msgstr "Upload läuft aber keine Dateien hochgeladen bis jetzt!"
|
901 |
|
902 |
-
#: lib/wfu_constants.php:
|
903 |
msgid "All files uploaded successfully"
|
904 |
msgstr "Alle Dateien erfolgreich hochgeladen"
|
905 |
|
906 |
-
#: lib/wfu_constants.php:
|
907 |
msgid "All files uploaded successfully but there are warnings!"
|
908 |
msgstr "Alle Dateien erfolgreich hochgeladen, aber es gibt Warnhinweise!"
|
909 |
|
910 |
-
#: lib/wfu_constants.php:
|
911 |
msgid "File uploaded successfully but there are warnings!"
|
912 |
msgstr "Datei erfolgreich hochgeladen, aber es gibt Warnhinweise!"
|
913 |
|
914 |
-
#: lib/wfu_constants.php:
|
915 |
msgid "Some files failed to upload!"
|
916 |
msgstr "Einige Dateien konnten nicht hochgeladen werden!"
|
917 |
|
918 |
-
#: lib/wfu_constants.php:
|
919 |
msgid "All files failed to upload"
|
920 |
msgstr "Alle Dateien konnten nicht hochgeladen werden"
|
921 |
|
922 |
-
#: lib/wfu_constants.php:
|
923 |
msgid "File failed to upload"
|
924 |
msgstr "Datei konnte nicht hochgeladen werden"
|
925 |
|
926 |
-
#: lib/wfu_constants.php:
|
927 |
msgid "There are no files to upload!"
|
928 |
msgstr "Es gibt keine Dateien zum Hochladen!"
|
929 |
|
930 |
-
#: lib/wfu_constants.php:
|
931 |
msgid "Test upload message"
|
932 |
msgstr "Test-Upload-Nachricht"
|
933 |
|
934 |
-
#: lib/wfu_constants.php:
|
935 |
msgid "JSON parse warning!"
|
936 |
msgstr "JSON parse Warnung!"
|
937 |
|
938 |
-
#: lib/wfu_constants.php:
|
939 |
msgid "please wait while redirecting..."
|
940 |
msgstr "Bitte warten Sie, Sie werden umgeleitet ..."
|
941 |
|
942 |
-
#: lib/wfu_constants.php:
|
943 |
msgid "Open visual shortcode editor in new window"
|
944 |
msgstr "Offenen des visuellen Shortcode-Editor in neuem Fenster"
|
945 |
|
946 |
-
#: lib/wfu_constants.php:
|
947 |
msgid "loading visual editor"
|
948 |
msgstr "visueller Editor laden"
|
949 |
|
950 |
-
#: lib/wfu_constants.php:
|
951 |
msgid "Clear file list?"
|
952 |
msgstr "Klar Dateiliste?"
|
953 |
|
954 |
-
#: lib/wfu_constants.php:
|
955 |
msgid "DROP HERE"
|
956 |
msgstr "HIER ABLEGEN"
|
957 |
|
958 |
-
#: lib/wfu_constants.php:
|
959 |
msgid "record video"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: lib/wfu_constants.php:
|
963 |
msgid "take a picture"
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: lib/wfu_constants.php:
|
967 |
msgid "turn webcam on/off"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: lib/wfu_constants.php:
|
971 |
msgid "go live again"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: lib/wfu_constants.php:
|
975 |
msgid "end recording"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: lib/wfu_constants.php:
|
979 |
msgid "play"
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: lib/wfu_constants.php:
|
983 |
msgid "pause"
|
984 |
msgstr ""
|
985 |
|
986 |
-
#: lib/wfu_constants.php:
|
987 |
msgid "go to the beginning"
|
988 |
msgstr ""
|
989 |
|
990 |
-
#: lib/wfu_constants.php:
|
991 |
msgid "go to the end"
|
992 |
msgstr ""
|
993 |
|
994 |
-
#: lib/wfu_constants.php:
|
995 |
msgid "Wordpress File Upload Form"
|
996 |
msgstr "Wordpress Datei Upload Formular"
|
997 |
|
998 |
-
#: lib/wfu_constants.php:
|
999 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
1000 |
msgstr "Wordpress Datei Upload Plugin Uploader für Seitenleisten"
|
1001 |
|
1002 |
-
#: lib/wfu_constants.php:
|
1003 |
msgid "Upload Files"
|
1004 |
msgstr "Dateien hochladen"
|
1005 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-21 23:01+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-06-21 23:01+0200\n"
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: de_DE\n"
|
205 |
msgstr ""
|
206 |
|
207 |
#: lib/wfu_constants.php:53
|
208 |
+
msgid ""
|
209 |
+
"Too many files are uploaded in a short period of time. This may be a Denial-"
|
210 |
+
"Of-Service attack, so file was rejected. Please check the upload log for "
|
211 |
+
"suspicious behaviour."
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: lib/wfu_constants.php:54
|
215 |
+
msgid ""
|
216 |
+
"File not uploaded in order to prevent overflow of the website. Please "
|
217 |
+
"contact administrator."
|
218 |
+
msgstr ""
|
219 |
+
|
220 |
+
#: lib/wfu_constants.php:55
|
221 |
msgid "Targer folder doesn't exist."
|
222 |
msgstr "Ziel-Ordner nicht vorhanden ist."
|
223 |
|
224 |
+
#: lib/wfu_constants.php:56
|
225 |
msgid "Upload failed! Missing a temporary folder."
|
226 |
msgstr ""
|
227 |
"Hochladen fehlgeschlagen! Verzeichnis für temporären Dateienupload fehlt"
|
228 |
|
229 |
+
#: lib/wfu_constants.php:57
|
230 |
msgid "Upload failed! Permission denied to write to target folder."
|
231 |
msgstr ""
|
232 |
"Hochladen fehlgeschlagen! Keine Berechtigung, um im Zielordner zu schreiben."
|
233 |
|
234 |
+
#: lib/wfu_constants.php:58
|
235 |
msgid "File not allowed."
|
236 |
msgstr "Dateiformat nicht erlaubt"
|
237 |
|
238 |
+
#: lib/wfu_constants.php:59
|
239 |
msgid "File is suspicious and was rejected."
|
240 |
msgstr "Die Datei ist verdächtig und wurde abgelehnt."
|
241 |
|
242 |
+
#: lib/wfu_constants.php:60
|
243 |
msgid "The uploaded file exceeds the file size limit."
|
244 |
msgstr "Die hochzuladende Datei überschreitet das Dateigrößenlimit."
|
245 |
|
246 |
+
#: lib/wfu_constants.php:61
|
247 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
248 |
msgstr ""
|
249 |
"Die hochgeladene Datei überschreitet 2GB und wird von diesem Server nicht "
|
250 |
"unterstützt."
|
251 |
|
252 |
+
#: lib/wfu_constants.php:62
|
253 |
msgid ""
|
254 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
255 |
"Please contact the administrator."
|
257 |
"Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die maximale "
|
258 |
"Dateigröße des Servers. Bitte wenden Sie sich an den Administrator."
|
259 |
|
260 |
+
#: lib/wfu_constants.php:63
|
261 |
msgid ""
|
262 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
263 |
"server. Please contact the administrator."
|
266 |
"Servers. Bitte wenden Sie sich an den Administrator oder senden Sie die "
|
267 |
"Datei von einem Rechner mit schnellerer Internetverbindung."
|
268 |
|
269 |
+
#: lib/wfu_constants.php:64
|
270 |
msgid ""
|
271 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
272 |
"was specified in the HTML form."
|
274 |
"Hochladen fehlgeschlagen! Die hochgeladene Datei überschreitet die "
|
275 |
"MAX_FILE_SIZE Richtlinie, die im HTML-Formular angegeben wurde."
|
276 |
|
277 |
+
#: lib/wfu_constants.php:65
|
278 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
279 |
msgstr "Hochladen fehlgeschlagen! Die Datei wurde nur teilweise hochgeladen."
|
280 |
|
281 |
+
#: lib/wfu_constants.php:66
|
282 |
msgid "Upload failed! No file was uploaded."
|
283 |
msgstr "Hochladen fehlgeschlagen! Es wurde keine Datei hochgeladen."
|
284 |
|
285 |
+
#: lib/wfu_constants.php:67
|
286 |
msgid "Upload failed! Failed to write file to disk."
|
287 |
msgstr ""
|
288 |
"Hochladen fehlgeschlagen! Konnte die Datei nicht auf die Festplatte "
|
289 |
"schreiben."
|
290 |
|
291 |
+
#: lib/wfu_constants.php:68
|
292 |
msgid ""
|
293 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
294 |
"administrator."
|
296 |
"Hochladen fehlgeschlagen! Es ist ein Fehler aufgetreten, während der "
|
297 |
"Verschiebung der temporären Datei. Bitte kontaktieren Sie Administrator."
|
298 |
|
299 |
+
#: lib/wfu_constants.php:69
|
300 |
msgid "Upload cancelled!"
|
301 |
msgstr "Upload-abgesagt!"
|
302 |
|
303 |
+
#: lib/wfu_constants.php:70
|
304 |
msgid ""
|
305 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
306 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
311 |
"Upload-Stopp verursacht, zur Prüfung der Liste der geladenen Erweiterungen "
|
312 |
"kann phpinfo() helfen."
|
313 |
|
314 |
+
#: lib/wfu_constants.php:71
|
315 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
316 |
msgstr ""
|
317 |
"Hochladen fehlgeschlagen! Es sind Fehler beim Versuch, die Datei hochzuladen "
|
318 |
"aufgetreten."
|
319 |
|
320 |
+
#: lib/wfu_constants.php:72 lib/wfu_constants.php:203
|
321 |
msgid "Upload failed!"
|
322 |
msgstr "Hochladen fehlgeschlagen!"
|
323 |
|
324 |
+
#: lib/wfu_constants.php:73
|
325 |
msgid "No file!"
|
326 |
msgstr "Keine Datei!"
|
327 |
|
328 |
+
#: lib/wfu_constants.php:74
|
329 |
msgid ""
|
330 |
"Upload failed! The upload has been canceled by the user or the browser "
|
331 |
"dropped the connection."
|
333 |
"Hochladen fehlgeschlagen! Der Upload wurde vom Benutzer abgebrochen wurde "
|
334 |
"oder der Browser hat die Verbindung verloren."
|
335 |
|
336 |
+
#: lib/wfu_constants.php:75
|
337 |
msgid "Upload failed! Unknown error."
|
338 |
msgstr "Hochladen fehlgeschlagen! Unbekannter Fehler."
|
339 |
|
340 |
+
#: lib/wfu_constants.php:76
|
341 |
msgid "Please contact the administrator."
|
342 |
msgstr "Bitte kontaktieren Sie den Administrator."
|
343 |
|
344 |
+
#: lib/wfu_constants.php:77
|
345 |
msgid "No result from remote server!"
|
346 |
msgstr "Kein Ergebnis vom Remote-Server!"
|
347 |
|
348 |
+
#: lib/wfu_constants.php:78
|
349 |
msgid " but with warnings"
|
350 |
msgstr " aber mit Warnhinweisen"
|
351 |
|
352 |
+
#: lib/wfu_constants.php:79 lib/wfu_constants.php:81
|
353 |
msgid "Warning: JSON parse error."
|
354 |
msgstr "Warnung: JSON-Parser-Fehler."
|
355 |
|
356 |
+
#: lib/wfu_constants.php:80
|
357 |
msgid ""
|
358 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
359 |
"not be parsed."
|
361 |
"Upload-Parameter dieser Datei, übergeben als als JSON String an den Handler, "
|
362 |
"konnte nicht analysiert werden."
|
363 |
|
364 |
+
#: lib/wfu_constants.php:82
|
365 |
msgid ""
|
366 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
367 |
msgstr ""
|
368 |
"Upload-Status, übergeben als JSON String an den Handler, konnte nicht "
|
369 |
"analysiert werden."
|
370 |
|
371 |
+
#: lib/wfu_constants.php:83
|
372 |
msgid ""
|
373 |
"Redirection to classic form functionality occurred due to unknown error."
|
374 |
msgstr ""
|
375 |
"Bei der Umleitung auf die klassische Formular-Funktionalität ist ein "
|
376 |
"unbekannter Fehler aufgetreten."
|
377 |
|
378 |
+
#: lib/wfu_constants.php:84
|
379 |
msgid ""
|
380 |
"Redirection to classic form functionality occurred because AJAX is not "
|
381 |
"supported."
|
383 |
"Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
|
384 |
"aufgetreten, weil AJAX nicht unterstützt wird."
|
385 |
|
386 |
+
#: lib/wfu_constants.php:85
|
387 |
msgid ""
|
388 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
389 |
"supported."
|
391 |
"Bei der Umleitung zu klassischen Formular-Funktionalität ist ein Fehler "
|
392 |
"aufgetreten, da HTML5 nicht unterstützt wird."
|
393 |
|
394 |
+
#: lib/wfu_constants.php:86
|
395 |
msgid ""
|
396 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
397 |
msgstr ""
|
398 |
"Bei der Umleitung auf die klassische Formular-Funktionalität ist ein Fehler "
|
399 |
"aufgetreten beim Parsen von JSON."
|
400 |
|
401 |
+
#: lib/wfu_constants.php:87
|
402 |
msgid "Please enable popup windows from the browser's settings!"
|
403 |
msgstr ""
|
404 |
"Bitte aktivieren Sie diese Popup-Fenster aus den Browser-Einstellungen!"
|
405 |
|
406 |
+
#: lib/wfu_constants.php:88
|
407 |
msgid "cannot be empty!"
|
408 |
msgstr "darf nicht leer sein!"
|
409 |
|
410 |
+
#: lib/wfu_constants.php:89
|
411 |
msgid "number not valid!"
|
412 |
msgstr "Nummer nicht gültig!"
|
413 |
|
414 |
+
#: lib/wfu_constants.php:90
|
415 |
msgid "email not valid!"
|
416 |
msgstr "email adresse ist ungültig!"
|
417 |
|
418 |
+
#: lib/wfu_constants.php:91
|
419 |
msgid "emails do not match!"
|
420 |
msgstr "emails stimmen nicht überein!"
|
421 |
|
422 |
+
#: lib/wfu_constants.php:92
|
423 |
msgid "no base email field in group!"
|
424 |
msgstr "keine basis email feld in der gruppe!"
|
425 |
|
426 |
+
#: lib/wfu_constants.php:93
|
427 |
msgid "passwords do not match!"
|
428 |
msgstr "passwörter stimmen nicht überein"
|
429 |
|
430 |
+
#: lib/wfu_constants.php:94
|
431 |
msgid "no base password field in group!"
|
432 |
msgstr "keine basispasswortfeld in der gruppe!"
|
433 |
|
434 |
+
#: lib/wfu_constants.php:95
|
435 |
msgid "checkbox unchecked!"
|
436 |
msgstr "checkBox nicht aktiviert!"
|
437 |
|
438 |
+
#: lib/wfu_constants.php:96
|
439 |
msgid "no option selected!"
|
440 |
msgstr "keine optionen selektiert!"
|
441 |
|
442 |
+
#: lib/wfu_constants.php:97
|
443 |
msgid "no item selected!"
|
444 |
msgstr "keine dateien ausgewählt!"
|
445 |
|
446 |
+
#: lib/wfu_constants.php:98
|
447 |
msgid ""
|
448 |
"There are more than one instances of the plugin in this page with the same "
|
449 |
"id. Please change it."
|
451 |
"Es gibt mehrere Instanzen des Plugins auf dieser Seite mit der gleichen ID. "
|
452 |
"Bitte ändern Sie dies."
|
453 |
|
454 |
+
#: lib/wfu_constants.php:99
|
455 |
msgid ""
|
456 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
457 |
"the page."
|
459 |
"Der Shortcode kann nicht bearbeitet werden, da die Seite geändert wurde. "
|
460 |
"Laden Sie die Seite erneut."
|
461 |
|
462 |
+
#: lib/wfu_constants.php:100
|
463 |
msgid "Your browser does not support webcam capture!"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: lib/wfu_constants.php:101
|
467 |
msgid "Your browser does not support video recording from the webcam!"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: lib/wfu_constants.php:102
|
471 |
msgid "No video was recorded!"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: lib/wfu_constants.php:103
|
475 |
msgid ""
|
476 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
477 |
"or use RecaptchaV2 (no account)."
|
479 |
"Fehler: Captcha nicht unterstützt! Sie haben eine alte PHP-Version. "
|
480 |
"Aktualisieren Sie Ihr PHP oder RecaptchaV2 verwenden (kein Konto)."
|
481 |
|
482 |
+
#: lib/wfu_constants.php:104
|
483 |
msgid ""
|
484 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
485 |
"notify administrator."
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: lib/wfu_constants.php:105
|
489 |
msgid ""
|
490 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
491 |
"use RecaptchaV1 (no account)."
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: lib/wfu_constants.php:106
|
495 |
msgid "ERROR: No site key. Please contact administrator!"
|
496 |
msgstr "ERROR: Keine Website-Taste. Bitte kontaktieren Sie Administrator!"
|
497 |
|
498 |
+
#: lib/wfu_constants.php:107
|
499 |
msgid ""
|
500 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
501 |
"define Google Recaptcha keys."
|
503 |
"Fehler: nicht vorhanden Website Schlüssel definiert! Bitte gehen Sie auf die "
|
504 |
"Plugin-Einstellungen im Dashboard, um Google Recaptcha Schlüssel definieren."
|
505 |
|
506 |
+
#: lib/wfu_constants.php:108
|
507 |
msgid "Bad captcha image!"
|
508 |
msgstr "Schlechten Captcha-Bild!"
|
509 |
|
510 |
+
#: lib/wfu_constants.php:109
|
511 |
msgid "No input!"
|
512 |
msgstr "Keine Eingabe!"
|
513 |
|
514 |
+
#: lib/wfu_constants.php:110
|
515 |
msgid "Captcha not completed!"
|
516 |
msgstr "Captcha nicht abgeschlossen!"
|
517 |
|
518 |
+
#: lib/wfu_constants.php:111
|
519 |
msgid "Wrong captcha!"
|
520 |
msgstr "Falsche Captcha!"
|
521 |
|
522 |
+
#: lib/wfu_constants.php:112
|
523 |
msgid "Error refreshing captcha!"
|
524 |
msgstr "Fehler erfrischenden captcha!"
|
525 |
|
526 |
+
#: lib/wfu_constants.php:113
|
527 |
msgid "Unknown captcha error!"
|
528 |
msgstr "Captcha unbekannter Fehler"
|
529 |
|
530 |
+
#: lib/wfu_constants.php:114
|
531 |
msgid "Captcha not supported by your browser!"
|
532 |
msgstr "Captcha von Ihrem Browser nicht unterstützt!"
|
533 |
|
534 |
+
#: lib/wfu_constants.php:115
|
535 |
msgid "the secret parameter is missing"
|
536 |
msgstr "das Geheimnis Parameter fehlt"
|
537 |
|
538 |
+
#: lib/wfu_constants.php:116
|
539 |
msgid "the secret parameter is invalid or malformed"
|
540 |
msgstr "das Geheimnis Parameter ist ungültig oder fehlerhaft"
|
541 |
|
542 |
+
#: lib/wfu_constants.php:117
|
543 |
msgid "the response parameter is missing"
|
544 |
msgstr "die Antwort Parameter fehlt"
|
545 |
|
546 |
+
#: lib/wfu_constants.php:118
|
547 |
msgid "the response parameter is invalid or malformed"
|
548 |
msgstr "die Antwort Parameter ist ungültig oder fehlerhaft"
|
549 |
|
550 |
+
#: lib/wfu_constants.php:119
|
551 |
msgid "Please do not use drag drop due to an internal problem."
|
552 |
msgstr "Bitte verwenden Sie keine Drag Drop aufgrund eines internen Problems."
|
553 |
|
554 |
+
#: lib/wfu_constants.php:120
|
555 |
#, php-format
|
556 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
557 |
msgstr "Fehler beim chunked Hochladen. Eindeutige ID leer in chunk %d"
|
558 |
|
559 |
+
#: lib/wfu_constants.php:121
|
560 |
msgid "Chunked upload is not allowed!"
|
561 |
msgstr "Chunked Hochladen ist nicht erlaubt!"
|
562 |
|
563 |
+
#: lib/wfu_constants.php:122
|
564 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
565 |
msgstr ""
|
566 |
"Chunked Hochladen aufgrund eines Fehlers in früheren chunk abgebrochen!"
|
567 |
|
568 |
+
#: lib/wfu_constants.php:123
|
569 |
msgid "Chunked upload failed, final file could not be created!"
|
570 |
msgstr ""
|
571 |
"Chunked Hochladen fehlgeschlagen ist, konnte die letzte Datei nicht erstellt "
|
572 |
"werden!"
|
573 |
|
574 |
+
#: lib/wfu_constants.php:124
|
575 |
#, php-format
|
576 |
msgid "Could not write file chuck to destination on chunk %d"
|
577 |
msgstr "Konnte Datei chuck bis zum Ziel nicht schreiben am chunk %d"
|
578 |
|
579 |
+
#: lib/wfu_constants.php:125
|
580 |
#, php-format
|
581 |
msgid "Could not enlarge destination file on chunk %d"
|
582 |
msgstr "Datei konnte nicht vergrößern am chunk %d"
|
583 |
|
584 |
+
#: lib/wfu_constants.php:126
|
585 |
#, php-format
|
586 |
msgid "Could not open file handles on chunk %d"
|
587 |
msgstr "Dateihandles konnte nicht geöffnet werden am chunk %d"
|
588 |
|
589 |
+
#: lib/wfu_constants.php:127
|
590 |
msgid "You are not allowed to delete this file!"
|
591 |
msgstr "Sie sind nicht berechtigt, diese Datei zu löschen!"
|
592 |
|
593 |
+
#: lib/wfu_constants.php:128
|
594 |
msgid "File was not deleted!"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: lib/wfu_constants.php:129
|
598 |
msgid "No file was deleted!"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: lib/wfu_constants.php:130
|
602 |
msgid "Some files were not deleted!"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: lib/wfu_constants.php:132
|
606 |
msgid "Upload skipped! File already exists."
|
607 |
msgstr "Hochladen abgebrochen! Datei ist bereits vorhanden."
|
608 |
|
609 |
+
#: lib/wfu_constants.php:133
|
610 |
msgid "The extension of the file does not match its contents."
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: lib/wfu_constants.php:134
|
614 |
msgid ""
|
615 |
"Upload succeeded but the file is suspicious because its contents do not "
|
616 |
"match its extension. Its proper filename is: "
|
617 |
msgstr ""
|
618 |
|
619 |
+
#: lib/wfu_constants.php:135
|
620 |
msgid "No files have been selected!"
|
621 |
msgstr "Keine Dateien ausgewählt!"
|
622 |
|
623 |
+
#: lib/wfu_constants.php:136
|
624 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
625 |
msgstr ""
|
626 |
"WPFilebase Plugin konnte nicht aktualisiert werden, da keine Dateien "
|
627 |
"hochgeladen wurden."
|
628 |
|
629 |
+
#: lib/wfu_constants.php:137
|
630 |
msgid "Notification email was not sent because there were no files uploaded."
|
631 |
msgstr ""
|
632 |
"Benachrichtigung per E-Mail wurde nicht gesendet, weil keine Dateien "
|
633 |
"hochgeladen worden sind."
|
634 |
|
635 |
+
#: lib/wfu_constants.php:138
|
636 |
msgid ""
|
637 |
"Notification email was not sent because no recipients were defined. Please "
|
638 |
"check notifyrecipients attribute in the shortcode."
|
641 |
"definiert wurde. Bitte überprüfen Sie das notifyrecipients-Attribut im "
|
642 |
"Shortcode."
|
643 |
|
644 |
+
#: lib/wfu_constants.php:139
|
645 |
msgid ""
|
646 |
"Notification email was not sent due to an error. Please check "
|
647 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
649 |
"E-Mail-Benachrichtigung wurde wegen eines Fehlers nicht gesendet. Bitte "
|
650 |
"überprüfen Sie das notifysubject und das notifymessage Attribut auf Fehler."
|
651 |
|
652 |
+
#: lib/wfu_constants.php:140
|
653 |
msgid ""
|
654 |
"Redirection not executed because redirection link is empty. Please check "
|
655 |
"redirectlink attribute."
|
657 |
"Umleitung nicht ausgeführt, da der Umleitungs-Link leer ist. Bitte "
|
658 |
"überprüfen Sie das redirectlink Attribut."
|
659 |
|
660 |
+
#: lib/wfu_constants.php:141
|
661 |
msgid ""
|
662 |
"Redirection not executed because not all files were successfully uploaded."
|
663 |
msgstr ""
|
664 |
"Umleitung nicht ausgeführt, da nicht alle Dateien erfolgreich hochgeladen "
|
665 |
"wurden."
|
666 |
|
667 |
+
#: lib/wfu_constants.php:142
|
668 |
+
msgid "Potential Denial-Of-Service Attack on {SITE}"
|
669 |
+
msgstr ""
|
670 |
+
|
671 |
+
#: lib/wfu_constants.php:143
|
672 |
+
msgid ""
|
673 |
+
"Hello admin\n"
|
674 |
+
"\n"
|
675 |
+
"This is a message from Wordpress File Upload Plugin to notify you that a "
|
676 |
+
"potential Denial-Of-Service attack has been detected on {SITE}.\n"
|
677 |
+
"\n"
|
678 |
+
"The plugin detected more than {FILENUM} uploads within {INTERVAL} seconds.\n"
|
679 |
+
"\n"
|
680 |
+
"All file uploads that exceed this limit are rejected to protect the website "
|
681 |
+
"from overflowing.\n"
|
682 |
+
"\n"
|
683 |
+
"Please check the upload history log in the plugin's area in Dashboard for "
|
684 |
+
"any suspicious behaviour.\n"
|
685 |
+
"\n"
|
686 |
+
"A new message will follow if the situation remains.\n"
|
687 |
+
"\n"
|
688 |
+
"Thanks"
|
689 |
+
msgstr ""
|
690 |
+
|
691 |
+
#: lib/wfu_constants.php:145
|
692 |
msgid ""
|
693 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
694 |
"message persists, contact administrator."
|
697 |
"versuche es erneut. Wenn die Meldung weiterhin, wenden Sie sich "
|
698 |
"Administrator."
|
699 |
|
700 |
+
#: lib/wfu_constants.php:146
|
701 |
msgid ""
|
702 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
703 |
"again to edit the shortcode."
|
705 |
"Der Shortcode konnte nicht bearbeitet, da sich der Inhalt der Seite geändert "
|
706 |
"hat. Versuchen Sie erneut den Shortcode zu bearbeiten."
|
707 |
|
708 |
+
#: lib/wfu_constants.php:147
|
709 |
msgid ""
|
710 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
711 |
"again to delete it."
|
713 |
"Der Shortcode konnte nicht gelöscht werden, da sich der Inhalt der Seite "
|
714 |
"geändert hat. Versuchen Sie erneut den Shortcode zu löschen."
|
715 |
|
716 |
+
#: lib/wfu_constants.php:148
|
717 |
msgid ""
|
718 |
"The page containing the shortcode has been modified and it is no longer "
|
719 |
"valid. Please go back to reload the shortcode."
|
721 |
"Die Seite mit dem Shortcode wurde modifiziert und ist nicht mehr gültig. "
|
722 |
"Bitte gehen Sie zurück um zu den Shortcode zu laden."
|
723 |
|
724 |
+
#: lib/wfu_constants.php:149
|
725 |
msgid ""
|
726 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
727 |
"back to reload the shortcode."
|
729 |
"Der Shortcode konnte nicht aktualisiert werden, da sich der Inhalt der Seite "
|
730 |
"geändert geändert hat. Gehen Sie zurück um zu den Shortcode neu zu laden."
|
731 |
|
732 |
+
#: lib/wfu_constants.php:150
|
733 |
msgid ""
|
734 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
735 |
"go back and reload the shortcode."
|
738 |
"Wenn das Problem weiterhin besteht, gehen Sie zurück und laden Sie den "
|
739 |
"Shortcode neu."
|
740 |
|
741 |
+
#: lib/wfu_constants.php:152
|
742 |
msgid "This is a test message"
|
743 |
msgstr "This is a test message"
|
744 |
|
745 |
+
#: lib/wfu_constants.php:153
|
746 |
msgid "This is a test administrator message"
|
747 |
msgstr "Dies ist eine Test-Admin-Nachricht"
|
748 |
|
749 |
+
#: lib/wfu_constants.php:154
|
750 |
msgid "File testfile 1 under test"
|
751 |
msgstr "Datei testfile 1 wird getestet"
|
752 |
|
753 |
+
#: lib/wfu_constants.php:155
|
754 |
msgid "File testfile 1 message"
|
755 |
msgstr "Datei testfile 1 Nachricht"
|
756 |
|
757 |
+
#: lib/wfu_constants.php:156
|
758 |
msgid "File testfile 1 administrator message"
|
759 |
msgstr "Datei testfile 1 Admin-Nachricht"
|
760 |
|
761 |
+
#: lib/wfu_constants.php:157
|
762 |
msgid "File testfile 2 under test"
|
763 |
msgstr "File testfile 2 wird getestet"
|
764 |
|
765 |
+
#: lib/wfu_constants.php:158
|
766 |
msgid "File testfile 2 message"
|
767 |
msgstr "Datei testfile 2 Nachricht"
|
768 |
|
769 |
+
#: lib/wfu_constants.php:159
|
770 |
msgid "File testfile 2 administrator message"
|
771 |
msgstr "Datei testfile 2 Admin-Nachricht"
|
772 |
|
773 |
+
#: lib/wfu_constants.php:161
|
774 |
msgid ""
|
775 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
776 |
"current user."
|
778 |
"Fügen Sie die Variable %userid% in den Text ein. Sie wird durch die ID des "
|
779 |
"aktuellen Benutzers ersetzt."
|
780 |
|
781 |
+
#: lib/wfu_constants.php:162
|
782 |
msgid ""
|
783 |
"Insert variable %username% inside text. It will be replaced by the username "
|
784 |
"of the current user."
|
786 |
"Fügen Sie die Variable %username% in den Text ein. Sie wird durch den "
|
787 |
"Benutzernamen des aktuellen Benutzers ersetzt."
|
788 |
|
789 |
+
#: lib/wfu_constants.php:163
|
790 |
msgid ""
|
791 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
792 |
"the current user."
|
794 |
"Fügen Sie die Variable %useremail% in den Text ein. Sie wird durch die E-"
|
795 |
"Mail-Adresse des aktuellen Benutzers ersetzt."
|
796 |
|
797 |
+
#: lib/wfu_constants.php:164
|
798 |
msgid ""
|
799 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
800 |
"of the uploaded file."
|
802 |
"Fügen Sie die Variable %filename% in den Text. Sie wird durch den Dateinamen "
|
803 |
"der hochgeladenen Dateien ersetzt."
|
804 |
|
805 |
+
#: lib/wfu_constants.php:165
|
806 |
msgid ""
|
807 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
808 |
"filepath of the uploaded file."
|
810 |
"Fügen Sie die Variable %filepath% in den Text ein. Sie wird durch die "
|
811 |
"vollständige Dateipfad der hochgeladenen Dateien ersetzt."
|
812 |
|
813 |
+
#: lib/wfu_constants.php:166
|
814 |
msgid ""
|
815 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
816 |
"the website."
|
818 |
"Fügen Sie die Variable %blogid% in den Text ein. Sie wird durch die Blog-ID "
|
819 |
"der Website ersetzt werden."
|
820 |
|
821 |
+
#: lib/wfu_constants.php:167
|
822 |
msgid ""
|
823 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
824 |
"current page."
|
826 |
"Fügen Sie die Variable %pageid% in den Text ein. Sie wird durch die ID der "
|
827 |
"aktuellen Seite ersetzt."
|
828 |
|
829 |
+
#: lib/wfu_constants.php:168
|
830 |
msgid ""
|
831 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
832 |
"the current page."
|
834 |
"Fügen Sie die Variable %pagetitle% in den Text ein. Sie wird durch dden "
|
835 |
"Title des aktuellen Benutzers ersetzt."
|
836 |
|
837 |
+
#: lib/wfu_constants.php:169
|
838 |
msgid ""
|
839 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
840 |
"drop-down list. It will be replaced by the value that the user entered in "
|
844 |
"Feld \"Benutzer\" aus der Dropdown Liste. Die Variable wird durch den Wert "
|
845 |
"ersetzt, die der Benutzer in dieses Feld eingetragen hat."
|
846 |
|
847 |
+
#: lib/wfu_constants.php:170
|
848 |
msgid "Insert variable %n% inside text to denote a line change."
|
849 |
msgstr ""
|
850 |
"Fügen Sie die Variable %n% in den Text ein, um eine Änderung der Zeile zu "
|
851 |
"kennzeichnen."
|
852 |
|
853 |
+
#: lib/wfu_constants.php:172
|
854 |
msgid "Test Mode"
|
855 |
msgstr "Test Modus"
|
856 |
|
857 |
+
#: lib/wfu_constants.php:173
|
858 |
msgid "select dir..."
|
859 |
msgstr "Wählen Sie das Verzeichnis ..."
|
860 |
|
861 |
+
#: lib/wfu_constants.php:174
|
862 |
msgid "type dir"
|
863 |
msgstr "Geben Sie das Verzeichnis ein"
|
864 |
|
865 |
+
#: lib/wfu_constants.php:175
|
866 |
msgid "Upload path: %filepath%"
|
867 |
msgstr "Upload-Pfad: %filepath%"
|
868 |
|
869 |
+
#: lib/wfu_constants.php:176
|
870 |
msgid "Failed upload path: %filepath%"
|
871 |
msgstr "Fehlerhafter Upload-Pfad: %filepath%"
|
872 |
|
873 |
+
#: lib/wfu_constants.php:177
|
874 |
msgid " (required)"
|
875 |
msgstr "(erforderlich)"
|
876 |
|
877 |
+
#: lib/wfu_constants.php:178
|
878 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
879 |
msgstr ""
|
880 |
"Dateien werden hochgeladen wird. Sind Sie sicher, dass Sie die Seite "
|
881 |
"verlassen wollen?"
|
882 |
|
883 |
+
#: lib/wfu_constants.php:179
|
884 |
msgid "checking captcha..."
|
885 |
msgstr "Prüfung captcha..."
|
886 |
|
887 |
+
#: lib/wfu_constants.php:180
|
888 |
msgid "refreshing..."
|
889 |
msgstr "erfrischend..."
|
890 |
|
891 |
+
#: lib/wfu_constants.php:181
|
892 |
msgid "correct captcha"
|
893 |
msgstr "korrekte captcha"
|
894 |
|
895 |
+
#: lib/wfu_constants.php:182
|
896 |
msgid "click to continue the upload"
|
897 |
msgstr "Klicken Sie, um das Hochladen fortsetzen"
|
898 |
|
899 |
+
#: lib/wfu_constants.php:183
|
900 |
msgid "Are you sure you want to delete this file?"
|
901 |
msgstr "Sind sie sicher, das sie diese datei löschen wollen?"
|
902 |
|
903 |
+
#: lib/wfu_constants.php:184
|
904 |
msgid "Are you sure you want to delete these files?"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: lib/wfu_constants.php:185
|
908 |
msgid "Bulk Actions"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: lib/wfu_constants.php:186
|
912 |
msgid "Apply"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: lib/wfu_constants.php:187
|
916 |
msgid "Are you sure that you want to cancel the upload?"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: lib/wfu_constants.php:188
|
920 |
msgid "cancel upload of this file"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: lib/wfu_constants.php:189
|
924 |
msgid "Upload in progress"
|
925 |
msgstr "Upload läuft"
|
926 |
|
927 |
+
#: lib/wfu_constants.php:190
|
928 |
msgid "Upload in progress with warnings!"
|
929 |
msgstr "Upload läuft mit Warnhinweisen!"
|
930 |
|
931 |
+
#: lib/wfu_constants.php:191
|
932 |
msgid "Upload in progress but some files already failed!"
|
933 |
msgstr "Upload läuft, aber einige Dateien bereits gescheitert!"
|
934 |
|
935 |
+
#: lib/wfu_constants.php:192
|
936 |
msgid "Upload in progress but no files uploaded so far!"
|
937 |
msgstr "Upload läuft aber keine Dateien hochgeladen bis jetzt!"
|
938 |
|
939 |
+
#: lib/wfu_constants.php:193
|
940 |
msgid "All files uploaded successfully"
|
941 |
msgstr "Alle Dateien erfolgreich hochgeladen"
|
942 |
|
943 |
+
#: lib/wfu_constants.php:194
|
944 |
msgid "All files uploaded successfully but there are warnings!"
|
945 |
msgstr "Alle Dateien erfolgreich hochgeladen, aber es gibt Warnhinweise!"
|
946 |
|
947 |
+
#: lib/wfu_constants.php:195
|
948 |
msgid "File uploaded successfully but there are warnings!"
|
949 |
msgstr "Datei erfolgreich hochgeladen, aber es gibt Warnhinweise!"
|
950 |
|
951 |
+
#: lib/wfu_constants.php:196
|
952 |
msgid "Some files failed to upload!"
|
953 |
msgstr "Einige Dateien konnten nicht hochgeladen werden!"
|
954 |
|
955 |
+
#: lib/wfu_constants.php:197
|
956 |
msgid "All files failed to upload"
|
957 |
msgstr "Alle Dateien konnten nicht hochgeladen werden"
|
958 |
|
959 |
+
#: lib/wfu_constants.php:198
|
960 |
msgid "File failed to upload"
|
961 |
msgstr "Datei konnte nicht hochgeladen werden"
|
962 |
|
963 |
+
#: lib/wfu_constants.php:199
|
964 |
msgid "There are no files to upload!"
|
965 |
msgstr "Es gibt keine Dateien zum Hochladen!"
|
966 |
|
967 |
+
#: lib/wfu_constants.php:200
|
968 |
msgid "Test upload message"
|
969 |
msgstr "Test-Upload-Nachricht"
|
970 |
|
971 |
+
#: lib/wfu_constants.php:201
|
972 |
msgid "JSON parse warning!"
|
973 |
msgstr "JSON parse Warnung!"
|
974 |
|
975 |
+
#: lib/wfu_constants.php:202
|
976 |
msgid "please wait while redirecting..."
|
977 |
msgstr "Bitte warten Sie, Sie werden umgeleitet ..."
|
978 |
|
979 |
+
#: lib/wfu_constants.php:204
|
980 |
msgid "Open visual shortcode editor in new window"
|
981 |
msgstr "Offenen des visuellen Shortcode-Editor in neuem Fenster"
|
982 |
|
983 |
+
#: lib/wfu_constants.php:205
|
984 |
msgid "loading visual editor"
|
985 |
msgstr "visueller Editor laden"
|
986 |
|
987 |
+
#: lib/wfu_constants.php:206
|
988 |
msgid "Clear file list?"
|
989 |
msgstr "Klar Dateiliste?"
|
990 |
|
991 |
+
#: lib/wfu_constants.php:207
|
992 |
msgid "DROP HERE"
|
993 |
msgstr "HIER ABLEGEN"
|
994 |
|
995 |
+
#: lib/wfu_constants.php:209
|
996 |
msgid "record video"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: lib/wfu_constants.php:210
|
1000 |
msgid "take a picture"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: lib/wfu_constants.php:211
|
1004 |
msgid "turn webcam on/off"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: lib/wfu_constants.php:212
|
1008 |
msgid "go live again"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: lib/wfu_constants.php:213
|
1012 |
msgid "end recording"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: lib/wfu_constants.php:214
|
1016 |
msgid "play"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: lib/wfu_constants.php:215
|
1020 |
msgid "pause"
|
1021 |
msgstr ""
|
1022 |
|
1023 |
+
#: lib/wfu_constants.php:216
|
1024 |
msgid "go to the beginning"
|
1025 |
msgstr ""
|
1026 |
|
1027 |
+
#: lib/wfu_constants.php:217
|
1028 |
msgid "go to the end"
|
1029 |
msgstr ""
|
1030 |
|
1031 |
+
#: lib/wfu_constants.php:219
|
1032 |
msgid "Wordpress File Upload Form"
|
1033 |
msgstr "Wordpress Datei Upload Formular"
|
1034 |
|
1035 |
+
#: lib/wfu_constants.php:220
|
1036 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
1037 |
msgstr "Wordpress Datei Upload Plugin Uploader für Seitenleisten"
|
1038 |
|
1039 |
+
#: lib/wfu_constants.php:221
|
1040 |
msgid "Upload Files"
|
1041 |
msgstr "Dateien hochladen"
|
1042 |
|
languages/wp-file-upload-el_GR.mo
CHANGED
Binary file
|
languages/wp-file-upload-el_GR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: el\n"
|
@@ -206,36 +206,49 @@ msgstr ""
|
|
206 |
"του όνομα είναι: "
|
207 |
|
208 |
#: lib/wfu_constants.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
msgid "Targer folder doesn't exist."
|
210 |
msgstr "Ο φάκελος προορισμού δεν υπάρχει."
|
211 |
|
212 |
-
#: lib/wfu_constants.php:
|
213 |
msgid "Upload failed! Missing a temporary folder."
|
214 |
msgstr "Η αποστολή απέτυχε! Λείπει ο προσωρινός φάκελος."
|
215 |
|
216 |
-
#: lib/wfu_constants.php:
|
217 |
msgid "Upload failed! Permission denied to write to target folder."
|
218 |
msgstr "Η αποστολή απέτυχε! Δεν επιτρέπεται η εγγραφή στο φάκελο προορισμού."
|
219 |
|
220 |
-
#: lib/wfu_constants.php:
|
221 |
msgid "File not allowed."
|
222 |
msgstr "Το αρχείο δεν επιτρέπεται."
|
223 |
|
224 |
-
#: lib/wfu_constants.php:
|
225 |
msgid "File is suspicious and was rejected."
|
226 |
msgstr "Το αρχείο είναι ύποπτο και απορρίφθηκε."
|
227 |
|
228 |
-
#: lib/wfu_constants.php:
|
229 |
msgid "The uploaded file exceeds the file size limit."
|
230 |
msgstr "Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους αρχείου."
|
231 |
|
232 |
-
#: lib/wfu_constants.php:
|
233 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
234 |
msgstr ""
|
235 |
"Το αποστελλόμενο αρχείο υπερβαίνει τα 2GB και δεν υποστηρίζεται από τον "
|
236 |
"server."
|
237 |
|
238 |
-
#: lib/wfu_constants.php:
|
239 |
msgid ""
|
240 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
241 |
"Please contact the administrator."
|
@@ -243,7 +256,7 @@ msgstr ""
|
|
243 |
"Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους "
|
244 |
"αρχείου του server. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
245 |
|
246 |
-
#: lib/wfu_constants.php:
|
247 |
msgid ""
|
248 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
249 |
"server. Please contact the administrator."
|
@@ -251,7 +264,7 @@ msgstr ""
|
|
251 |
"Η αποστολή απέτυχε! Η διάρκεια αποστολής υπερέβη το όριο χρόνου του server. "
|
252 |
"Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
253 |
|
254 |
-
#: lib/wfu_constants.php:
|
255 |
msgid ""
|
256 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
257 |
"was specified in the HTML form."
|
@@ -259,19 +272,19 @@ msgstr ""
|
|
259 |
"Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει την ιδιότητα "
|
260 |
"MAX_FILE_SIZE που ορίστηκε στη φόρμα HTML."
|
261 |
|
262 |
-
#: lib/wfu_constants.php:
|
263 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
264 |
msgstr "Η αποστολή απέτυχε: Το αποστελλόμενο αρχείο απεστάλλη μερικώς."
|
265 |
|
266 |
-
#: lib/wfu_constants.php:
|
267 |
msgid "Upload failed! No file was uploaded."
|
268 |
msgstr "Η αποστολή απέτυχε. Κανένα αρχείο δεν απεστάλη."
|
269 |
|
270 |
-
#: lib/wfu_constants.php:
|
271 |
msgid "Upload failed! Failed to write file to disk."
|
272 |
msgstr "Η αποστολή απέτυχε. Δεν κατέστη δυνατή η εγγραφή στο δίσκο."
|
273 |
|
274 |
-
#: lib/wfu_constants.php:
|
275 |
msgid ""
|
276 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
277 |
"administrator."
|
@@ -279,11 +292,11 @@ msgstr ""
|
|
279 |
"Η αποστολή απέτυχε! Ένα σφάλμα συνέβη κατά τη μετακίνηση του προσωρινού "
|
280 |
"αρχείου. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
281 |
|
282 |
-
#: lib/wfu_constants.php:
|
283 |
msgid "Upload cancelled!"
|
284 |
msgstr "Η αποστολή ακυρώθηκε!"
|
285 |
|
286 |
-
#: lib/wfu_constants.php:
|
287 |
msgid ""
|
288 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
289 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
@@ -294,20 +307,20 @@ msgstr ""
|
|
294 |
"εξέταση της λίστας των επεκτάσεων που έχουν φορτωθεί με την phpinfo() να "
|
295 |
"βοηθήσει."
|
296 |
|
297 |
-
#: lib/wfu_constants.php:
|
298 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
299 |
msgstr ""
|
300 |
"Η αποστολή απέτυχε! Συνέβη κάποιο σφάλμα κατά την αποστολή του αρχείου."
|
301 |
|
302 |
-
#: lib/wfu_constants.php:
|
303 |
msgid "Upload failed!"
|
304 |
msgstr "Η αποστολή απέτυχε!"
|
305 |
|
306 |
-
#: lib/wfu_constants.php:
|
307 |
msgid "No file!"
|
308 |
msgstr "Κανένα αρχείο!"
|
309 |
|
310 |
-
#: lib/wfu_constants.php:
|
311 |
msgid ""
|
312 |
"Upload failed! The upload has been canceled by the user or the browser "
|
313 |
"dropped the connection."
|
@@ -315,27 +328,27 @@ msgstr ""
|
|
315 |
"Η αποστολή απέτυχε! Είτε η αποστολή ακυρώθηκε από το χρήστη ή ο browser "
|
316 |
"έχασε τη σύνδεση."
|
317 |
|
318 |
-
#: lib/wfu_constants.php:
|
319 |
msgid "Upload failed! Unknown error."
|
320 |
msgstr "Η αποστολή απέτυχε! Άγνωστο σφάλμα."
|
321 |
|
322 |
-
#: lib/wfu_constants.php:
|
323 |
msgid "Please contact the administrator."
|
324 |
msgstr "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
325 |
|
326 |
-
#: lib/wfu_constants.php:
|
327 |
msgid "No result from remote server!"
|
328 |
msgstr "Καμία απάντηση από τον απομακρυσμένο server!"
|
329 |
|
330 |
-
#: lib/wfu_constants.php:
|
331 |
msgid " but with warnings"
|
332 |
msgstr " αλλά με προειδοποιήσεις"
|
333 |
|
334 |
-
#: lib/wfu_constants.php:
|
335 |
msgid "Warning: JSON parse error."
|
336 |
msgstr "Προειδοποίηση: Σφάλμα μετατροπής JSON."
|
337 |
|
338 |
-
#: lib/wfu_constants.php:
|
339 |
msgid ""
|
340 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
341 |
"not be parsed."
|
@@ -343,19 +356,19 @@ msgstr ""
|
|
343 |
"Οι παράμετροι αποστολής αυτού του αρχείου, οι οποίες πέρασαν στο χειριστή ως "
|
344 |
"συμβολοσειρά JSON, δεν μπόρεσαν να μετατραπούν."
|
345 |
|
346 |
-
#: lib/wfu_constants.php:
|
347 |
msgid ""
|
348 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
349 |
msgstr ""
|
350 |
"Το αντικείμενο UploadStates, το οποίο πέρασε στο χειριστή ως συμβολοσειρά "
|
351 |
"JSON, δεν μπόρεσε να μετατραπεί."
|
352 |
|
353 |
-
#: lib/wfu_constants.php:
|
354 |
msgid ""
|
355 |
"Redirection to classic form functionality occurred due to unknown error."
|
356 |
msgstr "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος."
|
357 |
|
358 |
-
#: lib/wfu_constants.php:
|
359 |
msgid ""
|
360 |
"Redirection to classic form functionality occurred because AJAX is not "
|
361 |
"supported."
|
@@ -363,7 +376,7 @@ msgstr ""
|
|
363 |
"Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
|
364 |
"AJAX."
|
365 |
|
366 |
-
#: lib/wfu_constants.php:
|
367 |
msgid ""
|
368 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
369 |
"supported."
|
@@ -371,60 +384,60 @@ msgstr ""
|
|
371 |
"Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
|
372 |
"HTML5."
|
373 |
|
374 |
-
#: lib/wfu_constants.php:
|
375 |
msgid ""
|
376 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
377 |
msgstr ""
|
378 |
"Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος μετατροπής "
|
379 |
"JSON."
|
380 |
|
381 |
-
#: lib/wfu_constants.php:
|
382 |
msgid "Please enable popup windows from the browser's settings!"
|
383 |
msgstr ""
|
384 |
"Παρακαλούμε ενεργοποιήστε τα αναδυόμενα παράθυρα από τις ρυθμίσεις του "
|
385 |
"προγράμματος περιήγησης!"
|
386 |
|
387 |
-
#: lib/wfu_constants.php:
|
388 |
msgid "cannot be empty!"
|
389 |
msgstr "δεν μπορεί να είναι κενό!"
|
390 |
|
391 |
-
#: lib/wfu_constants.php:
|
392 |
msgid "number not valid!"
|
393 |
msgstr "μη έγκυρος αριθμός!"
|
394 |
|
395 |
-
#: lib/wfu_constants.php:
|
396 |
msgid "email not valid!"
|
397 |
msgstr "το email δεν είναι έγκυρο!"
|
398 |
|
399 |
-
#: lib/wfu_constants.php:
|
400 |
msgid "emails do not match!"
|
401 |
msgstr "τα emails δεν ταιριάζουν!"
|
402 |
|
403 |
-
#: lib/wfu_constants.php:
|
404 |
msgid "no base email field in group!"
|
405 |
msgstr "δεν υπάρχει αρχικό πεδίο email στο group!"
|
406 |
|
407 |
-
#: lib/wfu_constants.php:
|
408 |
msgid "passwords do not match!"
|
409 |
msgstr "οι κωδικοί δεν ταιριάζουν!"
|
410 |
|
411 |
-
#: lib/wfu_constants.php:
|
412 |
msgid "no base password field in group!"
|
413 |
msgstr "δεν υπάρχει αρχικό πεδίο κωδικού στο group!"
|
414 |
|
415 |
-
#: lib/wfu_constants.php:
|
416 |
msgid "checkbox unchecked!"
|
417 |
msgstr "το checkbox είναι μη επιλεγμένο!"
|
418 |
|
419 |
-
#: lib/wfu_constants.php:
|
420 |
msgid "no option selected!"
|
421 |
msgstr "δεν έχει γίνει επιλογή!"
|
422 |
|
423 |
-
#: lib/wfu_constants.php:
|
424 |
msgid "no item selected!"
|
425 |
msgstr "δεν έχει γίνει επιλογή!"
|
426 |
|
427 |
-
#: lib/wfu_constants.php:
|
428 |
msgid ""
|
429 |
"There are more than one instances of the plugin in this page with the same "
|
430 |
"id. Please change it."
|
@@ -432,7 +445,7 @@ msgstr ""
|
|
432 |
"Υπάρχουν περισσότερες από μία εμφανίσεις του plugin σε αυτή τη σελίδα με το "
|
433 |
"ίδιο id. Παρακαλούμε να το αλλάξετε."
|
434 |
|
435 |
-
#: lib/wfu_constants.php:
|
436 |
msgid ""
|
437 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
438 |
"the page."
|
@@ -440,19 +453,19 @@ msgstr ""
|
|
440 |
"Δεν είναι δυνατή η επεξεργασία του shortcode διότι η σελίδα τροποποιήθηκε. "
|
441 |
"Παρακαλούμε ξαναφορτώστε τη σελίδα."
|
442 |
|
443 |
-
#: lib/wfu_constants.php:
|
444 |
msgid "Your browser does not support webcam capture!"
|
445 |
msgstr "Ο browser σας δεν υποστηρίζει κάμερα!"
|
446 |
|
447 |
-
#: lib/wfu_constants.php:
|
448 |
msgid "Your browser does not support video recording from the webcam!"
|
449 |
msgstr "Ο browsers σας δεν υποστηρίζει εγγραφή video από την κάμερα!"
|
450 |
|
451 |
-
#: lib/wfu_constants.php:
|
452 |
msgid "No video was recorded!"
|
453 |
msgstr "Δεν καταγράφηκε video!"
|
454 |
|
455 |
-
#: lib/wfu_constants.php:
|
456 |
msgid ""
|
457 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
458 |
"or use RecaptchaV2 (no account)."
|
@@ -460,7 +473,7 @@ msgstr ""
|
|
460 |
"ΣΦΑΛΜΑ: Δεν υποστηρίζεται το captcha. Έχετε παλαιά έκδοση της PHP. "
|
461 |
"Αναβαθμίστε την PHP ή χρησιμοποιήστε την επιλογή RecaptchaV2 (no account)."
|
462 |
|
463 |
-
#: lib/wfu_constants.php:
|
464 |
msgid ""
|
465 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
466 |
"notify administrator."
|
@@ -468,7 +481,7 @@ msgstr ""
|
|
468 |
"ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
|
469 |
"σελίδα. Παρακαλούμε ειδοποιείστε το διαχειριστή."
|
470 |
|
471 |
-
#: lib/wfu_constants.php:
|
472 |
msgid ""
|
473 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
474 |
"use RecaptchaV1 (no account)."
|
@@ -476,12 +489,12 @@ msgstr ""
|
|
476 |
"ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
|
477 |
"σελίδα. Παρακαλούμε χρησιμοποιείστε το RecaptchaV1 (no account)."
|
478 |
|
479 |
-
#: lib/wfu_constants.php:
|
480 |
msgid "ERROR: No site key. Please contact administrator!"
|
481 |
msgstr ""
|
482 |
"ΣΦΑΛΜΑ: Δεν υπάρχει κλειδί site. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
483 |
|
484 |
-
#: lib/wfu_constants.php:
|
485 |
msgid ""
|
486 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
487 |
"define Google Recaptcha keys."
|
@@ -489,116 +502,116 @@ msgstr ""
|
|
489 |
"ΣΦΑΛΜΑ: Δεν ορίστηκε κλειδί site! Παρακαλούμε πηγαίνεται στις επιλογές του "
|
490 |
"plugin στο Dashboard για να ορίσετε κλειδιά του Google Recaptcha."
|
491 |
|
492 |
-
#: lib/wfu_constants.php:
|
493 |
msgid "Bad captcha image!"
|
494 |
msgstr "Μη έγκυρη εικόνα captcha!"
|
495 |
|
496 |
-
#: lib/wfu_constants.php:
|
497 |
msgid "No input!"
|
498 |
msgstr "Κενό!"
|
499 |
|
500 |
-
#: lib/wfu_constants.php:
|
501 |
msgid "Captcha not completed!"
|
502 |
msgstr "Το captcha δε συμπληρώθηκε!"
|
503 |
|
504 |
-
#: lib/wfu_constants.php:
|
505 |
msgid "Wrong captcha!"
|
506 |
msgstr "Λάθος captcha!"
|
507 |
|
508 |
-
#: lib/wfu_constants.php:
|
509 |
msgid "Error refreshing captcha!"
|
510 |
msgstr "Σφάλμα ανανέωσης του captcha!"
|
511 |
|
512 |
-
#: lib/wfu_constants.php:
|
513 |
msgid "Unknown captcha error!"
|
514 |
msgstr "Άγνωστο σφάλμα captcha!"
|
515 |
|
516 |
-
#: lib/wfu_constants.php:
|
517 |
msgid "Captcha not supported by your browser!"
|
518 |
msgstr "Το captcha δεν υποστηρίζεται από το browser σας!"
|
519 |
|
520 |
-
#: lib/wfu_constants.php:
|
521 |
msgid "the secret parameter is missing"
|
522 |
msgstr "η μυστική παράμετρος λείπει"
|
523 |
|
524 |
-
#: lib/wfu_constants.php:
|
525 |
msgid "the secret parameter is invalid or malformed"
|
526 |
msgstr "η μυστική παράμετρος είναι μη έγκυρη ή δεν ορίστηκε σωστά"
|
527 |
|
528 |
-
#: lib/wfu_constants.php:
|
529 |
msgid "the response parameter is missing"
|
530 |
msgstr "η παράμετρος απάντησης λείπει"
|
531 |
|
532 |
-
#: lib/wfu_constants.php:
|
533 |
msgid "the response parameter is invalid or malformed"
|
534 |
msgstr "η παράμετρος απάντησης είναι μη έγκυρη ή δεν ορίστηκε σωστά"
|
535 |
|
536 |
-
#: lib/wfu_constants.php:
|
537 |
msgid "Please do not use drag drop due to an internal problem."
|
538 |
msgstr ""
|
539 |
"Παρακαλούμε μη χρησιμοποιείτε το drag drop λόγω εσωτερικού προβλήματος."
|
540 |
|
541 |
-
#: lib/wfu_constants.php:
|
542 |
#, php-format
|
543 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
544 |
msgstr ""
|
545 |
"Σφάλμα κατά τη διάρκεια τμηματικής αποστολής. Το μοναδικό ID είναι κενό στο "
|
546 |
"τμήμα %d"
|
547 |
|
548 |
-
#: lib/wfu_constants.php:
|
549 |
msgid "Chunked upload is not allowed!"
|
550 |
msgstr "Δεν επιτρέπεται τμηματική αποστολή!"
|
551 |
|
552 |
-
#: lib/wfu_constants.php:
|
553 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
554 |
msgstr "Η τμηματική αποστολή ματαιώθηκε λόγω σφάλματος στο προηγούμενο τμήμα!"
|
555 |
|
556 |
-
#: lib/wfu_constants.php:
|
557 |
msgid "Chunked upload failed, final file could not be created!"
|
558 |
msgstr ""
|
559 |
"Η τμηματική αποστολή ματαιώθηκε, το τελικό αρχείο δεν μπόρεσε να "
|
560 |
"δημιουργηθεί!"
|
561 |
|
562 |
-
#: lib/wfu_constants.php:
|
563 |
#, php-format
|
564 |
msgid "Could not write file chuck to destination on chunk %d"
|
565 |
msgstr "Δεν ήταν δυνατή η εγγραφή τμήματος αρχείου στον προορισμό στο τμήμα %d"
|
566 |
|
567 |
-
#: lib/wfu_constants.php:
|
568 |
#, php-format
|
569 |
msgid "Could not enlarge destination file on chunk %d"
|
570 |
msgstr "Δεν ήταν δυνατή η μεγέθυνση του αρχείου προορισμού στο τμήμα %d"
|
571 |
|
572 |
-
#: lib/wfu_constants.php:
|
573 |
#, php-format
|
574 |
msgid "Could not open file handles on chunk %d"
|
575 |
msgstr "Δεν ήταν δυνατό το άνοιγμα χειριστών αρχείου στο τμήμα %d"
|
576 |
|
577 |
-
#: lib/wfu_constants.php:
|
578 |
msgid "You are not allowed to delete this file!"
|
579 |
msgstr "Δεν επιτρέπεται η διαγραφή αυτού του αρχείου!"
|
580 |
|
581 |
-
#: lib/wfu_constants.php:
|
582 |
msgid "File was not deleted!"
|
583 |
msgstr "Το αρχείο δε διαγράφηκε!"
|
584 |
|
585 |
-
#: lib/wfu_constants.php:
|
586 |
msgid "No file was deleted!"
|
587 |
msgstr "Δε διαγράφηκε κανένα αρχείο!"
|
588 |
|
589 |
-
#: lib/wfu_constants.php:
|
590 |
msgid "Some files were not deleted!"
|
591 |
msgstr "Μερικά αρχεία δε διαγράφηκαν!"
|
592 |
|
593 |
-
#: lib/wfu_constants.php:
|
594 |
msgid "Upload skipped! File already exists."
|
595 |
msgstr "Η αποστολή παραβλέφθηκε! Το αρχείο υπάρχει ήδη."
|
596 |
|
597 |
-
#: lib/wfu_constants.php:
|
598 |
msgid "The extension of the file does not match its contents."
|
599 |
msgstr "Η επέκταση του αρχείου δεν ταιριάζει με τα περιεχόμενά του."
|
600 |
|
601 |
-
#: lib/wfu_constants.php:
|
602 |
msgid ""
|
603 |
"Upload succeeded but the file is suspicious because its contents do not "
|
604 |
"match its extension. Its proper filename is: "
|
@@ -606,20 +619,20 @@ msgstr ""
|
|
606 |
"Η αποστολή ήταν επιτυχής αλλά το αρχείο είναι ύποπτο διότι τα περιεχόμενά "
|
607 |
"του δεν ταιριάζουν με την επέκτασή του. Το σωστό του όνομα είναι: "
|
608 |
|
609 |
-
#: lib/wfu_constants.php:
|
610 |
msgid "No files have been selected!"
|
611 |
msgstr "Δεν επιλέχθηκαν αρχεία!"
|
612 |
|
613 |
-
#: lib/wfu_constants.php:
|
614 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
615 |
msgstr "Το plugin WPFilebase δεν ενημερώθηκε διότι δεν απεστάλη κανένα αρχείο."
|
616 |
|
617 |
-
#: lib/wfu_constants.php:
|
618 |
msgid "Notification email was not sent because there were no files uploaded."
|
619 |
msgstr ""
|
620 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν απεστάλη κανένα αρχείο."
|
621 |
|
622 |
-
#: lib/wfu_constants.php:
|
623 |
msgid ""
|
624 |
"Notification email was not sent because no recipients were defined. Please "
|
625 |
"check notifyrecipients attribute in the shortcode."
|
@@ -627,7 +640,7 @@ msgstr ""
|
|
627 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν ορίστηκαν παραλήπτες. "
|
628 |
"Παρακαλούμε ελέγξτε την ιδιότητα notifyrecipients στο shortcode."
|
629 |
|
630 |
-
#: lib/wfu_constants.php:
|
631 |
msgid ""
|
632 |
"Notification email was not sent due to an error. Please check "
|
633 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -635,7 +648,7 @@ msgstr ""
|
|
635 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email λόγω σφάλματος. Παρακαλούμε ελέγξτε "
|
636 |
"τις ιδιότητες notifyrecipients, notifysubject και notifymessage για σφάλματα."
|
637 |
|
638 |
-
#: lib/wfu_constants.php:
|
639 |
msgid ""
|
640 |
"Redirection not executed because redirection link is empty. Please check "
|
641 |
"redirectlink attribute."
|
@@ -643,14 +656,38 @@ msgstr ""
|
|
643 |
"Δεν πραγματοποιήθηκε αναδρομολόγηση διότι ο σύνδεσμος αναδρομολόγησης είναι "
|
644 |
"κενός. Παρακαλούμε ελέγξτε την ιδιότητα redirectlink."
|
645 |
|
646 |
-
#: lib/wfu_constants.php:
|
647 |
msgid ""
|
648 |
"Redirection not executed because not all files were successfully uploaded."
|
649 |
msgstr ""
|
650 |
"Δεν πραγματοποιήθηκε αναδρομολόγηση διότι δεν αποεστάλησαν όλα τα αρχεία "
|
651 |
"επιτυχώς."
|
652 |
|
653 |
-
#: lib/wfu_constants.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
654 |
msgid ""
|
655 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
656 |
"message persists, contact administrator."
|
@@ -658,7 +695,7 @@ msgstr ""
|
|
658 |
"Δεν κατέστη δυνατή η προσθήκη του shortcode στη σελίδα / άρθρο. Παρακαλώ "
|
659 |
"προσπάθησε ξανά. Αν το μήνυμα συνεχίζει, επικοινωνήστε με το διαχειριστή."
|
660 |
|
661 |
-
#: lib/wfu_constants.php:
|
662 |
msgid ""
|
663 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
664 |
"again to edit the shortcode."
|
@@ -666,7 +703,7 @@ msgstr ""
|
|
666 |
"Δεν ήταν δυνατή η επεξεργασία του shortcode διότι τα περιεχόμενα της σελίδας "
|
667 |
"άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να επεξεργαστείτε το shortcode."
|
668 |
|
669 |
-
#: lib/wfu_constants.php:
|
670 |
msgid ""
|
671 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
672 |
"again to delete it."
|
@@ -674,7 +711,7 @@ msgstr ""
|
|
674 |
"Δεν ήταν δυνατή η διαγραφή του shortcode διότι τα περιεχόμενα της σελίδας "
|
675 |
"άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να διαγράψετε το shortcode."
|
676 |
|
677 |
-
#: lib/wfu_constants.php:
|
678 |
msgid ""
|
679 |
"The page containing the shortcode has been modified and it is no longer "
|
680 |
"valid. Please go back to reload the shortcode."
|
@@ -682,7 +719,7 @@ msgstr ""
|
|
682 |
"Η σελίδα που περιέχει το shortcode τροποποιήθηκε και δεν είναι πλέον σε "
|
683 |
"ισχύ. Παρακαλούμε πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
684 |
|
685 |
-
#: lib/wfu_constants.php:
|
686 |
msgid ""
|
687 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
688 |
"back to reload the shortcode."
|
@@ -690,7 +727,7 @@ msgstr ""
|
|
690 |
"Δεν ήταν δυνατή η ενημέρωση του shortcode διότι τα περιεχόμενα της σελίδας "
|
691 |
"άλλαξαν. Πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
692 |
|
693 |
-
#: lib/wfu_constants.php:
|
694 |
msgid ""
|
695 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
696 |
"go back and reload the shortcode."
|
@@ -698,39 +735,39 @@ msgstr ""
|
|
698 |
"Δεν ήταν δυνατή η ενημέρωση του shortcode. Παρακαλούμε ξαναδοκιμάστε. Αν το "
|
699 |
"πρόβλημα παραμείνει, πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
700 |
|
701 |
-
#: lib/wfu_constants.php:
|
702 |
msgid "This is a test message"
|
703 |
msgstr "Αυτό είναι ένα μήνυμα ελέγχου"
|
704 |
|
705 |
-
#: lib/wfu_constants.php:
|
706 |
msgid "This is a test administrator message"
|
707 |
msgstr "Αυτό είναι ένα μήνυμα διαχειριστή ελέγχου"
|
708 |
|
709 |
-
#: lib/wfu_constants.php:
|
710 |
msgid "File testfile 1 under test"
|
711 |
msgstr "Αρχείο testfile 1 υπό έλεγχο"
|
712 |
|
713 |
-
#: lib/wfu_constants.php:
|
714 |
msgid "File testfile 1 message"
|
715 |
msgstr "Μήνυμα αρχείου testfile 1"
|
716 |
|
717 |
-
#: lib/wfu_constants.php:
|
718 |
msgid "File testfile 1 administrator message"
|
719 |
msgstr "Μήνυμα διαχειριστή αρχείου testfile 1"
|
720 |
|
721 |
-
#: lib/wfu_constants.php:
|
722 |
msgid "File testfile 2 under test"
|
723 |
msgstr "Αρχείο testfile 2 υπό έλεγχο"
|
724 |
|
725 |
-
#: lib/wfu_constants.php:
|
726 |
msgid "File testfile 2 message"
|
727 |
msgstr "Μήνυμα αρχείου testfile 2"
|
728 |
|
729 |
-
#: lib/wfu_constants.php:
|
730 |
msgid "File testfile 2 administrator message"
|
731 |
msgstr "Μήνυμα διαχειριστή αρχείου testfile 2"
|
732 |
|
733 |
-
#: lib/wfu_constants.php:
|
734 |
msgid ""
|
735 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
736 |
"current user."
|
@@ -738,7 +775,7 @@ msgstr ""
|
|
738 |
"Εισάγετε τη μεταβλητή %userid% στο κείμενο. Θα αντικατασταθεί από το id του "
|
739 |
"τρέχοντος χρήστη."
|
740 |
|
741 |
-
#: lib/wfu_constants.php:
|
742 |
msgid ""
|
743 |
"Insert variable %username% inside text. It will be replaced by the username "
|
744 |
"of the current user."
|
@@ -746,7 +783,7 @@ msgstr ""
|
|
746 |
"Εισάγετε τη μεταβλητή %username% στο κείμενο. Θα αντικατασταθεί από το όνομα "
|
747 |
"του τρέχοντος χρήστη."
|
748 |
|
749 |
-
#: lib/wfu_constants.php:
|
750 |
msgid ""
|
751 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
752 |
"the current user."
|
@@ -754,7 +791,7 @@ msgstr ""
|
|
754 |
"Εισάγετε τη μεταβλητή %useremail% στο κείμενο. Θα αντικατασταθεί από το "
|
755 |
"email του τρέχοντος χρήστη."
|
756 |
|
757 |
-
#: lib/wfu_constants.php:
|
758 |
msgid ""
|
759 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
760 |
"of the uploaded file."
|
@@ -762,7 +799,7 @@ msgstr ""
|
|
762 |
"Εισάγετε τη μεταβλητή %filename% στο κείμενο. Θα αντικατασταθεί από το όνομα "
|
763 |
"του αποστελλομένου αρχείου."
|
764 |
|
765 |
-
#: lib/wfu_constants.php:
|
766 |
msgid ""
|
767 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
768 |
"filepath of the uploaded file."
|
@@ -770,7 +807,7 @@ msgstr ""
|
|
770 |
"Εισάγετε τη μεταβλητή %filepath% στο κείμενο. Θα αντικατασταθεί από την "
|
771 |
"πλήρη διαδρομή του αποστελλομένου αρχείου."
|
772 |
|
773 |
-
#: lib/wfu_constants.php:
|
774 |
msgid ""
|
775 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
776 |
"the website."
|
@@ -778,7 +815,7 @@ msgstr ""
|
|
778 |
"Εισάγετε τη μεταβλητή %blogid% στο κείμενο. Θα αντικατασταθεί από το blog id "
|
779 |
"της ιστοσελίδας."
|
780 |
|
781 |
-
#: lib/wfu_constants.php:
|
782 |
msgid ""
|
783 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
784 |
"current page."
|
@@ -786,7 +823,7 @@ msgstr ""
|
|
786 |
"Εισάγετε τη μεταβλητή %pageid% στο κείμενο. Θα αντικατασταθεί από το id της "
|
787 |
"τρέχουσας σελίδας."
|
788 |
|
789 |
-
#: lib/wfu_constants.php:
|
790 |
msgid ""
|
791 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
792 |
"the current page."
|
@@ -794,7 +831,7 @@ msgstr ""
|
|
794 |
"Εισάγετε τη μεταβλητή %pagetitle% στο κείμενο. Θα αντικατασταθεί από τον "
|
795 |
"τίτλο της τρέχουσας σελίδας."
|
796 |
|
797 |
-
#: lib/wfu_constants.php:
|
798 |
msgid ""
|
799 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
800 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -804,197 +841,197 @@ msgstr ""
|
|
804 |
"από την εμφανιζόμενη dropdown λίστα. Θα αντικατασταθεί από την τιμή που "
|
805 |
"εισήγαγε ο χρήστης σε αυτό το πεδίο."
|
806 |
|
807 |
-
#: lib/wfu_constants.php:
|
808 |
msgid "Insert variable %n% inside text to denote a line change."
|
809 |
msgstr ""
|
810 |
"Εισάγετε τη μεταβλητή %n% στο κείμενο για να υποδείξετε αλλαγή γραμμής."
|
811 |
|
812 |
-
#: lib/wfu_constants.php:
|
813 |
msgid "Test Mode"
|
814 |
msgstr "Κατάσταση Ελέγχου"
|
815 |
|
816 |
-
#: lib/wfu_constants.php:
|
817 |
msgid "select dir..."
|
818 |
msgstr "επιλογή καταλόγου..."
|
819 |
|
820 |
-
#: lib/wfu_constants.php:
|
821 |
msgid "type dir"
|
822 |
msgstr "εισάγετε κατάλογο"
|
823 |
|
824 |
-
#: lib/wfu_constants.php:
|
825 |
msgid "Upload path: %filepath%"
|
826 |
msgstr "Διαδρομή προορισμού: %filepath%"
|
827 |
|
828 |
-
#: lib/wfu_constants.php:
|
829 |
msgid "Failed upload path: %filepath%"
|
830 |
msgstr "Εσφαλμένη διαδρομή προορισμού: %filepath%"
|
831 |
|
832 |
-
#: lib/wfu_constants.php:
|
833 |
msgid " (required)"
|
834 |
msgstr " (απαραίτητο)"
|
835 |
|
836 |
-
#: lib/wfu_constants.php:
|
837 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
838 |
msgstr ""
|
839 |
"Υπάρχουν αρχεία που αποστέλλονται. Σίγουρα θέλετε να φύγετε από τη σελίδα;"
|
840 |
|
841 |
-
#: lib/wfu_constants.php:
|
842 |
msgid "checking captcha..."
|
843 |
msgstr "έλεγχος captcha..."
|
844 |
|
845 |
-
#: lib/wfu_constants.php:
|
846 |
msgid "refreshing..."
|
847 |
msgstr "ανανέωση..."
|
848 |
|
849 |
-
#: lib/wfu_constants.php:
|
850 |
msgid "correct captcha"
|
851 |
msgstr "σωστό captcha"
|
852 |
|
853 |
-
#: lib/wfu_constants.php:
|
854 |
msgid "click to continue the upload"
|
855 |
msgstr "πατήστε click για να συνεχίσει η αποστολή"
|
856 |
|
857 |
-
#: lib/wfu_constants.php:
|
858 |
msgid "Are you sure you want to delete this file?"
|
859 |
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο;"
|
860 |
|
861 |
-
#: lib/wfu_constants.php:
|
862 |
msgid "Are you sure you want to delete these files?"
|
863 |
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτά τα αρχεία;"
|
864 |
|
865 |
-
#: lib/wfu_constants.php:
|
866 |
msgid "Bulk Actions"
|
867 |
msgstr "Μαζικές Ενέργειες"
|
868 |
|
869 |
-
#: lib/wfu_constants.php:
|
870 |
msgid "Apply"
|
871 |
msgstr "Εκτέλεση"
|
872 |
|
873 |
-
#: lib/wfu_constants.php:
|
874 |
msgid "Are you sure that you want to cancel the upload?"
|
875 |
msgstr "Είστε βέβαιοι ότι θέλετε να ακυρώσετε την αποστολή;"
|
876 |
|
877 |
-
#: lib/wfu_constants.php:
|
878 |
msgid "cancel upload of this file"
|
879 |
msgstr "ακυρώστε την αποστολή αυτού του αρχείου"
|
880 |
|
881 |
-
#: lib/wfu_constants.php:
|
882 |
msgid "Upload in progress"
|
883 |
msgstr "Αποστολή σε εξέλιξη"
|
884 |
|
885 |
-
#: lib/wfu_constants.php:
|
886 |
msgid "Upload in progress with warnings!"
|
887 |
msgstr "Αποστολή σε εξέλιξη με προειδοποιήσεις!"
|
888 |
|
889 |
-
#: lib/wfu_constants.php:
|
890 |
msgid "Upload in progress but some files already failed!"
|
891 |
msgstr "Αποστολή σε εξέλιξη αλλά κάποια αρχεία ήδη απέτυχαν!"
|
892 |
|
893 |
-
#: lib/wfu_constants.php:
|
894 |
msgid "Upload in progress but no files uploaded so far!"
|
895 |
msgstr "Αποστολή σε εξέλιξη αλλά δεν απεστάλη κανένα αρχείο μέχρι τώρα!"
|
896 |
|
897 |
-
#: lib/wfu_constants.php:
|
898 |
msgid "All files uploaded successfully"
|
899 |
msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς"
|
900 |
|
901 |
-
#: lib/wfu_constants.php:
|
902 |
msgid "All files uploaded successfully but there are warnings!"
|
903 |
msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
|
904 |
|
905 |
-
#: lib/wfu_constants.php:
|
906 |
msgid "File uploaded successfully but there are warnings!"
|
907 |
msgstr "Το αρχείο απεστάλη επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
|
908 |
|
909 |
-
#: lib/wfu_constants.php:
|
910 |
msgid "Some files failed to upload!"
|
911 |
msgstr "Μερικά αρχεία απέτυχαν να αποσταλούν!"
|
912 |
|
913 |
-
#: lib/wfu_constants.php:
|
914 |
msgid "All files failed to upload"
|
915 |
msgstr "Όλα τα αρχεία απέτυχαν να αποσταλούν"
|
916 |
|
917 |
-
#: lib/wfu_constants.php:
|
918 |
msgid "File failed to upload"
|
919 |
msgstr "Το αρχείο απέτυχε να αποσταλεί"
|
920 |
|
921 |
-
#: lib/wfu_constants.php:
|
922 |
msgid "There are no files to upload!"
|
923 |
msgstr "Δεν υπάρχουν αρχεία για αποστολή!"
|
924 |
|
925 |
-
#: lib/wfu_constants.php:
|
926 |
msgid "Test upload message"
|
927 |
msgstr "Μήνυμα αποστολής ελέγχου"
|
928 |
|
929 |
-
#: lib/wfu_constants.php:
|
930 |
msgid "JSON parse warning!"
|
931 |
msgstr "Προειδοποίηση μετατροπής JSON!"
|
932 |
|
933 |
-
#: lib/wfu_constants.php:
|
934 |
msgid "please wait while redirecting..."
|
935 |
msgstr "παρακαλούμε περιμένετε ενώ γίνεται αναδρομολόγηση..."
|
936 |
|
937 |
-
#: lib/wfu_constants.php:
|
938 |
msgid "Open visual shortcode editor in new window"
|
939 |
msgstr "Ανοίξτε τη γραφική επεξεργασία του shortcode σε νέο παράθυρο"
|
940 |
|
941 |
-
#: lib/wfu_constants.php:
|
942 |
msgid "loading visual editor"
|
943 |
msgstr "φόρτωση του γραφικού επεξεργαστή"
|
944 |
|
945 |
-
#: lib/wfu_constants.php:
|
946 |
msgid "Clear file list?"
|
947 |
msgstr "Να γίνει καθαρισμός της λίστας αρχείων;"
|
948 |
|
949 |
-
#: lib/wfu_constants.php:
|
950 |
msgid "DROP HERE"
|
951 |
msgstr "ΑΦΗΣΤΕ ΕΔΩ"
|
952 |
|
953 |
-
#: lib/wfu_constants.php:
|
954 |
msgid "record video"
|
955 |
msgstr "εγγραφή video"
|
956 |
|
957 |
-
#: lib/wfu_constants.php:
|
958 |
msgid "take a picture"
|
959 |
msgstr "φωτογραφία"
|
960 |
|
961 |
-
#: lib/wfu_constants.php:
|
962 |
msgid "turn webcam on/off"
|
963 |
msgstr "ενεργοποίηση/απενεργοποίηση κάμερας"
|
964 |
|
965 |
-
#: lib/wfu_constants.php:
|
966 |
msgid "go live again"
|
967 |
msgstr "επιστροφή σε ζωντανή λήψη"
|
968 |
|
969 |
-
#: lib/wfu_constants.php:
|
970 |
msgid "end recording"
|
971 |
msgstr "τέλος εγγραφής"
|
972 |
|
973 |
-
#: lib/wfu_constants.php:
|
974 |
msgid "play"
|
975 |
msgstr "αναπαραγωγή"
|
976 |
|
977 |
-
#: lib/wfu_constants.php:
|
978 |
msgid "pause"
|
979 |
msgstr "παύση"
|
980 |
|
981 |
-
#: lib/wfu_constants.php:
|
982 |
msgid "go to the beginning"
|
983 |
msgstr "μετάβαση στην αρχή"
|
984 |
|
985 |
-
#: lib/wfu_constants.php:
|
986 |
msgid "go to the end"
|
987 |
msgstr "μετάβαση στο τέλος"
|
988 |
|
989 |
-
#: lib/wfu_constants.php:
|
990 |
msgid "Wordpress File Upload Form"
|
991 |
msgstr "Φόρμα του Wordpress File Upload"
|
992 |
|
993 |
-
#: lib/wfu_constants.php:
|
994 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
995 |
msgstr "Αποστολή αρχείων με το Wordpress File Upload plugin για sidebars"
|
996 |
|
997 |
-
#: lib/wfu_constants.php:
|
998 |
msgid "Upload Files"
|
999 |
msgstr "Αποστολή αρχείων"
|
1000 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-21 23:02+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-06-21 23:02+0200\n"
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: el\n"
|
206 |
"του όνομα είναι: "
|
207 |
|
208 |
#: lib/wfu_constants.php:53
|
209 |
+
msgid ""
|
210 |
+
"Too many files are uploaded in a short period of time. This may be a Denial-"
|
211 |
+
"Of-Service attack, so file was rejected. Please check the upload log for "
|
212 |
+
"suspicious behaviour."
|
213 |
+
msgstr ""
|
214 |
+
|
215 |
+
#: lib/wfu_constants.php:54
|
216 |
+
msgid ""
|
217 |
+
"File not uploaded in order to prevent overflow of the website. Please "
|
218 |
+
"contact administrator."
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: lib/wfu_constants.php:55
|
222 |
msgid "Targer folder doesn't exist."
|
223 |
msgstr "Ο φάκελος προορισμού δεν υπάρχει."
|
224 |
|
225 |
+
#: lib/wfu_constants.php:56
|
226 |
msgid "Upload failed! Missing a temporary folder."
|
227 |
msgstr "Η αποστολή απέτυχε! Λείπει ο προσωρινός φάκελος."
|
228 |
|
229 |
+
#: lib/wfu_constants.php:57
|
230 |
msgid "Upload failed! Permission denied to write to target folder."
|
231 |
msgstr "Η αποστολή απέτυχε! Δεν επιτρέπεται η εγγραφή στο φάκελο προορισμού."
|
232 |
|
233 |
+
#: lib/wfu_constants.php:58
|
234 |
msgid "File not allowed."
|
235 |
msgstr "Το αρχείο δεν επιτρέπεται."
|
236 |
|
237 |
+
#: lib/wfu_constants.php:59
|
238 |
msgid "File is suspicious and was rejected."
|
239 |
msgstr "Το αρχείο είναι ύποπτο και απορρίφθηκε."
|
240 |
|
241 |
+
#: lib/wfu_constants.php:60
|
242 |
msgid "The uploaded file exceeds the file size limit."
|
243 |
msgstr "Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους αρχείου."
|
244 |
|
245 |
+
#: lib/wfu_constants.php:61
|
246 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
247 |
msgstr ""
|
248 |
"Το αποστελλόμενο αρχείο υπερβαίνει τα 2GB και δεν υποστηρίζεται από τον "
|
249 |
"server."
|
250 |
|
251 |
+
#: lib/wfu_constants.php:62
|
252 |
msgid ""
|
253 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
254 |
"Please contact the administrator."
|
256 |
"Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει το όριο μεγέθους "
|
257 |
"αρχείου του server. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
258 |
|
259 |
+
#: lib/wfu_constants.php:63
|
260 |
msgid ""
|
261 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
262 |
"server. Please contact the administrator."
|
264 |
"Η αποστολή απέτυχε! Η διάρκεια αποστολής υπερέβη το όριο χρόνου του server. "
|
265 |
"Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
266 |
|
267 |
+
#: lib/wfu_constants.php:64
|
268 |
msgid ""
|
269 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
270 |
"was specified in the HTML form."
|
272 |
"Η αποστολή απέτυχε! Το αποστελλόμενο αρχείο υπερβαίνει την ιδιότητα "
|
273 |
"MAX_FILE_SIZE που ορίστηκε στη φόρμα HTML."
|
274 |
|
275 |
+
#: lib/wfu_constants.php:65
|
276 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
277 |
msgstr "Η αποστολή απέτυχε: Το αποστελλόμενο αρχείο απεστάλλη μερικώς."
|
278 |
|
279 |
+
#: lib/wfu_constants.php:66
|
280 |
msgid "Upload failed! No file was uploaded."
|
281 |
msgstr "Η αποστολή απέτυχε. Κανένα αρχείο δεν απεστάλη."
|
282 |
|
283 |
+
#: lib/wfu_constants.php:67
|
284 |
msgid "Upload failed! Failed to write file to disk."
|
285 |
msgstr "Η αποστολή απέτυχε. Δεν κατέστη δυνατή η εγγραφή στο δίσκο."
|
286 |
|
287 |
+
#: lib/wfu_constants.php:68
|
288 |
msgid ""
|
289 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
290 |
"administrator."
|
292 |
"Η αποστολή απέτυχε! Ένα σφάλμα συνέβη κατά τη μετακίνηση του προσωρινού "
|
293 |
"αρχείου. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
294 |
|
295 |
+
#: lib/wfu_constants.php:69
|
296 |
msgid "Upload cancelled!"
|
297 |
msgstr "Η αποστολή ακυρώθηκε!"
|
298 |
|
299 |
+
#: lib/wfu_constants.php:70
|
300 |
msgid ""
|
301 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
302 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
307 |
"εξέταση της λίστας των επεκτάσεων που έχουν φορτωθεί με την phpinfo() να "
|
308 |
"βοηθήσει."
|
309 |
|
310 |
+
#: lib/wfu_constants.php:71
|
311 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
312 |
msgstr ""
|
313 |
"Η αποστολή απέτυχε! Συνέβη κάποιο σφάλμα κατά την αποστολή του αρχείου."
|
314 |
|
315 |
+
#: lib/wfu_constants.php:72 lib/wfu_constants.php:203
|
316 |
msgid "Upload failed!"
|
317 |
msgstr "Η αποστολή απέτυχε!"
|
318 |
|
319 |
+
#: lib/wfu_constants.php:73
|
320 |
msgid "No file!"
|
321 |
msgstr "Κανένα αρχείο!"
|
322 |
|
323 |
+
#: lib/wfu_constants.php:74
|
324 |
msgid ""
|
325 |
"Upload failed! The upload has been canceled by the user or the browser "
|
326 |
"dropped the connection."
|
328 |
"Η αποστολή απέτυχε! Είτε η αποστολή ακυρώθηκε από το χρήστη ή ο browser "
|
329 |
"έχασε τη σύνδεση."
|
330 |
|
331 |
+
#: lib/wfu_constants.php:75
|
332 |
msgid "Upload failed! Unknown error."
|
333 |
msgstr "Η αποστολή απέτυχε! Άγνωστο σφάλμα."
|
334 |
|
335 |
+
#: lib/wfu_constants.php:76
|
336 |
msgid "Please contact the administrator."
|
337 |
msgstr "Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
338 |
|
339 |
+
#: lib/wfu_constants.php:77
|
340 |
msgid "No result from remote server!"
|
341 |
msgstr "Καμία απάντηση από τον απομακρυσμένο server!"
|
342 |
|
343 |
+
#: lib/wfu_constants.php:78
|
344 |
msgid " but with warnings"
|
345 |
msgstr " αλλά με προειδοποιήσεις"
|
346 |
|
347 |
+
#: lib/wfu_constants.php:79 lib/wfu_constants.php:81
|
348 |
msgid "Warning: JSON parse error."
|
349 |
msgstr "Προειδοποίηση: Σφάλμα μετατροπής JSON."
|
350 |
|
351 |
+
#: lib/wfu_constants.php:80
|
352 |
msgid ""
|
353 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
354 |
"not be parsed."
|
356 |
"Οι παράμετροι αποστολής αυτού του αρχείου, οι οποίες πέρασαν στο χειριστή ως "
|
357 |
"συμβολοσειρά JSON, δεν μπόρεσαν να μετατραπούν."
|
358 |
|
359 |
+
#: lib/wfu_constants.php:82
|
360 |
msgid ""
|
361 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
362 |
msgstr ""
|
363 |
"Το αντικείμενο UploadStates, το οποίο πέρασε στο χειριστή ως συμβολοσειρά "
|
364 |
"JSON, δεν μπόρεσε να μετατραπεί."
|
365 |
|
366 |
+
#: lib/wfu_constants.php:83
|
367 |
msgid ""
|
368 |
"Redirection to classic form functionality occurred due to unknown error."
|
369 |
msgstr "Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος."
|
370 |
|
371 |
+
#: lib/wfu_constants.php:84
|
372 |
msgid ""
|
373 |
"Redirection to classic form functionality occurred because AJAX is not "
|
374 |
"supported."
|
376 |
"Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
|
377 |
"AJAX."
|
378 |
|
379 |
+
#: lib/wfu_constants.php:85
|
380 |
msgid ""
|
381 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
382 |
"supported."
|
384 |
"Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας διότι δεν υποστηρίζεται η "
|
385 |
"HTML5."
|
386 |
|
387 |
+
#: lib/wfu_constants.php:86
|
388 |
msgid ""
|
389 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
390 |
msgstr ""
|
391 |
"Προκλήθηκε μετάπτωση σε λειτουργία κλασικής φόρμας λόγω σφάλματος μετατροπής "
|
392 |
"JSON."
|
393 |
|
394 |
+
#: lib/wfu_constants.php:87
|
395 |
msgid "Please enable popup windows from the browser's settings!"
|
396 |
msgstr ""
|
397 |
"Παρακαλούμε ενεργοποιήστε τα αναδυόμενα παράθυρα από τις ρυθμίσεις του "
|
398 |
"προγράμματος περιήγησης!"
|
399 |
|
400 |
+
#: lib/wfu_constants.php:88
|
401 |
msgid "cannot be empty!"
|
402 |
msgstr "δεν μπορεί να είναι κενό!"
|
403 |
|
404 |
+
#: lib/wfu_constants.php:89
|
405 |
msgid "number not valid!"
|
406 |
msgstr "μη έγκυρος αριθμός!"
|
407 |
|
408 |
+
#: lib/wfu_constants.php:90
|
409 |
msgid "email not valid!"
|
410 |
msgstr "το email δεν είναι έγκυρο!"
|
411 |
|
412 |
+
#: lib/wfu_constants.php:91
|
413 |
msgid "emails do not match!"
|
414 |
msgstr "τα emails δεν ταιριάζουν!"
|
415 |
|
416 |
+
#: lib/wfu_constants.php:92
|
417 |
msgid "no base email field in group!"
|
418 |
msgstr "δεν υπάρχει αρχικό πεδίο email στο group!"
|
419 |
|
420 |
+
#: lib/wfu_constants.php:93
|
421 |
msgid "passwords do not match!"
|
422 |
msgstr "οι κωδικοί δεν ταιριάζουν!"
|
423 |
|
424 |
+
#: lib/wfu_constants.php:94
|
425 |
msgid "no base password field in group!"
|
426 |
msgstr "δεν υπάρχει αρχικό πεδίο κωδικού στο group!"
|
427 |
|
428 |
+
#: lib/wfu_constants.php:95
|
429 |
msgid "checkbox unchecked!"
|
430 |
msgstr "το checkbox είναι μη επιλεγμένο!"
|
431 |
|
432 |
+
#: lib/wfu_constants.php:96
|
433 |
msgid "no option selected!"
|
434 |
msgstr "δεν έχει γίνει επιλογή!"
|
435 |
|
436 |
+
#: lib/wfu_constants.php:97
|
437 |
msgid "no item selected!"
|
438 |
msgstr "δεν έχει γίνει επιλογή!"
|
439 |
|
440 |
+
#: lib/wfu_constants.php:98
|
441 |
msgid ""
|
442 |
"There are more than one instances of the plugin in this page with the same "
|
443 |
"id. Please change it."
|
445 |
"Υπάρχουν περισσότερες από μία εμφανίσεις του plugin σε αυτή τη σελίδα με το "
|
446 |
"ίδιο id. Παρακαλούμε να το αλλάξετε."
|
447 |
|
448 |
+
#: lib/wfu_constants.php:99
|
449 |
msgid ""
|
450 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
451 |
"the page."
|
453 |
"Δεν είναι δυνατή η επεξεργασία του shortcode διότι η σελίδα τροποποιήθηκε. "
|
454 |
"Παρακαλούμε ξαναφορτώστε τη σελίδα."
|
455 |
|
456 |
+
#: lib/wfu_constants.php:100
|
457 |
msgid "Your browser does not support webcam capture!"
|
458 |
msgstr "Ο browser σας δεν υποστηρίζει κάμερα!"
|
459 |
|
460 |
+
#: lib/wfu_constants.php:101
|
461 |
msgid "Your browser does not support video recording from the webcam!"
|
462 |
msgstr "Ο browsers σας δεν υποστηρίζει εγγραφή video από την κάμερα!"
|
463 |
|
464 |
+
#: lib/wfu_constants.php:102
|
465 |
msgid "No video was recorded!"
|
466 |
msgstr "Δεν καταγράφηκε video!"
|
467 |
|
468 |
+
#: lib/wfu_constants.php:103
|
469 |
msgid ""
|
470 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
471 |
"or use RecaptchaV2 (no account)."
|
473 |
"ΣΦΑΛΜΑ: Δεν υποστηρίζεται το captcha. Έχετε παλαιά έκδοση της PHP. "
|
474 |
"Αναβαθμίστε την PHP ή χρησιμοποιήστε την επιλογή RecaptchaV2 (no account)."
|
475 |
|
476 |
+
#: lib/wfu_constants.php:104
|
477 |
msgid ""
|
478 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
479 |
"notify administrator."
|
481 |
"ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
|
482 |
"σελίδα. Παρακαλούμε ειδοποιείστε το διαχειριστή."
|
483 |
|
484 |
+
#: lib/wfu_constants.php:105
|
485 |
msgid ""
|
486 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
487 |
"use RecaptchaV1 (no account)."
|
489 |
"ΣΦΑΛΜΑ: Μόνο μία εμφάνιση του RecaptchaV1 μπορεί να υπάρχει στην ίδια "
|
490 |
"σελίδα. Παρακαλούμε χρησιμοποιείστε το RecaptchaV1 (no account)."
|
491 |
|
492 |
+
#: lib/wfu_constants.php:106
|
493 |
msgid "ERROR: No site key. Please contact administrator!"
|
494 |
msgstr ""
|
495 |
"ΣΦΑΛΜΑ: Δεν υπάρχει κλειδί site. Παρακαλούμε επικοινωνήστε με το διαχειριστή."
|
496 |
|
497 |
+
#: lib/wfu_constants.php:107
|
498 |
msgid ""
|
499 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
500 |
"define Google Recaptcha keys."
|
502 |
"ΣΦΑΛΜΑ: Δεν ορίστηκε κλειδί site! Παρακαλούμε πηγαίνεται στις επιλογές του "
|
503 |
"plugin στο Dashboard για να ορίσετε κλειδιά του Google Recaptcha."
|
504 |
|
505 |
+
#: lib/wfu_constants.php:108
|
506 |
msgid "Bad captcha image!"
|
507 |
msgstr "Μη έγκυρη εικόνα captcha!"
|
508 |
|
509 |
+
#: lib/wfu_constants.php:109
|
510 |
msgid "No input!"
|
511 |
msgstr "Κενό!"
|
512 |
|
513 |
+
#: lib/wfu_constants.php:110
|
514 |
msgid "Captcha not completed!"
|
515 |
msgstr "Το captcha δε συμπληρώθηκε!"
|
516 |
|
517 |
+
#: lib/wfu_constants.php:111
|
518 |
msgid "Wrong captcha!"
|
519 |
msgstr "Λάθος captcha!"
|
520 |
|
521 |
+
#: lib/wfu_constants.php:112
|
522 |
msgid "Error refreshing captcha!"
|
523 |
msgstr "Σφάλμα ανανέωσης του captcha!"
|
524 |
|
525 |
+
#: lib/wfu_constants.php:113
|
526 |
msgid "Unknown captcha error!"
|
527 |
msgstr "Άγνωστο σφάλμα captcha!"
|
528 |
|
529 |
+
#: lib/wfu_constants.php:114
|
530 |
msgid "Captcha not supported by your browser!"
|
531 |
msgstr "Το captcha δεν υποστηρίζεται από το browser σας!"
|
532 |
|
533 |
+
#: lib/wfu_constants.php:115
|
534 |
msgid "the secret parameter is missing"
|
535 |
msgstr "η μυστική παράμετρος λείπει"
|
536 |
|
537 |
+
#: lib/wfu_constants.php:116
|
538 |
msgid "the secret parameter is invalid or malformed"
|
539 |
msgstr "η μυστική παράμετρος είναι μη έγκυρη ή δεν ορίστηκε σωστά"
|
540 |
|
541 |
+
#: lib/wfu_constants.php:117
|
542 |
msgid "the response parameter is missing"
|
543 |
msgstr "η παράμετρος απάντησης λείπει"
|
544 |
|
545 |
+
#: lib/wfu_constants.php:118
|
546 |
msgid "the response parameter is invalid or malformed"
|
547 |
msgstr "η παράμετρος απάντησης είναι μη έγκυρη ή δεν ορίστηκε σωστά"
|
548 |
|
549 |
+
#: lib/wfu_constants.php:119
|
550 |
msgid "Please do not use drag drop due to an internal problem."
|
551 |
msgstr ""
|
552 |
"Παρακαλούμε μη χρησιμοποιείτε το drag drop λόγω εσωτερικού προβλήματος."
|
553 |
|
554 |
+
#: lib/wfu_constants.php:120
|
555 |
#, php-format
|
556 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
557 |
msgstr ""
|
558 |
"Σφάλμα κατά τη διάρκεια τμηματικής αποστολής. Το μοναδικό ID είναι κενό στο "
|
559 |
"τμήμα %d"
|
560 |
|
561 |
+
#: lib/wfu_constants.php:121
|
562 |
msgid "Chunked upload is not allowed!"
|
563 |
msgstr "Δεν επιτρέπεται τμηματική αποστολή!"
|
564 |
|
565 |
+
#: lib/wfu_constants.php:122
|
566 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
567 |
msgstr "Η τμηματική αποστολή ματαιώθηκε λόγω σφάλματος στο προηγούμενο τμήμα!"
|
568 |
|
569 |
+
#: lib/wfu_constants.php:123
|
570 |
msgid "Chunked upload failed, final file could not be created!"
|
571 |
msgstr ""
|
572 |
"Η τμηματική αποστολή ματαιώθηκε, το τελικό αρχείο δεν μπόρεσε να "
|
573 |
"δημιουργηθεί!"
|
574 |
|
575 |
+
#: lib/wfu_constants.php:124
|
576 |
#, php-format
|
577 |
msgid "Could not write file chuck to destination on chunk %d"
|
578 |
msgstr "Δεν ήταν δυνατή η εγγραφή τμήματος αρχείου στον προορισμό στο τμήμα %d"
|
579 |
|
580 |
+
#: lib/wfu_constants.php:125
|
581 |
#, php-format
|
582 |
msgid "Could not enlarge destination file on chunk %d"
|
583 |
msgstr "Δεν ήταν δυνατή η μεγέθυνση του αρχείου προορισμού στο τμήμα %d"
|
584 |
|
585 |
+
#: lib/wfu_constants.php:126
|
586 |
#, php-format
|
587 |
msgid "Could not open file handles on chunk %d"
|
588 |
msgstr "Δεν ήταν δυνατό το άνοιγμα χειριστών αρχείου στο τμήμα %d"
|
589 |
|
590 |
+
#: lib/wfu_constants.php:127
|
591 |
msgid "You are not allowed to delete this file!"
|
592 |
msgstr "Δεν επιτρέπεται η διαγραφή αυτού του αρχείου!"
|
593 |
|
594 |
+
#: lib/wfu_constants.php:128
|
595 |
msgid "File was not deleted!"
|
596 |
msgstr "Το αρχείο δε διαγράφηκε!"
|
597 |
|
598 |
+
#: lib/wfu_constants.php:129
|
599 |
msgid "No file was deleted!"
|
600 |
msgstr "Δε διαγράφηκε κανένα αρχείο!"
|
601 |
|
602 |
+
#: lib/wfu_constants.php:130
|
603 |
msgid "Some files were not deleted!"
|
604 |
msgstr "Μερικά αρχεία δε διαγράφηκαν!"
|
605 |
|
606 |
+
#: lib/wfu_constants.php:132
|
607 |
msgid "Upload skipped! File already exists."
|
608 |
msgstr "Η αποστολή παραβλέφθηκε! Το αρχείο υπάρχει ήδη."
|
609 |
|
610 |
+
#: lib/wfu_constants.php:133
|
611 |
msgid "The extension of the file does not match its contents."
|
612 |
msgstr "Η επέκταση του αρχείου δεν ταιριάζει με τα περιεχόμενά του."
|
613 |
|
614 |
+
#: lib/wfu_constants.php:134
|
615 |
msgid ""
|
616 |
"Upload succeeded but the file is suspicious because its contents do not "
|
617 |
"match its extension. Its proper filename is: "
|
619 |
"Η αποστολή ήταν επιτυχής αλλά το αρχείο είναι ύποπτο διότι τα περιεχόμενά "
|
620 |
"του δεν ταιριάζουν με την επέκτασή του. Το σωστό του όνομα είναι: "
|
621 |
|
622 |
+
#: lib/wfu_constants.php:135
|
623 |
msgid "No files have been selected!"
|
624 |
msgstr "Δεν επιλέχθηκαν αρχεία!"
|
625 |
|
626 |
+
#: lib/wfu_constants.php:136
|
627 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
628 |
msgstr "Το plugin WPFilebase δεν ενημερώθηκε διότι δεν απεστάλη κανένα αρχείο."
|
629 |
|
630 |
+
#: lib/wfu_constants.php:137
|
631 |
msgid "Notification email was not sent because there were no files uploaded."
|
632 |
msgstr ""
|
633 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν απεστάλη κανένα αρχείο."
|
634 |
|
635 |
+
#: lib/wfu_constants.php:138
|
636 |
msgid ""
|
637 |
"Notification email was not sent because no recipients were defined. Please "
|
638 |
"check notifyrecipients attribute in the shortcode."
|
640 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email διότι δεν ορίστηκαν παραλήπτες. "
|
641 |
"Παρακαλούμε ελέγξτε την ιδιότητα notifyrecipients στο shortcode."
|
642 |
|
643 |
+
#: lib/wfu_constants.php:139
|
644 |
msgid ""
|
645 |
"Notification email was not sent due to an error. Please check "
|
646 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
648 |
"Δεν πραγματοποιήθηκε ειδοποίηση με email λόγω σφάλματος. Παρακαλούμε ελέγξτε "
|
649 |
"τις ιδιότητες notifyrecipients, notifysubject και notifymessage για σφάλματα."
|
650 |
|
651 |
+
#: lib/wfu_constants.php:140
|
652 |
msgid ""
|
653 |
"Redirection not executed because redirection link is empty. Please check "
|
654 |
"redirectlink attribute."
|
656 |
"Δεν πραγματοποιήθηκε αναδρομολόγηση διότι ο σύνδεσμος αναδρομολόγησης είναι "
|
657 |
"κενός. Παρακαλούμε ελέγξτε την ιδιότητα redirectlink."
|
658 |
|
659 |
+
#: lib/wfu_constants.php:141
|
660 |
msgid ""
|
661 |
"Redirection not executed because not all files were successfully uploaded."
|
662 |
msgstr ""
|
663 |
"Δεν πραγματοποιήθηκε αναδρομολόγηση διότι δεν αποεστάλησαν όλα τα αρχεία "
|
664 |
"επιτυχώς."
|
665 |
|
666 |
+
#: lib/wfu_constants.php:142
|
667 |
+
msgid "Potential Denial-Of-Service Attack on {SITE}"
|
668 |
+
msgstr ""
|
669 |
+
|
670 |
+
#: lib/wfu_constants.php:143
|
671 |
+
msgid ""
|
672 |
+
"Hello admin\n"
|
673 |
+
"\n"
|
674 |
+
"This is a message from Wordpress File Upload Plugin to notify you that a "
|
675 |
+
"potential Denial-Of-Service attack has been detected on {SITE}.\n"
|
676 |
+
"\n"
|
677 |
+
"The plugin detected more than {FILENUM} uploads within {INTERVAL} seconds.\n"
|
678 |
+
"\n"
|
679 |
+
"All file uploads that exceed this limit are rejected to protect the website "
|
680 |
+
"from overflowing.\n"
|
681 |
+
"\n"
|
682 |
+
"Please check the upload history log in the plugin's area in Dashboard for "
|
683 |
+
"any suspicious behaviour.\n"
|
684 |
+
"\n"
|
685 |
+
"A new message will follow if the situation remains.\n"
|
686 |
+
"\n"
|
687 |
+
"Thanks"
|
688 |
+
msgstr ""
|
689 |
+
|
690 |
+
#: lib/wfu_constants.php:145
|
691 |
msgid ""
|
692 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
693 |
"message persists, contact administrator."
|
695 |
"Δεν κατέστη δυνατή η προσθήκη του shortcode στη σελίδα / άρθρο. Παρακαλώ "
|
696 |
"προσπάθησε ξανά. Αν το μήνυμα συνεχίζει, επικοινωνήστε με το διαχειριστή."
|
697 |
|
698 |
+
#: lib/wfu_constants.php:146
|
699 |
msgid ""
|
700 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
701 |
"again to edit the shortcode."
|
703 |
"Δεν ήταν δυνατή η επεξεργασία του shortcode διότι τα περιεχόμενα της σελίδας "
|
704 |
"άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να επεξεργαστείτε το shortcode."
|
705 |
|
706 |
+
#: lib/wfu_constants.php:147
|
707 |
msgid ""
|
708 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
709 |
"again to delete it."
|
711 |
"Δεν ήταν δυνατή η διαγραφή του shortcode διότι τα περιεχόμενα της σελίδας "
|
712 |
"άλλαξαν. Παρακαλούμε δοκιμάστε ξανά να διαγράψετε το shortcode."
|
713 |
|
714 |
+
#: lib/wfu_constants.php:148
|
715 |
msgid ""
|
716 |
"The page containing the shortcode has been modified and it is no longer "
|
717 |
"valid. Please go back to reload the shortcode."
|
719 |
"Η σελίδα που περιέχει το shortcode τροποποιήθηκε και δεν είναι πλέον σε "
|
720 |
"ισχύ. Παρακαλούμε πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
721 |
|
722 |
+
#: lib/wfu_constants.php:149
|
723 |
msgid ""
|
724 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
725 |
"back to reload the shortcode."
|
727 |
"Δεν ήταν δυνατή η ενημέρωση του shortcode διότι τα περιεχόμενα της σελίδας "
|
728 |
"άλλαξαν. Πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
729 |
|
730 |
+
#: lib/wfu_constants.php:150
|
731 |
msgid ""
|
732 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
733 |
"go back and reload the shortcode."
|
735 |
"Δεν ήταν δυνατή η ενημέρωση του shortcode. Παρακαλούμε ξαναδοκιμάστε. Αν το "
|
736 |
"πρόβλημα παραμείνει, πηγαίνετε πίσω και ξαναφορτώστε το shortcode."
|
737 |
|
738 |
+
#: lib/wfu_constants.php:152
|
739 |
msgid "This is a test message"
|
740 |
msgstr "Αυτό είναι ένα μήνυμα ελέγχου"
|
741 |
|
742 |
+
#: lib/wfu_constants.php:153
|
743 |
msgid "This is a test administrator message"
|
744 |
msgstr "Αυτό είναι ένα μήνυμα διαχειριστή ελέγχου"
|
745 |
|
746 |
+
#: lib/wfu_constants.php:154
|
747 |
msgid "File testfile 1 under test"
|
748 |
msgstr "Αρχείο testfile 1 υπό έλεγχο"
|
749 |
|
750 |
+
#: lib/wfu_constants.php:155
|
751 |
msgid "File testfile 1 message"
|
752 |
msgstr "Μήνυμα αρχείου testfile 1"
|
753 |
|
754 |
+
#: lib/wfu_constants.php:156
|
755 |
msgid "File testfile 1 administrator message"
|
756 |
msgstr "Μήνυμα διαχειριστή αρχείου testfile 1"
|
757 |
|
758 |
+
#: lib/wfu_constants.php:157
|
759 |
msgid "File testfile 2 under test"
|
760 |
msgstr "Αρχείο testfile 2 υπό έλεγχο"
|
761 |
|
762 |
+
#: lib/wfu_constants.php:158
|
763 |
msgid "File testfile 2 message"
|
764 |
msgstr "Μήνυμα αρχείου testfile 2"
|
765 |
|
766 |
+
#: lib/wfu_constants.php:159
|
767 |
msgid "File testfile 2 administrator message"
|
768 |
msgstr "Μήνυμα διαχειριστή αρχείου testfile 2"
|
769 |
|
770 |
+
#: lib/wfu_constants.php:161
|
771 |
msgid ""
|
772 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
773 |
"current user."
|
775 |
"Εισάγετε τη μεταβλητή %userid% στο κείμενο. Θα αντικατασταθεί από το id του "
|
776 |
"τρέχοντος χρήστη."
|
777 |
|
778 |
+
#: lib/wfu_constants.php:162
|
779 |
msgid ""
|
780 |
"Insert variable %username% inside text. It will be replaced by the username "
|
781 |
"of the current user."
|
783 |
"Εισάγετε τη μεταβλητή %username% στο κείμενο. Θα αντικατασταθεί από το όνομα "
|
784 |
"του τρέχοντος χρήστη."
|
785 |
|
786 |
+
#: lib/wfu_constants.php:163
|
787 |
msgid ""
|
788 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
789 |
"the current user."
|
791 |
"Εισάγετε τη μεταβλητή %useremail% στο κείμενο. Θα αντικατασταθεί από το "
|
792 |
"email του τρέχοντος χρήστη."
|
793 |
|
794 |
+
#: lib/wfu_constants.php:164
|
795 |
msgid ""
|
796 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
797 |
"of the uploaded file."
|
799 |
"Εισάγετε τη μεταβλητή %filename% στο κείμενο. Θα αντικατασταθεί από το όνομα "
|
800 |
"του αποστελλομένου αρχείου."
|
801 |
|
802 |
+
#: lib/wfu_constants.php:165
|
803 |
msgid ""
|
804 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
805 |
"filepath of the uploaded file."
|
807 |
"Εισάγετε τη μεταβλητή %filepath% στο κείμενο. Θα αντικατασταθεί από την "
|
808 |
"πλήρη διαδρομή του αποστελλομένου αρχείου."
|
809 |
|
810 |
+
#: lib/wfu_constants.php:166
|
811 |
msgid ""
|
812 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
813 |
"the website."
|
815 |
"Εισάγετε τη μεταβλητή %blogid% στο κείμενο. Θα αντικατασταθεί από το blog id "
|
816 |
"της ιστοσελίδας."
|
817 |
|
818 |
+
#: lib/wfu_constants.php:167
|
819 |
msgid ""
|
820 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
821 |
"current page."
|
823 |
"Εισάγετε τη μεταβλητή %pageid% στο κείμενο. Θα αντικατασταθεί από το id της "
|
824 |
"τρέχουσας σελίδας."
|
825 |
|
826 |
+
#: lib/wfu_constants.php:168
|
827 |
msgid ""
|
828 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
829 |
"the current page."
|
831 |
"Εισάγετε τη μεταβλητή %pagetitle% στο κείμενο. Θα αντικατασταθεί από τον "
|
832 |
"τίτλο της τρέχουσας σελίδας."
|
833 |
|
834 |
+
#: lib/wfu_constants.php:169
|
835 |
msgid ""
|
836 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
837 |
"drop-down list. It will be replaced by the value that the user entered in "
|
841 |
"από την εμφανιζόμενη dropdown λίστα. Θα αντικατασταθεί από την τιμή που "
|
842 |
"εισήγαγε ο χρήστης σε αυτό το πεδίο."
|
843 |
|
844 |
+
#: lib/wfu_constants.php:170
|
845 |
msgid "Insert variable %n% inside text to denote a line change."
|
846 |
msgstr ""
|
847 |
"Εισάγετε τη μεταβλητή %n% στο κείμενο για να υποδείξετε αλλαγή γραμμής."
|
848 |
|
849 |
+
#: lib/wfu_constants.php:172
|
850 |
msgid "Test Mode"
|
851 |
msgstr "Κατάσταση Ελέγχου"
|
852 |
|
853 |
+
#: lib/wfu_constants.php:173
|
854 |
msgid "select dir..."
|
855 |
msgstr "επιλογή καταλόγου..."
|
856 |
|
857 |
+
#: lib/wfu_constants.php:174
|
858 |
msgid "type dir"
|
859 |
msgstr "εισάγετε κατάλογο"
|
860 |
|
861 |
+
#: lib/wfu_constants.php:175
|
862 |
msgid "Upload path: %filepath%"
|
863 |
msgstr "Διαδρομή προορισμού: %filepath%"
|
864 |
|
865 |
+
#: lib/wfu_constants.php:176
|
866 |
msgid "Failed upload path: %filepath%"
|
867 |
msgstr "Εσφαλμένη διαδρομή προορισμού: %filepath%"
|
868 |
|
869 |
+
#: lib/wfu_constants.php:177
|
870 |
msgid " (required)"
|
871 |
msgstr " (απαραίτητο)"
|
872 |
|
873 |
+
#: lib/wfu_constants.php:178
|
874 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
875 |
msgstr ""
|
876 |
"Υπάρχουν αρχεία που αποστέλλονται. Σίγουρα θέλετε να φύγετε από τη σελίδα;"
|
877 |
|
878 |
+
#: lib/wfu_constants.php:179
|
879 |
msgid "checking captcha..."
|
880 |
msgstr "έλεγχος captcha..."
|
881 |
|
882 |
+
#: lib/wfu_constants.php:180
|
883 |
msgid "refreshing..."
|
884 |
msgstr "ανανέωση..."
|
885 |
|
886 |
+
#: lib/wfu_constants.php:181
|
887 |
msgid "correct captcha"
|
888 |
msgstr "σωστό captcha"
|
889 |
|
890 |
+
#: lib/wfu_constants.php:182
|
891 |
msgid "click to continue the upload"
|
892 |
msgstr "πατήστε click για να συνεχίσει η αποστολή"
|
893 |
|
894 |
+
#: lib/wfu_constants.php:183
|
895 |
msgid "Are you sure you want to delete this file?"
|
896 |
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο;"
|
897 |
|
898 |
+
#: lib/wfu_constants.php:184
|
899 |
msgid "Are you sure you want to delete these files?"
|
900 |
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτά τα αρχεία;"
|
901 |
|
902 |
+
#: lib/wfu_constants.php:185
|
903 |
msgid "Bulk Actions"
|
904 |
msgstr "Μαζικές Ενέργειες"
|
905 |
|
906 |
+
#: lib/wfu_constants.php:186
|
907 |
msgid "Apply"
|
908 |
msgstr "Εκτέλεση"
|
909 |
|
910 |
+
#: lib/wfu_constants.php:187
|
911 |
msgid "Are you sure that you want to cancel the upload?"
|
912 |
msgstr "Είστε βέβαιοι ότι θέλετε να ακυρώσετε την αποστολή;"
|
913 |
|
914 |
+
#: lib/wfu_constants.php:188
|
915 |
msgid "cancel upload of this file"
|
916 |
msgstr "ακυρώστε την αποστολή αυτού του αρχείου"
|
917 |
|
918 |
+
#: lib/wfu_constants.php:189
|
919 |
msgid "Upload in progress"
|
920 |
msgstr "Αποστολή σε εξέλιξη"
|
921 |
|
922 |
+
#: lib/wfu_constants.php:190
|
923 |
msgid "Upload in progress with warnings!"
|
924 |
msgstr "Αποστολή σε εξέλιξη με προειδοποιήσεις!"
|
925 |
|
926 |
+
#: lib/wfu_constants.php:191
|
927 |
msgid "Upload in progress but some files already failed!"
|
928 |
msgstr "Αποστολή σε εξέλιξη αλλά κάποια αρχεία ήδη απέτυχαν!"
|
929 |
|
930 |
+
#: lib/wfu_constants.php:192
|
931 |
msgid "Upload in progress but no files uploaded so far!"
|
932 |
msgstr "Αποστολή σε εξέλιξη αλλά δεν απεστάλη κανένα αρχείο μέχρι τώρα!"
|
933 |
|
934 |
+
#: lib/wfu_constants.php:193
|
935 |
msgid "All files uploaded successfully"
|
936 |
msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς"
|
937 |
|
938 |
+
#: lib/wfu_constants.php:194
|
939 |
msgid "All files uploaded successfully but there are warnings!"
|
940 |
msgstr "Όλα τα αρχεία απεστάλησαν επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
|
941 |
|
942 |
+
#: lib/wfu_constants.php:195
|
943 |
msgid "File uploaded successfully but there are warnings!"
|
944 |
msgstr "Το αρχείο απεστάλη επιτυχώς αλλά υπάρχουν προειδοποιήσεις!"
|
945 |
|
946 |
+
#: lib/wfu_constants.php:196
|
947 |
msgid "Some files failed to upload!"
|
948 |
msgstr "Μερικά αρχεία απέτυχαν να αποσταλούν!"
|
949 |
|
950 |
+
#: lib/wfu_constants.php:197
|
951 |
msgid "All files failed to upload"
|
952 |
msgstr "Όλα τα αρχεία απέτυχαν να αποσταλούν"
|
953 |
|
954 |
+
#: lib/wfu_constants.php:198
|
955 |
msgid "File failed to upload"
|
956 |
msgstr "Το αρχείο απέτυχε να αποσταλεί"
|
957 |
|
958 |
+
#: lib/wfu_constants.php:199
|
959 |
msgid "There are no files to upload!"
|
960 |
msgstr "Δεν υπάρχουν αρχεία για αποστολή!"
|
961 |
|
962 |
+
#: lib/wfu_constants.php:200
|
963 |
msgid "Test upload message"
|
964 |
msgstr "Μήνυμα αποστολής ελέγχου"
|
965 |
|
966 |
+
#: lib/wfu_constants.php:201
|
967 |
msgid "JSON parse warning!"
|
968 |
msgstr "Προειδοποίηση μετατροπής JSON!"
|
969 |
|
970 |
+
#: lib/wfu_constants.php:202
|
971 |
msgid "please wait while redirecting..."
|
972 |
msgstr "παρακαλούμε περιμένετε ενώ γίνεται αναδρομολόγηση..."
|
973 |
|
974 |
+
#: lib/wfu_constants.php:204
|
975 |
msgid "Open visual shortcode editor in new window"
|
976 |
msgstr "Ανοίξτε τη γραφική επεξεργασία του shortcode σε νέο παράθυρο"
|
977 |
|
978 |
+
#: lib/wfu_constants.php:205
|
979 |
msgid "loading visual editor"
|
980 |
msgstr "φόρτωση του γραφικού επεξεργαστή"
|
981 |
|
982 |
+
#: lib/wfu_constants.php:206
|
983 |
msgid "Clear file list?"
|
984 |
msgstr "Να γίνει καθαρισμός της λίστας αρχείων;"
|
985 |
|
986 |
+
#: lib/wfu_constants.php:207
|
987 |
msgid "DROP HERE"
|
988 |
msgstr "ΑΦΗΣΤΕ ΕΔΩ"
|
989 |
|
990 |
+
#: lib/wfu_constants.php:209
|
991 |
msgid "record video"
|
992 |
msgstr "εγγραφή video"
|
993 |
|
994 |
+
#: lib/wfu_constants.php:210
|
995 |
msgid "take a picture"
|
996 |
msgstr "φωτογραφία"
|
997 |
|
998 |
+
#: lib/wfu_constants.php:211
|
999 |
msgid "turn webcam on/off"
|
1000 |
msgstr "ενεργοποίηση/απενεργοποίηση κάμερας"
|
1001 |
|
1002 |
+
#: lib/wfu_constants.php:212
|
1003 |
msgid "go live again"
|
1004 |
msgstr "επιστροφή σε ζωντανή λήψη"
|
1005 |
|
1006 |
+
#: lib/wfu_constants.php:213
|
1007 |
msgid "end recording"
|
1008 |
msgstr "τέλος εγγραφής"
|
1009 |
|
1010 |
+
#: lib/wfu_constants.php:214
|
1011 |
msgid "play"
|
1012 |
msgstr "αναπαραγωγή"
|
1013 |
|
1014 |
+
#: lib/wfu_constants.php:215
|
1015 |
msgid "pause"
|
1016 |
msgstr "παύση"
|
1017 |
|
1018 |
+
#: lib/wfu_constants.php:216
|
1019 |
msgid "go to the beginning"
|
1020 |
msgstr "μετάβαση στην αρχή"
|
1021 |
|
1022 |
+
#: lib/wfu_constants.php:217
|
1023 |
msgid "go to the end"
|
1024 |
msgstr "μετάβαση στο τέλος"
|
1025 |
|
1026 |
+
#: lib/wfu_constants.php:219
|
1027 |
msgid "Wordpress File Upload Form"
|
1028 |
msgstr "Φόρμα του Wordpress File Upload"
|
1029 |
|
1030 |
+
#: lib/wfu_constants.php:220
|
1031 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
1032 |
msgstr "Αποστολή αρχείων με το Wordpress File Upload plugin για sidebars"
|
1033 |
|
1034 |
+
#: lib/wfu_constants.php:221
|
1035 |
msgid "Upload Files"
|
1036 |
msgstr "Αποστολή αρχείων"
|
1037 |
|
languages/wp-file-upload-en_US.mo
CHANGED
Binary file
|
languages/wp-file-upload-en_US.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: en\n"
|
@@ -188,703 +188,740 @@ msgid ""
|
|
188 |
msgstr ""
|
189 |
|
190 |
#: lib/wfu_constants.php:53
|
191 |
-
msgid "
|
|
|
|
|
|
|
192 |
msgstr ""
|
193 |
|
194 |
#: lib/wfu_constants.php:54
|
195 |
-
msgid "
|
|
|
|
|
196 |
msgstr ""
|
197 |
|
198 |
#: lib/wfu_constants.php:55
|
199 |
-
msgid "
|
200 |
msgstr ""
|
201 |
|
202 |
#: lib/wfu_constants.php:56
|
203 |
-
msgid "
|
204 |
msgstr ""
|
205 |
|
206 |
#: lib/wfu_constants.php:57
|
207 |
-
msgid "
|
208 |
msgstr ""
|
209 |
|
210 |
#: lib/wfu_constants.php:58
|
211 |
-
msgid "
|
212 |
msgstr ""
|
213 |
|
214 |
#: lib/wfu_constants.php:59
|
215 |
-
msgid "
|
216 |
msgstr ""
|
217 |
|
218 |
#: lib/wfu_constants.php:60
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
msgid ""
|
220 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
221 |
"Please contact the administrator."
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: lib/wfu_constants.php:
|
225 |
msgid ""
|
226 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
227 |
"server. Please contact the administrator."
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: lib/wfu_constants.php:
|
231 |
msgid ""
|
232 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
233 |
"was specified in the HTML form."
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: lib/wfu_constants.php:
|
237 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: lib/wfu_constants.php:
|
241 |
msgid "Upload failed! No file was uploaded."
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: lib/wfu_constants.php:
|
245 |
msgid "Upload failed! Failed to write file to disk."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: lib/wfu_constants.php:
|
249 |
msgid ""
|
250 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
251 |
"administrator."
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: lib/wfu_constants.php:
|
255 |
msgid "Upload cancelled!"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: lib/wfu_constants.php:
|
259 |
msgid ""
|
260 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
261 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
262 |
"the list of loaded extensions with phpinfo() may help."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: lib/wfu_constants.php:
|
266 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: lib/wfu_constants.php:
|
270 |
msgid "Upload failed!"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: lib/wfu_constants.php:
|
274 |
msgid "No file!"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: lib/wfu_constants.php:
|
278 |
msgid ""
|
279 |
"Upload failed! The upload has been canceled by the user or the browser "
|
280 |
"dropped the connection."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: lib/wfu_constants.php:
|
284 |
msgid "Upload failed! Unknown error."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: lib/wfu_constants.php:
|
288 |
msgid "Please contact the administrator."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: lib/wfu_constants.php:
|
292 |
msgid "No result from remote server!"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: lib/wfu_constants.php:
|
296 |
msgid " but with warnings"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: lib/wfu_constants.php:
|
300 |
msgid "Warning: JSON parse error."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: lib/wfu_constants.php:
|
304 |
msgid ""
|
305 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
306 |
"not be parsed."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: lib/wfu_constants.php:
|
310 |
msgid ""
|
311 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: lib/wfu_constants.php:
|
315 |
msgid ""
|
316 |
"Redirection to classic form functionality occurred due to unknown error."
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: lib/wfu_constants.php:
|
320 |
msgid ""
|
321 |
"Redirection to classic form functionality occurred because AJAX is not "
|
322 |
"supported."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: lib/wfu_constants.php:
|
326 |
msgid ""
|
327 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
328 |
"supported."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: lib/wfu_constants.php:
|
332 |
msgid ""
|
333 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: lib/wfu_constants.php:
|
337 |
msgid "Please enable popup windows from the browser's settings!"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: lib/wfu_constants.php:
|
341 |
msgid "cannot be empty!"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: lib/wfu_constants.php:
|
345 |
msgid "number not valid!"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: lib/wfu_constants.php:
|
349 |
msgid "email not valid!"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: lib/wfu_constants.php:
|
353 |
msgid "emails do not match!"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: lib/wfu_constants.php:
|
357 |
msgid "no base email field in group!"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: lib/wfu_constants.php:
|
361 |
msgid "passwords do not match!"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: lib/wfu_constants.php:
|
365 |
msgid "no base password field in group!"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: lib/wfu_constants.php:
|
369 |
msgid "checkbox unchecked!"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: lib/wfu_constants.php:
|
373 |
msgid "no option selected!"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: lib/wfu_constants.php:
|
377 |
msgid "no item selected!"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: lib/wfu_constants.php:
|
381 |
msgid ""
|
382 |
"There are more than one instances of the plugin in this page with the same "
|
383 |
"id. Please change it."
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: lib/wfu_constants.php:
|
387 |
msgid ""
|
388 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
389 |
"the page."
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: lib/wfu_constants.php:
|
393 |
msgid "Your browser does not support webcam capture!"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: lib/wfu_constants.php:
|
397 |
msgid "Your browser does not support video recording from the webcam!"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: lib/wfu_constants.php:
|
401 |
msgid "No video was recorded!"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: lib/wfu_constants.php:
|
405 |
msgid ""
|
406 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
407 |
"or use RecaptchaV2 (no account)."
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: lib/wfu_constants.php:
|
411 |
msgid ""
|
412 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
413 |
"notify administrator."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: lib/wfu_constants.php:
|
417 |
msgid ""
|
418 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
419 |
"use RecaptchaV1 (no account)."
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: lib/wfu_constants.php:
|
423 |
msgid "ERROR: No site key. Please contact administrator!"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: lib/wfu_constants.php:
|
427 |
msgid ""
|
428 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
429 |
"define Google Recaptcha keys."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: lib/wfu_constants.php:
|
433 |
msgid "Bad captcha image!"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: lib/wfu_constants.php:
|
437 |
msgid "No input!"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: lib/wfu_constants.php:
|
441 |
msgid "Captcha not completed!"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: lib/wfu_constants.php:
|
445 |
msgid "Wrong captcha!"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: lib/wfu_constants.php:
|
449 |
msgid "Error refreshing captcha!"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: lib/wfu_constants.php:
|
453 |
msgid "Unknown captcha error!"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: lib/wfu_constants.php:
|
457 |
msgid "Captcha not supported by your browser!"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: lib/wfu_constants.php:
|
461 |
msgid "the secret parameter is missing"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: lib/wfu_constants.php:
|
465 |
msgid "the secret parameter is invalid or malformed"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: lib/wfu_constants.php:
|
469 |
msgid "the response parameter is missing"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: lib/wfu_constants.php:
|
473 |
msgid "the response parameter is invalid or malformed"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: lib/wfu_constants.php:
|
477 |
msgid "Please do not use drag drop due to an internal problem."
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: lib/wfu_constants.php:
|
481 |
#, php-format
|
482 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: lib/wfu_constants.php:
|
486 |
msgid "Chunked upload is not allowed!"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: lib/wfu_constants.php:
|
490 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: lib/wfu_constants.php:
|
494 |
msgid "Chunked upload failed, final file could not be created!"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: lib/wfu_constants.php:
|
498 |
#, php-format
|
499 |
msgid "Could not write file chuck to destination on chunk %d"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: lib/wfu_constants.php:
|
503 |
#, php-format
|
504 |
msgid "Could not enlarge destination file on chunk %d"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: lib/wfu_constants.php:
|
508 |
#, php-format
|
509 |
msgid "Could not open file handles on chunk %d"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: lib/wfu_constants.php:
|
513 |
msgid "You are not allowed to delete this file!"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: lib/wfu_constants.php:
|
517 |
msgid "File was not deleted!"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: lib/wfu_constants.php:
|
521 |
msgid "No file was deleted!"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: lib/wfu_constants.php:
|
525 |
msgid "Some files were not deleted!"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: lib/wfu_constants.php:
|
529 |
msgid "Upload skipped! File already exists."
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: lib/wfu_constants.php:
|
533 |
msgid "The extension of the file does not match its contents."
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: lib/wfu_constants.php:
|
537 |
msgid ""
|
538 |
"Upload succeeded but the file is suspicious because its contents do not "
|
539 |
"match its extension. Its proper filename is: "
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: lib/wfu_constants.php:
|
543 |
msgid "No files have been selected!"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: lib/wfu_constants.php:
|
547 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: lib/wfu_constants.php:
|
551 |
msgid "Notification email was not sent because there were no files uploaded."
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: lib/wfu_constants.php:
|
555 |
msgid ""
|
556 |
"Notification email was not sent because no recipients were defined. Please "
|
557 |
"check notifyrecipients attribute in the shortcode."
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: lib/wfu_constants.php:
|
561 |
msgid ""
|
562 |
"Notification email was not sent due to an error. Please check "
|
563 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: lib/wfu_constants.php:
|
567 |
msgid ""
|
568 |
"Redirection not executed because redirection link is empty. Please check "
|
569 |
"redirectlink attribute."
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: lib/wfu_constants.php:
|
573 |
msgid ""
|
574 |
"Redirection not executed because not all files were successfully uploaded."
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: lib/wfu_constants.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
578 |
msgid ""
|
579 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
580 |
"message persists, contact administrator."
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: lib/wfu_constants.php:
|
584 |
msgid ""
|
585 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
586 |
"again to edit the shortcode."
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: lib/wfu_constants.php:
|
590 |
msgid ""
|
591 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
592 |
"again to delete it."
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: lib/wfu_constants.php:
|
596 |
msgid ""
|
597 |
"The page containing the shortcode has been modified and it is no longer "
|
598 |
"valid. Please go back to reload the shortcode."
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: lib/wfu_constants.php:
|
602 |
msgid ""
|
603 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
604 |
"back to reload the shortcode."
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: lib/wfu_constants.php:
|
608 |
msgid ""
|
609 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
610 |
"go back and reload the shortcode."
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: lib/wfu_constants.php:
|
614 |
msgid "This is a test message"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: lib/wfu_constants.php:
|
618 |
msgid "This is a test administrator message"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: lib/wfu_constants.php:
|
622 |
msgid "File testfile 1 under test"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: lib/wfu_constants.php:
|
626 |
msgid "File testfile 1 message"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: lib/wfu_constants.php:
|
630 |
msgid "File testfile 1 administrator message"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: lib/wfu_constants.php:
|
634 |
msgid "File testfile 2 under test"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: lib/wfu_constants.php:
|
638 |
msgid "File testfile 2 message"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: lib/wfu_constants.php:
|
642 |
msgid "File testfile 2 administrator message"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: lib/wfu_constants.php:
|
646 |
msgid ""
|
647 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
648 |
"current user."
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: lib/wfu_constants.php:
|
652 |
msgid ""
|
653 |
"Insert variable %username% inside text. It will be replaced by the username "
|
654 |
"of the current user."
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: lib/wfu_constants.php:
|
658 |
msgid ""
|
659 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
660 |
"the current user."
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: lib/wfu_constants.php:
|
664 |
msgid ""
|
665 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
666 |
"of the uploaded file."
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: lib/wfu_constants.php:
|
670 |
msgid ""
|
671 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
672 |
"filepath of the uploaded file."
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: lib/wfu_constants.php:
|
676 |
msgid ""
|
677 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
678 |
"the website."
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: lib/wfu_constants.php:
|
682 |
msgid ""
|
683 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
684 |
"current page."
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: lib/wfu_constants.php:
|
688 |
msgid ""
|
689 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
690 |
"the current page."
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: lib/wfu_constants.php:
|
694 |
msgid ""
|
695 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
696 |
"drop-down list. It will be replaced by the value that the user entered in "
|
697 |
"this field."
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: lib/wfu_constants.php:
|
701 |
msgid "Insert variable %n% inside text to denote a line change."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: lib/wfu_constants.php:
|
705 |
msgid "Test Mode"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: lib/wfu_constants.php:
|
709 |
msgid "select dir..."
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: lib/wfu_constants.php:
|
713 |
msgid "type dir"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: lib/wfu_constants.php:
|
717 |
msgid "Upload path: %filepath%"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: lib/wfu_constants.php:
|
721 |
msgid "Failed upload path: %filepath%"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: lib/wfu_constants.php:
|
725 |
msgid " (required)"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: lib/wfu_constants.php:
|
729 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: lib/wfu_constants.php:
|
733 |
msgid "checking captcha..."
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: lib/wfu_constants.php:
|
737 |
msgid "refreshing..."
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: lib/wfu_constants.php:
|
741 |
msgid "correct captcha"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: lib/wfu_constants.php:
|
745 |
msgid "click to continue the upload"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: lib/wfu_constants.php:
|
749 |
msgid "Are you sure you want to delete this file?"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: lib/wfu_constants.php:
|
753 |
msgid "Are you sure you want to delete these files?"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: lib/wfu_constants.php:
|
757 |
msgid "Bulk Actions"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: lib/wfu_constants.php:
|
761 |
msgid "Apply"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: lib/wfu_constants.php:
|
765 |
msgid "Are you sure that you want to cancel the upload?"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: lib/wfu_constants.php:
|
769 |
msgid "cancel upload of this file"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: lib/wfu_constants.php:
|
773 |
msgid "Upload in progress"
|
774 |
msgstr "Uploading..."
|
775 |
|
776 |
-
#: lib/wfu_constants.php:
|
777 |
msgid "Upload in progress with warnings!"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: lib/wfu_constants.php:
|
781 |
msgid "Upload in progress but some files already failed!"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: lib/wfu_constants.php:
|
785 |
msgid "Upload in progress but no files uploaded so far!"
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: lib/wfu_constants.php:
|
789 |
msgid "All files uploaded successfully"
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: lib/wfu_constants.php:
|
793 |
msgid "All files uploaded successfully but there are warnings!"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: lib/wfu_constants.php:
|
797 |
msgid "File uploaded successfully but there are warnings!"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: lib/wfu_constants.php:
|
801 |
msgid "Some files failed to upload!"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: lib/wfu_constants.php:
|
805 |
msgid "All files failed to upload"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: lib/wfu_constants.php:
|
809 |
msgid "File failed to upload"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: lib/wfu_constants.php:
|
813 |
msgid "There are no files to upload!"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: lib/wfu_constants.php:
|
817 |
msgid "Test upload message"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: lib/wfu_constants.php:
|
821 |
msgid "JSON parse warning!"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: lib/wfu_constants.php:
|
825 |
msgid "please wait while redirecting..."
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: lib/wfu_constants.php:
|
829 |
msgid "Open visual shortcode editor in new window"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: lib/wfu_constants.php:
|
833 |
msgid "loading visual editor"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: lib/wfu_constants.php:
|
837 |
msgid "Clear file list?"
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: lib/wfu_constants.php:
|
841 |
msgid "DROP HERE"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: lib/wfu_constants.php:
|
845 |
msgid "record video"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: lib/wfu_constants.php:
|
849 |
msgid "take a picture"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: lib/wfu_constants.php:
|
853 |
msgid "turn webcam on/off"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: lib/wfu_constants.php:
|
857 |
msgid "go live again"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: lib/wfu_constants.php:
|
861 |
msgid "end recording"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: lib/wfu_constants.php:
|
865 |
msgid "play"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: lib/wfu_constants.php:
|
869 |
msgid "pause"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: lib/wfu_constants.php:
|
873 |
msgid "go to the beginning"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: lib/wfu_constants.php:
|
877 |
msgid "go to the end"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: lib/wfu_constants.php:
|
881 |
msgid "Wordpress File Upload Form"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: lib/wfu_constants.php:
|
885 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: lib/wfu_constants.php:
|
889 |
msgid "Upload Files"
|
890 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-21 23:02+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-06-21 23:02+0200\n"
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: en\n"
|
188 |
msgstr ""
|
189 |
|
190 |
#: lib/wfu_constants.php:53
|
191 |
+
msgid ""
|
192 |
+
"Too many files are uploaded in a short period of time. This may be a Denial-"
|
193 |
+
"Of-Service attack, so file was rejected. Please check the upload log for "
|
194 |
+
"suspicious behaviour."
|
195 |
msgstr ""
|
196 |
|
197 |
#: lib/wfu_constants.php:54
|
198 |
+
msgid ""
|
199 |
+
"File not uploaded in order to prevent overflow of the website. Please "
|
200 |
+
"contact administrator."
|
201 |
msgstr ""
|
202 |
|
203 |
#: lib/wfu_constants.php:55
|
204 |
+
msgid "Targer folder doesn't exist."
|
205 |
msgstr ""
|
206 |
|
207 |
#: lib/wfu_constants.php:56
|
208 |
+
msgid "Upload failed! Missing a temporary folder."
|
209 |
msgstr ""
|
210 |
|
211 |
#: lib/wfu_constants.php:57
|
212 |
+
msgid "Upload failed! Permission denied to write to target folder."
|
213 |
msgstr ""
|
214 |
|
215 |
#: lib/wfu_constants.php:58
|
216 |
+
msgid "File not allowed."
|
217 |
msgstr ""
|
218 |
|
219 |
#: lib/wfu_constants.php:59
|
220 |
+
msgid "File is suspicious and was rejected."
|
221 |
msgstr ""
|
222 |
|
223 |
#: lib/wfu_constants.php:60
|
224 |
+
msgid "The uploaded file exceeds the file size limit."
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: lib/wfu_constants.php:61
|
228 |
+
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: lib/wfu_constants.php:62
|
232 |
msgid ""
|
233 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
234 |
"Please contact the administrator."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: lib/wfu_constants.php:63
|
238 |
msgid ""
|
239 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
240 |
"server. Please contact the administrator."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: lib/wfu_constants.php:64
|
244 |
msgid ""
|
245 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
246 |
"was specified in the HTML form."
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: lib/wfu_constants.php:65
|
250 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: lib/wfu_constants.php:66
|
254 |
msgid "Upload failed! No file was uploaded."
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: lib/wfu_constants.php:67
|
258 |
msgid "Upload failed! Failed to write file to disk."
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: lib/wfu_constants.php:68
|
262 |
msgid ""
|
263 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
264 |
"administrator."
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: lib/wfu_constants.php:69
|
268 |
msgid "Upload cancelled!"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: lib/wfu_constants.php:70
|
272 |
msgid ""
|
273 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
274 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
275 |
"the list of loaded extensions with phpinfo() may help."
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: lib/wfu_constants.php:71
|
279 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: lib/wfu_constants.php:72 lib/wfu_constants.php:203
|
283 |
msgid "Upload failed!"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: lib/wfu_constants.php:73
|
287 |
msgid "No file!"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: lib/wfu_constants.php:74
|
291 |
msgid ""
|
292 |
"Upload failed! The upload has been canceled by the user or the browser "
|
293 |
"dropped the connection."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: lib/wfu_constants.php:75
|
297 |
msgid "Upload failed! Unknown error."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: lib/wfu_constants.php:76
|
301 |
msgid "Please contact the administrator."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: lib/wfu_constants.php:77
|
305 |
msgid "No result from remote server!"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: lib/wfu_constants.php:78
|
309 |
msgid " but with warnings"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: lib/wfu_constants.php:79 lib/wfu_constants.php:81
|
313 |
msgid "Warning: JSON parse error."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: lib/wfu_constants.php:80
|
317 |
msgid ""
|
318 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
319 |
"not be parsed."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: lib/wfu_constants.php:82
|
323 |
msgid ""
|
324 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: lib/wfu_constants.php:83
|
328 |
msgid ""
|
329 |
"Redirection to classic form functionality occurred due to unknown error."
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: lib/wfu_constants.php:84
|
333 |
msgid ""
|
334 |
"Redirection to classic form functionality occurred because AJAX is not "
|
335 |
"supported."
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: lib/wfu_constants.php:85
|
339 |
msgid ""
|
340 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
341 |
"supported."
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: lib/wfu_constants.php:86
|
345 |
msgid ""
|
346 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: lib/wfu_constants.php:87
|
350 |
msgid "Please enable popup windows from the browser's settings!"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: lib/wfu_constants.php:88
|
354 |
msgid "cannot be empty!"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: lib/wfu_constants.php:89
|
358 |
msgid "number not valid!"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: lib/wfu_constants.php:90
|
362 |
msgid "email not valid!"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: lib/wfu_constants.php:91
|
366 |
msgid "emails do not match!"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: lib/wfu_constants.php:92
|
370 |
msgid "no base email field in group!"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: lib/wfu_constants.php:93
|
374 |
msgid "passwords do not match!"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: lib/wfu_constants.php:94
|
378 |
msgid "no base password field in group!"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: lib/wfu_constants.php:95
|
382 |
msgid "checkbox unchecked!"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: lib/wfu_constants.php:96
|
386 |
msgid "no option selected!"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: lib/wfu_constants.php:97
|
390 |
msgid "no item selected!"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: lib/wfu_constants.php:98
|
394 |
msgid ""
|
395 |
"There are more than one instances of the plugin in this page with the same "
|
396 |
"id. Please change it."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: lib/wfu_constants.php:99
|
400 |
msgid ""
|
401 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
402 |
"the page."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: lib/wfu_constants.php:100
|
406 |
msgid "Your browser does not support webcam capture!"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: lib/wfu_constants.php:101
|
410 |
msgid "Your browser does not support video recording from the webcam!"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: lib/wfu_constants.php:102
|
414 |
msgid "No video was recorded!"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: lib/wfu_constants.php:103
|
418 |
msgid ""
|
419 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
420 |
"or use RecaptchaV2 (no account)."
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: lib/wfu_constants.php:104
|
424 |
msgid ""
|
425 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
426 |
"notify administrator."
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: lib/wfu_constants.php:105
|
430 |
msgid ""
|
431 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
432 |
"use RecaptchaV1 (no account)."
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: lib/wfu_constants.php:106
|
436 |
msgid "ERROR: No site key. Please contact administrator!"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: lib/wfu_constants.php:107
|
440 |
msgid ""
|
441 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
442 |
"define Google Recaptcha keys."
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: lib/wfu_constants.php:108
|
446 |
msgid "Bad captcha image!"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: lib/wfu_constants.php:109
|
450 |
msgid "No input!"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: lib/wfu_constants.php:110
|
454 |
msgid "Captcha not completed!"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: lib/wfu_constants.php:111
|
458 |
msgid "Wrong captcha!"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: lib/wfu_constants.php:112
|
462 |
msgid "Error refreshing captcha!"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: lib/wfu_constants.php:113
|
466 |
msgid "Unknown captcha error!"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: lib/wfu_constants.php:114
|
470 |
msgid "Captcha not supported by your browser!"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: lib/wfu_constants.php:115
|
474 |
msgid "the secret parameter is missing"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: lib/wfu_constants.php:116
|
478 |
msgid "the secret parameter is invalid or malformed"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: lib/wfu_constants.php:117
|
482 |
msgid "the response parameter is missing"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: lib/wfu_constants.php:118
|
486 |
msgid "the response parameter is invalid or malformed"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: lib/wfu_constants.php:119
|
490 |
msgid "Please do not use drag drop due to an internal problem."
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: lib/wfu_constants.php:120
|
494 |
#, php-format
|
495 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: lib/wfu_constants.php:121
|
499 |
msgid "Chunked upload is not allowed!"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: lib/wfu_constants.php:122
|
503 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: lib/wfu_constants.php:123
|
507 |
msgid "Chunked upload failed, final file could not be created!"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: lib/wfu_constants.php:124
|
511 |
#, php-format
|
512 |
msgid "Could not write file chuck to destination on chunk %d"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: lib/wfu_constants.php:125
|
516 |
#, php-format
|
517 |
msgid "Could not enlarge destination file on chunk %d"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: lib/wfu_constants.php:126
|
521 |
#, php-format
|
522 |
msgid "Could not open file handles on chunk %d"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: lib/wfu_constants.php:127
|
526 |
msgid "You are not allowed to delete this file!"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: lib/wfu_constants.php:128
|
530 |
msgid "File was not deleted!"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: lib/wfu_constants.php:129
|
534 |
msgid "No file was deleted!"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: lib/wfu_constants.php:130
|
538 |
msgid "Some files were not deleted!"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: lib/wfu_constants.php:132
|
542 |
msgid "Upload skipped! File already exists."
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: lib/wfu_constants.php:133
|
546 |
msgid "The extension of the file does not match its contents."
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: lib/wfu_constants.php:134
|
550 |
msgid ""
|
551 |
"Upload succeeded but the file is suspicious because its contents do not "
|
552 |
"match its extension. Its proper filename is: "
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: lib/wfu_constants.php:135
|
556 |
msgid "No files have been selected!"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: lib/wfu_constants.php:136
|
560 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: lib/wfu_constants.php:137
|
564 |
msgid "Notification email was not sent because there were no files uploaded."
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: lib/wfu_constants.php:138
|
568 |
msgid ""
|
569 |
"Notification email was not sent because no recipients were defined. Please "
|
570 |
"check notifyrecipients attribute in the shortcode."
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: lib/wfu_constants.php:139
|
574 |
msgid ""
|
575 |
"Notification email was not sent due to an error. Please check "
|
576 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: lib/wfu_constants.php:140
|
580 |
msgid ""
|
581 |
"Redirection not executed because redirection link is empty. Please check "
|
582 |
"redirectlink attribute."
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: lib/wfu_constants.php:141
|
586 |
msgid ""
|
587 |
"Redirection not executed because not all files were successfully uploaded."
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: lib/wfu_constants.php:142
|
591 |
+
msgid "Potential Denial-Of-Service Attack on {SITE}"
|
592 |
+
msgstr ""
|
593 |
+
|
594 |
+
#: lib/wfu_constants.php:143
|
595 |
+
msgid ""
|
596 |
+
"Hello admin\n"
|
597 |
+
"\n"
|
598 |
+
"This is a message from Wordpress File Upload Plugin to notify you that a "
|
599 |
+
"potential Denial-Of-Service attack has been detected on {SITE}.\n"
|
600 |
+
"\n"
|
601 |
+
"The plugin detected more than {FILENUM} uploads within {INTERVAL} seconds.\n"
|
602 |
+
"\n"
|
603 |
+
"All file uploads that exceed this limit are rejected to protect the website "
|
604 |
+
"from overflowing.\n"
|
605 |
+
"\n"
|
606 |
+
"Please check the upload history log in the plugin's area in Dashboard for "
|
607 |
+
"any suspicious behaviour.\n"
|
608 |
+
"\n"
|
609 |
+
"A new message will follow if the situation remains.\n"
|
610 |
+
"\n"
|
611 |
+
"Thanks"
|
612 |
+
msgstr ""
|
613 |
+
|
614 |
+
#: lib/wfu_constants.php:145
|
615 |
msgid ""
|
616 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
617 |
"message persists, contact administrator."
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: lib/wfu_constants.php:146
|
621 |
msgid ""
|
622 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
623 |
"again to edit the shortcode."
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: lib/wfu_constants.php:147
|
627 |
msgid ""
|
628 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
629 |
"again to delete it."
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: lib/wfu_constants.php:148
|
633 |
msgid ""
|
634 |
"The page containing the shortcode has been modified and it is no longer "
|
635 |
"valid. Please go back to reload the shortcode."
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: lib/wfu_constants.php:149
|
639 |
msgid ""
|
640 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
641 |
"back to reload the shortcode."
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: lib/wfu_constants.php:150
|
645 |
msgid ""
|
646 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
647 |
"go back and reload the shortcode."
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: lib/wfu_constants.php:152
|
651 |
msgid "This is a test message"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: lib/wfu_constants.php:153
|
655 |
msgid "This is a test administrator message"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: lib/wfu_constants.php:154
|
659 |
msgid "File testfile 1 under test"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: lib/wfu_constants.php:155
|
663 |
msgid "File testfile 1 message"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: lib/wfu_constants.php:156
|
667 |
msgid "File testfile 1 administrator message"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: lib/wfu_constants.php:157
|
671 |
msgid "File testfile 2 under test"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: lib/wfu_constants.php:158
|
675 |
msgid "File testfile 2 message"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: lib/wfu_constants.php:159
|
679 |
msgid "File testfile 2 administrator message"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: lib/wfu_constants.php:161
|
683 |
msgid ""
|
684 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
685 |
"current user."
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: lib/wfu_constants.php:162
|
689 |
msgid ""
|
690 |
"Insert variable %username% inside text. It will be replaced by the username "
|
691 |
"of the current user."
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: lib/wfu_constants.php:163
|
695 |
msgid ""
|
696 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
697 |
"the current user."
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: lib/wfu_constants.php:164
|
701 |
msgid ""
|
702 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
703 |
"of the uploaded file."
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: lib/wfu_constants.php:165
|
707 |
msgid ""
|
708 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
709 |
"filepath of the uploaded file."
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: lib/wfu_constants.php:166
|
713 |
msgid ""
|
714 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
715 |
"the website."
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: lib/wfu_constants.php:167
|
719 |
msgid ""
|
720 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
721 |
"current page."
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: lib/wfu_constants.php:168
|
725 |
msgid ""
|
726 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
727 |
"the current page."
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: lib/wfu_constants.php:169
|
731 |
msgid ""
|
732 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
733 |
"drop-down list. It will be replaced by the value that the user entered in "
|
734 |
"this field."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: lib/wfu_constants.php:170
|
738 |
msgid "Insert variable %n% inside text to denote a line change."
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: lib/wfu_constants.php:172
|
742 |
msgid "Test Mode"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: lib/wfu_constants.php:173
|
746 |
msgid "select dir..."
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: lib/wfu_constants.php:174
|
750 |
msgid "type dir"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: lib/wfu_constants.php:175
|
754 |
msgid "Upload path: %filepath%"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: lib/wfu_constants.php:176
|
758 |
msgid "Failed upload path: %filepath%"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: lib/wfu_constants.php:177
|
762 |
msgid " (required)"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: lib/wfu_constants.php:178
|
766 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: lib/wfu_constants.php:179
|
770 |
msgid "checking captcha..."
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: lib/wfu_constants.php:180
|
774 |
msgid "refreshing..."
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: lib/wfu_constants.php:181
|
778 |
msgid "correct captcha"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: lib/wfu_constants.php:182
|
782 |
msgid "click to continue the upload"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: lib/wfu_constants.php:183
|
786 |
msgid "Are you sure you want to delete this file?"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: lib/wfu_constants.php:184
|
790 |
msgid "Are you sure you want to delete these files?"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: lib/wfu_constants.php:185
|
794 |
msgid "Bulk Actions"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: lib/wfu_constants.php:186
|
798 |
msgid "Apply"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: lib/wfu_constants.php:187
|
802 |
msgid "Are you sure that you want to cancel the upload?"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: lib/wfu_constants.php:188
|
806 |
msgid "cancel upload of this file"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: lib/wfu_constants.php:189
|
810 |
msgid "Upload in progress"
|
811 |
msgstr "Uploading..."
|
812 |
|
813 |
+
#: lib/wfu_constants.php:190
|
814 |
msgid "Upload in progress with warnings!"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: lib/wfu_constants.php:191
|
818 |
msgid "Upload in progress but some files already failed!"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: lib/wfu_constants.php:192
|
822 |
msgid "Upload in progress but no files uploaded so far!"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: lib/wfu_constants.php:193
|
826 |
msgid "All files uploaded successfully"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: lib/wfu_constants.php:194
|
830 |
msgid "All files uploaded successfully but there are warnings!"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: lib/wfu_constants.php:195
|
834 |
msgid "File uploaded successfully but there are warnings!"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: lib/wfu_constants.php:196
|
838 |
msgid "Some files failed to upload!"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: lib/wfu_constants.php:197
|
842 |
msgid "All files failed to upload"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: lib/wfu_constants.php:198
|
846 |
msgid "File failed to upload"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: lib/wfu_constants.php:199
|
850 |
msgid "There are no files to upload!"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: lib/wfu_constants.php:200
|
854 |
msgid "Test upload message"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: lib/wfu_constants.php:201
|
858 |
msgid "JSON parse warning!"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: lib/wfu_constants.php:202
|
862 |
msgid "please wait while redirecting..."
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: lib/wfu_constants.php:204
|
866 |
msgid "Open visual shortcode editor in new window"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: lib/wfu_constants.php:205
|
870 |
msgid "loading visual editor"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: lib/wfu_constants.php:206
|
874 |
msgid "Clear file list?"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: lib/wfu_constants.php:207
|
878 |
msgid "DROP HERE"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: lib/wfu_constants.php:209
|
882 |
msgid "record video"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: lib/wfu_constants.php:210
|
886 |
msgid "take a picture"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: lib/wfu_constants.php:211
|
890 |
msgid "turn webcam on/off"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: lib/wfu_constants.php:212
|
894 |
msgid "go live again"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: lib/wfu_constants.php:213
|
898 |
msgid "end recording"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: lib/wfu_constants.php:214
|
902 |
msgid "play"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: lib/wfu_constants.php:215
|
906 |
msgid "pause"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: lib/wfu_constants.php:216
|
910 |
msgid "go to the beginning"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: lib/wfu_constants.php:217
|
914 |
msgid "go to the end"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: lib/wfu_constants.php:219
|
918 |
msgid "Wordpress File Upload Form"
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: lib/wfu_constants.php:220
|
922 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: lib/wfu_constants.php:221
|
926 |
msgid "Upload Files"
|
927 |
msgstr ""
|
languages/wp-file-upload-fr_FR.mo
CHANGED
Binary file
|
languages/wp-file-upload-fr_FR.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: Eric D. Valachs <ericduval@laposte.net>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: fr_FR\n"
|
@@ -209,36 +209,49 @@ msgid ""
|
|
209 |
msgstr ""
|
210 |
|
211 |
#: lib/wfu_constants.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
msgid "Targer folder doesn't exist."
|
213 |
msgstr "Le répertoire de destination n'existe pas."
|
214 |
|
215 |
-
#: lib/wfu_constants.php:
|
216 |
msgid "Upload failed! Missing a temporary folder."
|
217 |
msgstr "Envoi impossible ! Il manque un répertoire temporaire."
|
218 |
|
219 |
-
#: lib/wfu_constants.php:
|
220 |
msgid "Upload failed! Permission denied to write to target folder."
|
221 |
msgstr ""
|
222 |
"Envoi impossible ! Autorisation d'écriture refusée dans le répertoire de "
|
223 |
"destination."
|
224 |
|
225 |
-
#: lib/wfu_constants.php:
|
226 |
msgid "File not allowed."
|
227 |
msgstr "Type de fichier non autorisé."
|
228 |
|
229 |
-
#: lib/wfu_constants.php:
|
230 |
msgid "File is suspicious and was rejected."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: lib/wfu_constants.php:
|
234 |
msgid "The uploaded file exceeds the file size limit."
|
235 |
msgstr "La taille du fichier est supérieure à la taille limite."
|
236 |
|
237 |
-
#: lib/wfu_constants.php:
|
238 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
239 |
msgstr "Le fichier téléchargé excède 2 Go (non pris en charge par ce serveur)."
|
240 |
|
241 |
-
#: lib/wfu_constants.php:
|
242 |
msgid ""
|
243 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
244 |
"Please contact the administrator."
|
@@ -246,7 +259,7 @@ msgstr ""
|
|
246 |
"Envoi impossible ! La taille du fichier excède la taille limite du serveur. "
|
247 |
"Contactez l'administrateur."
|
248 |
|
249 |
-
#: lib/wfu_constants.php:
|
250 |
msgid ""
|
251 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
252 |
"server. Please contact the administrator."
|
@@ -254,7 +267,7 @@ msgstr ""
|
|
254 |
"Envoi impossible ! La durée d'envoi excède le timeout du serveur. Contactez "
|
255 |
"l'administrateur."
|
256 |
|
257 |
-
#: lib/wfu_constants.php:
|
258 |
msgid ""
|
259 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
260 |
"was specified in the HTML form."
|
@@ -262,19 +275,19 @@ msgstr ""
|
|
262 |
"Envoi impossible ! La taille du fichier excède la directive MAX_FILE_SIZE "
|
263 |
"spécifiée dans le formulaire HTML."
|
264 |
|
265 |
-
#: lib/wfu_constants.php:
|
266 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
267 |
msgstr "Envoi impossible ! Le fichier n' été que partiellement envoyé."
|
268 |
|
269 |
-
#: lib/wfu_constants.php:
|
270 |
msgid "Upload failed! No file was uploaded."
|
271 |
msgstr "Envoi impossible ! Le fichier n'a pas été envoyé."
|
272 |
|
273 |
-
#: lib/wfu_constants.php:
|
274 |
msgid "Upload failed! Failed to write file to disk."
|
275 |
msgstr "Envoi impossible ! Impossible d'écrire le fichier sur le disque."
|
276 |
|
277 |
-
#: lib/wfu_constants.php:
|
278 |
msgid ""
|
279 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
280 |
"administrator."
|
@@ -282,11 +295,11 @@ msgstr ""
|
|
282 |
"Envoi impossible ! Une erreur est survenue lors du déplacement du fichier "
|
283 |
"temporaire. Contactez l'administrateur."
|
284 |
|
285 |
-
#: lib/wfu_constants.php:
|
286 |
msgid "Upload cancelled!"
|
287 |
msgstr "Envoi annulé!"
|
288 |
|
289 |
-
#: lib/wfu_constants.php:
|
290 |
msgid ""
|
291 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
292 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
@@ -296,21 +309,21 @@ msgstr ""
|
|
296 |
"peut pas fournir avec certitude quelle extension est en cause. Examinez la "
|
297 |
"liste des extensions chargées avec phpinfo() peut être utile."
|
298 |
|
299 |
-
#: lib/wfu_constants.php:
|
300 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
301 |
msgstr ""
|
302 |
"Envoi impossible ! Une erreur est survenue pendant la tentative d'envoi du "
|
303 |
"fichier."
|
304 |
|
305 |
-
#: lib/wfu_constants.php:
|
306 |
msgid "Upload failed!"
|
307 |
msgstr "Envoi impossible !"
|
308 |
|
309 |
-
#: lib/wfu_constants.php:
|
310 |
msgid "No file!"
|
311 |
msgstr "Pas de fichier !"
|
312 |
|
313 |
-
#: lib/wfu_constants.php:
|
314 |
msgid ""
|
315 |
"Upload failed! The upload has been canceled by the user or the browser "
|
316 |
"dropped the connection."
|
@@ -318,27 +331,27 @@ msgstr ""
|
|
318 |
"Envoi impossible! L'envoi a été annulé par l'utilisateur ou le navigateur a "
|
319 |
"interrompu la connexion."
|
320 |
|
321 |
-
#: lib/wfu_constants.php:
|
322 |
msgid "Upload failed! Unknown error."
|
323 |
msgstr "Envoi impossible! Erreur inconnue."
|
324 |
|
325 |
-
#: lib/wfu_constants.php:
|
326 |
msgid "Please contact the administrator."
|
327 |
msgstr "Merci de contacter l'administrateur."
|
328 |
|
329 |
-
#: lib/wfu_constants.php:
|
330 |
msgid "No result from remote server!"
|
331 |
msgstr "Pas de réponse du serveur distant !"
|
332 |
|
333 |
-
#: lib/wfu_constants.php:
|
334 |
msgid " but with warnings"
|
335 |
msgstr "mais avec des avertissements"
|
336 |
|
337 |
-
#: lib/wfu_constants.php:
|
338 |
msgid "Warning: JSON parse error."
|
339 |
msgstr "Attention : Erreur d'analyse JSON"
|
340 |
|
341 |
-
#: lib/wfu_constants.php:
|
342 |
msgid ""
|
343 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
344 |
"not be parsed."
|
@@ -346,19 +359,19 @@ msgstr ""
|
|
346 |
"Les paramètres d'envoi de ce fichier, passés en tant que chaine JSON, ne "
|
347 |
"peuvent pas être analysés."
|
348 |
|
349 |
-
#: lib/wfu_constants.php:
|
350 |
msgid ""
|
351 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
352 |
msgstr "UploadStates, passé en tant que chaine JSON, ne peut pas être analysé."
|
353 |
|
354 |
-
#: lib/wfu_constants.php:
|
355 |
msgid ""
|
356 |
"Redirection to classic form functionality occurred due to unknown error."
|
357 |
msgstr ""
|
358 |
"La redirection vers la fonctionnalité classique des formulaires s'est "
|
359 |
"produit à cause d'une erreur inconue."
|
360 |
|
361 |
-
#: lib/wfu_constants.php:
|
362 |
msgid ""
|
363 |
"Redirection to classic form functionality occurred because AJAX is not "
|
364 |
"supported."
|
@@ -366,7 +379,7 @@ msgstr ""
|
|
366 |
"La redirection vers la fonctionnalité classique des formulaire s'est produit "
|
367 |
"car AJAX n'est pas supporté."
|
368 |
|
369 |
-
#: lib/wfu_constants.php:
|
370 |
msgid ""
|
371 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
372 |
"supported."
|
@@ -374,60 +387,60 @@ msgstr ""
|
|
374 |
"La redirection vers la fonctionnalité classique des formulaires s'est "
|
375 |
"produit car HTML5 n'est pas supporté."
|
376 |
|
377 |
-
#: lib/wfu_constants.php:
|
378 |
msgid ""
|
379 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
380 |
msgstr ""
|
381 |
"La redirection vers la fonctionnalité classique des formulaires s'est "
|
382 |
"produit à cause d'une erreur d'analyse JSON."
|
383 |
|
384 |
-
#: lib/wfu_constants.php:
|
385 |
msgid "Please enable popup windows from the browser's settings!"
|
386 |
msgstr ""
|
387 |
"Veuillez activer les fenêtres contextuelles dans les paramètres du "
|
388 |
"navigateur !"
|
389 |
|
390 |
-
#: lib/wfu_constants.php:
|
391 |
msgid "cannot be empty!"
|
392 |
msgstr "Ne peut pas être vide !"
|
393 |
|
394 |
-
#: lib/wfu_constants.php:
|
395 |
msgid "number not valid!"
|
396 |
msgstr "Nombre non valide !"
|
397 |
|
398 |
-
#: lib/wfu_constants.php:
|
399 |
msgid "email not valid!"
|
400 |
msgstr "L'e-mail n'est pas valide !"
|
401 |
|
402 |
-
#: lib/wfu_constants.php:
|
403 |
msgid "emails do not match!"
|
404 |
msgstr "Les e-mails ne correspondent pas !"
|
405 |
|
406 |
-
#: lib/wfu_constants.php:
|
407 |
msgid "no base email field in group!"
|
408 |
msgstr "Aucun champ email de base en groupe !"
|
409 |
|
410 |
-
#: lib/wfu_constants.php:
|
411 |
msgid "passwords do not match!"
|
412 |
msgstr "Les mots de passe ne correspondent pas !"
|
413 |
|
414 |
-
#: lib/wfu_constants.php:
|
415 |
msgid "no base password field in group!"
|
416 |
msgstr "Aucun champ de mot de passe de base dans le groupe !"
|
417 |
|
418 |
-
#: lib/wfu_constants.php:
|
419 |
msgid "checkbox unchecked!"
|
420 |
msgstr "Case à cocher désactivée !"
|
421 |
|
422 |
-
#: lib/wfu_constants.php:
|
423 |
msgid "no option selected!"
|
424 |
msgstr "Aucune option sélectionnée !"
|
425 |
|
426 |
-
#: lib/wfu_constants.php:
|
427 |
msgid "no item selected!"
|
428 |
msgstr "Aucun article sélectionné !"
|
429 |
|
430 |
-
#: lib/wfu_constants.php:
|
431 |
msgid ""
|
432 |
"There are more than one instances of the plugin in this page with the same "
|
433 |
"id. Please change it."
|
@@ -435,7 +448,7 @@ msgstr ""
|
|
435 |
"Il y a plusieurs occurences d'une instance du plugin dans cette page (même "
|
436 |
"id). Modifiez votre page."
|
437 |
|
438 |
-
#: lib/wfu_constants.php:
|
439 |
msgid ""
|
440 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
441 |
"the page."
|
@@ -443,19 +456,19 @@ msgstr ""
|
|
443 |
"Impossible de modifier le shortcode car la page a été modifiée. Veuillez "
|
444 |
"recharger la page."
|
445 |
|
446 |
-
#: lib/wfu_constants.php:
|
447 |
msgid "Your browser does not support webcam capture!"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: lib/wfu_constants.php:
|
451 |
msgid "Your browser does not support video recording from the webcam!"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: lib/wfu_constants.php:
|
455 |
msgid "No video was recorded!"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: lib/wfu_constants.php:
|
459 |
msgid ""
|
460 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
461 |
"or use RecaptchaV2 (no account)."
|
@@ -463,24 +476,24 @@ msgstr ""
|
|
463 |
"Erreur : Captcha pas pris en charge! Vous avez une ancienne version de PHP. "
|
464 |
"Mettre à jour votre PHP ou utiliser RecaptchaV2 (no account)."
|
465 |
|
466 |
-
#: lib/wfu_constants.php:
|
467 |
msgid ""
|
468 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
469 |
"notify administrator."
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: lib/wfu_constants.php:
|
473 |
msgid ""
|
474 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
475 |
"use RecaptchaV1 (no account)."
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: lib/wfu_constants.php:
|
479 |
msgid "ERROR: No site key. Please contact administrator!"
|
480 |
msgstr ""
|
481 |
"Erreur : Aucune clé du site. S'il vous plaît contacter l'administrateur!"
|
482 |
|
483 |
-
#: lib/wfu_constants.php:
|
484 |
msgid ""
|
485 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
486 |
"define Google Recaptcha keys."
|
@@ -488,135 +501,135 @@ msgstr ""
|
|
488 |
"Erreur : Aucun site clé défini ! Aller à la configuration du plugin dans le "
|
489 |
"Tableau de bord pour définir des clés de Google Recaptcha."
|
490 |
|
491 |
-
#: lib/wfu_constants.php:
|
492 |
msgid "Bad captcha image!"
|
493 |
msgstr "Mauvaise image de captcha !"
|
494 |
|
495 |
-
#: lib/wfu_constants.php:
|
496 |
msgid "No input!"
|
497 |
msgstr "Aucune entrée !"
|
498 |
|
499 |
-
#: lib/wfu_constants.php:
|
500 |
msgid "Captcha not completed!"
|
501 |
msgstr "Captcha incomplet !"
|
502 |
|
503 |
-
#: lib/wfu_constants.php:
|
504 |
msgid "Wrong captcha!"
|
505 |
msgstr "Mauvaise saisie captcha!"
|
506 |
|
507 |
-
#: lib/wfu_constants.php:
|
508 |
msgid "Error refreshing captcha!"
|
509 |
msgstr "Erreur mise à jour du captcha!"
|
510 |
|
511 |
-
#: lib/wfu_constants.php:
|
512 |
msgid "Unknown captcha error!"
|
513 |
msgstr "Captcha erreur inconnue!"
|
514 |
|
515 |
-
#: lib/wfu_constants.php:
|
516 |
msgid "Captcha not supported by your browser!"
|
517 |
msgstr "Captcha n'a pas supporté par votre navigateur!"
|
518 |
|
519 |
-
#: lib/wfu_constants.php:
|
520 |
msgid "the secret parameter is missing"
|
521 |
msgstr "le paramètre secret est manquant"
|
522 |
|
523 |
-
#: lib/wfu_constants.php:
|
524 |
msgid "the secret parameter is invalid or malformed"
|
525 |
msgstr "le paramètre secret est invalide ou malformé"
|
526 |
|
527 |
-
#: lib/wfu_constants.php:
|
528 |
msgid "the response parameter is missing"
|
529 |
msgstr "le paramètre de réponse est manquant"
|
530 |
|
531 |
-
#: lib/wfu_constants.php:
|
532 |
msgid "the response parameter is invalid or malformed"
|
533 |
msgstr "le paramètre de réponse est invalide ou malformé"
|
534 |
|
535 |
-
#: lib/wfu_constants.php:
|
536 |
msgid "Please do not use drag drop due to an internal problem."
|
537 |
msgstr "Ne pas utiliser un glisser-déposer (cause : problème interne)."
|
538 |
|
539 |
-
#: lib/wfu_constants.php:
|
540 |
#, php-format
|
541 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
542 |
msgstr "Erreur pendant l'envoi de fichier en blocs. Unique ID vide en bloc %d"
|
543 |
|
544 |
-
#: lib/wfu_constants.php:
|
545 |
msgid "Chunked upload is not allowed!"
|
546 |
msgstr "L'envoi des fichiers en bloc n'est pas autorisé!"
|
547 |
|
548 |
-
#: lib/wfu_constants.php:
|
549 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
550 |
msgstr ""
|
551 |
"Envoi de fichier en bloc interrompu suite à une erreur dans bloc précédent!"
|
552 |
|
553 |
-
#: lib/wfu_constants.php:
|
554 |
msgid "Chunked upload failed, final file could not be created!"
|
555 |
msgstr ""
|
556 |
"Envoi de fichier en bloc échoué, le fichier final n'a pas pu être créé!"
|
557 |
|
558 |
-
#: lib/wfu_constants.php:
|
559 |
#, php-format
|
560 |
msgid "Could not write file chuck to destination on chunk %d"
|
561 |
msgstr "Impossible d'écrire le bloc de fichier à destination sur bloc %d"
|
562 |
|
563 |
-
#: lib/wfu_constants.php:
|
564 |
#, php-format
|
565 |
msgid "Could not enlarge destination file on chunk %d"
|
566 |
msgstr "Impossible agrandir fichier de destination sur bloc %d"
|
567 |
|
568 |
-
#: lib/wfu_constants.php:
|
569 |
#, php-format
|
570 |
msgid "Could not open file handles on chunk %d"
|
571 |
msgstr "Impossible d'ouvrir le fichier handles sur bloc %d"
|
572 |
|
573 |
-
#: lib/wfu_constants.php:
|
574 |
msgid "You are not allowed to delete this file!"
|
575 |
msgstr "Vous n' êtes pas autorisé à supprimer ce fichier !"
|
576 |
|
577 |
-
#: lib/wfu_constants.php:
|
578 |
msgid "File was not deleted!"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: lib/wfu_constants.php:
|
582 |
msgid "No file was deleted!"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: lib/wfu_constants.php:
|
586 |
msgid "Some files were not deleted!"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: lib/wfu_constants.php:
|
590 |
msgid "Upload skipped! File already exists."
|
591 |
msgstr "Envoi ignoré ! Le fichier existe déjà."
|
592 |
|
593 |
-
#: lib/wfu_constants.php:
|
594 |
msgid "The extension of the file does not match its contents."
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: lib/wfu_constants.php:
|
598 |
msgid ""
|
599 |
"Upload succeeded but the file is suspicious because its contents do not "
|
600 |
"match its extension. Its proper filename is: "
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: lib/wfu_constants.php:
|
604 |
msgid "No files have been selected!"
|
605 |
msgstr "Aucun fichier n'a été envoyé !"
|
606 |
|
607 |
-
#: lib/wfu_constants.php:
|
608 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
609 |
msgstr ""
|
610 |
"WPFilebase Plugin n'a pas été mis à jour car il n'y a pas de fichiers à "
|
611 |
"envoyer."
|
612 |
|
613 |
-
#: lib/wfu_constants.php:
|
614 |
msgid "Notification email was not sent because there were no files uploaded."
|
615 |
msgstr ""
|
616 |
"Le mail de notification n'a pas été envoyé car il n'y a pas de fichiers à "
|
617 |
"envoyer."
|
618 |
|
619 |
-
#: lib/wfu_constants.php:
|
620 |
msgid ""
|
621 |
"Notification email was not sent because no recipients were defined. Please "
|
622 |
"check notifyrecipients attribute in the shortcode."
|
@@ -624,7 +637,7 @@ msgstr ""
|
|
624 |
"Le mail de notification n'a pas été envoyé car il n'y a pas de destinataire. "
|
625 |
"Merci de vérifier l'attribut notifyrecipients dans le shortcode."
|
626 |
|
627 |
-
#: lib/wfu_constants.php:
|
628 |
msgid ""
|
629 |
"Notification email was not sent due to an error. Please check "
|
630 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -632,7 +645,7 @@ msgstr ""
|
|
632 |
"Le mail de notification n'a pas été envoyé car il n'y a une erreur. Merci de "
|
633 |
"vérifier les attributs notifyrecipients, notifysubject et notifymessage."
|
634 |
|
635 |
-
#: lib/wfu_constants.php:
|
636 |
msgid ""
|
637 |
"Redirection not executed because redirection link is empty. Please check "
|
638 |
"redirectlink attribute."
|
@@ -640,14 +653,38 @@ msgstr ""
|
|
640 |
"La redirection n'a pas été effectuée car le lien de redirection est vide. "
|
641 |
"Merci de vérifier l'attribut redirectlink."
|
642 |
|
643 |
-
#: lib/wfu_constants.php:
|
644 |
msgid ""
|
645 |
"Redirection not executed because not all files were successfully uploaded."
|
646 |
msgstr ""
|
647 |
"La redirection n'est pas exécutée car tous les fichiers n'ont pas été "
|
648 |
"envoyés."
|
649 |
|
650 |
-
#: lib/wfu_constants.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
651 |
msgid ""
|
652 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
653 |
"message persists, contact administrator."
|
@@ -655,7 +692,7 @@ msgstr ""
|
|
655 |
"Impossible d' ajouter le shortcode à la page / poste. Essayez à nouveau. Si "
|
656 |
"le message persiste, contactez l' administrateur."
|
657 |
|
658 |
-
#: lib/wfu_constants.php:
|
659 |
msgid ""
|
660 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
661 |
"again to edit the shortcode."
|
@@ -663,7 +700,7 @@ msgstr ""
|
|
663 |
"Impossible de modifier le shortcode parce que le contenu de la page a "
|
664 |
"changé. Essayez à nouveau de modifier le shortcode."
|
665 |
|
666 |
-
#: lib/wfu_constants.php:
|
667 |
msgid ""
|
668 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
669 |
"again to delete it."
|
@@ -671,7 +708,7 @@ msgstr ""
|
|
671 |
"Impossible de supprimer le shortcode parce que le contenu de la page a "
|
672 |
"changé. Essayez à nouveau de le supprimer."
|
673 |
|
674 |
-
#: lib/wfu_constants.php:
|
675 |
msgid ""
|
676 |
"The page containing the shortcode has been modified and it is no longer "
|
677 |
"valid. Please go back to reload the shortcode."
|
@@ -679,7 +716,7 @@ msgstr ""
|
|
679 |
"La page contenant le shortcode a été modifié et il n'est plus valide. "
|
680 |
"Rechargez le shortcode."
|
681 |
|
682 |
-
#: lib/wfu_constants.php:
|
683 |
msgid ""
|
684 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
685 |
"back to reload the shortcode."
|
@@ -687,7 +724,7 @@ msgstr ""
|
|
687 |
"Impossible de mettre à jour le shortcode parce que le contenu de la page a "
|
688 |
"changé. Rechargez le shortcode."
|
689 |
|
690 |
-
#: lib/wfu_constants.php:
|
691 |
msgid ""
|
692 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
693 |
"go back and reload the shortcode."
|
@@ -695,39 +732,39 @@ msgstr ""
|
|
695 |
"Impossible de mettre à jour le shortcode. Essayez à nouveau. Si le problème "
|
696 |
"persiste, rechargez le shortcode."
|
697 |
|
698 |
-
#: lib/wfu_constants.php:
|
699 |
msgid "This is a test message"
|
700 |
msgstr "Ceci est un message de test"
|
701 |
|
702 |
-
#: lib/wfu_constants.php:
|
703 |
msgid "This is a test administrator message"
|
704 |
msgstr "Ceci est un message administrateur de test"
|
705 |
|
706 |
-
#: lib/wfu_constants.php:
|
707 |
msgid "File testfile 1 under test"
|
708 |
msgstr "File testfile 1 under test"
|
709 |
|
710 |
-
#: lib/wfu_constants.php:
|
711 |
msgid "File testfile 1 message"
|
712 |
msgstr "File testfile 1 message"
|
713 |
|
714 |
-
#: lib/wfu_constants.php:
|
715 |
msgid "File testfile 1 administrator message"
|
716 |
msgstr "Message administrateur File testfile"
|
717 |
|
718 |
-
#: lib/wfu_constants.php:
|
719 |
msgid "File testfile 2 under test"
|
720 |
msgstr "En test File testfile"
|
721 |
|
722 |
-
#: lib/wfu_constants.php:
|
723 |
msgid "File testfile 2 message"
|
724 |
msgstr "Message File testfile 2"
|
725 |
|
726 |
-
#: lib/wfu_constants.php:
|
727 |
msgid "File testfile 2 administrator message"
|
728 |
msgstr "Message administrateur File testfile 2"
|
729 |
|
730 |
-
#: lib/wfu_constants.php:
|
731 |
msgid ""
|
732 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
733 |
"current user."
|
@@ -735,7 +772,7 @@ msgstr ""
|
|
735 |
"Insérez %userid% variable dans le texte. Il sera remplacé par l'id de "
|
736 |
"l'utilisateur courant."
|
737 |
|
738 |
-
#: lib/wfu_constants.php:
|
739 |
msgid ""
|
740 |
"Insert variable %username% inside text. It will be replaced by the username "
|
741 |
"of the current user."
|
@@ -743,7 +780,7 @@ msgstr ""
|
|
743 |
"Insérez la variable %username% dans le texte. Il sera remplacé par le "
|
744 |
"username de l'utilisateur courant."
|
745 |
|
746 |
-
#: lib/wfu_constants.php:
|
747 |
msgid ""
|
748 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
749 |
"the current user."
|
@@ -751,7 +788,7 @@ msgstr ""
|
|
751 |
"Insérez la variable %useremail% dans le texte. Il sera remplacé par l'email "
|
752 |
"de l'utilisateur courant."
|
753 |
|
754 |
-
#: lib/wfu_constants.php:
|
755 |
msgid ""
|
756 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
757 |
"of the uploaded file."
|
@@ -759,7 +796,7 @@ msgstr ""
|
|
759 |
"Insérez la variable %filename% dans le texte. Il sera remplacé par le nom du "
|
760 |
"fichier à envoyer."
|
761 |
|
762 |
-
#: lib/wfu_constants.php:
|
763 |
msgid ""
|
764 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
765 |
"filepath of the uploaded file."
|
@@ -767,7 +804,7 @@ msgstr ""
|
|
767 |
"Insérez la variable %filepath% dans le texte. Il sera remplacé par le chemin "
|
768 |
"complet du fichier envoyé."
|
769 |
|
770 |
-
#: lib/wfu_constants.php:
|
771 |
msgid ""
|
772 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
773 |
"the website."
|
@@ -775,7 +812,7 @@ msgstr ""
|
|
775 |
"Insérez la variable %blogid% dans le texte. Il sera remplacé par l'id du "
|
776 |
"blog du site web."
|
777 |
|
778 |
-
#: lib/wfu_constants.php:
|
779 |
msgid ""
|
780 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
781 |
"current page."
|
@@ -783,7 +820,7 @@ msgstr ""
|
|
783 |
"Insérez %pageid% variable dans le texte. Il sera remplacé par l'id de la "
|
784 |
"page en cours."
|
785 |
|
786 |
-
#: lib/wfu_constants.php:
|
787 |
msgid ""
|
788 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
789 |
"the current page."
|
@@ -791,7 +828,7 @@ msgstr ""
|
|
791 |
"Insérez %pagetitle% variable dans le texte. Il sera remplacé par le titre de "
|
792 |
"la page courante."
|
793 |
|
794 |
-
#: lib/wfu_constants.php:
|
795 |
msgid ""
|
796 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
797 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -801,198 +838,198 @@ msgstr ""
|
|
801 |
"l'utilisateur dans la liste déroulante. Il sera remplacé par la valeur que "
|
802 |
"l'utilisateur aura entré dans ce champ."
|
803 |
|
804 |
-
#: lib/wfu_constants.php:
|
805 |
msgid "Insert variable %n% inside text to denote a line change."
|
806 |
msgstr ""
|
807 |
"Insérez la variable %n% à l'intérieur du texte pour indiquer un changement "
|
808 |
"de ligne."
|
809 |
|
810 |
-
#: lib/wfu_constants.php:
|
811 |
msgid "Test Mode"
|
812 |
msgstr "Mode de test"
|
813 |
|
814 |
-
#: lib/wfu_constants.php:
|
815 |
msgid "select dir..."
|
816 |
msgstr "Sélectionnez dir"
|
817 |
|
818 |
-
#: lib/wfu_constants.php:
|
819 |
msgid "type dir"
|
820 |
msgstr "Saisir dir"
|
821 |
|
822 |
-
#: lib/wfu_constants.php:
|
823 |
msgid "Upload path: %filepath%"
|
824 |
msgstr "Chemin d'upload : %filepath%"
|
825 |
|
826 |
-
#: lib/wfu_constants.php:
|
827 |
msgid "Failed upload path: %filepath%"
|
828 |
msgstr "Mauvais répertoire d'envoi : %filepath%"
|
829 |
|
830 |
-
#: lib/wfu_constants.php:
|
831 |
msgid " (required)"
|
832 |
msgstr " (*)"
|
833 |
|
834 |
-
#: lib/wfu_constants.php:
|
835 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
836 |
msgstr "Les fichiers sont envoyés. Êtes-vous sûr de vouloir quitter la page ?"
|
837 |
|
838 |
-
#: lib/wfu_constants.php:
|
839 |
msgid "checking captcha..."
|
840 |
msgstr "Vérifiez captcha..."
|
841 |
|
842 |
-
#: lib/wfu_constants.php:
|
843 |
msgid "refreshing..."
|
844 |
msgstr "Mise à jour..."
|
845 |
|
846 |
-
#: lib/wfu_constants.php:
|
847 |
msgid "correct captcha"
|
848 |
msgstr "Captcha correctement saisi"
|
849 |
|
850 |
-
#: lib/wfu_constants.php:
|
851 |
msgid "click to continue the upload"
|
852 |
msgstr "Cliquer pour continuer l'envoi"
|
853 |
|
854 |
-
#: lib/wfu_constants.php:
|
855 |
msgid "Are you sure you want to delete this file?"
|
856 |
msgstr "Êtes-vous sûr de vouloir supprimer ce fichier?"
|
857 |
|
858 |
-
#: lib/wfu_constants.php:
|
859 |
msgid "Are you sure you want to delete these files?"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: lib/wfu_constants.php:
|
863 |
msgid "Bulk Actions"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: lib/wfu_constants.php:
|
867 |
msgid "Apply"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: lib/wfu_constants.php:
|
871 |
msgid "Are you sure that you want to cancel the upload?"
|
872 |
msgstr ""
|
873 |
|
874 |
-
#: lib/wfu_constants.php:
|
875 |
msgid "cancel upload of this file"
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: lib/wfu_constants.php:
|
879 |
msgid "Upload in progress"
|
880 |
msgstr "Envoi en cours"
|
881 |
|
882 |
-
#: lib/wfu_constants.php:
|
883 |
msgid "Upload in progress with warnings!"
|
884 |
msgstr "Envoi en cours mais avec des avertissements!"
|
885 |
|
886 |
-
#: lib/wfu_constants.php:
|
887 |
msgid "Upload in progress but some files already failed!"
|
888 |
msgstr "Envoi en cours mais certains fichiers ont échoués!"
|
889 |
|
890 |
-
#: lib/wfu_constants.php:
|
891 |
msgid "Upload in progress but no files uploaded so far!"
|
892 |
msgstr "Envoi en cours mais aucun fichier n'a été envoyé pour le moment!"
|
893 |
|
894 |
-
#: lib/wfu_constants.php:
|
895 |
msgid "All files uploaded successfully"
|
896 |
msgstr "Tous les fichiers ont été envoyés avec succès"
|
897 |
|
898 |
-
#: lib/wfu_constants.php:
|
899 |
msgid "All files uploaded successfully but there are warnings!"
|
900 |
msgstr ""
|
901 |
"Tous les fichiers ont été envoyés avec succès mais avec des avertissements!"
|
902 |
|
903 |
-
#: lib/wfu_constants.php:
|
904 |
msgid "File uploaded successfully but there are warnings!"
|
905 |
msgstr "Fichiers envoyés avec succès mais certain avec un avertissement."
|
906 |
|
907 |
-
#: lib/wfu_constants.php:
|
908 |
msgid "Some files failed to upload!"
|
909 |
msgstr "Certains fichiers n'ont pas été envoyé"
|
910 |
|
911 |
-
#: lib/wfu_constants.php:
|
912 |
msgid "All files failed to upload"
|
913 |
msgstr "Impossible d'envoyer les fichiers"
|
914 |
|
915 |
-
#: lib/wfu_constants.php:
|
916 |
msgid "File failed to upload"
|
917 |
msgstr "Impossible d'envoyer le fichier"
|
918 |
|
919 |
-
#: lib/wfu_constants.php:
|
920 |
msgid "There are no files to upload!"
|
921 |
msgstr "Il n'y a pas de fichiers à envoyer"
|
922 |
|
923 |
-
#: lib/wfu_constants.php:
|
924 |
msgid "Test upload message"
|
925 |
msgstr "Message de test d'upload"
|
926 |
|
927 |
-
#: lib/wfu_constants.php:
|
928 |
msgid "JSON parse warning!"
|
929 |
msgstr "Avertissements d'analyse JSON."
|
930 |
|
931 |
-
#: lib/wfu_constants.php:
|
932 |
msgid "please wait while redirecting..."
|
933 |
msgstr "Merci de patienter pendant la redirection..."
|
934 |
|
935 |
-
#: lib/wfu_constants.php:
|
936 |
msgid "Open visual shortcode editor in new window"
|
937 |
msgstr "Ouvrez l'éditeur de shortcode visuel dans une nouvelle fenêtre"
|
938 |
|
939 |
-
#: lib/wfu_constants.php:
|
940 |
msgid "loading visual editor"
|
941 |
msgstr "Chargement de l'éditeur visuel"
|
942 |
|
943 |
-
#: lib/wfu_constants.php:
|
944 |
msgid "Clear file list?"
|
945 |
msgstr "Effacer la liste des fichiers ?"
|
946 |
|
947 |
-
#: lib/wfu_constants.php:
|
948 |
msgid "DROP HERE"
|
949 |
msgstr "Déposer ici"
|
950 |
|
951 |
-
#: lib/wfu_constants.php:
|
952 |
msgid "record video"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: lib/wfu_constants.php:
|
956 |
msgid "take a picture"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: lib/wfu_constants.php:
|
960 |
msgid "turn webcam on/off"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: lib/wfu_constants.php:
|
964 |
msgid "go live again"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: lib/wfu_constants.php:
|
968 |
msgid "end recording"
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: lib/wfu_constants.php:
|
972 |
msgid "play"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: lib/wfu_constants.php:
|
976 |
msgid "pause"
|
977 |
msgstr ""
|
978 |
|
979 |
-
#: lib/wfu_constants.php:
|
980 |
msgid "go to the beginning"
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: lib/wfu_constants.php:
|
984 |
msgid "go to the end"
|
985 |
msgstr ""
|
986 |
|
987 |
-
#: lib/wfu_constants.php:
|
988 |
msgid "Wordpress File Upload Form"
|
989 |
msgstr "Wordpress File Upload Formulaire"
|
990 |
|
991 |
-
#: lib/wfu_constants.php:
|
992 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
993 |
msgstr "Wordpress File Upload extension d'upload pour sidebar."
|
994 |
|
995 |
-
#: lib/wfu_constants.php:
|
996 |
msgid "Upload Files"
|
997 |
msgstr "Envoyer des fichiers"
|
998 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-21 23:02+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-06-21 23:02+0200\n"
|
7 |
"Last-Translator: Eric D. Valachs <ericduval@laposte.net>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: fr_FR\n"
|
209 |
msgstr ""
|
210 |
|
211 |
#: lib/wfu_constants.php:53
|
212 |
+
msgid ""
|
213 |
+
"Too many files are uploaded in a short period of time. This may be a Denial-"
|
214 |
+
"Of-Service attack, so file was rejected. Please check the upload log for "
|
215 |
+
"suspicious behaviour."
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: lib/wfu_constants.php:54
|
219 |
+
msgid ""
|
220 |
+
"File not uploaded in order to prevent overflow of the website. Please "
|
221 |
+
"contact administrator."
|
222 |
+
msgstr ""
|
223 |
+
|
224 |
+
#: lib/wfu_constants.php:55
|
225 |
msgid "Targer folder doesn't exist."
|
226 |
msgstr "Le répertoire de destination n'existe pas."
|
227 |
|
228 |
+
#: lib/wfu_constants.php:56
|
229 |
msgid "Upload failed! Missing a temporary folder."
|
230 |
msgstr "Envoi impossible ! Il manque un répertoire temporaire."
|
231 |
|
232 |
+
#: lib/wfu_constants.php:57
|
233 |
msgid "Upload failed! Permission denied to write to target folder."
|
234 |
msgstr ""
|
235 |
"Envoi impossible ! Autorisation d'écriture refusée dans le répertoire de "
|
236 |
"destination."
|
237 |
|
238 |
+
#: lib/wfu_constants.php:58
|
239 |
msgid "File not allowed."
|
240 |
msgstr "Type de fichier non autorisé."
|
241 |
|
242 |
+
#: lib/wfu_constants.php:59
|
243 |
msgid "File is suspicious and was rejected."
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: lib/wfu_constants.php:60
|
247 |
msgid "The uploaded file exceeds the file size limit."
|
248 |
msgstr "La taille du fichier est supérieure à la taille limite."
|
249 |
|
250 |
+
#: lib/wfu_constants.php:61
|
251 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
252 |
msgstr "Le fichier téléchargé excède 2 Go (non pris en charge par ce serveur)."
|
253 |
|
254 |
+
#: lib/wfu_constants.php:62
|
255 |
msgid ""
|
256 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
257 |
"Please contact the administrator."
|
259 |
"Envoi impossible ! La taille du fichier excède la taille limite du serveur. "
|
260 |
"Contactez l'administrateur."
|
261 |
|
262 |
+
#: lib/wfu_constants.php:63
|
263 |
msgid ""
|
264 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
265 |
"server. Please contact the administrator."
|
267 |
"Envoi impossible ! La durée d'envoi excède le timeout du serveur. Contactez "
|
268 |
"l'administrateur."
|
269 |
|
270 |
+
#: lib/wfu_constants.php:64
|
271 |
msgid ""
|
272 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
273 |
"was specified in the HTML form."
|
275 |
"Envoi impossible ! La taille du fichier excède la directive MAX_FILE_SIZE "
|
276 |
"spécifiée dans le formulaire HTML."
|
277 |
|
278 |
+
#: lib/wfu_constants.php:65
|
279 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
280 |
msgstr "Envoi impossible ! Le fichier n' été que partiellement envoyé."
|
281 |
|
282 |
+
#: lib/wfu_constants.php:66
|
283 |
msgid "Upload failed! No file was uploaded."
|
284 |
msgstr "Envoi impossible ! Le fichier n'a pas été envoyé."
|
285 |
|
286 |
+
#: lib/wfu_constants.php:67
|
287 |
msgid "Upload failed! Failed to write file to disk."
|
288 |
msgstr "Envoi impossible ! Impossible d'écrire le fichier sur le disque."
|
289 |
|
290 |
+
#: lib/wfu_constants.php:68
|
291 |
msgid ""
|
292 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
293 |
"administrator."
|
295 |
"Envoi impossible ! Une erreur est survenue lors du déplacement du fichier "
|
296 |
"temporaire. Contactez l'administrateur."
|
297 |
|
298 |
+
#: lib/wfu_constants.php:69
|
299 |
msgid "Upload cancelled!"
|
300 |
msgstr "Envoi annulé!"
|
301 |
|
302 |
+
#: lib/wfu_constants.php:70
|
303 |
msgid ""
|
304 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
305 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
309 |
"peut pas fournir avec certitude quelle extension est en cause. Examinez la "
|
310 |
"liste des extensions chargées avec phpinfo() peut être utile."
|
311 |
|
312 |
+
#: lib/wfu_constants.php:71
|
313 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
314 |
msgstr ""
|
315 |
"Envoi impossible ! Une erreur est survenue pendant la tentative d'envoi du "
|
316 |
"fichier."
|
317 |
|
318 |
+
#: lib/wfu_constants.php:72 lib/wfu_constants.php:203
|
319 |
msgid "Upload failed!"
|
320 |
msgstr "Envoi impossible !"
|
321 |
|
322 |
+
#: lib/wfu_constants.php:73
|
323 |
msgid "No file!"
|
324 |
msgstr "Pas de fichier !"
|
325 |
|
326 |
+
#: lib/wfu_constants.php:74
|
327 |
msgid ""
|
328 |
"Upload failed! The upload has been canceled by the user or the browser "
|
329 |
"dropped the connection."
|
331 |
"Envoi impossible! L'envoi a été annulé par l'utilisateur ou le navigateur a "
|
332 |
"interrompu la connexion."
|
333 |
|
334 |
+
#: lib/wfu_constants.php:75
|
335 |
msgid "Upload failed! Unknown error."
|
336 |
msgstr "Envoi impossible! Erreur inconnue."
|
337 |
|
338 |
+
#: lib/wfu_constants.php:76
|
339 |
msgid "Please contact the administrator."
|
340 |
msgstr "Merci de contacter l'administrateur."
|
341 |
|
342 |
+
#: lib/wfu_constants.php:77
|
343 |
msgid "No result from remote server!"
|
344 |
msgstr "Pas de réponse du serveur distant !"
|
345 |
|
346 |
+
#: lib/wfu_constants.php:78
|
347 |
msgid " but with warnings"
|
348 |
msgstr "mais avec des avertissements"
|
349 |
|
350 |
+
#: lib/wfu_constants.php:79 lib/wfu_constants.php:81
|
351 |
msgid "Warning: JSON parse error."
|
352 |
msgstr "Attention : Erreur d'analyse JSON"
|
353 |
|
354 |
+
#: lib/wfu_constants.php:80
|
355 |
msgid ""
|
356 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
357 |
"not be parsed."
|
359 |
"Les paramètres d'envoi de ce fichier, passés en tant que chaine JSON, ne "
|
360 |
"peuvent pas être analysés."
|
361 |
|
362 |
+
#: lib/wfu_constants.php:82
|
363 |
msgid ""
|
364 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
365 |
msgstr "UploadStates, passé en tant que chaine JSON, ne peut pas être analysé."
|
366 |
|
367 |
+
#: lib/wfu_constants.php:83
|
368 |
msgid ""
|
369 |
"Redirection to classic form functionality occurred due to unknown error."
|
370 |
msgstr ""
|
371 |
"La redirection vers la fonctionnalité classique des formulaires s'est "
|
372 |
"produit à cause d'une erreur inconue."
|
373 |
|
374 |
+
#: lib/wfu_constants.php:84
|
375 |
msgid ""
|
376 |
"Redirection to classic form functionality occurred because AJAX is not "
|
377 |
"supported."
|
379 |
"La redirection vers la fonctionnalité classique des formulaire s'est produit "
|
380 |
"car AJAX n'est pas supporté."
|
381 |
|
382 |
+
#: lib/wfu_constants.php:85
|
383 |
msgid ""
|
384 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
385 |
"supported."
|
387 |
"La redirection vers la fonctionnalité classique des formulaires s'est "
|
388 |
"produit car HTML5 n'est pas supporté."
|
389 |
|
390 |
+
#: lib/wfu_constants.php:86
|
391 |
msgid ""
|
392 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
393 |
msgstr ""
|
394 |
"La redirection vers la fonctionnalité classique des formulaires s'est "
|
395 |
"produit à cause d'une erreur d'analyse JSON."
|
396 |
|
397 |
+
#: lib/wfu_constants.php:87
|
398 |
msgid "Please enable popup windows from the browser's settings!"
|
399 |
msgstr ""
|
400 |
"Veuillez activer les fenêtres contextuelles dans les paramètres du "
|
401 |
"navigateur !"
|
402 |
|
403 |
+
#: lib/wfu_constants.php:88
|
404 |
msgid "cannot be empty!"
|
405 |
msgstr "Ne peut pas être vide !"
|
406 |
|
407 |
+
#: lib/wfu_constants.php:89
|
408 |
msgid "number not valid!"
|
409 |
msgstr "Nombre non valide !"
|
410 |
|
411 |
+
#: lib/wfu_constants.php:90
|
412 |
msgid "email not valid!"
|
413 |
msgstr "L'e-mail n'est pas valide !"
|
414 |
|
415 |
+
#: lib/wfu_constants.php:91
|
416 |
msgid "emails do not match!"
|
417 |
msgstr "Les e-mails ne correspondent pas !"
|
418 |
|
419 |
+
#: lib/wfu_constants.php:92
|
420 |
msgid "no base email field in group!"
|
421 |
msgstr "Aucun champ email de base en groupe !"
|
422 |
|
423 |
+
#: lib/wfu_constants.php:93
|
424 |
msgid "passwords do not match!"
|
425 |
msgstr "Les mots de passe ne correspondent pas !"
|
426 |
|
427 |
+
#: lib/wfu_constants.php:94
|
428 |
msgid "no base password field in group!"
|
429 |
msgstr "Aucun champ de mot de passe de base dans le groupe !"
|
430 |
|
431 |
+
#: lib/wfu_constants.php:95
|
432 |
msgid "checkbox unchecked!"
|
433 |
msgstr "Case à cocher désactivée !"
|
434 |
|
435 |
+
#: lib/wfu_constants.php:96
|
436 |
msgid "no option selected!"
|
437 |
msgstr "Aucune option sélectionnée !"
|
438 |
|
439 |
+
#: lib/wfu_constants.php:97
|
440 |
msgid "no item selected!"
|
441 |
msgstr "Aucun article sélectionné !"
|
442 |
|
443 |
+
#: lib/wfu_constants.php:98
|
444 |
msgid ""
|
445 |
"There are more than one instances of the plugin in this page with the same "
|
446 |
"id. Please change it."
|
448 |
"Il y a plusieurs occurences d'une instance du plugin dans cette page (même "
|
449 |
"id). Modifiez votre page."
|
450 |
|
451 |
+
#: lib/wfu_constants.php:99
|
452 |
msgid ""
|
453 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
454 |
"the page."
|
456 |
"Impossible de modifier le shortcode car la page a été modifiée. Veuillez "
|
457 |
"recharger la page."
|
458 |
|
459 |
+
#: lib/wfu_constants.php:100
|
460 |
msgid "Your browser does not support webcam capture!"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: lib/wfu_constants.php:101
|
464 |
msgid "Your browser does not support video recording from the webcam!"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: lib/wfu_constants.php:102
|
468 |
msgid "No video was recorded!"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: lib/wfu_constants.php:103
|
472 |
msgid ""
|
473 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
474 |
"or use RecaptchaV2 (no account)."
|
476 |
"Erreur : Captcha pas pris en charge! Vous avez une ancienne version de PHP. "
|
477 |
"Mettre à jour votre PHP ou utiliser RecaptchaV2 (no account)."
|
478 |
|
479 |
+
#: lib/wfu_constants.php:104
|
480 |
msgid ""
|
481 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
482 |
"notify administrator."
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: lib/wfu_constants.php:105
|
486 |
msgid ""
|
487 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
488 |
"use RecaptchaV1 (no account)."
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: lib/wfu_constants.php:106
|
492 |
msgid "ERROR: No site key. Please contact administrator!"
|
493 |
msgstr ""
|
494 |
"Erreur : Aucune clé du site. S'il vous plaît contacter l'administrateur!"
|
495 |
|
496 |
+
#: lib/wfu_constants.php:107
|
497 |
msgid ""
|
498 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
499 |
"define Google Recaptcha keys."
|
501 |
"Erreur : Aucun site clé défini ! Aller à la configuration du plugin dans le "
|
502 |
"Tableau de bord pour définir des clés de Google Recaptcha."
|
503 |
|
504 |
+
#: lib/wfu_constants.php:108
|
505 |
msgid "Bad captcha image!"
|
506 |
msgstr "Mauvaise image de captcha !"
|
507 |
|
508 |
+
#: lib/wfu_constants.php:109
|
509 |
msgid "No input!"
|
510 |
msgstr "Aucune entrée !"
|
511 |
|
512 |
+
#: lib/wfu_constants.php:110
|
513 |
msgid "Captcha not completed!"
|
514 |
msgstr "Captcha incomplet !"
|
515 |
|
516 |
+
#: lib/wfu_constants.php:111
|
517 |
msgid "Wrong captcha!"
|
518 |
msgstr "Mauvaise saisie captcha!"
|
519 |
|
520 |
+
#: lib/wfu_constants.php:112
|
521 |
msgid "Error refreshing captcha!"
|
522 |
msgstr "Erreur mise à jour du captcha!"
|
523 |
|
524 |
+
#: lib/wfu_constants.php:113
|
525 |
msgid "Unknown captcha error!"
|
526 |
msgstr "Captcha erreur inconnue!"
|
527 |
|
528 |
+
#: lib/wfu_constants.php:114
|
529 |
msgid "Captcha not supported by your browser!"
|
530 |
msgstr "Captcha n'a pas supporté par votre navigateur!"
|
531 |
|
532 |
+
#: lib/wfu_constants.php:115
|
533 |
msgid "the secret parameter is missing"
|
534 |
msgstr "le paramètre secret est manquant"
|
535 |
|
536 |
+
#: lib/wfu_constants.php:116
|
537 |
msgid "the secret parameter is invalid or malformed"
|
538 |
msgstr "le paramètre secret est invalide ou malformé"
|
539 |
|
540 |
+
#: lib/wfu_constants.php:117
|
541 |
msgid "the response parameter is missing"
|
542 |
msgstr "le paramètre de réponse est manquant"
|
543 |
|
544 |
+
#: lib/wfu_constants.php:118
|
545 |
msgid "the response parameter is invalid or malformed"
|
546 |
msgstr "le paramètre de réponse est invalide ou malformé"
|
547 |
|
548 |
+
#: lib/wfu_constants.php:119
|
549 |
msgid "Please do not use drag drop due to an internal problem."
|
550 |
msgstr "Ne pas utiliser un glisser-déposer (cause : problème interne)."
|
551 |
|
552 |
+
#: lib/wfu_constants.php:120
|
553 |
#, php-format
|
554 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
555 |
msgstr "Erreur pendant l'envoi de fichier en blocs. Unique ID vide en bloc %d"
|
556 |
|
557 |
+
#: lib/wfu_constants.php:121
|
558 |
msgid "Chunked upload is not allowed!"
|
559 |
msgstr "L'envoi des fichiers en bloc n'est pas autorisé!"
|
560 |
|
561 |
+
#: lib/wfu_constants.php:122
|
562 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
563 |
msgstr ""
|
564 |
"Envoi de fichier en bloc interrompu suite à une erreur dans bloc précédent!"
|
565 |
|
566 |
+
#: lib/wfu_constants.php:123
|
567 |
msgid "Chunked upload failed, final file could not be created!"
|
568 |
msgstr ""
|
569 |
"Envoi de fichier en bloc échoué, le fichier final n'a pas pu être créé!"
|
570 |
|
571 |
+
#: lib/wfu_constants.php:124
|
572 |
#, php-format
|
573 |
msgid "Could not write file chuck to destination on chunk %d"
|
574 |
msgstr "Impossible d'écrire le bloc de fichier à destination sur bloc %d"
|
575 |
|
576 |
+
#: lib/wfu_constants.php:125
|
577 |
#, php-format
|
578 |
msgid "Could not enlarge destination file on chunk %d"
|
579 |
msgstr "Impossible agrandir fichier de destination sur bloc %d"
|
580 |
|
581 |
+
#: lib/wfu_constants.php:126
|
582 |
#, php-format
|
583 |
msgid "Could not open file handles on chunk %d"
|
584 |
msgstr "Impossible d'ouvrir le fichier handles sur bloc %d"
|
585 |
|
586 |
+
#: lib/wfu_constants.php:127
|
587 |
msgid "You are not allowed to delete this file!"
|
588 |
msgstr "Vous n' êtes pas autorisé à supprimer ce fichier !"
|
589 |
|
590 |
+
#: lib/wfu_constants.php:128
|
591 |
msgid "File was not deleted!"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: lib/wfu_constants.php:129
|
595 |
msgid "No file was deleted!"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: lib/wfu_constants.php:130
|
599 |
msgid "Some files were not deleted!"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: lib/wfu_constants.php:132
|
603 |
msgid "Upload skipped! File already exists."
|
604 |
msgstr "Envoi ignoré ! Le fichier existe déjà."
|
605 |
|
606 |
+
#: lib/wfu_constants.php:133
|
607 |
msgid "The extension of the file does not match its contents."
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: lib/wfu_constants.php:134
|
611 |
msgid ""
|
612 |
"Upload succeeded but the file is suspicious because its contents do not "
|
613 |
"match its extension. Its proper filename is: "
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: lib/wfu_constants.php:135
|
617 |
msgid "No files have been selected!"
|
618 |
msgstr "Aucun fichier n'a été envoyé !"
|
619 |
|
620 |
+
#: lib/wfu_constants.php:136
|
621 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
622 |
msgstr ""
|
623 |
"WPFilebase Plugin n'a pas été mis à jour car il n'y a pas de fichiers à "
|
624 |
"envoyer."
|
625 |
|
626 |
+
#: lib/wfu_constants.php:137
|
627 |
msgid "Notification email was not sent because there were no files uploaded."
|
628 |
msgstr ""
|
629 |
"Le mail de notification n'a pas été envoyé car il n'y a pas de fichiers à "
|
630 |
"envoyer."
|
631 |
|
632 |
+
#: lib/wfu_constants.php:138
|
633 |
msgid ""
|
634 |
"Notification email was not sent because no recipients were defined. Please "
|
635 |
"check notifyrecipients attribute in the shortcode."
|
637 |
"Le mail de notification n'a pas été envoyé car il n'y a pas de destinataire. "
|
638 |
"Merci de vérifier l'attribut notifyrecipients dans le shortcode."
|
639 |
|
640 |
+
#: lib/wfu_constants.php:139
|
641 |
msgid ""
|
642 |
"Notification email was not sent due to an error. Please check "
|
643 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
645 |
"Le mail de notification n'a pas été envoyé car il n'y a une erreur. Merci de "
|
646 |
"vérifier les attributs notifyrecipients, notifysubject et notifymessage."
|
647 |
|
648 |
+
#: lib/wfu_constants.php:140
|
649 |
msgid ""
|
650 |
"Redirection not executed because redirection link is empty. Please check "
|
651 |
"redirectlink attribute."
|
653 |
"La redirection n'a pas été effectuée car le lien de redirection est vide. "
|
654 |
"Merci de vérifier l'attribut redirectlink."
|
655 |
|
656 |
+
#: lib/wfu_constants.php:141
|
657 |
msgid ""
|
658 |
"Redirection not executed because not all files were successfully uploaded."
|
659 |
msgstr ""
|
660 |
"La redirection n'est pas exécutée car tous les fichiers n'ont pas été "
|
661 |
"envoyés."
|
662 |
|
663 |
+
#: lib/wfu_constants.php:142
|
664 |
+
msgid "Potential Denial-Of-Service Attack on {SITE}"
|
665 |
+
msgstr ""
|
666 |
+
|
667 |
+
#: lib/wfu_constants.php:143
|
668 |
+
msgid ""
|
669 |
+
"Hello admin\n"
|
670 |
+
"\n"
|
671 |
+
"This is a message from Wordpress File Upload Plugin to notify you that a "
|
672 |
+
"potential Denial-Of-Service attack has been detected on {SITE}.\n"
|
673 |
+
"\n"
|
674 |
+
"The plugin detected more than {FILENUM} uploads within {INTERVAL} seconds.\n"
|
675 |
+
"\n"
|
676 |
+
"All file uploads that exceed this limit are rejected to protect the website "
|
677 |
+
"from overflowing.\n"
|
678 |
+
"\n"
|
679 |
+
"Please check the upload history log in the plugin's area in Dashboard for "
|
680 |
+
"any suspicious behaviour.\n"
|
681 |
+
"\n"
|
682 |
+
"A new message will follow if the situation remains.\n"
|
683 |
+
"\n"
|
684 |
+
"Thanks"
|
685 |
+
msgstr ""
|
686 |
+
|
687 |
+
#: lib/wfu_constants.php:145
|
688 |
msgid ""
|
689 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
690 |
"message persists, contact administrator."
|
692 |
"Impossible d' ajouter le shortcode à la page / poste. Essayez à nouveau. Si "
|
693 |
"le message persiste, contactez l' administrateur."
|
694 |
|
695 |
+
#: lib/wfu_constants.php:146
|
696 |
msgid ""
|
697 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
698 |
"again to edit the shortcode."
|
700 |
"Impossible de modifier le shortcode parce que le contenu de la page a "
|
701 |
"changé. Essayez à nouveau de modifier le shortcode."
|
702 |
|
703 |
+
#: lib/wfu_constants.php:147
|
704 |
msgid ""
|
705 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
706 |
"again to delete it."
|
708 |
"Impossible de supprimer le shortcode parce que le contenu de la page a "
|
709 |
"changé. Essayez à nouveau de le supprimer."
|
710 |
|
711 |
+
#: lib/wfu_constants.php:148
|
712 |
msgid ""
|
713 |
"The page containing the shortcode has been modified and it is no longer "
|
714 |
"valid. Please go back to reload the shortcode."
|
716 |
"La page contenant le shortcode a été modifié et il n'est plus valide. "
|
717 |
"Rechargez le shortcode."
|
718 |
|
719 |
+
#: lib/wfu_constants.php:149
|
720 |
msgid ""
|
721 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
722 |
"back to reload the shortcode."
|
724 |
"Impossible de mettre à jour le shortcode parce que le contenu de la page a "
|
725 |
"changé. Rechargez le shortcode."
|
726 |
|
727 |
+
#: lib/wfu_constants.php:150
|
728 |
msgid ""
|
729 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
730 |
"go back and reload the shortcode."
|
732 |
"Impossible de mettre à jour le shortcode. Essayez à nouveau. Si le problème "
|
733 |
"persiste, rechargez le shortcode."
|
734 |
|
735 |
+
#: lib/wfu_constants.php:152
|
736 |
msgid "This is a test message"
|
737 |
msgstr "Ceci est un message de test"
|
738 |
|
739 |
+
#: lib/wfu_constants.php:153
|
740 |
msgid "This is a test administrator message"
|
741 |
msgstr "Ceci est un message administrateur de test"
|
742 |
|
743 |
+
#: lib/wfu_constants.php:154
|
744 |
msgid "File testfile 1 under test"
|
745 |
msgstr "File testfile 1 under test"
|
746 |
|
747 |
+
#: lib/wfu_constants.php:155
|
748 |
msgid "File testfile 1 message"
|
749 |
msgstr "File testfile 1 message"
|
750 |
|
751 |
+
#: lib/wfu_constants.php:156
|
752 |
msgid "File testfile 1 administrator message"
|
753 |
msgstr "Message administrateur File testfile"
|
754 |
|
755 |
+
#: lib/wfu_constants.php:157
|
756 |
msgid "File testfile 2 under test"
|
757 |
msgstr "En test File testfile"
|
758 |
|
759 |
+
#: lib/wfu_constants.php:158
|
760 |
msgid "File testfile 2 message"
|
761 |
msgstr "Message File testfile 2"
|
762 |
|
763 |
+
#: lib/wfu_constants.php:159
|
764 |
msgid "File testfile 2 administrator message"
|
765 |
msgstr "Message administrateur File testfile 2"
|
766 |
|
767 |
+
#: lib/wfu_constants.php:161
|
768 |
msgid ""
|
769 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
770 |
"current user."
|
772 |
"Insérez %userid% variable dans le texte. Il sera remplacé par l'id de "
|
773 |
"l'utilisateur courant."
|
774 |
|
775 |
+
#: lib/wfu_constants.php:162
|
776 |
msgid ""
|
777 |
"Insert variable %username% inside text. It will be replaced by the username "
|
778 |
"of the current user."
|
780 |
"Insérez la variable %username% dans le texte. Il sera remplacé par le "
|
781 |
"username de l'utilisateur courant."
|
782 |
|
783 |
+
#: lib/wfu_constants.php:163
|
784 |
msgid ""
|
785 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
786 |
"the current user."
|
788 |
"Insérez la variable %useremail% dans le texte. Il sera remplacé par l'email "
|
789 |
"de l'utilisateur courant."
|
790 |
|
791 |
+
#: lib/wfu_constants.php:164
|
792 |
msgid ""
|
793 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
794 |
"of the uploaded file."
|
796 |
"Insérez la variable %filename% dans le texte. Il sera remplacé par le nom du "
|
797 |
"fichier à envoyer."
|
798 |
|
799 |
+
#: lib/wfu_constants.php:165
|
800 |
msgid ""
|
801 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
802 |
"filepath of the uploaded file."
|
804 |
"Insérez la variable %filepath% dans le texte. Il sera remplacé par le chemin "
|
805 |
"complet du fichier envoyé."
|
806 |
|
807 |
+
#: lib/wfu_constants.php:166
|
808 |
msgid ""
|
809 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
810 |
"the website."
|
812 |
"Insérez la variable %blogid% dans le texte. Il sera remplacé par l'id du "
|
813 |
"blog du site web."
|
814 |
|
815 |
+
#: lib/wfu_constants.php:167
|
816 |
msgid ""
|
817 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
818 |
"current page."
|
820 |
"Insérez %pageid% variable dans le texte. Il sera remplacé par l'id de la "
|
821 |
"page en cours."
|
822 |
|
823 |
+
#: lib/wfu_constants.php:168
|
824 |
msgid ""
|
825 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
826 |
"the current page."
|
828 |
"Insérez %pagetitle% variable dans le texte. Il sera remplacé par le titre de "
|
829 |
"la page courante."
|
830 |
|
831 |
+
#: lib/wfu_constants.php:169
|
832 |
msgid ""
|
833 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
834 |
"drop-down list. It will be replaced by the value that the user entered in "
|
838 |
"l'utilisateur dans la liste déroulante. Il sera remplacé par la valeur que "
|
839 |
"l'utilisateur aura entré dans ce champ."
|
840 |
|
841 |
+
#: lib/wfu_constants.php:170
|
842 |
msgid "Insert variable %n% inside text to denote a line change."
|
843 |
msgstr ""
|
844 |
"Insérez la variable %n% à l'intérieur du texte pour indiquer un changement "
|
845 |
"de ligne."
|
846 |
|
847 |
+
#: lib/wfu_constants.php:172
|
848 |
msgid "Test Mode"
|
849 |
msgstr "Mode de test"
|
850 |
|
851 |
+
#: lib/wfu_constants.php:173
|
852 |
msgid "select dir..."
|
853 |
msgstr "Sélectionnez dir"
|
854 |
|
855 |
+
#: lib/wfu_constants.php:174
|
856 |
msgid "type dir"
|
857 |
msgstr "Saisir dir"
|
858 |
|
859 |
+
#: lib/wfu_constants.php:175
|
860 |
msgid "Upload path: %filepath%"
|
861 |
msgstr "Chemin d'upload : %filepath%"
|
862 |
|
863 |
+
#: lib/wfu_constants.php:176
|
864 |
msgid "Failed upload path: %filepath%"
|
865 |
msgstr "Mauvais répertoire d'envoi : %filepath%"
|
866 |
|
867 |
+
#: lib/wfu_constants.php:177
|
868 |
msgid " (required)"
|
869 |
msgstr " (*)"
|
870 |
|
871 |
+
#: lib/wfu_constants.php:178
|
872 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
873 |
msgstr "Les fichiers sont envoyés. Êtes-vous sûr de vouloir quitter la page ?"
|
874 |
|
875 |
+
#: lib/wfu_constants.php:179
|
876 |
msgid "checking captcha..."
|
877 |
msgstr "Vérifiez captcha..."
|
878 |
|
879 |
+
#: lib/wfu_constants.php:180
|
880 |
msgid "refreshing..."
|
881 |
msgstr "Mise à jour..."
|
882 |
|
883 |
+
#: lib/wfu_constants.php:181
|
884 |
msgid "correct captcha"
|
885 |
msgstr "Captcha correctement saisi"
|
886 |
|
887 |
+
#: lib/wfu_constants.php:182
|
888 |
msgid "click to continue the upload"
|
889 |
msgstr "Cliquer pour continuer l'envoi"
|
890 |
|
891 |
+
#: lib/wfu_constants.php:183
|
892 |
msgid "Are you sure you want to delete this file?"
|
893 |
msgstr "Êtes-vous sûr de vouloir supprimer ce fichier?"
|
894 |
|
895 |
+
#: lib/wfu_constants.php:184
|
896 |
msgid "Are you sure you want to delete these files?"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: lib/wfu_constants.php:185
|
900 |
msgid "Bulk Actions"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: lib/wfu_constants.php:186
|
904 |
msgid "Apply"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: lib/wfu_constants.php:187
|
908 |
msgid "Are you sure that you want to cancel the upload?"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: lib/wfu_constants.php:188
|
912 |
msgid "cancel upload of this file"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: lib/wfu_constants.php:189
|
916 |
msgid "Upload in progress"
|
917 |
msgstr "Envoi en cours"
|
918 |
|
919 |
+
#: lib/wfu_constants.php:190
|
920 |
msgid "Upload in progress with warnings!"
|
921 |
msgstr "Envoi en cours mais avec des avertissements!"
|
922 |
|
923 |
+
#: lib/wfu_constants.php:191
|
924 |
msgid "Upload in progress but some files already failed!"
|
925 |
msgstr "Envoi en cours mais certains fichiers ont échoués!"
|
926 |
|
927 |
+
#: lib/wfu_constants.php:192
|
928 |
msgid "Upload in progress but no files uploaded so far!"
|
929 |
msgstr "Envoi en cours mais aucun fichier n'a été envoyé pour le moment!"
|
930 |
|
931 |
+
#: lib/wfu_constants.php:193
|
932 |
msgid "All files uploaded successfully"
|
933 |
msgstr "Tous les fichiers ont été envoyés avec succès"
|
934 |
|
935 |
+
#: lib/wfu_constants.php:194
|
936 |
msgid "All files uploaded successfully but there are warnings!"
|
937 |
msgstr ""
|
938 |
"Tous les fichiers ont été envoyés avec succès mais avec des avertissements!"
|
939 |
|
940 |
+
#: lib/wfu_constants.php:195
|
941 |
msgid "File uploaded successfully but there are warnings!"
|
942 |
msgstr "Fichiers envoyés avec succès mais certain avec un avertissement."
|
943 |
|
944 |
+
#: lib/wfu_constants.php:196
|
945 |
msgid "Some files failed to upload!"
|
946 |
msgstr "Certains fichiers n'ont pas été envoyé"
|
947 |
|
948 |
+
#: lib/wfu_constants.php:197
|
949 |
msgid "All files failed to upload"
|
950 |
msgstr "Impossible d'envoyer les fichiers"
|
951 |
|
952 |
+
#: lib/wfu_constants.php:198
|
953 |
msgid "File failed to upload"
|
954 |
msgstr "Impossible d'envoyer le fichier"
|
955 |
|
956 |
+
#: lib/wfu_constants.php:199
|
957 |
msgid "There are no files to upload!"
|
958 |
msgstr "Il n'y a pas de fichiers à envoyer"
|
959 |
|
960 |
+
#: lib/wfu_constants.php:200
|
961 |
msgid "Test upload message"
|
962 |
msgstr "Message de test d'upload"
|
963 |
|
964 |
+
#: lib/wfu_constants.php:201
|
965 |
msgid "JSON parse warning!"
|
966 |
msgstr "Avertissements d'analyse JSON."
|
967 |
|
968 |
+
#: lib/wfu_constants.php:202
|
969 |
msgid "please wait while redirecting..."
|
970 |
msgstr "Merci de patienter pendant la redirection..."
|
971 |
|
972 |
+
#: lib/wfu_constants.php:204
|
973 |
msgid "Open visual shortcode editor in new window"
|
974 |
msgstr "Ouvrez l'éditeur de shortcode visuel dans une nouvelle fenêtre"
|
975 |
|
976 |
+
#: lib/wfu_constants.php:205
|
977 |
msgid "loading visual editor"
|
978 |
msgstr "Chargement de l'éditeur visuel"
|
979 |
|
980 |
+
#: lib/wfu_constants.php:206
|
981 |
msgid "Clear file list?"
|
982 |
msgstr "Effacer la liste des fichiers ?"
|
983 |
|
984 |
+
#: lib/wfu_constants.php:207
|
985 |
msgid "DROP HERE"
|
986 |
msgstr "Déposer ici"
|
987 |
|
988 |
+
#: lib/wfu_constants.php:209
|
989 |
msgid "record video"
|
990 |
msgstr ""
|
991 |
|
992 |
+
#: lib/wfu_constants.php:210
|
993 |
msgid "take a picture"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: lib/wfu_constants.php:211
|
997 |
msgid "turn webcam on/off"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: lib/wfu_constants.php:212
|
1001 |
msgid "go live again"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: lib/wfu_constants.php:213
|
1005 |
msgid "end recording"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: lib/wfu_constants.php:214
|
1009 |
msgid "play"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: lib/wfu_constants.php:215
|
1013 |
msgid "pause"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: lib/wfu_constants.php:216
|
1017 |
msgid "go to the beginning"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
+
#: lib/wfu_constants.php:217
|
1021 |
msgid "go to the end"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: lib/wfu_constants.php:219
|
1025 |
msgid "Wordpress File Upload Form"
|
1026 |
msgstr "Wordpress File Upload Formulaire"
|
1027 |
|
1028 |
+
#: lib/wfu_constants.php:220
|
1029 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
1030 |
msgstr "Wordpress File Upload extension d'upload pour sidebar."
|
1031 |
|
1032 |
+
#: lib/wfu_constants.php:221
|
1033 |
msgid "Upload Files"
|
1034 |
msgstr "Envoyer des fichiers"
|
1035 |
|
languages/wp-file-upload-nl_NL.mo
CHANGED
Binary file
|
languages/wp-file-upload-nl_NL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: nl_NL\n"
|
@@ -206,36 +206,49 @@ msgstr ""
|
|
206 |
"correcte bestandnaam is: "
|
207 |
|
208 |
#: lib/wfu_constants.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
msgid "Targer folder doesn't exist."
|
210 |
msgstr "Doelmap bestaat niet."
|
211 |
|
212 |
-
#: lib/wfu_constants.php:
|
213 |
msgid "Upload failed! Missing a temporary folder."
|
214 |
msgstr "Upload mislukt! Er ontbreekt een tijdelijke map."
|
215 |
|
216 |
-
#: lib/wfu_constants.php:
|
217 |
msgid "Upload failed! Permission denied to write to target folder."
|
218 |
msgstr "Upload mislukt! Toestemming ontbreekt om te schrijven naar doelmap."
|
219 |
|
220 |
-
#: lib/wfu_constants.php:
|
221 |
msgid "File not allowed."
|
222 |
msgstr "Bestand niet toegelaten."
|
223 |
|
224 |
-
#: lib/wfu_constants.php:
|
225 |
msgid "File is suspicious and was rejected."
|
226 |
msgstr "Bestand is dubieus en werd niet toegelaten."
|
227 |
|
228 |
-
#: lib/wfu_constants.php:
|
229 |
msgid "The uploaded file exceeds the file size limit."
|
230 |
msgstr "Het geüploade bestand overschrijdt de toegestane grootte."
|
231 |
|
232 |
-
#: lib/wfu_constants.php:
|
233 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
234 |
msgstr ""
|
235 |
"Het geüploade bestand overschrijdt 2GB en wordt niet ondersteund door deze "
|
236 |
"server."
|
237 |
|
238 |
-
#: lib/wfu_constants.php:
|
239 |
msgid ""
|
240 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
241 |
"Please contact the administrator."
|
@@ -243,7 +256,7 @@ msgstr ""
|
|
243 |
"Upload mislukt! Het geüploade bestand overschrijdt de bestandsgrootte van de "
|
244 |
"server. Neem contact op met de beheerder."
|
245 |
|
246 |
-
#: lib/wfu_constants.php:
|
247 |
msgid ""
|
248 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
249 |
"server. Please contact the administrator."
|
@@ -251,7 +264,7 @@ msgstr ""
|
|
251 |
"Upload mislukt! De duur van de upload overschreed de termijn van de server. "
|
252 |
"Neem contact op met de beheerder."
|
253 |
|
254 |
-
#: lib/wfu_constants.php:
|
255 |
msgid ""
|
256 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
257 |
"was specified in the HTML form."
|
@@ -259,20 +272,20 @@ msgstr ""
|
|
259 |
"Upload mislukt! Het geüploade bestand is groter dan de MAX_FILE_SIZE "
|
260 |
"aangegeven voor dit HTML formulier."
|
261 |
|
262 |
-
#: lib/wfu_constants.php:
|
263 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
264 |
msgstr "Upload mislukt! Het geüploade bestand is slechts deels geüpload."
|
265 |
|
266 |
-
#: lib/wfu_constants.php:
|
267 |
msgid "Upload failed! No file was uploaded."
|
268 |
msgstr "Upload mislukt! Er werd geen bestand geüpload."
|
269 |
|
270 |
-
#: lib/wfu_constants.php:
|
271 |
msgid "Upload failed! Failed to write file to disk."
|
272 |
msgstr ""
|
273 |
"Upload mislukt! Het is niet gelukt het bestand naar de schijf te schrijven."
|
274 |
|
275 |
-
#: lib/wfu_constants.php:
|
276 |
msgid ""
|
277 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
278 |
"administrator."
|
@@ -280,11 +293,11 @@ msgstr ""
|
|
280 |
"Upload mislukt! Er is een fout opgetreden tijdens het verplaatsen van het "
|
281 |
"tijdelijke bestand. Contacteer de beheerder."
|
282 |
|
283 |
-
#: lib/wfu_constants.php:
|
284 |
msgid "Upload cancelled!"
|
285 |
msgstr "Upload geannuleerd!"
|
286 |
|
287 |
-
#: lib/wfu_constants.php:
|
288 |
msgid ""
|
289 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
290 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
@@ -294,19 +307,19 @@ msgstr ""
|
|
294 |
"mogelijkheid om te achterhalen welke extensie de oorzaak is; onderzoek van "
|
295 |
"de lijst met actieve extensies met phpinfo() kan nuttig zijn."
|
296 |
|
297 |
-
#: lib/wfu_constants.php:
|
298 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
299 |
msgstr "Upload mislukt! Een fout is opgetreden tijdens het uploaden."
|
300 |
|
301 |
-
#: lib/wfu_constants.php:
|
302 |
msgid "Upload failed!"
|
303 |
msgstr "Upload mislukt!"
|
304 |
|
305 |
-
#: lib/wfu_constants.php:
|
306 |
msgid "No file!"
|
307 |
msgstr "Geen bestand!"
|
308 |
|
309 |
-
#: lib/wfu_constants.php:
|
310 |
msgid ""
|
311 |
"Upload failed! The upload has been canceled by the user or the browser "
|
312 |
"dropped the connection."
|
@@ -314,27 +327,27 @@ msgstr ""
|
|
314 |
"Upload mislukt! De upload werd geannuleerd door de gebruiker of de "
|
315 |
"verbinding met de server werd verbroken."
|
316 |
|
317 |
-
#: lib/wfu_constants.php:
|
318 |
msgid "Upload failed! Unknown error."
|
319 |
msgstr "Upload mislukt! Onbekende fout."
|
320 |
|
321 |
-
#: lib/wfu_constants.php:
|
322 |
msgid "Please contact the administrator."
|
323 |
msgstr "Contacteer de beheerder."
|
324 |
|
325 |
-
#: lib/wfu_constants.php:
|
326 |
msgid "No result from remote server!"
|
327 |
msgstr "Geen resultaten van de server!"
|
328 |
|
329 |
-
#: lib/wfu_constants.php:
|
330 |
msgid " but with warnings"
|
331 |
msgstr " maar met waarschuwingen"
|
332 |
|
333 |
-
#: lib/wfu_constants.php:
|
334 |
msgid "Warning: JSON parse error."
|
335 |
msgstr "Opgelet: JSON parseerfout."
|
336 |
|
337 |
-
#: lib/wfu_constants.php:
|
338 |
msgid ""
|
339 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
340 |
"not be parsed."
|
@@ -342,20 +355,20 @@ msgstr ""
|
|
342 |
"De uploadparameters van dit bestand, doorgegeven als JSON string to the "
|
343 |
"handler, kon niet worden ontleed."
|
344 |
|
345 |
-
#: lib/wfu_constants.php:
|
346 |
msgid ""
|
347 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
348 |
msgstr ""
|
349 |
"UploadStates, doorgegeven als JSON string to the handler, kon niet worden "
|
350 |
"ontleed."
|
351 |
|
352 |
-
#: lib/wfu_constants.php:
|
353 |
msgid ""
|
354 |
"Redirection to classic form functionality occurred due to unknown error."
|
355 |
msgstr ""
|
356 |
"Doorsturen naar classic form functionaliteit trad op door onbekende fout."
|
357 |
|
358 |
-
#: lib/wfu_constants.php:
|
359 |
msgid ""
|
360 |
"Redirection to classic form functionality occurred because AJAX is not "
|
361 |
"supported."
|
@@ -363,7 +376,7 @@ msgstr ""
|
|
363 |
"Doorsturen naar classic form functionaliteit trad op omdat AJAX niet wordt "
|
364 |
"ondersteund."
|
365 |
|
366 |
-
#: lib/wfu_constants.php:
|
367 |
msgid ""
|
368 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
369 |
"supported."
|
@@ -371,57 +384,57 @@ msgstr ""
|
|
371 |
"Doorsturen naar classic form functionaliteit trad op omdat HTML5 niet wordt "
|
372 |
"ondersteund."
|
373 |
|
374 |
-
#: lib/wfu_constants.php:
|
375 |
msgid ""
|
376 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
377 |
msgstr ""
|
378 |
"Doorsturen naar classic form functionaliteit trad op wegens JSON parseerfout."
|
379 |
|
380 |
-
#: lib/wfu_constants.php:
|
381 |
msgid "Please enable popup windows from the browser's settings!"
|
382 |
msgstr "Activeer popup vensters in de browserinstellingen!"
|
383 |
|
384 |
-
#: lib/wfu_constants.php:
|
385 |
msgid "cannot be empty!"
|
386 |
msgstr "kan niet leeg zijn!"
|
387 |
|
388 |
-
#: lib/wfu_constants.php:
|
389 |
msgid "number not valid!"
|
390 |
msgstr "nummer niet geldig!"
|
391 |
|
392 |
-
#: lib/wfu_constants.php:
|
393 |
msgid "email not valid!"
|
394 |
msgstr "e-mail niet geldig!"
|
395 |
|
396 |
-
#: lib/wfu_constants.php:
|
397 |
msgid "emails do not match!"
|
398 |
msgstr "e-mails komen niet overeen!"
|
399 |
|
400 |
-
#: lib/wfu_constants.php:
|
401 |
msgid "no base email field in group!"
|
402 |
msgstr "geen hoofd e-mailveld in de groep!"
|
403 |
|
404 |
-
#: lib/wfu_constants.php:
|
405 |
msgid "passwords do not match!"
|
406 |
msgstr "Wachtwoorden komen niet overeen!"
|
407 |
|
408 |
-
#: lib/wfu_constants.php:
|
409 |
msgid "no base password field in group!"
|
410 |
msgstr "geen hoofd wachtwoordveld in de groep!"
|
411 |
|
412 |
-
#: lib/wfu_constants.php:
|
413 |
msgid "checkbox unchecked!"
|
414 |
msgstr "checkbox niet aangevinkt!"
|
415 |
|
416 |
-
#: lib/wfu_constants.php:
|
417 |
msgid "no option selected!"
|
418 |
msgstr "geen optie geselecteerd!"
|
419 |
|
420 |
-
#: lib/wfu_constants.php:
|
421 |
msgid "no item selected!"
|
422 |
msgstr "geen item geselecteerd!"
|
423 |
|
424 |
-
#: lib/wfu_constants.php:
|
425 |
msgid ""
|
426 |
"There are more than one instances of the plugin in this page with the same "
|
427 |
"id. Please change it."
|
@@ -429,7 +442,7 @@ msgstr ""
|
|
429 |
"Er is meer dan één verzoek van deze plugin op deze pagina met dezelfde id. "
|
430 |
"Pas dit aan."
|
431 |
|
432 |
-
#: lib/wfu_constants.php:
|
433 |
msgid ""
|
434 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
435 |
"the page."
|
@@ -437,19 +450,19 @@ msgstr ""
|
|
437 |
"Kan de shortcode niet aanpassen omdat de pagina werd aangepast. Herlaadt de "
|
438 |
"pagina."
|
439 |
|
440 |
-
#: lib/wfu_constants.php:
|
441 |
msgid "Your browser does not support webcam capture!"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: lib/wfu_constants.php:
|
445 |
msgid "Your browser does not support video recording from the webcam!"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: lib/wfu_constants.php:
|
449 |
msgid "No video was recorded!"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: lib/wfu_constants.php:
|
453 |
msgid ""
|
454 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
455 |
"or use RecaptchaV2 (no account)."
|
@@ -457,7 +470,7 @@ msgstr ""
|
|
457 |
"FOUT: Captcha niet ondersteund! Je gebruikt een oude PHP versie. Upgrade "
|
458 |
"jouw PHP of gebruik RecaptchaV2 (geen account)."
|
459 |
|
460 |
-
#: lib/wfu_constants.php:
|
461 |
msgid ""
|
462 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
463 |
"notify administrator."
|
@@ -465,7 +478,7 @@ msgstr ""
|
|
465 |
"FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
|
466 |
"Informeer de beheerder."
|
467 |
|
468 |
-
#: lib/wfu_constants.php:
|
469 |
msgid ""
|
470 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
471 |
"use RecaptchaV1 (no account)."
|
@@ -473,11 +486,11 @@ msgstr ""
|
|
473 |
"FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
|
474 |
"Gebruik RecaptchaV1 (geen account)."
|
475 |
|
476 |
-
#: lib/wfu_constants.php:
|
477 |
msgid "ERROR: No site key. Please contact administrator!"
|
478 |
msgstr "FOUT: Geen websitesleutel. Contacteer de beheerder!"
|
479 |
|
480 |
-
#: lib/wfu_constants.php:
|
481 |
msgid ""
|
482 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
483 |
"define Google Recaptcha keys."
|
@@ -485,111 +498,111 @@ msgstr ""
|
|
485 |
"FOUT: Geen websitesleutel gedefinieerd! Ga naar de plugin instellingen in "
|
486 |
"het Dashboard om de Google Recaptcha sleutels te bepalen."
|
487 |
|
488 |
-
#: lib/wfu_constants.php:
|
489 |
msgid "Bad captcha image!"
|
490 |
msgstr "Foute captcha afbeelding!"
|
491 |
|
492 |
-
#: lib/wfu_constants.php:
|
493 |
msgid "No input!"
|
494 |
msgstr "Geen invoer!"
|
495 |
|
496 |
-
#: lib/wfu_constants.php:
|
497 |
msgid "Captcha not completed!"
|
498 |
msgstr "Captcha niet voltooid!"
|
499 |
|
500 |
-
#: lib/wfu_constants.php:
|
501 |
msgid "Wrong captcha!"
|
502 |
msgstr "Foute captcha!"
|
503 |
|
504 |
-
#: lib/wfu_constants.php:
|
505 |
msgid "Error refreshing captcha!"
|
506 |
msgstr "Fout bij het verversen van de captcha!"
|
507 |
|
508 |
-
#: lib/wfu_constants.php:
|
509 |
msgid "Unknown captcha error!"
|
510 |
msgstr "Onbekende captchafout!"
|
511 |
|
512 |
-
#: lib/wfu_constants.php:
|
513 |
msgid "Captcha not supported by your browser!"
|
514 |
msgstr "Captcha niet ondersteund door jouw browser!"
|
515 |
|
516 |
-
#: lib/wfu_constants.php:
|
517 |
msgid "the secret parameter is missing"
|
518 |
msgstr "de geheime parameter ontbreekt"
|
519 |
|
520 |
-
#: lib/wfu_constants.php:
|
521 |
msgid "the secret parameter is invalid or malformed"
|
522 |
msgstr "de geheime parameter is ongeldig of foutief gevormd"
|
523 |
|
524 |
-
#: lib/wfu_constants.php:
|
525 |
msgid "the response parameter is missing"
|
526 |
msgstr "de antwoord parameter ontbreekt"
|
527 |
|
528 |
-
#: lib/wfu_constants.php:
|
529 |
msgid "the response parameter is invalid or malformed"
|
530 |
msgstr "de antwoord parameter is ongeldig of foutief gevormd"
|
531 |
|
532 |
-
#: lib/wfu_constants.php:
|
533 |
msgid "Please do not use drag drop due to an internal problem."
|
534 |
msgstr "Gebruik geen drag drop wegens een intern probleem."
|
535 |
|
536 |
-
#: lib/wfu_constants.php:
|
537 |
#, php-format
|
538 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
539 |
msgstr "Fout tijdens blok-upload. Unieke ID is leeg in blok %d"
|
540 |
|
541 |
-
#: lib/wfu_constants.php:
|
542 |
msgid "Chunked upload is not allowed!"
|
543 |
msgstr "Blok upload is niet toegestaan!"
|
544 |
|
545 |
-
#: lib/wfu_constants.php:
|
546 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
547 |
msgstr "Blok upload werd afgebroken wegens een fout in vorige blok!"
|
548 |
|
549 |
-
#: lib/wfu_constants.php:
|
550 |
msgid "Chunked upload failed, final file could not be created!"
|
551 |
msgstr "Blok upload mislukt, laatste bestand kon niet worden aangemaakt!"
|
552 |
|
553 |
-
#: lib/wfu_constants.php:
|
554 |
#, php-format
|
555 |
msgid "Could not write file chuck to destination on chunk %d"
|
556 |
msgstr "Kon bestandsblok niet wegschrijven naar bestemming op blok %d"
|
557 |
|
558 |
-
#: lib/wfu_constants.php:
|
559 |
#, php-format
|
560 |
msgid "Could not enlarge destination file on chunk %d"
|
561 |
msgstr "Kon het bestemmingsbestand niet vergroten op blok %d"
|
562 |
|
563 |
-
#: lib/wfu_constants.php:
|
564 |
#, php-format
|
565 |
msgid "Could not open file handles on chunk %d"
|
566 |
msgstr "Kon het bestand op blok %d niet openen"
|
567 |
|
568 |
-
#: lib/wfu_constants.php:
|
569 |
msgid "You are not allowed to delete this file!"
|
570 |
msgstr "Je hebt geen toestemming om dit bestand te verwijderen!"
|
571 |
|
572 |
-
#: lib/wfu_constants.php:
|
573 |
msgid "File was not deleted!"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: lib/wfu_constants.php:
|
577 |
msgid "No file was deleted!"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: lib/wfu_constants.php:
|
581 |
msgid "Some files were not deleted!"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: lib/wfu_constants.php:
|
585 |
msgid "Upload skipped! File already exists."
|
586 |
msgstr "Upload overgeslagen! Bestand bestaat al."
|
587 |
|
588 |
-
#: lib/wfu_constants.php:
|
589 |
msgid "The extension of the file does not match its contents."
|
590 |
msgstr "De extensie van het bestand komt niet overeen met zijn inhoud."
|
591 |
|
592 |
-
#: lib/wfu_constants.php:
|
593 |
msgid ""
|
594 |
"Upload succeeded but the file is suspicious because its contents do not "
|
595 |
"match its extension. Its proper filename is: "
|
@@ -597,22 +610,22 @@ msgstr ""
|
|
597 |
"Upload is gelukt maar het bestand is dubieus omdat zijn inhoud niet overeen "
|
598 |
"komt met de extensie. De correcte bestandsnaam is "
|
599 |
|
600 |
-
#: lib/wfu_constants.php:
|
601 |
msgid "No files have been selected!"
|
602 |
msgstr "Er werden geen bestanden geselecteerd!"
|
603 |
|
604 |
-
#: lib/wfu_constants.php:
|
605 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
606 |
msgstr ""
|
607 |
"WPFilebase Plugin werd niet geüpdatet omdat er geen bestanden werden "
|
608 |
"geüpload."
|
609 |
|
610 |
-
#: lib/wfu_constants.php:
|
611 |
msgid "Notification email was not sent because there were no files uploaded."
|
612 |
msgstr ""
|
613 |
"Er werd geen meldingsmail verstuurd omdat er geen bestanden werden geüpload."
|
614 |
|
615 |
-
#: lib/wfu_constants.php:
|
616 |
msgid ""
|
617 |
"Notification email was not sent because no recipients were defined. Please "
|
618 |
"check notifyrecipients attribute in the shortcode."
|
@@ -620,7 +633,7 @@ msgstr ""
|
|
620 |
"Er werd geen meldingsmail verstuurd omdat er geen ontvangers werden "
|
621 |
"toegekend. Controleer de notifyrecipients attribuut in de shortcode."
|
622 |
|
623 |
-
#: lib/wfu_constants.php:
|
624 |
msgid ""
|
625 |
"Notification email was not sent due to an error. Please check "
|
626 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -628,7 +641,7 @@ msgstr ""
|
|
628 |
"Meldingsmail werd niet verstuurd wegens een fout. Controleer "
|
629 |
"notifyrecipients, notifysubject en notifymessage attributen op fouten."
|
630 |
|
631 |
-
#: lib/wfu_constants.php:
|
632 |
msgid ""
|
633 |
"Redirection not executed because redirection link is empty. Please check "
|
634 |
"redirectlink attribute."
|
@@ -636,14 +649,38 @@ msgstr ""
|
|
636 |
"Omleiding niet uitgevoerd omdat de omleidingslink ontbreekt. Controleer het "
|
637 |
"omleidingslink attribuut."
|
638 |
|
639 |
-
#: lib/wfu_constants.php:
|
640 |
msgid ""
|
641 |
"Redirection not executed because not all files were successfully uploaded."
|
642 |
msgstr ""
|
643 |
"Omleiding werd niet uitgevoerd omdat niet alle bestanden correct werden "
|
644 |
"geüpload."
|
645 |
|
646 |
-
#: lib/wfu_constants.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
647 |
msgid ""
|
648 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
649 |
"message persists, contact administrator."
|
@@ -651,7 +688,7 @@ msgstr ""
|
|
651 |
"De shortcode toevoegen aan de pagina/post is mislukt. Probeer opnieuw. "
|
652 |
"Contacteer de beheerder wanneer dit bericht blijft verschijnen."
|
653 |
|
654 |
-
#: lib/wfu_constants.php:
|
655 |
msgid ""
|
656 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
657 |
"again to edit the shortcode."
|
@@ -659,7 +696,7 @@ msgstr ""
|
|
659 |
"De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
|
660 |
"veranderd. Probeer de shortcode opnieuw aan te passen."
|
661 |
|
662 |
-
#: lib/wfu_constants.php:
|
663 |
msgid ""
|
664 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
665 |
"again to delete it."
|
@@ -667,7 +704,7 @@ msgstr ""
|
|
667 |
"De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
|
668 |
"veranderd. Probeer opnieuw te verwijderen."
|
669 |
|
670 |
-
#: lib/wfu_constants.php:
|
671 |
msgid ""
|
672 |
"The page containing the shortcode has been modified and it is no longer "
|
673 |
"valid. Please go back to reload the shortcode."
|
@@ -675,7 +712,7 @@ msgstr ""
|
|
675 |
"De pagina die de shortcode bevat werd aangepast en is daardoor niet langer "
|
676 |
"geldig. Ga terug om de shortcode te herladen."
|
677 |
|
678 |
-
#: lib/wfu_constants.php:
|
679 |
msgid ""
|
680 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
681 |
"back to reload the shortcode."
|
@@ -683,7 +720,7 @@ msgstr ""
|
|
683 |
"Het updaten van de shortcode is mislukt omdat de inhoud van de pagina werd "
|
684 |
"gewijzigd. Ga terug om de shortcode te herladen."
|
685 |
|
686 |
-
#: lib/wfu_constants.php:
|
687 |
msgid ""
|
688 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
689 |
"go back and reload the shortcode."
|
@@ -691,39 +728,39 @@ msgstr ""
|
|
691 |
"Updaten van de shortcode is mislukt. Probeer opnieuw. Als het probleem zich "
|
692 |
"blijft voordoen, ga dan terug en herlaadt de shortcode."
|
693 |
|
694 |
-
#: lib/wfu_constants.php:
|
695 |
msgid "This is a test message"
|
696 |
msgstr "Dit is een testbericht"
|
697 |
|
698 |
-
#: lib/wfu_constants.php:
|
699 |
msgid "This is a test administrator message"
|
700 |
msgstr "Dit is een test beheerdersbericht"
|
701 |
|
702 |
-
#: lib/wfu_constants.php:
|
703 |
msgid "File testfile 1 under test"
|
704 |
msgstr "Bestand testfile 1 onder test"
|
705 |
|
706 |
-
#: lib/wfu_constants.php:
|
707 |
msgid "File testfile 1 message"
|
708 |
msgstr "Bestand testfile 1 bericht"
|
709 |
|
710 |
-
#: lib/wfu_constants.php:
|
711 |
msgid "File testfile 1 administrator message"
|
712 |
msgstr "Bestand testfile 1 beheerdersbericht"
|
713 |
|
714 |
-
#: lib/wfu_constants.php:
|
715 |
msgid "File testfile 2 under test"
|
716 |
msgstr "Bestand tesfile 2 onder test"
|
717 |
|
718 |
-
#: lib/wfu_constants.php:
|
719 |
msgid "File testfile 2 message"
|
720 |
msgstr "Bestand testfile 2 bericht"
|
721 |
|
722 |
-
#: lib/wfu_constants.php:
|
723 |
msgid "File testfile 2 administrator message"
|
724 |
msgstr "Bestand testfile 2 beheerdersbericht"
|
725 |
|
726 |
-
#: lib/wfu_constants.php:
|
727 |
msgid ""
|
728 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
729 |
"current user."
|
@@ -731,7 +768,7 @@ msgstr ""
|
|
731 |
"Plaats de variabele %userid% in de tekst. Het zal worden vervangen door de "
|
732 |
"id van de huidige gebruiker."
|
733 |
|
734 |
-
#: lib/wfu_constants.php:
|
735 |
msgid ""
|
736 |
"Insert variable %username% inside text. It will be replaced by the username "
|
737 |
"of the current user."
|
@@ -739,7 +776,7 @@ msgstr ""
|
|
739 |
"Plaats de variabele %username% in de tekst. Het zal worden vervangen door de "
|
740 |
"gebruikersnaam van de huidige gebruiker."
|
741 |
|
742 |
-
#: lib/wfu_constants.php:
|
743 |
msgid ""
|
744 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
745 |
"the current user."
|
@@ -747,7 +784,7 @@ msgstr ""
|
|
747 |
"Plaats de variabele %usermail% in de tekst. Het zal worden vervangen door "
|
748 |
"het e-mailadres van de huidige gebruiker."
|
749 |
|
750 |
-
#: lib/wfu_constants.php:
|
751 |
msgid ""
|
752 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
753 |
"of the uploaded file."
|
@@ -755,7 +792,7 @@ msgstr ""
|
|
755 |
"Plaats de variabele %filename% in de tekst. Het zal worden vervangen door de "
|
756 |
"bestandsnaam van het geüploade bestand."
|
757 |
|
758 |
-
#: lib/wfu_constants.php:
|
759 |
msgid ""
|
760 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
761 |
"filepath of the uploaded file."
|
@@ -763,7 +800,7 @@ msgstr ""
|
|
763 |
"Plaats de variabele %filepath% in de tekst. Het zal worden vervangen door "
|
764 |
"het volledige bestandspad van het geüploade bestand."
|
765 |
|
766 |
-
#: lib/wfu_constants.php:
|
767 |
msgid ""
|
768 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
769 |
"the website."
|
@@ -771,7 +808,7 @@ msgstr ""
|
|
771 |
"Plaats de variabele %blogid% in de tekst. Het zal worden vervangen door de "
|
772 |
"blog id van de website."
|
773 |
|
774 |
-
#: lib/wfu_constants.php:
|
775 |
msgid ""
|
776 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
777 |
"current page."
|
@@ -779,7 +816,7 @@ msgstr ""
|
|
779 |
"Plaats de variabele %pageid% in de tekst. Het zal worden vervangen door de "
|
780 |
"id van de huidige pagina."
|
781 |
|
782 |
-
#: lib/wfu_constants.php:
|
783 |
msgid ""
|
784 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
785 |
"the current page."
|
@@ -787,7 +824,7 @@ msgstr ""
|
|
787 |
"Plaats de variabele %pagetitle% in de tekst. Het zal worden vervangen door "
|
788 |
"de titel van de huidige pagina."
|
789 |
|
790 |
-
#: lib/wfu_constants.php:
|
791 |
msgid ""
|
792 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
793 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -797,196 +834,196 @@ msgstr ""
|
|
797 |
"via het uitklaplijst. Het zal worden vervangen door de data die de gebruiker "
|
798 |
"in dit veld heeft ingevuld."
|
799 |
|
800 |
-
#: lib/wfu_constants.php:
|
801 |
msgid "Insert variable %n% inside text to denote a line change."
|
802 |
msgstr ""
|
803 |
"Plaats de variabele %n% in de tekst om verder te gaan naar de volgende regel."
|
804 |
|
805 |
-
#: lib/wfu_constants.php:
|
806 |
msgid "Test Mode"
|
807 |
msgstr "Test Modus"
|
808 |
|
809 |
-
#: lib/wfu_constants.php:
|
810 |
msgid "select dir..."
|
811 |
msgstr "selecteer dir..."
|
812 |
|
813 |
-
#: lib/wfu_constants.php:
|
814 |
msgid "type dir"
|
815 |
msgstr "type dir"
|
816 |
|
817 |
-
#: lib/wfu_constants.php:
|
818 |
msgid "Upload path: %filepath%"
|
819 |
msgstr "Uploadpad: %filepath%"
|
820 |
|
821 |
-
#: lib/wfu_constants.php:
|
822 |
msgid "Failed upload path: %filepath%"
|
823 |
msgstr "Foutief uploadpad: %filepath%"
|
824 |
|
825 |
-
#: lib/wfu_constants.php:
|
826 |
msgid " (required)"
|
827 |
msgstr "(verplicht)"
|
828 |
|
829 |
-
#: lib/wfu_constants.php:
|
830 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
831 |
msgstr ""
|
832 |
"Bestanden worden geüpload. Ben je zeker dat je de pagina wilt verlaten?"
|
833 |
|
834 |
-
#: lib/wfu_constants.php:
|
835 |
msgid "checking captcha..."
|
836 |
msgstr "captcha controleren..."
|
837 |
|
838 |
-
#: lib/wfu_constants.php:
|
839 |
msgid "refreshing..."
|
840 |
msgstr "verversen..."
|
841 |
|
842 |
-
#: lib/wfu_constants.php:
|
843 |
msgid "correct captcha"
|
844 |
msgstr "correcte captcha"
|
845 |
|
846 |
-
#: lib/wfu_constants.php:
|
847 |
msgid "click to continue the upload"
|
848 |
msgstr "Klik om door te gaan met uploaden"
|
849 |
|
850 |
-
#: lib/wfu_constants.php:
|
851 |
msgid "Are you sure you want to delete this file?"
|
852 |
msgstr "Ben je zeker dat je dit bestand wilt verwijderen?"
|
853 |
|
854 |
-
#: lib/wfu_constants.php:
|
855 |
msgid "Are you sure you want to delete these files?"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: lib/wfu_constants.php:
|
859 |
msgid "Bulk Actions"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: lib/wfu_constants.php:
|
863 |
msgid "Apply"
|
864 |
msgstr ""
|
865 |
|
866 |
-
#: lib/wfu_constants.php:
|
867 |
msgid "Are you sure that you want to cancel the upload?"
|
868 |
msgstr ""
|
869 |
|
870 |
-
#: lib/wfu_constants.php:
|
871 |
msgid "cancel upload of this file"
|
872 |
msgstr "uploaden van dit bestand annuleren"
|
873 |
|
874 |
-
#: lib/wfu_constants.php:
|
875 |
msgid "Upload in progress"
|
876 |
msgstr "Upload is bezig"
|
877 |
|
878 |
-
#: lib/wfu_constants.php:
|
879 |
msgid "Upload in progress with warnings!"
|
880 |
msgstr "Upload is bezig met waarschuwingen!"
|
881 |
|
882 |
-
#: lib/wfu_constants.php:
|
883 |
msgid "Upload in progress but some files already failed!"
|
884 |
msgstr "Upload is bezig maar sommige bestanden zijn reeds mislukt!"
|
885 |
|
886 |
-
#: lib/wfu_constants.php:
|
887 |
msgid "Upload in progress but no files uploaded so far!"
|
888 |
msgstr "Upload is bezig maar er werden tot nu toe nog geen bestanden geüpload!"
|
889 |
|
890 |
-
#: lib/wfu_constants.php:
|
891 |
msgid "All files uploaded successfully"
|
892 |
msgstr "Alle bestanden met succes geüpload"
|
893 |
|
894 |
-
#: lib/wfu_constants.php:
|
895 |
msgid "All files uploaded successfully but there are warnings!"
|
896 |
msgstr "Alle bestanden zijn succesvol geüpload maar er zijn waarschuwingen!"
|
897 |
|
898 |
-
#: lib/wfu_constants.php:
|
899 |
msgid "File uploaded successfully but there are warnings!"
|
900 |
msgstr "Bestand werd succesvol geüpload maar er zijn waarschuwingen!"
|
901 |
|
902 |
-
#: lib/wfu_constants.php:
|
903 |
msgid "Some files failed to upload!"
|
904 |
msgstr "Sommige bestanden werden niet geüpload!"
|
905 |
|
906 |
-
#: lib/wfu_constants.php:
|
907 |
msgid "All files failed to upload"
|
908 |
msgstr "Upload mislukt voor alle bestanden"
|
909 |
|
910 |
-
#: lib/wfu_constants.php:
|
911 |
msgid "File failed to upload"
|
912 |
msgstr "Upload mislukt voor bestand"
|
913 |
|
914 |
-
#: lib/wfu_constants.php:
|
915 |
msgid "There are no files to upload!"
|
916 |
msgstr "Er zijn geen bestanden om te uploaden!"
|
917 |
|
918 |
-
#: lib/wfu_constants.php:
|
919 |
msgid "Test upload message"
|
920 |
msgstr "Test upload berciht"
|
921 |
|
922 |
-
#: lib/wfu_constants.php:
|
923 |
msgid "JSON parse warning!"
|
924 |
msgstr "JSON parseer waarschuwing!"
|
925 |
|
926 |
-
#: lib/wfu_constants.php:
|
927 |
msgid "please wait while redirecting..."
|
928 |
msgstr "wacht a.u.b. terwijl je wordt doorverwezen..."
|
929 |
|
930 |
-
#: lib/wfu_constants.php:
|
931 |
msgid "Open visual shortcode editor in new window"
|
932 |
msgstr "Open de visuele shortcode editor in een nieuw venster"
|
933 |
|
934 |
-
#: lib/wfu_constants.php:
|
935 |
msgid "loading visual editor"
|
936 |
msgstr "laden visuele editor"
|
937 |
|
938 |
-
#: lib/wfu_constants.php:
|
939 |
msgid "Clear file list?"
|
940 |
msgstr "Bestandenlijst wissen?"
|
941 |
|
942 |
-
#: lib/wfu_constants.php:
|
943 |
msgid "DROP HERE"
|
944 |
msgstr "PLAATS HIER"
|
945 |
|
946 |
-
#: lib/wfu_constants.php:
|
947 |
msgid "record video"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: lib/wfu_constants.php:
|
951 |
msgid "take a picture"
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: lib/wfu_constants.php:
|
955 |
msgid "turn webcam on/off"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: lib/wfu_constants.php:
|
959 |
msgid "go live again"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: lib/wfu_constants.php:
|
963 |
msgid "end recording"
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: lib/wfu_constants.php:
|
967 |
msgid "play"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: lib/wfu_constants.php:
|
971 |
msgid "pause"
|
972 |
msgstr ""
|
973 |
|
974 |
-
#: lib/wfu_constants.php:
|
975 |
msgid "go to the beginning"
|
976 |
msgstr ""
|
977 |
|
978 |
-
#: lib/wfu_constants.php:
|
979 |
msgid "go to the end"
|
980 |
msgstr ""
|
981 |
|
982 |
-
#: lib/wfu_constants.php:
|
983 |
msgid "Wordpress File Upload Form"
|
984 |
msgstr "Wordpress File Upload Formulier"
|
985 |
|
986 |
-
#: lib/wfu_constants.php:
|
987 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
988 |
msgstr "Wordpress File Upload plugin uploader voor zijbalken"
|
989 |
|
990 |
-
#: lib/wfu_constants.php:
|
991 |
msgid "Upload Files"
|
992 |
msgstr "Upload Bestanden"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-21 23:02+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-06-21 23:02+0200\n"
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: nl_NL\n"
|
206 |
"correcte bestandnaam is: "
|
207 |
|
208 |
#: lib/wfu_constants.php:53
|
209 |
+
msgid ""
|
210 |
+
"Too many files are uploaded in a short period of time. This may be a Denial-"
|
211 |
+
"Of-Service attack, so file was rejected. Please check the upload log for "
|
212 |
+
"suspicious behaviour."
|
213 |
+
msgstr ""
|
214 |
+
|
215 |
+
#: lib/wfu_constants.php:54
|
216 |
+
msgid ""
|
217 |
+
"File not uploaded in order to prevent overflow of the website. Please "
|
218 |
+
"contact administrator."
|
219 |
+
msgstr ""
|
220 |
+
|
221 |
+
#: lib/wfu_constants.php:55
|
222 |
msgid "Targer folder doesn't exist."
|
223 |
msgstr "Doelmap bestaat niet."
|
224 |
|
225 |
+
#: lib/wfu_constants.php:56
|
226 |
msgid "Upload failed! Missing a temporary folder."
|
227 |
msgstr "Upload mislukt! Er ontbreekt een tijdelijke map."
|
228 |
|
229 |
+
#: lib/wfu_constants.php:57
|
230 |
msgid "Upload failed! Permission denied to write to target folder."
|
231 |
msgstr "Upload mislukt! Toestemming ontbreekt om te schrijven naar doelmap."
|
232 |
|
233 |
+
#: lib/wfu_constants.php:58
|
234 |
msgid "File not allowed."
|
235 |
msgstr "Bestand niet toegelaten."
|
236 |
|
237 |
+
#: lib/wfu_constants.php:59
|
238 |
msgid "File is suspicious and was rejected."
|
239 |
msgstr "Bestand is dubieus en werd niet toegelaten."
|
240 |
|
241 |
+
#: lib/wfu_constants.php:60
|
242 |
msgid "The uploaded file exceeds the file size limit."
|
243 |
msgstr "Het geüploade bestand overschrijdt de toegestane grootte."
|
244 |
|
245 |
+
#: lib/wfu_constants.php:61
|
246 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
247 |
msgstr ""
|
248 |
"Het geüploade bestand overschrijdt 2GB en wordt niet ondersteund door deze "
|
249 |
"server."
|
250 |
|
251 |
+
#: lib/wfu_constants.php:62
|
252 |
msgid ""
|
253 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
254 |
"Please contact the administrator."
|
256 |
"Upload mislukt! Het geüploade bestand overschrijdt de bestandsgrootte van de "
|
257 |
"server. Neem contact op met de beheerder."
|
258 |
|
259 |
+
#: lib/wfu_constants.php:63
|
260 |
msgid ""
|
261 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
262 |
"server. Please contact the administrator."
|
264 |
"Upload mislukt! De duur van de upload overschreed de termijn van de server. "
|
265 |
"Neem contact op met de beheerder."
|
266 |
|
267 |
+
#: lib/wfu_constants.php:64
|
268 |
msgid ""
|
269 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
270 |
"was specified in the HTML form."
|
272 |
"Upload mislukt! Het geüploade bestand is groter dan de MAX_FILE_SIZE "
|
273 |
"aangegeven voor dit HTML formulier."
|
274 |
|
275 |
+
#: lib/wfu_constants.php:65
|
276 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
277 |
msgstr "Upload mislukt! Het geüploade bestand is slechts deels geüpload."
|
278 |
|
279 |
+
#: lib/wfu_constants.php:66
|
280 |
msgid "Upload failed! No file was uploaded."
|
281 |
msgstr "Upload mislukt! Er werd geen bestand geüpload."
|
282 |
|
283 |
+
#: lib/wfu_constants.php:67
|
284 |
msgid "Upload failed! Failed to write file to disk."
|
285 |
msgstr ""
|
286 |
"Upload mislukt! Het is niet gelukt het bestand naar de schijf te schrijven."
|
287 |
|
288 |
+
#: lib/wfu_constants.php:68
|
289 |
msgid ""
|
290 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
291 |
"administrator."
|
293 |
"Upload mislukt! Er is een fout opgetreden tijdens het verplaatsen van het "
|
294 |
"tijdelijke bestand. Contacteer de beheerder."
|
295 |
|
296 |
+
#: lib/wfu_constants.php:69
|
297 |
msgid "Upload cancelled!"
|
298 |
msgstr "Upload geannuleerd!"
|
299 |
|
300 |
+
#: lib/wfu_constants.php:70
|
301 |
msgid ""
|
302 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
303 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
307 |
"mogelijkheid om te achterhalen welke extensie de oorzaak is; onderzoek van "
|
308 |
"de lijst met actieve extensies met phpinfo() kan nuttig zijn."
|
309 |
|
310 |
+
#: lib/wfu_constants.php:71
|
311 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
312 |
msgstr "Upload mislukt! Een fout is opgetreden tijdens het uploaden."
|
313 |
|
314 |
+
#: lib/wfu_constants.php:72 lib/wfu_constants.php:203
|
315 |
msgid "Upload failed!"
|
316 |
msgstr "Upload mislukt!"
|
317 |
|
318 |
+
#: lib/wfu_constants.php:73
|
319 |
msgid "No file!"
|
320 |
msgstr "Geen bestand!"
|
321 |
|
322 |
+
#: lib/wfu_constants.php:74
|
323 |
msgid ""
|
324 |
"Upload failed! The upload has been canceled by the user or the browser "
|
325 |
"dropped the connection."
|
327 |
"Upload mislukt! De upload werd geannuleerd door de gebruiker of de "
|
328 |
"verbinding met de server werd verbroken."
|
329 |
|
330 |
+
#: lib/wfu_constants.php:75
|
331 |
msgid "Upload failed! Unknown error."
|
332 |
msgstr "Upload mislukt! Onbekende fout."
|
333 |
|
334 |
+
#: lib/wfu_constants.php:76
|
335 |
msgid "Please contact the administrator."
|
336 |
msgstr "Contacteer de beheerder."
|
337 |
|
338 |
+
#: lib/wfu_constants.php:77
|
339 |
msgid "No result from remote server!"
|
340 |
msgstr "Geen resultaten van de server!"
|
341 |
|
342 |
+
#: lib/wfu_constants.php:78
|
343 |
msgid " but with warnings"
|
344 |
msgstr " maar met waarschuwingen"
|
345 |
|
346 |
+
#: lib/wfu_constants.php:79 lib/wfu_constants.php:81
|
347 |
msgid "Warning: JSON parse error."
|
348 |
msgstr "Opgelet: JSON parseerfout."
|
349 |
|
350 |
+
#: lib/wfu_constants.php:80
|
351 |
msgid ""
|
352 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
353 |
"not be parsed."
|
355 |
"De uploadparameters van dit bestand, doorgegeven als JSON string to the "
|
356 |
"handler, kon niet worden ontleed."
|
357 |
|
358 |
+
#: lib/wfu_constants.php:82
|
359 |
msgid ""
|
360 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
361 |
msgstr ""
|
362 |
"UploadStates, doorgegeven als JSON string to the handler, kon niet worden "
|
363 |
"ontleed."
|
364 |
|
365 |
+
#: lib/wfu_constants.php:83
|
366 |
msgid ""
|
367 |
"Redirection to classic form functionality occurred due to unknown error."
|
368 |
msgstr ""
|
369 |
"Doorsturen naar classic form functionaliteit trad op door onbekende fout."
|
370 |
|
371 |
+
#: lib/wfu_constants.php:84
|
372 |
msgid ""
|
373 |
"Redirection to classic form functionality occurred because AJAX is not "
|
374 |
"supported."
|
376 |
"Doorsturen naar classic form functionaliteit trad op omdat AJAX niet wordt "
|
377 |
"ondersteund."
|
378 |
|
379 |
+
#: lib/wfu_constants.php:85
|
380 |
msgid ""
|
381 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
382 |
"supported."
|
384 |
"Doorsturen naar classic form functionaliteit trad op omdat HTML5 niet wordt "
|
385 |
"ondersteund."
|
386 |
|
387 |
+
#: lib/wfu_constants.php:86
|
388 |
msgid ""
|
389 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
390 |
msgstr ""
|
391 |
"Doorsturen naar classic form functionaliteit trad op wegens JSON parseerfout."
|
392 |
|
393 |
+
#: lib/wfu_constants.php:87
|
394 |
msgid "Please enable popup windows from the browser's settings!"
|
395 |
msgstr "Activeer popup vensters in de browserinstellingen!"
|
396 |
|
397 |
+
#: lib/wfu_constants.php:88
|
398 |
msgid "cannot be empty!"
|
399 |
msgstr "kan niet leeg zijn!"
|
400 |
|
401 |
+
#: lib/wfu_constants.php:89
|
402 |
msgid "number not valid!"
|
403 |
msgstr "nummer niet geldig!"
|
404 |
|
405 |
+
#: lib/wfu_constants.php:90
|
406 |
msgid "email not valid!"
|
407 |
msgstr "e-mail niet geldig!"
|
408 |
|
409 |
+
#: lib/wfu_constants.php:91
|
410 |
msgid "emails do not match!"
|
411 |
msgstr "e-mails komen niet overeen!"
|
412 |
|
413 |
+
#: lib/wfu_constants.php:92
|
414 |
msgid "no base email field in group!"
|
415 |
msgstr "geen hoofd e-mailveld in de groep!"
|
416 |
|
417 |
+
#: lib/wfu_constants.php:93
|
418 |
msgid "passwords do not match!"
|
419 |
msgstr "Wachtwoorden komen niet overeen!"
|
420 |
|
421 |
+
#: lib/wfu_constants.php:94
|
422 |
msgid "no base password field in group!"
|
423 |
msgstr "geen hoofd wachtwoordveld in de groep!"
|
424 |
|
425 |
+
#: lib/wfu_constants.php:95
|
426 |
msgid "checkbox unchecked!"
|
427 |
msgstr "checkbox niet aangevinkt!"
|
428 |
|
429 |
+
#: lib/wfu_constants.php:96
|
430 |
msgid "no option selected!"
|
431 |
msgstr "geen optie geselecteerd!"
|
432 |
|
433 |
+
#: lib/wfu_constants.php:97
|
434 |
msgid "no item selected!"
|
435 |
msgstr "geen item geselecteerd!"
|
436 |
|
437 |
+
#: lib/wfu_constants.php:98
|
438 |
msgid ""
|
439 |
"There are more than one instances of the plugin in this page with the same "
|
440 |
"id. Please change it."
|
442 |
"Er is meer dan één verzoek van deze plugin op deze pagina met dezelfde id. "
|
443 |
"Pas dit aan."
|
444 |
|
445 |
+
#: lib/wfu_constants.php:99
|
446 |
msgid ""
|
447 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
448 |
"the page."
|
450 |
"Kan de shortcode niet aanpassen omdat de pagina werd aangepast. Herlaadt de "
|
451 |
"pagina."
|
452 |
|
453 |
+
#: lib/wfu_constants.php:100
|
454 |
msgid "Your browser does not support webcam capture!"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: lib/wfu_constants.php:101
|
458 |
msgid "Your browser does not support video recording from the webcam!"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: lib/wfu_constants.php:102
|
462 |
msgid "No video was recorded!"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: lib/wfu_constants.php:103
|
466 |
msgid ""
|
467 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
468 |
"or use RecaptchaV2 (no account)."
|
470 |
"FOUT: Captcha niet ondersteund! Je gebruikt een oude PHP versie. Upgrade "
|
471 |
"jouw PHP of gebruik RecaptchaV2 (geen account)."
|
472 |
|
473 |
+
#: lib/wfu_constants.php:104
|
474 |
msgid ""
|
475 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
476 |
"notify administrator."
|
478 |
"FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
|
479 |
"Informeer de beheerder."
|
480 |
|
481 |
+
#: lib/wfu_constants.php:105
|
482 |
msgid ""
|
483 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
484 |
"use RecaptchaV1 (no account)."
|
486 |
"FOUT: slechts één versie van RecaptchaV1 kan bestaan op dezelfde pagina. "
|
487 |
"Gebruik RecaptchaV1 (geen account)."
|
488 |
|
489 |
+
#: lib/wfu_constants.php:106
|
490 |
msgid "ERROR: No site key. Please contact administrator!"
|
491 |
msgstr "FOUT: Geen websitesleutel. Contacteer de beheerder!"
|
492 |
|
493 |
+
#: lib/wfu_constants.php:107
|
494 |
msgid ""
|
495 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
496 |
"define Google Recaptcha keys."
|
498 |
"FOUT: Geen websitesleutel gedefinieerd! Ga naar de plugin instellingen in "
|
499 |
"het Dashboard om de Google Recaptcha sleutels te bepalen."
|
500 |
|
501 |
+
#: lib/wfu_constants.php:108
|
502 |
msgid "Bad captcha image!"
|
503 |
msgstr "Foute captcha afbeelding!"
|
504 |
|
505 |
+
#: lib/wfu_constants.php:109
|
506 |
msgid "No input!"
|
507 |
msgstr "Geen invoer!"
|
508 |
|
509 |
+
#: lib/wfu_constants.php:110
|
510 |
msgid "Captcha not completed!"
|
511 |
msgstr "Captcha niet voltooid!"
|
512 |
|
513 |
+
#: lib/wfu_constants.php:111
|
514 |
msgid "Wrong captcha!"
|
515 |
msgstr "Foute captcha!"
|
516 |
|
517 |
+
#: lib/wfu_constants.php:112
|
518 |
msgid "Error refreshing captcha!"
|
519 |
msgstr "Fout bij het verversen van de captcha!"
|
520 |
|
521 |
+
#: lib/wfu_constants.php:113
|
522 |
msgid "Unknown captcha error!"
|
523 |
msgstr "Onbekende captchafout!"
|
524 |
|
525 |
+
#: lib/wfu_constants.php:114
|
526 |
msgid "Captcha not supported by your browser!"
|
527 |
msgstr "Captcha niet ondersteund door jouw browser!"
|
528 |
|
529 |
+
#: lib/wfu_constants.php:115
|
530 |
msgid "the secret parameter is missing"
|
531 |
msgstr "de geheime parameter ontbreekt"
|
532 |
|
533 |
+
#: lib/wfu_constants.php:116
|
534 |
msgid "the secret parameter is invalid or malformed"
|
535 |
msgstr "de geheime parameter is ongeldig of foutief gevormd"
|
536 |
|
537 |
+
#: lib/wfu_constants.php:117
|
538 |
msgid "the response parameter is missing"
|
539 |
msgstr "de antwoord parameter ontbreekt"
|
540 |
|
541 |
+
#: lib/wfu_constants.php:118
|
542 |
msgid "the response parameter is invalid or malformed"
|
543 |
msgstr "de antwoord parameter is ongeldig of foutief gevormd"
|
544 |
|
545 |
+
#: lib/wfu_constants.php:119
|
546 |
msgid "Please do not use drag drop due to an internal problem."
|
547 |
msgstr "Gebruik geen drag drop wegens een intern probleem."
|
548 |
|
549 |
+
#: lib/wfu_constants.php:120
|
550 |
#, php-format
|
551 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
552 |
msgstr "Fout tijdens blok-upload. Unieke ID is leeg in blok %d"
|
553 |
|
554 |
+
#: lib/wfu_constants.php:121
|
555 |
msgid "Chunked upload is not allowed!"
|
556 |
msgstr "Blok upload is niet toegestaan!"
|
557 |
|
558 |
+
#: lib/wfu_constants.php:122
|
559 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
560 |
msgstr "Blok upload werd afgebroken wegens een fout in vorige blok!"
|
561 |
|
562 |
+
#: lib/wfu_constants.php:123
|
563 |
msgid "Chunked upload failed, final file could not be created!"
|
564 |
msgstr "Blok upload mislukt, laatste bestand kon niet worden aangemaakt!"
|
565 |
|
566 |
+
#: lib/wfu_constants.php:124
|
567 |
#, php-format
|
568 |
msgid "Could not write file chuck to destination on chunk %d"
|
569 |
msgstr "Kon bestandsblok niet wegschrijven naar bestemming op blok %d"
|
570 |
|
571 |
+
#: lib/wfu_constants.php:125
|
572 |
#, php-format
|
573 |
msgid "Could not enlarge destination file on chunk %d"
|
574 |
msgstr "Kon het bestemmingsbestand niet vergroten op blok %d"
|
575 |
|
576 |
+
#: lib/wfu_constants.php:126
|
577 |
#, php-format
|
578 |
msgid "Could not open file handles on chunk %d"
|
579 |
msgstr "Kon het bestand op blok %d niet openen"
|
580 |
|
581 |
+
#: lib/wfu_constants.php:127
|
582 |
msgid "You are not allowed to delete this file!"
|
583 |
msgstr "Je hebt geen toestemming om dit bestand te verwijderen!"
|
584 |
|
585 |
+
#: lib/wfu_constants.php:128
|
586 |
msgid "File was not deleted!"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: lib/wfu_constants.php:129
|
590 |
msgid "No file was deleted!"
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: lib/wfu_constants.php:130
|
594 |
msgid "Some files were not deleted!"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: lib/wfu_constants.php:132
|
598 |
msgid "Upload skipped! File already exists."
|
599 |
msgstr "Upload overgeslagen! Bestand bestaat al."
|
600 |
|
601 |
+
#: lib/wfu_constants.php:133
|
602 |
msgid "The extension of the file does not match its contents."
|
603 |
msgstr "De extensie van het bestand komt niet overeen met zijn inhoud."
|
604 |
|
605 |
+
#: lib/wfu_constants.php:134
|
606 |
msgid ""
|
607 |
"Upload succeeded but the file is suspicious because its contents do not "
|
608 |
"match its extension. Its proper filename is: "
|
610 |
"Upload is gelukt maar het bestand is dubieus omdat zijn inhoud niet overeen "
|
611 |
"komt met de extensie. De correcte bestandsnaam is "
|
612 |
|
613 |
+
#: lib/wfu_constants.php:135
|
614 |
msgid "No files have been selected!"
|
615 |
msgstr "Er werden geen bestanden geselecteerd!"
|
616 |
|
617 |
+
#: lib/wfu_constants.php:136
|
618 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
619 |
msgstr ""
|
620 |
"WPFilebase Plugin werd niet geüpdatet omdat er geen bestanden werden "
|
621 |
"geüpload."
|
622 |
|
623 |
+
#: lib/wfu_constants.php:137
|
624 |
msgid "Notification email was not sent because there were no files uploaded."
|
625 |
msgstr ""
|
626 |
"Er werd geen meldingsmail verstuurd omdat er geen bestanden werden geüpload."
|
627 |
|
628 |
+
#: lib/wfu_constants.php:138
|
629 |
msgid ""
|
630 |
"Notification email was not sent because no recipients were defined. Please "
|
631 |
"check notifyrecipients attribute in the shortcode."
|
633 |
"Er werd geen meldingsmail verstuurd omdat er geen ontvangers werden "
|
634 |
"toegekend. Controleer de notifyrecipients attribuut in de shortcode."
|
635 |
|
636 |
+
#: lib/wfu_constants.php:139
|
637 |
msgid ""
|
638 |
"Notification email was not sent due to an error. Please check "
|
639 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
641 |
"Meldingsmail werd niet verstuurd wegens een fout. Controleer "
|
642 |
"notifyrecipients, notifysubject en notifymessage attributen op fouten."
|
643 |
|
644 |
+
#: lib/wfu_constants.php:140
|
645 |
msgid ""
|
646 |
"Redirection not executed because redirection link is empty. Please check "
|
647 |
"redirectlink attribute."
|
649 |
"Omleiding niet uitgevoerd omdat de omleidingslink ontbreekt. Controleer het "
|
650 |
"omleidingslink attribuut."
|
651 |
|
652 |
+
#: lib/wfu_constants.php:141
|
653 |
msgid ""
|
654 |
"Redirection not executed because not all files were successfully uploaded."
|
655 |
msgstr ""
|
656 |
"Omleiding werd niet uitgevoerd omdat niet alle bestanden correct werden "
|
657 |
"geüpload."
|
658 |
|
659 |
+
#: lib/wfu_constants.php:142
|
660 |
+
msgid "Potential Denial-Of-Service Attack on {SITE}"
|
661 |
+
msgstr ""
|
662 |
+
|
663 |
+
#: lib/wfu_constants.php:143
|
664 |
+
msgid ""
|
665 |
+
"Hello admin\n"
|
666 |
+
"\n"
|
667 |
+
"This is a message from Wordpress File Upload Plugin to notify you that a "
|
668 |
+
"potential Denial-Of-Service attack has been detected on {SITE}.\n"
|
669 |
+
"\n"
|
670 |
+
"The plugin detected more than {FILENUM} uploads within {INTERVAL} seconds.\n"
|
671 |
+
"\n"
|
672 |
+
"All file uploads that exceed this limit are rejected to protect the website "
|
673 |
+
"from overflowing.\n"
|
674 |
+
"\n"
|
675 |
+
"Please check the upload history log in the plugin's area in Dashboard for "
|
676 |
+
"any suspicious behaviour.\n"
|
677 |
+
"\n"
|
678 |
+
"A new message will follow if the situation remains.\n"
|
679 |
+
"\n"
|
680 |
+
"Thanks"
|
681 |
+
msgstr ""
|
682 |
+
|
683 |
+
#: lib/wfu_constants.php:145
|
684 |
msgid ""
|
685 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
686 |
"message persists, contact administrator."
|
688 |
"De shortcode toevoegen aan de pagina/post is mislukt. Probeer opnieuw. "
|
689 |
"Contacteer de beheerder wanneer dit bericht blijft verschijnen."
|
690 |
|
691 |
+
#: lib/wfu_constants.php:146
|
692 |
msgid ""
|
693 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
694 |
"again to edit the shortcode."
|
696 |
"De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
|
697 |
"veranderd. Probeer de shortcode opnieuw aan te passen."
|
698 |
|
699 |
+
#: lib/wfu_constants.php:147
|
700 |
msgid ""
|
701 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
702 |
"again to delete it."
|
704 |
"De shortcode aanpassen is mislukt omdat de inhoud van de pagina is "
|
705 |
"veranderd. Probeer opnieuw te verwijderen."
|
706 |
|
707 |
+
#: lib/wfu_constants.php:148
|
708 |
msgid ""
|
709 |
"The page containing the shortcode has been modified and it is no longer "
|
710 |
"valid. Please go back to reload the shortcode."
|
712 |
"De pagina die de shortcode bevat werd aangepast en is daardoor niet langer "
|
713 |
"geldig. Ga terug om de shortcode te herladen."
|
714 |
|
715 |
+
#: lib/wfu_constants.php:149
|
716 |
msgid ""
|
717 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
718 |
"back to reload the shortcode."
|
720 |
"Het updaten van de shortcode is mislukt omdat de inhoud van de pagina werd "
|
721 |
"gewijzigd. Ga terug om de shortcode te herladen."
|
722 |
|
723 |
+
#: lib/wfu_constants.php:150
|
724 |
msgid ""
|
725 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
726 |
"go back and reload the shortcode."
|
728 |
"Updaten van de shortcode is mislukt. Probeer opnieuw. Als het probleem zich "
|
729 |
"blijft voordoen, ga dan terug en herlaadt de shortcode."
|
730 |
|
731 |
+
#: lib/wfu_constants.php:152
|
732 |
msgid "This is a test message"
|
733 |
msgstr "Dit is een testbericht"
|
734 |
|
735 |
+
#: lib/wfu_constants.php:153
|
736 |
msgid "This is a test administrator message"
|
737 |
msgstr "Dit is een test beheerdersbericht"
|
738 |
|
739 |
+
#: lib/wfu_constants.php:154
|
740 |
msgid "File testfile 1 under test"
|
741 |
msgstr "Bestand testfile 1 onder test"
|
742 |
|
743 |
+
#: lib/wfu_constants.php:155
|
744 |
msgid "File testfile 1 message"
|
745 |
msgstr "Bestand testfile 1 bericht"
|
746 |
|
747 |
+
#: lib/wfu_constants.php:156
|
748 |
msgid "File testfile 1 administrator message"
|
749 |
msgstr "Bestand testfile 1 beheerdersbericht"
|
750 |
|
751 |
+
#: lib/wfu_constants.php:157
|
752 |
msgid "File testfile 2 under test"
|
753 |
msgstr "Bestand tesfile 2 onder test"
|
754 |
|
755 |
+
#: lib/wfu_constants.php:158
|
756 |
msgid "File testfile 2 message"
|
757 |
msgstr "Bestand testfile 2 bericht"
|
758 |
|
759 |
+
#: lib/wfu_constants.php:159
|
760 |
msgid "File testfile 2 administrator message"
|
761 |
msgstr "Bestand testfile 2 beheerdersbericht"
|
762 |
|
763 |
+
#: lib/wfu_constants.php:161
|
764 |
msgid ""
|
765 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
766 |
"current user."
|
768 |
"Plaats de variabele %userid% in de tekst. Het zal worden vervangen door de "
|
769 |
"id van de huidige gebruiker."
|
770 |
|
771 |
+
#: lib/wfu_constants.php:162
|
772 |
msgid ""
|
773 |
"Insert variable %username% inside text. It will be replaced by the username "
|
774 |
"of the current user."
|
776 |
"Plaats de variabele %username% in de tekst. Het zal worden vervangen door de "
|
777 |
"gebruikersnaam van de huidige gebruiker."
|
778 |
|
779 |
+
#: lib/wfu_constants.php:163
|
780 |
msgid ""
|
781 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
782 |
"the current user."
|
784 |
"Plaats de variabele %usermail% in de tekst. Het zal worden vervangen door "
|
785 |
"het e-mailadres van de huidige gebruiker."
|
786 |
|
787 |
+
#: lib/wfu_constants.php:164
|
788 |
msgid ""
|
789 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
790 |
"of the uploaded file."
|
792 |
"Plaats de variabele %filename% in de tekst. Het zal worden vervangen door de "
|
793 |
"bestandsnaam van het geüploade bestand."
|
794 |
|
795 |
+
#: lib/wfu_constants.php:165
|
796 |
msgid ""
|
797 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
798 |
"filepath of the uploaded file."
|
800 |
"Plaats de variabele %filepath% in de tekst. Het zal worden vervangen door "
|
801 |
"het volledige bestandspad van het geüploade bestand."
|
802 |
|
803 |
+
#: lib/wfu_constants.php:166
|
804 |
msgid ""
|
805 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
806 |
"the website."
|
808 |
"Plaats de variabele %blogid% in de tekst. Het zal worden vervangen door de "
|
809 |
"blog id van de website."
|
810 |
|
811 |
+
#: lib/wfu_constants.php:167
|
812 |
msgid ""
|
813 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
814 |
"current page."
|
816 |
"Plaats de variabele %pageid% in de tekst. Het zal worden vervangen door de "
|
817 |
"id van de huidige pagina."
|
818 |
|
819 |
+
#: lib/wfu_constants.php:168
|
820 |
msgid ""
|
821 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
822 |
"the current page."
|
824 |
"Plaats de variabele %pagetitle% in de tekst. Het zal worden vervangen door "
|
825 |
"de titel van de huidige pagina."
|
826 |
|
827 |
+
#: lib/wfu_constants.php:169
|
828 |
msgid ""
|
829 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
830 |
"drop-down list. It will be replaced by the value that the user entered in "
|
834 |
"via het uitklaplijst. Het zal worden vervangen door de data die de gebruiker "
|
835 |
"in dit veld heeft ingevuld."
|
836 |
|
837 |
+
#: lib/wfu_constants.php:170
|
838 |
msgid "Insert variable %n% inside text to denote a line change."
|
839 |
msgstr ""
|
840 |
"Plaats de variabele %n% in de tekst om verder te gaan naar de volgende regel."
|
841 |
|
842 |
+
#: lib/wfu_constants.php:172
|
843 |
msgid "Test Mode"
|
844 |
msgstr "Test Modus"
|
845 |
|
846 |
+
#: lib/wfu_constants.php:173
|
847 |
msgid "select dir..."
|
848 |
msgstr "selecteer dir..."
|
849 |
|
850 |
+
#: lib/wfu_constants.php:174
|
851 |
msgid "type dir"
|
852 |
msgstr "type dir"
|
853 |
|
854 |
+
#: lib/wfu_constants.php:175
|
855 |
msgid "Upload path: %filepath%"
|
856 |
msgstr "Uploadpad: %filepath%"
|
857 |
|
858 |
+
#: lib/wfu_constants.php:176
|
859 |
msgid "Failed upload path: %filepath%"
|
860 |
msgstr "Foutief uploadpad: %filepath%"
|
861 |
|
862 |
+
#: lib/wfu_constants.php:177
|
863 |
msgid " (required)"
|
864 |
msgstr "(verplicht)"
|
865 |
|
866 |
+
#: lib/wfu_constants.php:178
|
867 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
868 |
msgstr ""
|
869 |
"Bestanden worden geüpload. Ben je zeker dat je de pagina wilt verlaten?"
|
870 |
|
871 |
+
#: lib/wfu_constants.php:179
|
872 |
msgid "checking captcha..."
|
873 |
msgstr "captcha controleren..."
|
874 |
|
875 |
+
#: lib/wfu_constants.php:180
|
876 |
msgid "refreshing..."
|
877 |
msgstr "verversen..."
|
878 |
|
879 |
+
#: lib/wfu_constants.php:181
|
880 |
msgid "correct captcha"
|
881 |
msgstr "correcte captcha"
|
882 |
|
883 |
+
#: lib/wfu_constants.php:182
|
884 |
msgid "click to continue the upload"
|
885 |
msgstr "Klik om door te gaan met uploaden"
|
886 |
|
887 |
+
#: lib/wfu_constants.php:183
|
888 |
msgid "Are you sure you want to delete this file?"
|
889 |
msgstr "Ben je zeker dat je dit bestand wilt verwijderen?"
|
890 |
|
891 |
+
#: lib/wfu_constants.php:184
|
892 |
msgid "Are you sure you want to delete these files?"
|
893 |
msgstr ""
|
894 |
|
895 |
+
#: lib/wfu_constants.php:185
|
896 |
msgid "Bulk Actions"
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: lib/wfu_constants.php:186
|
900 |
msgid "Apply"
|
901 |
msgstr ""
|
902 |
|
903 |
+
#: lib/wfu_constants.php:187
|
904 |
msgid "Are you sure that you want to cancel the upload?"
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: lib/wfu_constants.php:188
|
908 |
msgid "cancel upload of this file"
|
909 |
msgstr "uploaden van dit bestand annuleren"
|
910 |
|
911 |
+
#: lib/wfu_constants.php:189
|
912 |
msgid "Upload in progress"
|
913 |
msgstr "Upload is bezig"
|
914 |
|
915 |
+
#: lib/wfu_constants.php:190
|
916 |
msgid "Upload in progress with warnings!"
|
917 |
msgstr "Upload is bezig met waarschuwingen!"
|
918 |
|
919 |
+
#: lib/wfu_constants.php:191
|
920 |
msgid "Upload in progress but some files already failed!"
|
921 |
msgstr "Upload is bezig maar sommige bestanden zijn reeds mislukt!"
|
922 |
|
923 |
+
#: lib/wfu_constants.php:192
|
924 |
msgid "Upload in progress but no files uploaded so far!"
|
925 |
msgstr "Upload is bezig maar er werden tot nu toe nog geen bestanden geüpload!"
|
926 |
|
927 |
+
#: lib/wfu_constants.php:193
|
928 |
msgid "All files uploaded successfully"
|
929 |
msgstr "Alle bestanden met succes geüpload"
|
930 |
|
931 |
+
#: lib/wfu_constants.php:194
|
932 |
msgid "All files uploaded successfully but there are warnings!"
|
933 |
msgstr "Alle bestanden zijn succesvol geüpload maar er zijn waarschuwingen!"
|
934 |
|
935 |
+
#: lib/wfu_constants.php:195
|
936 |
msgid "File uploaded successfully but there are warnings!"
|
937 |
msgstr "Bestand werd succesvol geüpload maar er zijn waarschuwingen!"
|
938 |
|
939 |
+
#: lib/wfu_constants.php:196
|
940 |
msgid "Some files failed to upload!"
|
941 |
msgstr "Sommige bestanden werden niet geüpload!"
|
942 |
|
943 |
+
#: lib/wfu_constants.php:197
|
944 |
msgid "All files failed to upload"
|
945 |
msgstr "Upload mislukt voor alle bestanden"
|
946 |
|
947 |
+
#: lib/wfu_constants.php:198
|
948 |
msgid "File failed to upload"
|
949 |
msgstr "Upload mislukt voor bestand"
|
950 |
|
951 |
+
#: lib/wfu_constants.php:199
|
952 |
msgid "There are no files to upload!"
|
953 |
msgstr "Er zijn geen bestanden om te uploaden!"
|
954 |
|
955 |
+
#: lib/wfu_constants.php:200
|
956 |
msgid "Test upload message"
|
957 |
msgstr "Test upload berciht"
|
958 |
|
959 |
+
#: lib/wfu_constants.php:201
|
960 |
msgid "JSON parse warning!"
|
961 |
msgstr "JSON parseer waarschuwing!"
|
962 |
|
963 |
+
#: lib/wfu_constants.php:202
|
964 |
msgid "please wait while redirecting..."
|
965 |
msgstr "wacht a.u.b. terwijl je wordt doorverwezen..."
|
966 |
|
967 |
+
#: lib/wfu_constants.php:204
|
968 |
msgid "Open visual shortcode editor in new window"
|
969 |
msgstr "Open de visuele shortcode editor in een nieuw venster"
|
970 |
|
971 |
+
#: lib/wfu_constants.php:205
|
972 |
msgid "loading visual editor"
|
973 |
msgstr "laden visuele editor"
|
974 |
|
975 |
+
#: lib/wfu_constants.php:206
|
976 |
msgid "Clear file list?"
|
977 |
msgstr "Bestandenlijst wissen?"
|
978 |
|
979 |
+
#: lib/wfu_constants.php:207
|
980 |
msgid "DROP HERE"
|
981 |
msgstr "PLAATS HIER"
|
982 |
|
983 |
+
#: lib/wfu_constants.php:209
|
984 |
msgid "record video"
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: lib/wfu_constants.php:210
|
988 |
msgid "take a picture"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: lib/wfu_constants.php:211
|
992 |
msgid "turn webcam on/off"
|
993 |
msgstr ""
|
994 |
|
995 |
+
#: lib/wfu_constants.php:212
|
996 |
msgid "go live again"
|
997 |
msgstr ""
|
998 |
|
999 |
+
#: lib/wfu_constants.php:213
|
1000 |
msgid "end recording"
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: lib/wfu_constants.php:214
|
1004 |
msgid "play"
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: lib/wfu_constants.php:215
|
1008 |
msgid "pause"
|
1009 |
msgstr ""
|
1010 |
|
1011 |
+
#: lib/wfu_constants.php:216
|
1012 |
msgid "go to the beginning"
|
1013 |
msgstr ""
|
1014 |
|
1015 |
+
#: lib/wfu_constants.php:217
|
1016 |
msgid "go to the end"
|
1017 |
msgstr ""
|
1018 |
|
1019 |
+
#: lib/wfu_constants.php:219
|
1020 |
msgid "Wordpress File Upload Form"
|
1021 |
msgstr "Wordpress File Upload Formulier"
|
1022 |
|
1023 |
+
#: lib/wfu_constants.php:220
|
1024 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
1025 |
msgstr "Wordpress File Upload plugin uploader voor zijbalken"
|
1026 |
|
1027 |
+
#: lib/wfu_constants.php:221
|
1028 |
msgid "Upload Files"
|
1029 |
msgstr "Upload Bestanden"
|
languages/wp-file-upload-pl_PL.mo
CHANGED
Binary file
|
languages/wp-file-upload-pl_PL.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -203,34 +203,47 @@ msgid ""
|
|
203 |
msgstr ""
|
204 |
|
205 |
#: lib/wfu_constants.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
206 |
msgid "Targer folder doesn't exist."
|
207 |
msgstr "Targer folder nie istnieje."
|
208 |
|
209 |
-
#: lib/wfu_constants.php:
|
210 |
msgid "Upload failed! Missing a temporary folder."
|
211 |
msgstr "Brak folderu tymczasowego"
|
212 |
|
213 |
-
#: lib/wfu_constants.php:
|
214 |
msgid "Upload failed! Permission denied to write to target folder."
|
215 |
msgstr "Nie udało się utworzyć folderu"
|
216 |
|
217 |
-
#: lib/wfu_constants.php:
|
218 |
msgid "File not allowed."
|
219 |
msgstr "Rozszerzenie pliku nie jest dozwolone."
|
220 |
|
221 |
-
#: lib/wfu_constants.php:
|
222 |
msgid "File is suspicious and was rejected."
|
223 |
msgstr ""
|
224 |
|
225 |
-
#: lib/wfu_constants.php:
|
226 |
msgid "The uploaded file exceeds the file size limit."
|
227 |
msgstr "Przesłany plik przekracza limit rozmiaru pliku."
|
228 |
|
229 |
-
#: lib/wfu_constants.php:
|
230 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
231 |
msgstr "Przesłany plik przekracza 2GB i nie jest obsługiwana przez ten serwer."
|
232 |
|
233 |
-
#: lib/wfu_constants.php:
|
234 |
msgid ""
|
235 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
236 |
"Please contact the administrator."
|
@@ -238,7 +251,7 @@ msgstr ""
|
|
238 |
"Wysyłanie nie powiodło się! Przesłany plik przekracza limit rozmiaru pliku z "
|
239 |
"serwera. Proszę skontaktuj się z administratorem."
|
240 |
|
241 |
-
#: lib/wfu_constants.php:
|
242 |
msgid ""
|
243 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
244 |
"server. Please contact the administrator."
|
@@ -246,7 +259,7 @@ msgstr ""
|
|
246 |
"Wysyłanie nie powiodło się! Czas trwania upload przekroczony limit czasu "
|
247 |
"serwera. Proszę skontaktuj się z administratorem."
|
248 |
|
249 |
-
#: lib/wfu_constants.php:
|
250 |
msgid ""
|
251 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
252 |
"was specified in the HTML form."
|
@@ -254,50 +267,50 @@ msgstr ""
|
|
254 |
"Wysyłanie nie powiodło się! Przesłany plik przekracza dyrektywy "
|
255 |
"MAX_FILE_SIZE, który został określony w formularzu HTML."
|
256 |
|
257 |
-
#: lib/wfu_constants.php:
|
258 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
259 |
msgstr ""
|
260 |
"Wysyłanie nie powiodło się! Przesłany plik został tylko częściowo przesłane."
|
261 |
|
262 |
-
#: lib/wfu_constants.php:
|
263 |
msgid "Upload failed! No file was uploaded."
|
264 |
msgstr "Wysyłanie nie powiodło się! Plik nie został przesłany."
|
265 |
|
266 |
-
#: lib/wfu_constants.php:
|
267 |
msgid "Upload failed! Failed to write file to disk."
|
268 |
msgstr "Wysyłanie nie powiodło się! Nie udało się zapisać plik na dysk."
|
269 |
|
270 |
-
#: lib/wfu_constants.php:
|
271 |
msgid ""
|
272 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
273 |
"administrator."
|
274 |
msgstr "Wystąpił nieznany błąd. Skontaktuj się z administratorem serwisu."
|
275 |
|
276 |
-
#: lib/wfu_constants.php:
|
277 |
msgid "Upload cancelled!"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: lib/wfu_constants.php:
|
281 |
msgid ""
|
282 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
283 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
284 |
"the list of loaded extensions with phpinfo() may help."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: lib/wfu_constants.php:
|
288 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
289 |
msgstr ""
|
290 |
"Wysyłanie nie powiodło się! Wystąpił błąd podczas attemting wgrać plik."
|
291 |
|
292 |
-
#: lib/wfu_constants.php:
|
293 |
msgid "Upload failed!"
|
294 |
msgstr "BŁĄD PRZESYŁANIA!!!"
|
295 |
|
296 |
-
#: lib/wfu_constants.php:
|
297 |
msgid "No file!"
|
298 |
msgstr "Brak pliku"
|
299 |
|
300 |
-
#: lib/wfu_constants.php:
|
301 |
msgid ""
|
302 |
"Upload failed! The upload has been canceled by the user or the browser "
|
303 |
"dropped the connection."
|
@@ -305,27 +318,27 @@ msgstr ""
|
|
305 |
"Wysyłanie nie powiodło się! Wysyłanie zostało anulowane przez użytkownika "
|
306 |
"lub utracone połączenie."
|
307 |
|
308 |
-
#: lib/wfu_constants.php:
|
309 |
msgid "Upload failed! Unknown error."
|
310 |
msgstr "Wysyłanie nie powiodło się! Nieznany błąd."
|
311 |
|
312 |
-
#: lib/wfu_constants.php:
|
313 |
msgid "Please contact the administrator."
|
314 |
msgstr "Proszę skontaktuj się z administratorem."
|
315 |
|
316 |
-
#: lib/wfu_constants.php:
|
317 |
msgid "No result from remote server!"
|
318 |
msgstr "Nie wynik z serwera zdalnego!"
|
319 |
|
320 |
-
#: lib/wfu_constants.php:
|
321 |
msgid " but with warnings"
|
322 |
msgstr "Ostrzeżenia"
|
323 |
|
324 |
-
#: lib/wfu_constants.php:
|
325 |
msgid "Warning: JSON parse error."
|
326 |
msgstr "\"Błąd analizowania\""
|
327 |
|
328 |
-
#: lib/wfu_constants.php:
|
329 |
msgid ""
|
330 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
331 |
"not be parsed."
|
@@ -333,27 +346,27 @@ msgstr ""
|
|
333 |
"Przekazywania parametrów tego pliku, przekazywana jako ciąg JSON do obsługi, "
|
334 |
"nie można przeanalizować."
|
335 |
|
336 |
-
#: lib/wfu_constants.php:
|
337 |
msgid ""
|
338 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
339 |
msgstr ""
|
340 |
"UploadStates, przekazywana jako ciąg JSON do obsługi, nie można "
|
341 |
"przeanalizować."
|
342 |
|
343 |
-
#: lib/wfu_constants.php:
|
344 |
msgid ""
|
345 |
"Redirection to classic form functionality occurred due to unknown error."
|
346 |
msgstr ""
|
347 |
"Przekierowanie do klasycznej postaci funkcji wystąpił z powodu nieznanego "
|
348 |
"błędu."
|
349 |
|
350 |
-
#: lib/wfu_constants.php:
|
351 |
msgid ""
|
352 |
"Redirection to classic form functionality occurred because AJAX is not "
|
353 |
"supported."
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: lib/wfu_constants.php:
|
357 |
msgid ""
|
358 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
359 |
"supported."
|
@@ -361,58 +374,58 @@ msgstr ""
|
|
361 |
"Przekierowanie do klasycznej postaci funkcji wystąpił, ponieważ HTML5 jest "
|
362 |
"nieobsługiwana."
|
363 |
|
364 |
-
#: lib/wfu_constants.php:
|
365 |
msgid ""
|
366 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
367 |
msgstr ""
|
368 |
"Przekierowanie do klasycznej postaci funkcji wystąpił ze względu na błąd "
|
369 |
"analizy JSON."
|
370 |
|
371 |
-
#: lib/wfu_constants.php:
|
372 |
msgid "Please enable popup windows from the browser's settings!"
|
373 |
msgstr "Proszę włączyć wyskakujące okienka z ustawień przeglądarki!"
|
374 |
|
375 |
-
#: lib/wfu_constants.php:
|
376 |
msgid "cannot be empty!"
|
377 |
msgstr "Pole nie może być puste!"
|
378 |
|
379 |
-
#: lib/wfu_constants.php:
|
380 |
msgid "number not valid!"
|
381 |
msgstr "Błędny numer!"
|
382 |
|
383 |
-
#: lib/wfu_constants.php:
|
384 |
msgid "email not valid!"
|
385 |
msgstr "Niepoprawny e-mail!"
|
386 |
|
387 |
-
#: lib/wfu_constants.php:
|
388 |
msgid "emails do not match!"
|
389 |
msgstr "e-maile nie pasują!"
|
390 |
|
391 |
-
#: lib/wfu_constants.php:
|
392 |
msgid "no base email field in group!"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: lib/wfu_constants.php:
|
396 |
msgid "passwords do not match!"
|
397 |
msgstr "Hasła nie są identyczne"
|
398 |
|
399 |
-
#: lib/wfu_constants.php:
|
400 |
msgid "no base password field in group!"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: lib/wfu_constants.php:
|
404 |
msgid "checkbox unchecked!"
|
405 |
msgstr "niezaznaczone pole wyboru!"
|
406 |
|
407 |
-
#: lib/wfu_constants.php:
|
408 |
msgid "no option selected!"
|
409 |
msgstr "Nie wybrano żadnej opcji"
|
410 |
|
411 |
-
#: lib/wfu_constants.php:
|
412 |
msgid "no item selected!"
|
413 |
msgstr "Nie wybrano żadnego elementu."
|
414 |
|
415 |
-
#: lib/wfu_constants.php:
|
416 |
msgid ""
|
417 |
"There are more than one instances of the plugin in this page with the same "
|
418 |
"id. Please change it."
|
@@ -420,7 +433,7 @@ msgstr ""
|
|
420 |
"Tu są więcej niż jednego wystąpienia o plugin na tej stronie o tym samym "
|
421 |
"identyfikatorze. Zmień go."
|
422 |
|
423 |
-
#: lib/wfu_constants.php:
|
424 |
msgid ""
|
425 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
426 |
"the page."
|
@@ -428,172 +441,172 @@ msgstr ""
|
|
428 |
"Nie można edytować shortkode, ponieważ strona została zmodyfikowana. Proszę "
|
429 |
"odświeżyć stronę."
|
430 |
|
431 |
-
#: lib/wfu_constants.php:
|
432 |
msgid "Your browser does not support webcam capture!"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: lib/wfu_constants.php:
|
436 |
msgid "Your browser does not support video recording from the webcam!"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: lib/wfu_constants.php:
|
440 |
msgid "No video was recorded!"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: lib/wfu_constants.php:
|
444 |
msgid ""
|
445 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
446 |
"or use RecaptchaV2 (no account)."
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: lib/wfu_constants.php:
|
450 |
msgid ""
|
451 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
452 |
"notify administrator."
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: lib/wfu_constants.php:
|
456 |
msgid ""
|
457 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
458 |
"use RecaptchaV1 (no account)."
|
459 |
msgstr ""
|
460 |
|
461 |
-
#: lib/wfu_constants.php:
|
462 |
msgid "ERROR: No site key. Please contact administrator!"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: lib/wfu_constants.php:
|
466 |
msgid ""
|
467 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
468 |
"define Google Recaptcha keys."
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: lib/wfu_constants.php:
|
472 |
msgid "Bad captcha image!"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: lib/wfu_constants.php:
|
476 |
msgid "No input!"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: lib/wfu_constants.php:
|
480 |
msgid "Captcha not completed!"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: lib/wfu_constants.php:
|
484 |
msgid "Wrong captcha!"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: lib/wfu_constants.php:
|
488 |
msgid "Error refreshing captcha!"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: lib/wfu_constants.php:
|
492 |
msgid "Unknown captcha error!"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: lib/wfu_constants.php:
|
496 |
msgid "Captcha not supported by your browser!"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: lib/wfu_constants.php:
|
500 |
msgid "the secret parameter is missing"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: lib/wfu_constants.php:
|
504 |
msgid "the secret parameter is invalid or malformed"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: lib/wfu_constants.php:
|
508 |
msgid "the response parameter is missing"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: lib/wfu_constants.php:
|
512 |
msgid "the response parameter is invalid or malformed"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: lib/wfu_constants.php:
|
516 |
msgid "Please do not use drag drop due to an internal problem."
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: lib/wfu_constants.php:
|
520 |
#, php-format
|
521 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: lib/wfu_constants.php:
|
525 |
msgid "Chunked upload is not allowed!"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: lib/wfu_constants.php:
|
529 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: lib/wfu_constants.php:
|
533 |
msgid "Chunked upload failed, final file could not be created!"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: lib/wfu_constants.php:
|
537 |
#, php-format
|
538 |
msgid "Could not write file chuck to destination on chunk %d"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: lib/wfu_constants.php:
|
542 |
#, php-format
|
543 |
msgid "Could not enlarge destination file on chunk %d"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: lib/wfu_constants.php:
|
547 |
#, php-format
|
548 |
msgid "Could not open file handles on chunk %d"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: lib/wfu_constants.php:
|
552 |
msgid "You are not allowed to delete this file!"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: lib/wfu_constants.php:
|
556 |
msgid "File was not deleted!"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: lib/wfu_constants.php:
|
560 |
msgid "No file was deleted!"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: lib/wfu_constants.php:
|
564 |
msgid "Some files were not deleted!"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: lib/wfu_constants.php:
|
568 |
msgid "Upload skipped! File already exists."
|
569 |
msgstr "Przepraszamy, ten plik już istnieje!"
|
570 |
|
571 |
-
#: lib/wfu_constants.php:
|
572 |
msgid "The extension of the file does not match its contents."
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: lib/wfu_constants.php:
|
576 |
msgid ""
|
577 |
"Upload succeeded but the file is suspicious because its contents do not "
|
578 |
"match its extension. Its proper filename is: "
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: lib/wfu_constants.php:
|
582 |
msgid "No files have been selected!"
|
583 |
msgstr "Nie wybrano żadnych plików"
|
584 |
|
585 |
-
#: lib/wfu_constants.php:
|
586 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
587 |
msgstr ""
|
588 |
"WPFilebase Plugin nie aktualizowane, ponieważ nie było tam plików przesłane."
|
589 |
|
590 |
-
#: lib/wfu_constants.php:
|
591 |
msgid "Notification email was not sent because there were no files uploaded."
|
592 |
msgstr ""
|
593 |
"Powiadomienia e-mail nie została wysłana, ponieważ nie zostały przesłane "
|
594 |
"pliki."
|
595 |
|
596 |
-
#: lib/wfu_constants.php:
|
597 |
msgid ""
|
598 |
"Notification email was not sent because no recipients were defined. Please "
|
599 |
"check notifyrecipients attribute in the shortcode."
|
@@ -601,7 +614,7 @@ msgstr ""
|
|
601 |
"Powiadomienia e-mail nie zostały wysłane, ponieważ nie ma odbiorców "
|
602 |
"zdefiniowanych. Sprawdź atrybut notifyrecipients w kodzie."
|
603 |
|
604 |
-
#: lib/wfu_constants.php:
|
605 |
msgid ""
|
606 |
"Notification email was not sent due to an error. Please check "
|
607 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -609,7 +622,7 @@ msgstr ""
|
|
609 |
"Powiadomienia e-mail nie został wysłany z powodu błędu. Proszę sprawdzić "
|
610 |
"notifyrecipients, notifysubject i notifymessage atrybuty dla błędów."
|
611 |
|
612 |
-
#: lib/wfu_constants.php:
|
613 |
msgid ""
|
614 |
"Redirection not executed because redirection link is empty. Please check "
|
615 |
"redirectlink attribute."
|
@@ -617,14 +630,38 @@ msgstr ""
|
|
617 |
"Przekierowania nie wykonany, ponieważ link przekierowania jest pusty. "
|
618 |
"Sprawdź atrybut redirectlink."
|
619 |
|
620 |
-
#: lib/wfu_constants.php:
|
621 |
msgid ""
|
622 |
"Redirection not executed because not all files were successfully uploaded."
|
623 |
msgstr ""
|
624 |
"Przekierowania nie wykonany, ponieważ nie wszystkie pliki zostały pomyślnie "
|
625 |
"załadowane."
|
626 |
|
627 |
-
#: lib/wfu_constants.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
628 |
msgid ""
|
629 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
630 |
"message persists, contact administrator."
|
@@ -632,7 +669,7 @@ msgstr ""
|
|
632 |
"Nie można dodać shortcode do strony/post. Proszę spróbować ponownie. Jeśli "
|
633 |
"komunikat będzie się powtarzał, skontaktuj się z administratorem."
|
634 |
|
635 |
-
#: lib/wfu_constants.php:
|
636 |
msgid ""
|
637 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
638 |
"again to edit the shortcode."
|
@@ -640,7 +677,7 @@ msgstr ""
|
|
640 |
"Nie można edytować shortcode, bo zmieniła się zawartość strony. Spróbuj "
|
641 |
"ponownie."
|
642 |
|
643 |
-
#: lib/wfu_constants.php:
|
644 |
msgid ""
|
645 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
646 |
"again to delete it."
|
@@ -648,7 +685,7 @@ msgstr ""
|
|
648 |
"Nie można usunąć shortcode, bo zmieniła się zawartość strony. Spróbuj "
|
649 |
"ponownie."
|
650 |
|
651 |
-
#: lib/wfu_constants.php:
|
652 |
msgid ""
|
653 |
"The page containing the shortcode has been modified and it is no longer "
|
654 |
"valid. Please go back to reload the shortcode."
|
@@ -656,7 +693,7 @@ msgstr ""
|
|
656 |
"Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
|
657 |
"przeładować shortcode."
|
658 |
|
659 |
-
#: lib/wfu_constants.php:
|
660 |
msgid ""
|
661 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
662 |
"back to reload the shortcode."
|
@@ -664,7 +701,7 @@ msgstr ""
|
|
664 |
"Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
|
665 |
"przeładować shortcode."
|
666 |
|
667 |
-
#: lib/wfu_constants.php:
|
668 |
msgid ""
|
669 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
670 |
"go back and reload the shortcode."
|
@@ -672,39 +709,39 @@ msgstr ""
|
|
672 |
"Nie można zaktualizować shortcode. Proszę spróbować ponownie. Jeśli problem "
|
673 |
"nie ustąpi, wrócić i ponownie załadować shortcode."
|
674 |
|
675 |
-
#: lib/wfu_constants.php:
|
676 |
msgid "This is a test message"
|
677 |
msgstr "To jest wiadomość testowa"
|
678 |
|
679 |
-
#: lib/wfu_constants.php:
|
680 |
msgid "This is a test administrator message"
|
681 |
msgstr "To jest wiadomość testowa administratora"
|
682 |
|
683 |
-
#: lib/wfu_constants.php:
|
684 |
msgid "File testfile 1 under test"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: lib/wfu_constants.php:
|
688 |
msgid "File testfile 1 message"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: lib/wfu_constants.php:
|
692 |
msgid "File testfile 1 administrator message"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: lib/wfu_constants.php:
|
696 |
msgid "File testfile 2 under test"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: lib/wfu_constants.php:
|
700 |
msgid "File testfile 2 message"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: lib/wfu_constants.php:
|
704 |
msgid "File testfile 2 administrator message"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: lib/wfu_constants.php:
|
708 |
msgid ""
|
709 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
710 |
"current user."
|
@@ -712,7 +749,7 @@ msgstr ""
|
|
712 |
"Wstaw zmienną % userid % wewnątrz tekstu. Zostanie on zastąpiony przez "
|
713 |
"identyfikator bieżącego użytkownika."
|
714 |
|
715 |
-
#: lib/wfu_constants.php:
|
716 |
msgid ""
|
717 |
"Insert variable %username% inside text. It will be replaced by the username "
|
718 |
"of the current user."
|
@@ -720,7 +757,7 @@ msgstr ""
|
|
720 |
"Wstaw zmiennej % username % wewnątrz tekstu. To będzie brzmienie nazwy "
|
721 |
"użytkownika bieżącego użytkownika."
|
722 |
|
723 |
-
#: lib/wfu_constants.php:
|
724 |
msgid ""
|
725 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
726 |
"the current user."
|
@@ -728,7 +765,7 @@ msgstr ""
|
|
728 |
"Wstaw zmiennej % useremail % wewnątrz tekstu. To zostanie zastąpiony przez e-"
|
729 |
"mail bieżącego użytkownika."
|
730 |
|
731 |
-
#: lib/wfu_constants.php:
|
732 |
msgid ""
|
733 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
734 |
"of the uploaded file."
|
@@ -736,7 +773,7 @@ msgstr ""
|
|
736 |
"Wstaw nazwę zmiennej % wewnątrz tekstu. To zostanie zastąpiony przez nazwę "
|
737 |
"pliku przesłane."
|
738 |
|
739 |
-
#: lib/wfu_constants.php:
|
740 |
msgid ""
|
741 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
742 |
"filepath of the uploaded file."
|
@@ -744,7 +781,7 @@ msgstr ""
|
|
744 |
"Wstaw zmienną % filepath wewnątrz tekstu. To zostanie zastąpiony przez pełną "
|
745 |
"filepath przesyłanego pliku."
|
746 |
|
747 |
-
#: lib/wfu_constants.php:
|
748 |
msgid ""
|
749 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
750 |
"the website."
|
@@ -752,13 +789,13 @@ msgstr ""
|
|
752 |
"Wstaw zmiennej % blogid % wewnątrz tekstu. To zostanie zastąpiony przez "
|
753 |
"identyfikator blog strony internetowej."
|
754 |
|
755 |
-
#: lib/wfu_constants.php:
|
756 |
msgid ""
|
757 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
758 |
"current page."
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: lib/wfu_constants.php:
|
762 |
msgid ""
|
763 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
764 |
"the current page."
|
@@ -766,7 +803,7 @@ msgstr ""
|
|
766 |
"Wstaw zmienną % pagetitle wewnątrz tekstu. To będzie brzmienie tytułu "
|
767 |
"bieżącej strony."
|
768 |
|
769 |
-
#: lib/wfu_constants.php:
|
770 |
msgid ""
|
771 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
772 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -776,195 +813,195 @@ msgstr ""
|
|
776 |
"listy rozwijanej. To zostaną zastąpione przez wartości, które użytkownik "
|
777 |
"wpisuje w tej dziedzinie."
|
778 |
|
779 |
-
#: lib/wfu_constants.php:
|
780 |
msgid "Insert variable %n% inside text to denote a line change."
|
781 |
msgstr "Wstaw zmienną %n % wewnątrz tekstu do oznaczenia linii zmiany."
|
782 |
|
783 |
-
#: lib/wfu_constants.php:
|
784 |
msgid "Test Mode"
|
785 |
msgstr "Tryb testowy"
|
786 |
|
787 |
-
#: lib/wfu_constants.php:
|
788 |
msgid "select dir..."
|
789 |
msgstr "Wybierz dir..."
|
790 |
|
791 |
-
#: lib/wfu_constants.php:
|
792 |
msgid "type dir"
|
793 |
msgstr "Typ dir"
|
794 |
|
795 |
-
#: lib/wfu_constants.php:
|
796 |
msgid "Upload path: %filepath%"
|
797 |
msgstr "Wgraj %filepath%"
|
798 |
|
799 |
-
#: lib/wfu_constants.php:
|
800 |
msgid "Failed upload path: %filepath%"
|
801 |
msgstr "Nieudane przesyłanie: %filepath%"
|
802 |
|
803 |
-
#: lib/wfu_constants.php:
|
804 |
msgid " (required)"
|
805 |
msgstr "*"
|
806 |
|
807 |
-
#: lib/wfu_constants.php:
|
808 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
809 |
msgstr "Obecnie wysyłane są pliki. Czy na pewno chcesz zamknąć stronę?"
|
810 |
|
811 |
-
#: lib/wfu_constants.php:
|
812 |
msgid "checking captcha..."
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: lib/wfu_constants.php:
|
816 |
msgid "refreshing..."
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: lib/wfu_constants.php:
|
820 |
msgid "correct captcha"
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: lib/wfu_constants.php:
|
824 |
msgid "click to continue the upload"
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: lib/wfu_constants.php:
|
828 |
msgid "Are you sure you want to delete this file?"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: lib/wfu_constants.php:
|
832 |
msgid "Are you sure you want to delete these files?"
|
833 |
msgstr ""
|
834 |
|
835 |
-
#: lib/wfu_constants.php:
|
836 |
msgid "Bulk Actions"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: lib/wfu_constants.php:
|
840 |
msgid "Apply"
|
841 |
msgstr ""
|
842 |
|
843 |
-
#: lib/wfu_constants.php:
|
844 |
msgid "Are you sure that you want to cancel the upload?"
|
845 |
msgstr ""
|
846 |
|
847 |
-
#: lib/wfu_constants.php:
|
848 |
msgid "cancel upload of this file"
|
849 |
msgstr ""
|
850 |
|
851 |
-
#: lib/wfu_constants.php:
|
852 |
msgid "Upload in progress"
|
853 |
msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
|
854 |
|
855 |
-
#: lib/wfu_constants.php:
|
856 |
msgid "Upload in progress with warnings!"
|
857 |
msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
|
858 |
|
859 |
-
#: lib/wfu_constants.php:
|
860 |
msgid "Upload in progress but some files already failed!"
|
861 |
msgstr "Przesyłanie w toku, ale niektóre pliki zostały anulowane!"
|
862 |
|
863 |
-
#: lib/wfu_constants.php:
|
864 |
msgid "Upload in progress but no files uploaded so far!"
|
865 |
msgstr "Przesyłanie w toku, ale jeszcze nie przesłano żadnego pliku!"
|
866 |
|
867 |
-
#: lib/wfu_constants.php:
|
868 |
msgid "All files uploaded successfully"
|
869 |
msgstr "Przesyłanie plików zakończyło się powodzeniem"
|
870 |
|
871 |
-
#: lib/wfu_constants.php:
|
872 |
msgid "All files uploaded successfully but there are warnings!"
|
873 |
msgstr "Przesyłanie plików zakończyło się powodzeniem"
|
874 |
|
875 |
-
#: lib/wfu_constants.php:
|
876 |
msgid "File uploaded successfully but there are warnings!"
|
877 |
msgstr "Plik został pomyślnie przesłany, ale z ostrzeżeniem!"
|
878 |
|
879 |
-
#: lib/wfu_constants.php:
|
880 |
msgid "Some files failed to upload!"
|
881 |
msgstr "Niektóre pliki zostały anulowane!"
|
882 |
|
883 |
-
#: lib/wfu_constants.php:
|
884 |
msgid "All files failed to upload"
|
885 |
msgstr "Wszystkie pliki zostały anulowane"
|
886 |
|
887 |
-
#: lib/wfu_constants.php:
|
888 |
msgid "File failed to upload"
|
889 |
msgstr "Nie udało się przesłać pliku"
|
890 |
|
891 |
-
#: lib/wfu_constants.php:
|
892 |
msgid "There are no files to upload!"
|
893 |
msgstr "Brak plików do wysłania"
|
894 |
|
895 |
-
#: lib/wfu_constants.php:
|
896 |
msgid "Test upload message"
|
897 |
msgstr "To jest wiadomość testowa"
|
898 |
|
899 |
-
#: lib/wfu_constants.php:
|
900 |
msgid "JSON parse warning!"
|
901 |
msgstr "JSON analizować ostrzeżenie!"
|
902 |
|
903 |
-
#: lib/wfu_constants.php:
|
904 |
msgid "please wait while redirecting..."
|
905 |
msgstr "Proszę czekać, za chwilę zostaniesz przekierowany..."
|
906 |
|
907 |
-
#: lib/wfu_constants.php:
|
908 |
msgid "Open visual shortcode editor in new window"
|
909 |
msgstr "Otwórz edytor w nowym oknie"
|
910 |
|
911 |
-
#: lib/wfu_constants.php:
|
912 |
msgid "loading visual editor"
|
913 |
msgstr "Ładowanie wizualnego edytora"
|
914 |
|
915 |
-
#: lib/wfu_constants.php:
|
916 |
msgid "Clear file list?"
|
917 |
msgstr ""
|
918 |
|
919 |
-
#: lib/wfu_constants.php:
|
920 |
msgid "DROP HERE"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: lib/wfu_constants.php:
|
924 |
msgid "record video"
|
925 |
msgstr ""
|
926 |
|
927 |
-
#: lib/wfu_constants.php:
|
928 |
msgid "take a picture"
|
929 |
msgstr ""
|
930 |
|
931 |
-
#: lib/wfu_constants.php:
|
932 |
msgid "turn webcam on/off"
|
933 |
msgstr ""
|
934 |
|
935 |
-
#: lib/wfu_constants.php:
|
936 |
msgid "go live again"
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: lib/wfu_constants.php:
|
940 |
msgid "end recording"
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: lib/wfu_constants.php:
|
944 |
msgid "play"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: lib/wfu_constants.php:
|
948 |
msgid "pause"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: lib/wfu_constants.php:
|
952 |
msgid "go to the beginning"
|
953 |
msgstr ""
|
954 |
|
955 |
-
#: lib/wfu_constants.php:
|
956 |
msgid "go to the end"
|
957 |
msgstr ""
|
958 |
|
959 |
-
#: lib/wfu_constants.php:
|
960 |
msgid "Wordpress File Upload Form"
|
961 |
msgstr "Formularz przesyłania plików WPFU"
|
962 |
|
963 |
-
#: lib/wfu_constants.php:
|
964 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: lib/wfu_constants.php:
|
968 |
msgid "Upload Files"
|
969 |
msgstr ""
|
970 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-21 23:02+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-06-21 23:02+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: pl_PL\n"
|
203 |
msgstr ""
|
204 |
|
205 |
#: lib/wfu_constants.php:53
|
206 |
+
msgid ""
|
207 |
+
"Too many files are uploaded in a short period of time. This may be a Denial-"
|
208 |
+
"Of-Service attack, so file was rejected. Please check the upload log for "
|
209 |
+
"suspicious behaviour."
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: lib/wfu_constants.php:54
|
213 |
+
msgid ""
|
214 |
+
"File not uploaded in order to prevent overflow of the website. Please "
|
215 |
+
"contact administrator."
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: lib/wfu_constants.php:55
|
219 |
msgid "Targer folder doesn't exist."
|
220 |
msgstr "Targer folder nie istnieje."
|
221 |
|
222 |
+
#: lib/wfu_constants.php:56
|
223 |
msgid "Upload failed! Missing a temporary folder."
|
224 |
msgstr "Brak folderu tymczasowego"
|
225 |
|
226 |
+
#: lib/wfu_constants.php:57
|
227 |
msgid "Upload failed! Permission denied to write to target folder."
|
228 |
msgstr "Nie udało się utworzyć folderu"
|
229 |
|
230 |
+
#: lib/wfu_constants.php:58
|
231 |
msgid "File not allowed."
|
232 |
msgstr "Rozszerzenie pliku nie jest dozwolone."
|
233 |
|
234 |
+
#: lib/wfu_constants.php:59
|
235 |
msgid "File is suspicious and was rejected."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: lib/wfu_constants.php:60
|
239 |
msgid "The uploaded file exceeds the file size limit."
|
240 |
msgstr "Przesłany plik przekracza limit rozmiaru pliku."
|
241 |
|
242 |
+
#: lib/wfu_constants.php:61
|
243 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
244 |
msgstr "Przesłany plik przekracza 2GB i nie jest obsługiwana przez ten serwer."
|
245 |
|
246 |
+
#: lib/wfu_constants.php:62
|
247 |
msgid ""
|
248 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
249 |
"Please contact the administrator."
|
251 |
"Wysyłanie nie powiodło się! Przesłany plik przekracza limit rozmiaru pliku z "
|
252 |
"serwera. Proszę skontaktuj się z administratorem."
|
253 |
|
254 |
+
#: lib/wfu_constants.php:63
|
255 |
msgid ""
|
256 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
257 |
"server. Please contact the administrator."
|
259 |
"Wysyłanie nie powiodło się! Czas trwania upload przekroczony limit czasu "
|
260 |
"serwera. Proszę skontaktuj się z administratorem."
|
261 |
|
262 |
+
#: lib/wfu_constants.php:64
|
263 |
msgid ""
|
264 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
265 |
"was specified in the HTML form."
|
267 |
"Wysyłanie nie powiodło się! Przesłany plik przekracza dyrektywy "
|
268 |
"MAX_FILE_SIZE, który został określony w formularzu HTML."
|
269 |
|
270 |
+
#: lib/wfu_constants.php:65
|
271 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
272 |
msgstr ""
|
273 |
"Wysyłanie nie powiodło się! Przesłany plik został tylko częściowo przesłane."
|
274 |
|
275 |
+
#: lib/wfu_constants.php:66
|
276 |
msgid "Upload failed! No file was uploaded."
|
277 |
msgstr "Wysyłanie nie powiodło się! Plik nie został przesłany."
|
278 |
|
279 |
+
#: lib/wfu_constants.php:67
|
280 |
msgid "Upload failed! Failed to write file to disk."
|
281 |
msgstr "Wysyłanie nie powiodło się! Nie udało się zapisać plik na dysk."
|
282 |
|
283 |
+
#: lib/wfu_constants.php:68
|
284 |
msgid ""
|
285 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
286 |
"administrator."
|
287 |
msgstr "Wystąpił nieznany błąd. Skontaktuj się z administratorem serwisu."
|
288 |
|
289 |
+
#: lib/wfu_constants.php:69
|
290 |
msgid "Upload cancelled!"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: lib/wfu_constants.php:70
|
294 |
msgid ""
|
295 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
296 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
297 |
"the list of loaded extensions with phpinfo() may help."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: lib/wfu_constants.php:71
|
301 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
302 |
msgstr ""
|
303 |
"Wysyłanie nie powiodło się! Wystąpił błąd podczas attemting wgrać plik."
|
304 |
|
305 |
+
#: lib/wfu_constants.php:72 lib/wfu_constants.php:203
|
306 |
msgid "Upload failed!"
|
307 |
msgstr "BŁĄD PRZESYŁANIA!!!"
|
308 |
|
309 |
+
#: lib/wfu_constants.php:73
|
310 |
msgid "No file!"
|
311 |
msgstr "Brak pliku"
|
312 |
|
313 |
+
#: lib/wfu_constants.php:74
|
314 |
msgid ""
|
315 |
"Upload failed! The upload has been canceled by the user or the browser "
|
316 |
"dropped the connection."
|
318 |
"Wysyłanie nie powiodło się! Wysyłanie zostało anulowane przez użytkownika "
|
319 |
"lub utracone połączenie."
|
320 |
|
321 |
+
#: lib/wfu_constants.php:75
|
322 |
msgid "Upload failed! Unknown error."
|
323 |
msgstr "Wysyłanie nie powiodło się! Nieznany błąd."
|
324 |
|
325 |
+
#: lib/wfu_constants.php:76
|
326 |
msgid "Please contact the administrator."
|
327 |
msgstr "Proszę skontaktuj się z administratorem."
|
328 |
|
329 |
+
#: lib/wfu_constants.php:77
|
330 |
msgid "No result from remote server!"
|
331 |
msgstr "Nie wynik z serwera zdalnego!"
|
332 |
|
333 |
+
#: lib/wfu_constants.php:78
|
334 |
msgid " but with warnings"
|
335 |
msgstr "Ostrzeżenia"
|
336 |
|
337 |
+
#: lib/wfu_constants.php:79 lib/wfu_constants.php:81
|
338 |
msgid "Warning: JSON parse error."
|
339 |
msgstr "\"Błąd analizowania\""
|
340 |
|
341 |
+
#: lib/wfu_constants.php:80
|
342 |
msgid ""
|
343 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
344 |
"not be parsed."
|
346 |
"Przekazywania parametrów tego pliku, przekazywana jako ciąg JSON do obsługi, "
|
347 |
"nie można przeanalizować."
|
348 |
|
349 |
+
#: lib/wfu_constants.php:82
|
350 |
msgid ""
|
351 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
352 |
msgstr ""
|
353 |
"UploadStates, przekazywana jako ciąg JSON do obsługi, nie można "
|
354 |
"przeanalizować."
|
355 |
|
356 |
+
#: lib/wfu_constants.php:83
|
357 |
msgid ""
|
358 |
"Redirection to classic form functionality occurred due to unknown error."
|
359 |
msgstr ""
|
360 |
"Przekierowanie do klasycznej postaci funkcji wystąpił z powodu nieznanego "
|
361 |
"błędu."
|
362 |
|
363 |
+
#: lib/wfu_constants.php:84
|
364 |
msgid ""
|
365 |
"Redirection to classic form functionality occurred because AJAX is not "
|
366 |
"supported."
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: lib/wfu_constants.php:85
|
370 |
msgid ""
|
371 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
372 |
"supported."
|
374 |
"Przekierowanie do klasycznej postaci funkcji wystąpił, ponieważ HTML5 jest "
|
375 |
"nieobsługiwana."
|
376 |
|
377 |
+
#: lib/wfu_constants.php:86
|
378 |
msgid ""
|
379 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
380 |
msgstr ""
|
381 |
"Przekierowanie do klasycznej postaci funkcji wystąpił ze względu na błąd "
|
382 |
"analizy JSON."
|
383 |
|
384 |
+
#: lib/wfu_constants.php:87
|
385 |
msgid "Please enable popup windows from the browser's settings!"
|
386 |
msgstr "Proszę włączyć wyskakujące okienka z ustawień przeglądarki!"
|
387 |
|
388 |
+
#: lib/wfu_constants.php:88
|
389 |
msgid "cannot be empty!"
|
390 |
msgstr "Pole nie może być puste!"
|
391 |
|
392 |
+
#: lib/wfu_constants.php:89
|
393 |
msgid "number not valid!"
|
394 |
msgstr "Błędny numer!"
|
395 |
|
396 |
+
#: lib/wfu_constants.php:90
|
397 |
msgid "email not valid!"
|
398 |
msgstr "Niepoprawny e-mail!"
|
399 |
|
400 |
+
#: lib/wfu_constants.php:91
|
401 |
msgid "emails do not match!"
|
402 |
msgstr "e-maile nie pasują!"
|
403 |
|
404 |
+
#: lib/wfu_constants.php:92
|
405 |
msgid "no base email field in group!"
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: lib/wfu_constants.php:93
|
409 |
msgid "passwords do not match!"
|
410 |
msgstr "Hasła nie są identyczne"
|
411 |
|
412 |
+
#: lib/wfu_constants.php:94
|
413 |
msgid "no base password field in group!"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: lib/wfu_constants.php:95
|
417 |
msgid "checkbox unchecked!"
|
418 |
msgstr "niezaznaczone pole wyboru!"
|
419 |
|
420 |
+
#: lib/wfu_constants.php:96
|
421 |
msgid "no option selected!"
|
422 |
msgstr "Nie wybrano żadnej opcji"
|
423 |
|
424 |
+
#: lib/wfu_constants.php:97
|
425 |
msgid "no item selected!"
|
426 |
msgstr "Nie wybrano żadnego elementu."
|
427 |
|
428 |
+
#: lib/wfu_constants.php:98
|
429 |
msgid ""
|
430 |
"There are more than one instances of the plugin in this page with the same "
|
431 |
"id. Please change it."
|
433 |
"Tu są więcej niż jednego wystąpienia o plugin na tej stronie o tym samym "
|
434 |
"identyfikatorze. Zmień go."
|
435 |
|
436 |
+
#: lib/wfu_constants.php:99
|
437 |
msgid ""
|
438 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
439 |
"the page."
|
441 |
"Nie można edytować shortkode, ponieważ strona została zmodyfikowana. Proszę "
|
442 |
"odświeżyć stronę."
|
443 |
|
444 |
+
#: lib/wfu_constants.php:100
|
445 |
msgid "Your browser does not support webcam capture!"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: lib/wfu_constants.php:101
|
449 |
msgid "Your browser does not support video recording from the webcam!"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: lib/wfu_constants.php:102
|
453 |
msgid "No video was recorded!"
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: lib/wfu_constants.php:103
|
457 |
msgid ""
|
458 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
459 |
"or use RecaptchaV2 (no account)."
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: lib/wfu_constants.php:104
|
463 |
msgid ""
|
464 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
465 |
"notify administrator."
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: lib/wfu_constants.php:105
|
469 |
msgid ""
|
470 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
471 |
"use RecaptchaV1 (no account)."
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: lib/wfu_constants.php:106
|
475 |
msgid "ERROR: No site key. Please contact administrator!"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: lib/wfu_constants.php:107
|
479 |
msgid ""
|
480 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
481 |
"define Google Recaptcha keys."
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: lib/wfu_constants.php:108
|
485 |
msgid "Bad captcha image!"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: lib/wfu_constants.php:109
|
489 |
msgid "No input!"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: lib/wfu_constants.php:110
|
493 |
msgid "Captcha not completed!"
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: lib/wfu_constants.php:111
|
497 |
msgid "Wrong captcha!"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: lib/wfu_constants.php:112
|
501 |
msgid "Error refreshing captcha!"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: lib/wfu_constants.php:113
|
505 |
msgid "Unknown captcha error!"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: lib/wfu_constants.php:114
|
509 |
msgid "Captcha not supported by your browser!"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: lib/wfu_constants.php:115
|
513 |
msgid "the secret parameter is missing"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: lib/wfu_constants.php:116
|
517 |
msgid "the secret parameter is invalid or malformed"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: lib/wfu_constants.php:117
|
521 |
msgid "the response parameter is missing"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: lib/wfu_constants.php:118
|
525 |
msgid "the response parameter is invalid or malformed"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: lib/wfu_constants.php:119
|
529 |
msgid "Please do not use drag drop due to an internal problem."
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: lib/wfu_constants.php:120
|
533 |
#, php-format
|
534 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: lib/wfu_constants.php:121
|
538 |
msgid "Chunked upload is not allowed!"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: lib/wfu_constants.php:122
|
542 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: lib/wfu_constants.php:123
|
546 |
msgid "Chunked upload failed, final file could not be created!"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: lib/wfu_constants.php:124
|
550 |
#, php-format
|
551 |
msgid "Could not write file chuck to destination on chunk %d"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: lib/wfu_constants.php:125
|
555 |
#, php-format
|
556 |
msgid "Could not enlarge destination file on chunk %d"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: lib/wfu_constants.php:126
|
560 |
#, php-format
|
561 |
msgid "Could not open file handles on chunk %d"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: lib/wfu_constants.php:127
|
565 |
msgid "You are not allowed to delete this file!"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: lib/wfu_constants.php:128
|
569 |
msgid "File was not deleted!"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: lib/wfu_constants.php:129
|
573 |
msgid "No file was deleted!"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: lib/wfu_constants.php:130
|
577 |
msgid "Some files were not deleted!"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: lib/wfu_constants.php:132
|
581 |
msgid "Upload skipped! File already exists."
|
582 |
msgstr "Przepraszamy, ten plik już istnieje!"
|
583 |
|
584 |
+
#: lib/wfu_constants.php:133
|
585 |
msgid "The extension of the file does not match its contents."
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: lib/wfu_constants.php:134
|
589 |
msgid ""
|
590 |
"Upload succeeded but the file is suspicious because its contents do not "
|
591 |
"match its extension. Its proper filename is: "
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: lib/wfu_constants.php:135
|
595 |
msgid "No files have been selected!"
|
596 |
msgstr "Nie wybrano żadnych plików"
|
597 |
|
598 |
+
#: lib/wfu_constants.php:136
|
599 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
600 |
msgstr ""
|
601 |
"WPFilebase Plugin nie aktualizowane, ponieważ nie było tam plików przesłane."
|
602 |
|
603 |
+
#: lib/wfu_constants.php:137
|
604 |
msgid "Notification email was not sent because there were no files uploaded."
|
605 |
msgstr ""
|
606 |
"Powiadomienia e-mail nie została wysłana, ponieważ nie zostały przesłane "
|
607 |
"pliki."
|
608 |
|
609 |
+
#: lib/wfu_constants.php:138
|
610 |
msgid ""
|
611 |
"Notification email was not sent because no recipients were defined. Please "
|
612 |
"check notifyrecipients attribute in the shortcode."
|
614 |
"Powiadomienia e-mail nie zostały wysłane, ponieważ nie ma odbiorców "
|
615 |
"zdefiniowanych. Sprawdź atrybut notifyrecipients w kodzie."
|
616 |
|
617 |
+
#: lib/wfu_constants.php:139
|
618 |
msgid ""
|
619 |
"Notification email was not sent due to an error. Please check "
|
620 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
622 |
"Powiadomienia e-mail nie został wysłany z powodu błędu. Proszę sprawdzić "
|
623 |
"notifyrecipients, notifysubject i notifymessage atrybuty dla błędów."
|
624 |
|
625 |
+
#: lib/wfu_constants.php:140
|
626 |
msgid ""
|
627 |
"Redirection not executed because redirection link is empty. Please check "
|
628 |
"redirectlink attribute."
|
630 |
"Przekierowania nie wykonany, ponieważ link przekierowania jest pusty. "
|
631 |
"Sprawdź atrybut redirectlink."
|
632 |
|
633 |
+
#: lib/wfu_constants.php:141
|
634 |
msgid ""
|
635 |
"Redirection not executed because not all files were successfully uploaded."
|
636 |
msgstr ""
|
637 |
"Przekierowania nie wykonany, ponieważ nie wszystkie pliki zostały pomyślnie "
|
638 |
"załadowane."
|
639 |
|
640 |
+
#: lib/wfu_constants.php:142
|
641 |
+
msgid "Potential Denial-Of-Service Attack on {SITE}"
|
642 |
+
msgstr ""
|
643 |
+
|
644 |
+
#: lib/wfu_constants.php:143
|
645 |
+
msgid ""
|
646 |
+
"Hello admin\n"
|
647 |
+
"\n"
|
648 |
+
"This is a message from Wordpress File Upload Plugin to notify you that a "
|
649 |
+
"potential Denial-Of-Service attack has been detected on {SITE}.\n"
|
650 |
+
"\n"
|
651 |
+
"The plugin detected more than {FILENUM} uploads within {INTERVAL} seconds.\n"
|
652 |
+
"\n"
|
653 |
+
"All file uploads that exceed this limit are rejected to protect the website "
|
654 |
+
"from overflowing.\n"
|
655 |
+
"\n"
|
656 |
+
"Please check the upload history log in the plugin's area in Dashboard for "
|
657 |
+
"any suspicious behaviour.\n"
|
658 |
+
"\n"
|
659 |
+
"A new message will follow if the situation remains.\n"
|
660 |
+
"\n"
|
661 |
+
"Thanks"
|
662 |
+
msgstr ""
|
663 |
+
|
664 |
+
#: lib/wfu_constants.php:145
|
665 |
msgid ""
|
666 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
667 |
"message persists, contact administrator."
|
669 |
"Nie można dodać shortcode do strony/post. Proszę spróbować ponownie. Jeśli "
|
670 |
"komunikat będzie się powtarzał, skontaktuj się z administratorem."
|
671 |
|
672 |
+
#: lib/wfu_constants.php:146
|
673 |
msgid ""
|
674 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
675 |
"again to edit the shortcode."
|
677 |
"Nie można edytować shortcode, bo zmieniła się zawartość strony. Spróbuj "
|
678 |
"ponownie."
|
679 |
|
680 |
+
#: lib/wfu_constants.php:147
|
681 |
msgid ""
|
682 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
683 |
"again to delete it."
|
685 |
"Nie można usunąć shortcode, bo zmieniła się zawartość strony. Spróbuj "
|
686 |
"ponownie."
|
687 |
|
688 |
+
#: lib/wfu_constants.php:148
|
689 |
msgid ""
|
690 |
"The page containing the shortcode has been modified and it is no longer "
|
691 |
"valid. Please go back to reload the shortcode."
|
693 |
"Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
|
694 |
"przeładować shortcode."
|
695 |
|
696 |
+
#: lib/wfu_constants.php:149
|
697 |
msgid ""
|
698 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
699 |
"back to reload the shortcode."
|
701 |
"Strona zawierająca shortcode został zmodyfikowana. Proszę wrócić i "
|
702 |
"przeładować shortcode."
|
703 |
|
704 |
+
#: lib/wfu_constants.php:150
|
705 |
msgid ""
|
706 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
707 |
"go back and reload the shortcode."
|
709 |
"Nie można zaktualizować shortcode. Proszę spróbować ponownie. Jeśli problem "
|
710 |
"nie ustąpi, wrócić i ponownie załadować shortcode."
|
711 |
|
712 |
+
#: lib/wfu_constants.php:152
|
713 |
msgid "This is a test message"
|
714 |
msgstr "To jest wiadomość testowa"
|
715 |
|
716 |
+
#: lib/wfu_constants.php:153
|
717 |
msgid "This is a test administrator message"
|
718 |
msgstr "To jest wiadomość testowa administratora"
|
719 |
|
720 |
+
#: lib/wfu_constants.php:154
|
721 |
msgid "File testfile 1 under test"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: lib/wfu_constants.php:155
|
725 |
msgid "File testfile 1 message"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: lib/wfu_constants.php:156
|
729 |
msgid "File testfile 1 administrator message"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: lib/wfu_constants.php:157
|
733 |
msgid "File testfile 2 under test"
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: lib/wfu_constants.php:158
|
737 |
msgid "File testfile 2 message"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: lib/wfu_constants.php:159
|
741 |
msgid "File testfile 2 administrator message"
|
742 |
msgstr ""
|
743 |
|
744 |
+
#: lib/wfu_constants.php:161
|
745 |
msgid ""
|
746 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
747 |
"current user."
|
749 |
"Wstaw zmienną % userid % wewnątrz tekstu. Zostanie on zastąpiony przez "
|
750 |
"identyfikator bieżącego użytkownika."
|
751 |
|
752 |
+
#: lib/wfu_constants.php:162
|
753 |
msgid ""
|
754 |
"Insert variable %username% inside text. It will be replaced by the username "
|
755 |
"of the current user."
|
757 |
"Wstaw zmiennej % username % wewnątrz tekstu. To będzie brzmienie nazwy "
|
758 |
"użytkownika bieżącego użytkownika."
|
759 |
|
760 |
+
#: lib/wfu_constants.php:163
|
761 |
msgid ""
|
762 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
763 |
"the current user."
|
765 |
"Wstaw zmiennej % useremail % wewnątrz tekstu. To zostanie zastąpiony przez e-"
|
766 |
"mail bieżącego użytkownika."
|
767 |
|
768 |
+
#: lib/wfu_constants.php:164
|
769 |
msgid ""
|
770 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
771 |
"of the uploaded file."
|
773 |
"Wstaw nazwę zmiennej % wewnątrz tekstu. To zostanie zastąpiony przez nazwę "
|
774 |
"pliku przesłane."
|
775 |
|
776 |
+
#: lib/wfu_constants.php:165
|
777 |
msgid ""
|
778 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
779 |
"filepath of the uploaded file."
|
781 |
"Wstaw zmienną % filepath wewnątrz tekstu. To zostanie zastąpiony przez pełną "
|
782 |
"filepath przesyłanego pliku."
|
783 |
|
784 |
+
#: lib/wfu_constants.php:166
|
785 |
msgid ""
|
786 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
787 |
"the website."
|
789 |
"Wstaw zmiennej % blogid % wewnątrz tekstu. To zostanie zastąpiony przez "
|
790 |
"identyfikator blog strony internetowej."
|
791 |
|
792 |
+
#: lib/wfu_constants.php:167
|
793 |
msgid ""
|
794 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
795 |
"current page."
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: lib/wfu_constants.php:168
|
799 |
msgid ""
|
800 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
801 |
"the current page."
|
803 |
"Wstaw zmienną % pagetitle wewnątrz tekstu. To będzie brzmienie tytułu "
|
804 |
"bieżącej strony."
|
805 |
|
806 |
+
#: lib/wfu_constants.php:169
|
807 |
msgid ""
|
808 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
809 |
"drop-down list. It will be replaced by the value that the user entered in "
|
813 |
"listy rozwijanej. To zostaną zastąpione przez wartości, które użytkownik "
|
814 |
"wpisuje w tej dziedzinie."
|
815 |
|
816 |
+
#: lib/wfu_constants.php:170
|
817 |
msgid "Insert variable %n% inside text to denote a line change."
|
818 |
msgstr "Wstaw zmienną %n % wewnątrz tekstu do oznaczenia linii zmiany."
|
819 |
|
820 |
+
#: lib/wfu_constants.php:172
|
821 |
msgid "Test Mode"
|
822 |
msgstr "Tryb testowy"
|
823 |
|
824 |
+
#: lib/wfu_constants.php:173
|
825 |
msgid "select dir..."
|
826 |
msgstr "Wybierz dir..."
|
827 |
|
828 |
+
#: lib/wfu_constants.php:174
|
829 |
msgid "type dir"
|
830 |
msgstr "Typ dir"
|
831 |
|
832 |
+
#: lib/wfu_constants.php:175
|
833 |
msgid "Upload path: %filepath%"
|
834 |
msgstr "Wgraj %filepath%"
|
835 |
|
836 |
+
#: lib/wfu_constants.php:176
|
837 |
msgid "Failed upload path: %filepath%"
|
838 |
msgstr "Nieudane przesyłanie: %filepath%"
|
839 |
|
840 |
+
#: lib/wfu_constants.php:177
|
841 |
msgid " (required)"
|
842 |
msgstr "*"
|
843 |
|
844 |
+
#: lib/wfu_constants.php:178
|
845 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
846 |
msgstr "Obecnie wysyłane są pliki. Czy na pewno chcesz zamknąć stronę?"
|
847 |
|
848 |
+
#: lib/wfu_constants.php:179
|
849 |
msgid "checking captcha..."
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: lib/wfu_constants.php:180
|
853 |
msgid "refreshing..."
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: lib/wfu_constants.php:181
|
857 |
msgid "correct captcha"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: lib/wfu_constants.php:182
|
861 |
msgid "click to continue the upload"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: lib/wfu_constants.php:183
|
865 |
msgid "Are you sure you want to delete this file?"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: lib/wfu_constants.php:184
|
869 |
msgid "Are you sure you want to delete these files?"
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: lib/wfu_constants.php:185
|
873 |
msgid "Bulk Actions"
|
874 |
msgstr ""
|
875 |
|
876 |
+
#: lib/wfu_constants.php:186
|
877 |
msgid "Apply"
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: lib/wfu_constants.php:187
|
881 |
msgid "Are you sure that you want to cancel the upload?"
|
882 |
msgstr ""
|
883 |
|
884 |
+
#: lib/wfu_constants.php:188
|
885 |
msgid "cancel upload of this file"
|
886 |
msgstr ""
|
887 |
|
888 |
+
#: lib/wfu_constants.php:189
|
889 |
msgid "Upload in progress"
|
890 |
msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
|
891 |
|
892 |
+
#: lib/wfu_constants.php:190
|
893 |
msgid "Upload in progress with warnings!"
|
894 |
msgstr "Trwa przesyłanie Plików. Prosimy cierpliwie czekać."
|
895 |
|
896 |
+
#: lib/wfu_constants.php:191
|
897 |
msgid "Upload in progress but some files already failed!"
|
898 |
msgstr "Przesyłanie w toku, ale niektóre pliki zostały anulowane!"
|
899 |
|
900 |
+
#: lib/wfu_constants.php:192
|
901 |
msgid "Upload in progress but no files uploaded so far!"
|
902 |
msgstr "Przesyłanie w toku, ale jeszcze nie przesłano żadnego pliku!"
|
903 |
|
904 |
+
#: lib/wfu_constants.php:193
|
905 |
msgid "All files uploaded successfully"
|
906 |
msgstr "Przesyłanie plików zakończyło się powodzeniem"
|
907 |
|
908 |
+
#: lib/wfu_constants.php:194
|
909 |
msgid "All files uploaded successfully but there are warnings!"
|
910 |
msgstr "Przesyłanie plików zakończyło się powodzeniem"
|
911 |
|
912 |
+
#: lib/wfu_constants.php:195
|
913 |
msgid "File uploaded successfully but there are warnings!"
|
914 |
msgstr "Plik został pomyślnie przesłany, ale z ostrzeżeniem!"
|
915 |
|
916 |
+
#: lib/wfu_constants.php:196
|
917 |
msgid "Some files failed to upload!"
|
918 |
msgstr "Niektóre pliki zostały anulowane!"
|
919 |
|
920 |
+
#: lib/wfu_constants.php:197
|
921 |
msgid "All files failed to upload"
|
922 |
msgstr "Wszystkie pliki zostały anulowane"
|
923 |
|
924 |
+
#: lib/wfu_constants.php:198
|
925 |
msgid "File failed to upload"
|
926 |
msgstr "Nie udało się przesłać pliku"
|
927 |
|
928 |
+
#: lib/wfu_constants.php:199
|
929 |
msgid "There are no files to upload!"
|
930 |
msgstr "Brak plików do wysłania"
|
931 |
|
932 |
+
#: lib/wfu_constants.php:200
|
933 |
msgid "Test upload message"
|
934 |
msgstr "To jest wiadomość testowa"
|
935 |
|
936 |
+
#: lib/wfu_constants.php:201
|
937 |
msgid "JSON parse warning!"
|
938 |
msgstr "JSON analizować ostrzeżenie!"
|
939 |
|
940 |
+
#: lib/wfu_constants.php:202
|
941 |
msgid "please wait while redirecting..."
|
942 |
msgstr "Proszę czekać, za chwilę zostaniesz przekierowany..."
|
943 |
|
944 |
+
#: lib/wfu_constants.php:204
|
945 |
msgid "Open visual shortcode editor in new window"
|
946 |
msgstr "Otwórz edytor w nowym oknie"
|
947 |
|
948 |
+
#: lib/wfu_constants.php:205
|
949 |
msgid "loading visual editor"
|
950 |
msgstr "Ładowanie wizualnego edytora"
|
951 |
|
952 |
+
#: lib/wfu_constants.php:206
|
953 |
msgid "Clear file list?"
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: lib/wfu_constants.php:207
|
957 |
msgid "DROP HERE"
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: lib/wfu_constants.php:209
|
961 |
msgid "record video"
|
962 |
msgstr ""
|
963 |
|
964 |
+
#: lib/wfu_constants.php:210
|
965 |
msgid "take a picture"
|
966 |
msgstr ""
|
967 |
|
968 |
+
#: lib/wfu_constants.php:211
|
969 |
msgid "turn webcam on/off"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: lib/wfu_constants.php:212
|
973 |
msgid "go live again"
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: lib/wfu_constants.php:213
|
977 |
msgid "end recording"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: lib/wfu_constants.php:214
|
981 |
msgid "play"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: lib/wfu_constants.php:215
|
985 |
msgid "pause"
|
986 |
msgstr ""
|
987 |
|
988 |
+
#: lib/wfu_constants.php:216
|
989 |
msgid "go to the beginning"
|
990 |
msgstr ""
|
991 |
|
992 |
+
#: lib/wfu_constants.php:217
|
993 |
msgid "go to the end"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: lib/wfu_constants.php:219
|
997 |
msgid "Wordpress File Upload Form"
|
998 |
msgstr "Formularz przesyłania plików WPFU"
|
999 |
|
1000 |
+
#: lib/wfu_constants.php:220
|
1001 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: lib/wfu_constants.php:221
|
1005 |
msgid "Upload Files"
|
1006 |
msgstr ""
|
1007 |
|
languages/wp-file-upload-sr_RS.mo
CHANGED
Binary file
|
languages/wp-file-upload-sr_RS.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: sr\n"
|
@@ -205,35 +205,48 @@ msgid ""
|
|
205 |
msgstr ""
|
206 |
|
207 |
#: lib/wfu_constants.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
msgid "Targer folder doesn't exist."
|
209 |
msgstr "Ciljna fascikla ne postoji."
|
210 |
|
211 |
-
#: lib/wfu_constants.php:
|
212 |
msgid "Upload failed! Missing a temporary folder."
|
213 |
msgstr "Otpremanje neuspešno! Nedostaje privremena fascikla. "
|
214 |
|
215 |
-
#: lib/wfu_constants.php:
|
216 |
msgid "Upload failed! Permission denied to write to target folder."
|
217 |
msgstr "Otpremanje neuspešno! Odbijena dozvola za pisanje u ciljnoj fascikli."
|
218 |
|
219 |
-
#: lib/wfu_constants.php:
|
220 |
msgid "File not allowed."
|
221 |
msgstr "Datoteka nije dozvoljena."
|
222 |
|
223 |
-
#: lib/wfu_constants.php:
|
224 |
msgid "File is suspicious and was rejected."
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: lib/wfu_constants.php:
|
228 |
msgid "The uploaded file exceeds the file size limit."
|
229 |
msgstr ""
|
230 |
"Veličina otpremljene datoteke prevazilazi ograničenje veličine datoteke."
|
231 |
|
232 |
-
#: lib/wfu_constants.php:
|
233 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
234 |
msgstr "Otpremljena datoteka je veća od 2GB i nije podržana ovim serverom."
|
235 |
|
236 |
-
#: lib/wfu_constants.php:
|
237 |
msgid ""
|
238 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
239 |
"Please contact the administrator."
|
@@ -241,7 +254,7 @@ msgstr ""
|
|
241 |
"Otpremanje neuspešno! Otpremljena datoteka prevazilazi ograničenje servera "
|
242 |
"za veličinu datoteke. Obratite se administratoru."
|
243 |
|
244 |
-
#: lib/wfu_constants.php:
|
245 |
msgid ""
|
246 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
247 |
"server. Please contact the administrator."
|
@@ -249,7 +262,7 @@ msgstr ""
|
|
249 |
"Otpremanje neuspešno! Trajanje otpremanja prevazišlo je vremensko "
|
250 |
"ograničenje servera. Obratite se administratoru."
|
251 |
|
252 |
-
#: lib/wfu_constants.php:
|
253 |
msgid ""
|
254 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
255 |
"was specified in the HTML form."
|
@@ -257,19 +270,19 @@ msgstr ""
|
|
257 |
"Otpremanje neuspešno! Otpremljena datoteka prevazilazi direktivu "
|
258 |
"MAX_VELIČINA_DATOTEKE koja je navedena u HTML obrascu."
|
259 |
|
260 |
-
#: lib/wfu_constants.php:
|
261 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
262 |
msgstr "Otpremanje neuspešno! Datoteka je samo delimično otpremljena."
|
263 |
|
264 |
-
#: lib/wfu_constants.php:
|
265 |
msgid "Upload failed! No file was uploaded."
|
266 |
msgstr "Otpremanje neuspešno! Nijedna datoteka nije otpremljena."
|
267 |
|
268 |
-
#: lib/wfu_constants.php:
|
269 |
msgid "Upload failed! Failed to write file to disk."
|
270 |
msgstr "Otpremanje neuspešno! Datoteka nije zapisana na disk."
|
271 |
|
272 |
-
#: lib/wfu_constants.php:
|
273 |
msgid ""
|
274 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
275 |
"administrator."
|
@@ -277,11 +290,11 @@ msgstr ""
|
|
277 |
"Otpremanje neuspešno! Došlo je do greške prilikom pomeranja privremene "
|
278 |
"datoteke. Obratite se administratoru."
|
279 |
|
280 |
-
#: lib/wfu_constants.php:
|
281 |
msgid "Upload cancelled!"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: lib/wfu_constants.php:
|
285 |
msgid ""
|
286 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
287 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
@@ -291,21 +304,21 @@ msgstr ""
|
|
291 |
"ne obezbeđuje način da se utvrdi koja je ekstenzija zaustavila otpremanje. "
|
292 |
"Možda će pomoći ako pregledate spisak otpremljenih ekstenzija uz phpinfo(). "
|
293 |
|
294 |
-
#: lib/wfu_constants.php:
|
295 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
296 |
msgstr ""
|
297 |
"Otpremanje neuspešno! Došlo je do greške prilikom pokušaja da se otpremi "
|
298 |
"datoteka."
|
299 |
|
300 |
-
#: lib/wfu_constants.php:
|
301 |
msgid "Upload failed!"
|
302 |
msgstr "Otpremanje neuspešno! "
|
303 |
|
304 |
-
#: lib/wfu_constants.php:
|
305 |
msgid "No file!"
|
306 |
msgstr "Nema datoteke!"
|
307 |
|
308 |
-
#: lib/wfu_constants.php:
|
309 |
msgid ""
|
310 |
"Upload failed! The upload has been canceled by the user or the browser "
|
311 |
"dropped the connection."
|
@@ -313,27 +326,27 @@ msgstr ""
|
|
313 |
"Otpremanje neuspešno! Korisnik je otkazao otpremanje ili je pretraživač "
|
314 |
"izgubio internet vezu."
|
315 |
|
316 |
-
#: lib/wfu_constants.php:
|
317 |
msgid "Upload failed! Unknown error."
|
318 |
msgstr "Otpremanje neuspešno! Nepoznata greška."
|
319 |
|
320 |
-
#: lib/wfu_constants.php:
|
321 |
msgid "Please contact the administrator."
|
322 |
msgstr "Obratite se administratoru."
|
323 |
|
324 |
-
#: lib/wfu_constants.php:
|
325 |
msgid "No result from remote server!"
|
326 |
msgstr "Nema rezultata sa udaljenog servera!"
|
327 |
|
328 |
-
#: lib/wfu_constants.php:
|
329 |
msgid " but with warnings"
|
330 |
msgstr "ali sa upozorenjima"
|
331 |
|
332 |
-
#: lib/wfu_constants.php:
|
333 |
msgid "Warning: JSON parse error."
|
334 |
msgstr "Upozorenje: Greška prilikom JSON parsiranja."
|
335 |
|
336 |
-
#: lib/wfu_constants.php:
|
337 |
msgid ""
|
338 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
339 |
"not be parsed."
|
@@ -341,20 +354,20 @@ msgstr ""
|
|
341 |
"Otpremljeni parametri ove datoteke, poslate na obradu kao JSON niz, nisu "
|
342 |
"mogle biti parsirane. "
|
343 |
|
344 |
-
#: lib/wfu_constants.php:
|
345 |
msgid ""
|
346 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
347 |
msgstr ""
|
348 |
"UploadStates, poslate na obradu kao JSON niz, nisu mogle biti parsirane. "
|
349 |
|
350 |
-
#: lib/wfu_constants.php:
|
351 |
msgid ""
|
352 |
"Redirection to classic form functionality occurred due to unknown error."
|
353 |
msgstr ""
|
354 |
"Zbog nepoznate greške došlo je do preusmeravanja na funkcionalnost klasičnog "
|
355 |
"obrasca."
|
356 |
|
357 |
-
#: lib/wfu_constants.php:
|
358 |
msgid ""
|
359 |
"Redirection to classic form functionality occurred because AJAX is not "
|
360 |
"supported."
|
@@ -362,7 +375,7 @@ msgstr ""
|
|
362 |
"Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
|
363 |
"podržan AJAX."
|
364 |
|
365 |
-
#: lib/wfu_constants.php:
|
366 |
msgid ""
|
367 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
368 |
"supported."
|
@@ -370,58 +383,58 @@ msgstr ""
|
|
370 |
"Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
|
371 |
"podržan HTML5."
|
372 |
|
373 |
-
#: lib/wfu_constants.php:
|
374 |
msgid ""
|
375 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
376 |
msgstr ""
|
377 |
"Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zbog JSON "
|
378 |
"greške prilikom parsiranja."
|
379 |
|
380 |
-
#: lib/wfu_constants.php:
|
381 |
msgid "Please enable popup windows from the browser's settings!"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: lib/wfu_constants.php:
|
385 |
msgid "cannot be empty!"
|
386 |
msgstr "ne može biti prazno!"
|
387 |
|
388 |
-
#: lib/wfu_constants.php:
|
389 |
msgid "number not valid!"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: lib/wfu_constants.php:
|
393 |
msgid "email not valid!"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: lib/wfu_constants.php:
|
397 |
msgid "emails do not match!"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: lib/wfu_constants.php:
|
401 |
msgid "no base email field in group!"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: lib/wfu_constants.php:
|
405 |
msgid "passwords do not match!"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: lib/wfu_constants.php:
|
409 |
msgid "no base password field in group!"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: lib/wfu_constants.php:
|
413 |
msgid "checkbox unchecked!"
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: lib/wfu_constants.php:
|
417 |
msgid "no option selected!"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: lib/wfu_constants.php:
|
421 |
msgid "no item selected!"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: lib/wfu_constants.php:
|
425 |
msgid ""
|
426 |
"There are more than one instances of the plugin in this page with the same "
|
427 |
"id. Please change it."
|
@@ -429,7 +442,7 @@ msgstr ""
|
|
429 |
"Na ovoj stranici ima više od jednog primera plugin-a sa istom "
|
430 |
"identifikacijom."
|
431 |
|
432 |
-
#: lib/wfu_constants.php:
|
433 |
msgid ""
|
434 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
435 |
"the page."
|
@@ -437,19 +450,19 @@ msgstr ""
|
|
437 |
"Shortcode ne može da se uredi zato što stranica nije modifikovana. Ponovo "
|
438 |
"učitajte stranicu."
|
439 |
|
440 |
-
#: lib/wfu_constants.php:
|
441 |
msgid "Your browser does not support webcam capture!"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: lib/wfu_constants.php:
|
445 |
msgid "Your browser does not support video recording from the webcam!"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: lib/wfu_constants.php:
|
449 |
msgid "No video was recorded!"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: lib/wfu_constants.php:
|
453 |
msgid ""
|
454 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
455 |
"or use RecaptchaV2 (no account)."
|
@@ -457,23 +470,23 @@ msgstr ""
|
|
457 |
"GREŠKA: Captcha nije podržana! Imate staru PHP verziju. Nadogradite svoj PHP "
|
458 |
"ili koristite RecaptchaV2 (bez naloga)."
|
459 |
|
460 |
-
#: lib/wfu_constants.php:
|
461 |
msgid ""
|
462 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
463 |
"notify administrator."
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: lib/wfu_constants.php:
|
467 |
msgid ""
|
468 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
469 |
"use RecaptchaV1 (no account)."
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: lib/wfu_constants.php:
|
473 |
msgid "ERROR: No site key. Please contact administrator!"
|
474 |
msgstr "GREŠKA: Nema ključa site-a. Obratite se administratoru."
|
475 |
|
476 |
-
#: lib/wfu_constants.php:
|
477 |
msgid ""
|
478 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
479 |
"define Google Recaptcha keys."
|
@@ -481,139 +494,139 @@ msgstr ""
|
|
481 |
"GREŠKA: Ključ site-a nije određen. Idite na kontrolnu tablu podešavanja "
|
482 |
"plugin-a da biste odredili Google Recaptcha ključeve."
|
483 |
|
484 |
-
#: lib/wfu_constants.php:
|
485 |
msgid "Bad captcha image!"
|
486 |
msgstr "Loša captcha slika!"
|
487 |
|
488 |
-
#: lib/wfu_constants.php:
|
489 |
msgid "No input!"
|
490 |
msgstr "Nema unosa!"
|
491 |
|
492 |
-
#: lib/wfu_constants.php:
|
493 |
msgid "Captcha not completed!"
|
494 |
msgstr "Captcha nije kompletan!"
|
495 |
|
496 |
-
#: lib/wfu_constants.php:
|
497 |
msgid "Wrong captcha!"
|
498 |
msgstr "Pogrešan captcha!"
|
499 |
|
500 |
-
#: lib/wfu_constants.php:
|
501 |
msgid "Error refreshing captcha!"
|
502 |
msgstr "Greška u osvežavanju captcha!"
|
503 |
|
504 |
-
#: lib/wfu_constants.php:
|
505 |
msgid "Unknown captcha error!"
|
506 |
msgstr "Nepoznata captcha greška!"
|
507 |
|
508 |
-
#: lib/wfu_constants.php:
|
509 |
msgid "Captcha not supported by your browser!"
|
510 |
msgstr "Vaš pretraživač ne podržava captcha!"
|
511 |
|
512 |
-
#: lib/wfu_constants.php:
|
513 |
msgid "the secret parameter is missing"
|
514 |
msgstr "nedostaje tajni parametar"
|
515 |
|
516 |
-
#: lib/wfu_constants.php:
|
517 |
msgid "the secret parameter is invalid or malformed"
|
518 |
msgstr "tajni parametar je nevažeći ili loše formulisan"
|
519 |
|
520 |
-
#: lib/wfu_constants.php:
|
521 |
msgid "the response parameter is missing"
|
522 |
msgstr "nedostaje parametar odgovora "
|
523 |
|
524 |
-
#: lib/wfu_constants.php:
|
525 |
msgid "the response parameter is invalid or malformed"
|
526 |
msgstr "parametar odgovora je nevažeći ili loše formulisan"
|
527 |
|
528 |
-
#: lib/wfu_constants.php:
|
529 |
msgid "Please do not use drag drop due to an internal problem."
|
530 |
msgstr ""
|
531 |
"Molimo vas da ne koristite prevlačenje i pozicioniranje zbog internog "
|
532 |
"problema."
|
533 |
|
534 |
-
#: lib/wfu_constants.php:
|
535 |
#, php-format
|
536 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
537 |
msgstr ""
|
538 |
"Došlo je do greške prilikom parcijalnog otpremanja. Jedinstveni ID u "
|
539 |
"jedinici memorije %d"
|
540 |
|
541 |
-
#: lib/wfu_constants.php:
|
542 |
msgid "Chunked upload is not allowed!"
|
543 |
msgstr "Parcijalno otpremanje nije dozvoljeno!"
|
544 |
|
545 |
-
#: lib/wfu_constants.php:
|
546 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
547 |
msgstr ""
|
548 |
"Parcijalno otpremanje prekinuto je zbog greške u prethodnoj jedinici "
|
549 |
"memorije!"
|
550 |
|
551 |
-
#: lib/wfu_constants.php:
|
552 |
msgid "Chunked upload failed, final file could not be created!"
|
553 |
msgstr ""
|
554 |
"Otpremanje u jedinici memorije neuspelo, konačna datoteka ne može se "
|
555 |
"kreirati!"
|
556 |
|
557 |
-
#: lib/wfu_constants.php:
|
558 |
#, php-format
|
559 |
msgid "Could not write file chuck to destination on chunk %d"
|
560 |
msgstr ""
|
561 |
"Ne može se napisati jedinica memorije datoteke u jedinici memorije %d. "
|
562 |
|
563 |
-
#: lib/wfu_constants.php:
|
564 |
#, php-format
|
565 |
msgid "Could not enlarge destination file on chunk %d"
|
566 |
msgstr "Ne može se uvećati odredišna datoteka u jedinici memorije %d."
|
567 |
|
568 |
-
#: lib/wfu_constants.php:
|
569 |
#, php-format
|
570 |
msgid "Could not open file handles on chunk %d"
|
571 |
msgstr "Ne mogu se otvoriti opisi datoteke u jedinici memorije %d"
|
572 |
|
573 |
-
#: lib/wfu_constants.php:
|
574 |
msgid "You are not allowed to delete this file!"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: lib/wfu_constants.php:
|
578 |
msgid "File was not deleted!"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: lib/wfu_constants.php:
|
582 |
msgid "No file was deleted!"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: lib/wfu_constants.php:
|
586 |
msgid "Some files were not deleted!"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: lib/wfu_constants.php:
|
590 |
msgid "Upload skipped! File already exists."
|
591 |
msgstr "Otpremanje preskočeno! Datoteka već postoji."
|
592 |
|
593 |
-
#: lib/wfu_constants.php:
|
594 |
msgid "The extension of the file does not match its contents."
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: lib/wfu_constants.php:
|
598 |
msgid ""
|
599 |
"Upload succeeded but the file is suspicious because its contents do not "
|
600 |
"match its extension. Its proper filename is: "
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: lib/wfu_constants.php:
|
604 |
msgid "No files have been selected!"
|
605 |
msgstr "Datoteke nisu odabrane!"
|
606 |
|
607 |
-
#: lib/wfu_constants.php:
|
608 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
609 |
msgstr ""
|
610 |
"WPFilebase Plugin nije ažuriran zato što nije bilo otpremljenih datoteka."
|
611 |
|
612 |
-
#: lib/wfu_constants.php:
|
613 |
msgid "Notification email was not sent because there were no files uploaded."
|
614 |
msgstr "Mail obaveštenja nije poslat jer nije bilo otpremljenih datoteka."
|
615 |
|
616 |
-
#: lib/wfu_constants.php:
|
617 |
msgid ""
|
618 |
"Notification email was not sent because no recipients were defined. Please "
|
619 |
"check notifyrecipients attribute in the shortcode."
|
@@ -621,7 +634,7 @@ msgstr ""
|
|
621 |
"Mail obaveštenja nije poslat jer nije bilo navedenih primalaca. Proverite "
|
622 |
"notifyrecipients atribut u shortcode-u."
|
623 |
|
624 |
-
#: lib/wfu_constants.php:
|
625 |
msgid ""
|
626 |
"Notification email was not sent due to an error. Please check "
|
627 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -629,7 +642,7 @@ msgstr ""
|
|
629 |
"Mail obaveštenja nije poslat zbog greške. Proverite notifyrecipients, "
|
630 |
"notifysubject i notifymessage atribute da biste našli greške."
|
631 |
|
632 |
-
#: lib/wfu_constants.php:
|
633 |
msgid ""
|
634 |
"Redirection not executed because redirection link is empty. Please check "
|
635 |
"redirectlink attribute."
|
@@ -637,19 +650,43 @@ msgstr ""
|
|
637 |
"Preusmeravanje nije izvršeno zato što je link za preusmeravanje prazan. "
|
638 |
"Proverite redirectlink atribut."
|
639 |
|
640 |
-
#: lib/wfu_constants.php:
|
641 |
msgid ""
|
642 |
"Redirection not executed because not all files were successfully uploaded."
|
643 |
msgstr ""
|
644 |
"Preusmeravanje nije izvršeno zato što nisu sve datoteke uspešno otpremljene."
|
645 |
|
646 |
-
#: lib/wfu_constants.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
647 |
msgid ""
|
648 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
649 |
"message persists, contact administrator."
|
650 |
msgstr ""
|
651 |
|
652 |
-
#: lib/wfu_constants.php:
|
653 |
msgid ""
|
654 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
655 |
"again to edit the shortcode."
|
@@ -657,7 +694,7 @@ msgstr ""
|
|
657 |
"Neuspešno uređivanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
|
658 |
"ponovo da uredite shortcode."
|
659 |
|
660 |
-
#: lib/wfu_constants.php:
|
661 |
msgid ""
|
662 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
663 |
"again to delete it."
|
@@ -665,7 +702,7 @@ msgstr ""
|
|
665 |
"Neuspešno brisanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
|
666 |
"ponovo da ga obrišete."
|
667 |
|
668 |
-
#: lib/wfu_constants.php:
|
669 |
msgid ""
|
670 |
"The page containing the shortcode has been modified and it is no longer "
|
671 |
"valid. Please go back to reload the shortcode."
|
@@ -673,7 +710,7 @@ msgstr ""
|
|
673 |
"Stranica koja sadrži shortcode je izmenjena i više nije validna. Vratite se "
|
674 |
"da ponovo učitate shortcode."
|
675 |
|
676 |
-
#: lib/wfu_constants.php:
|
677 |
msgid ""
|
678 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
679 |
"back to reload the shortcode."
|
@@ -681,7 +718,7 @@ msgstr ""
|
|
681 |
"Neuspešno ažuriranje shortcode-a zbog izmene sadržaja stranice. Vratite se "
|
682 |
"da ponovo učitate shortcode."
|
683 |
|
684 |
-
#: lib/wfu_constants.php:
|
685 |
msgid ""
|
686 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
687 |
"go back and reload the shortcode."
|
@@ -689,39 +726,39 @@ msgstr ""
|
|
689 |
"Neuspešno ažuriranje shortcode-a. Pokušajte ponovo. Ako se problem ne reši, "
|
690 |
"vratite se i opet učitajte shortcode."
|
691 |
|
692 |
-
#: lib/wfu_constants.php:
|
693 |
msgid "This is a test message"
|
694 |
msgstr "Ovo je poruka testa"
|
695 |
|
696 |
-
#: lib/wfu_constants.php:
|
697 |
msgid "This is a test administrator message"
|
698 |
msgstr "Ovo je poruka testa administratora "
|
699 |
|
700 |
-
#: lib/wfu_constants.php:
|
701 |
msgid "File testfile 1 under test"
|
702 |
msgstr "Datoteka testfile 1 na testiranju"
|
703 |
|
704 |
-
#: lib/wfu_constants.php:
|
705 |
msgid "File testfile 1 message"
|
706 |
msgstr "Datoteka testfile 1 poruka"
|
707 |
|
708 |
-
#: lib/wfu_constants.php:
|
709 |
msgid "File testfile 1 administrator message"
|
710 |
msgstr "Datoteka testfile 1 poruka administratora"
|
711 |
|
712 |
-
#: lib/wfu_constants.php:
|
713 |
msgid "File testfile 2 under test"
|
714 |
msgstr "Datoteka testfile 2 na testiranju"
|
715 |
|
716 |
-
#: lib/wfu_constants.php:
|
717 |
msgid "File testfile 2 message"
|
718 |
msgstr "Datoteka testfile 2 poruka"
|
719 |
|
720 |
-
#: lib/wfu_constants.php:
|
721 |
msgid "File testfile 2 administrator message"
|
722 |
msgstr "Datoteka testfile 2 poruka administratora"
|
723 |
|
724 |
-
#: lib/wfu_constants.php:
|
725 |
msgid ""
|
726 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
727 |
"current user."
|
@@ -729,7 +766,7 @@ msgstr ""
|
|
729 |
"Unesite promenljivu %idkorisnika% u tekst. Biće zamenjena id-jem tekućeg "
|
730 |
"korisnika."
|
731 |
|
732 |
-
#: lib/wfu_constants.php:
|
733 |
msgid ""
|
734 |
"Insert variable %username% inside text. It will be replaced by the username "
|
735 |
"of the current user."
|
@@ -737,7 +774,7 @@ msgstr ""
|
|
737 |
"Unesite promenljivu %korisničko ime% u tekst. Biće zamenjena korisničkim "
|
738 |
"imenom tekućeg korisnika."
|
739 |
|
740 |
-
#: lib/wfu_constants.php:
|
741 |
msgid ""
|
742 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
743 |
"the current user."
|
@@ -745,7 +782,7 @@ msgstr ""
|
|
745 |
"Unesite promenljivu %mailkorisnika% u tekst. Biće zamenjena mail-om tekućeg "
|
746 |
"korisnika."
|
747 |
|
748 |
-
#: lib/wfu_constants.php:
|
749 |
msgid ""
|
750 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
751 |
"of the uploaded file."
|
@@ -753,7 +790,7 @@ msgstr ""
|
|
753 |
"Unesite promenljivu %nazivdatoteke% u tekst. Biće zamenjena nazivom "
|
754 |
"otpremljene datoteke."
|
755 |
|
756 |
-
#: lib/wfu_constants.php:
|
757 |
msgid ""
|
758 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
759 |
"filepath of the uploaded file."
|
@@ -761,7 +798,7 @@ msgstr ""
|
|
761 |
"Unesite promenljivu %putanjadatoteke% u tekst. Biće zamenjena celom putanjom "
|
762 |
"otpremljene datoteke."
|
763 |
|
764 |
-
#: lib/wfu_constants.php:
|
765 |
msgid ""
|
766 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
767 |
"the website."
|
@@ -769,7 +806,7 @@ msgstr ""
|
|
769 |
"Unesite promenljivu %idbloga% u tekst. Biće zamenjena id-jem bloga web site-"
|
770 |
"a."
|
771 |
|
772 |
-
#: lib/wfu_constants.php:
|
773 |
msgid ""
|
774 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
775 |
"current page."
|
@@ -777,7 +814,7 @@ msgstr ""
|
|
777 |
"Unesite promenljivu %idstranice% u tekst. Biće zamenjena id-jem tekuće "
|
778 |
"stranice."
|
779 |
|
780 |
-
#: lib/wfu_constants.php:
|
781 |
msgid ""
|
782 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
783 |
"the current page."
|
@@ -785,7 +822,7 @@ msgstr ""
|
|
785 |
"Unesite promenljivu %naslovstranice% u tekst. Biće zamenjena naslovom tekuće "
|
786 |
"stranice."
|
787 |
|
788 |
-
#: lib/wfu_constants.php:
|
789 |
msgid ""
|
790 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
791 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -794,195 +831,195 @@ msgstr ""
|
|
794 |
"Unesite promenljivu %korisnički podaciXXX%. Odaberite korisničko polje iz "
|
795 |
"opadajuće liste. Biće zamenjena vrednošću koju je korisnik uneo u ovo polje."
|
796 |
|
797 |
-
#: lib/wfu_constants.php:
|
798 |
msgid "Insert variable %n% inside text to denote a line change."
|
799 |
msgstr "Unesite promenljivu %n% u tekst kako biste označili promenu reda."
|
800 |
|
801 |
-
#: lib/wfu_constants.php:
|
802 |
msgid "Test Mode"
|
803 |
msgstr "Režim testiranja"
|
804 |
|
805 |
-
#: lib/wfu_constants.php:
|
806 |
msgid "select dir..."
|
807 |
msgstr "odaberite dir..."
|
808 |
|
809 |
-
#: lib/wfu_constants.php:
|
810 |
msgid "type dir"
|
811 |
msgstr "vrsta direktorijuma "
|
812 |
|
813 |
-
#: lib/wfu_constants.php:
|
814 |
msgid "Upload path: %filepath%"
|
815 |
msgstr "Putanja otpremanja: %filepath%"
|
816 |
|
817 |
-
#: lib/wfu_constants.php:
|
818 |
msgid "Failed upload path: %filepath%"
|
819 |
msgstr "Putanja otpremanja neuspešna: %filepath%"
|
820 |
|
821 |
-
#: lib/wfu_constants.php:
|
822 |
msgid " (required)"
|
823 |
msgstr "(obavezna)"
|
824 |
|
825 |
-
#: lib/wfu_constants.php:
|
826 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
827 |
msgstr "Datoteke su otpremljene. Da li sigurno želite da napustite stranicu?"
|
828 |
|
829 |
-
#: lib/wfu_constants.php:
|
830 |
msgid "checking captcha..."
|
831 |
msgstr "captcha se proverava..."
|
832 |
|
833 |
-
#: lib/wfu_constants.php:
|
834 |
msgid "refreshing..."
|
835 |
msgstr "osvežava se..."
|
836 |
|
837 |
-
#: lib/wfu_constants.php:
|
838 |
msgid "correct captcha"
|
839 |
msgstr "ispravi captcha"
|
840 |
|
841 |
-
#: lib/wfu_constants.php:
|
842 |
msgid "click to continue the upload"
|
843 |
msgstr "kliknite da biste nastavili otpremanje"
|
844 |
|
845 |
-
#: lib/wfu_constants.php:
|
846 |
msgid "Are you sure you want to delete this file?"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: lib/wfu_constants.php:
|
850 |
msgid "Are you sure you want to delete these files?"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: lib/wfu_constants.php:
|
854 |
msgid "Bulk Actions"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: lib/wfu_constants.php:
|
858 |
msgid "Apply"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: lib/wfu_constants.php:
|
862 |
msgid "Are you sure that you want to cancel the upload?"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: lib/wfu_constants.php:
|
866 |
msgid "cancel upload of this file"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: lib/wfu_constants.php:
|
870 |
msgid "Upload in progress"
|
871 |
msgstr "Otpremanje u toku"
|
872 |
|
873 |
-
#: lib/wfu_constants.php:
|
874 |
msgid "Upload in progress with warnings!"
|
875 |
msgstr "Otpremanje sa upozorenjima u toku!"
|
876 |
|
877 |
-
#: lib/wfu_constants.php:
|
878 |
msgid "Upload in progress but some files already failed!"
|
879 |
msgstr "Otpremanje u toku, ali neke datoteke već nisu uspešno otpremljene!"
|
880 |
|
881 |
-
#: lib/wfu_constants.php:
|
882 |
msgid "Upload in progress but no files uploaded so far!"
|
883 |
msgstr "Otpremanje u toku, ali do sada nisu otpremljene nikakve datoteke!"
|
884 |
|
885 |
-
#: lib/wfu_constants.php:
|
886 |
msgid "All files uploaded successfully"
|
887 |
msgstr "Sve datoteke uspešno su otpremljene"
|
888 |
|
889 |
-
#: lib/wfu_constants.php:
|
890 |
msgid "All files uploaded successfully but there are warnings!"
|
891 |
msgstr "Sve datoteke uspešno su otpremljene, ali postoje upozorenja!"
|
892 |
|
893 |
-
#: lib/wfu_constants.php:
|
894 |
msgid "File uploaded successfully but there are warnings!"
|
895 |
msgstr "Datoteka je uspešno otpremljena, ali postoje upozorenja!"
|
896 |
|
897 |
-
#: lib/wfu_constants.php:
|
898 |
msgid "Some files failed to upload!"
|
899 |
msgstr "Neke datoteke nisu otpremljene!"
|
900 |
|
901 |
-
#: lib/wfu_constants.php:
|
902 |
msgid "All files failed to upload"
|
903 |
msgstr "Nijedna datoteka nije otpremljena"
|
904 |
|
905 |
-
#: lib/wfu_constants.php:
|
906 |
msgid "File failed to upload"
|
907 |
msgstr "Datoteka nije uspešno otpremljena"
|
908 |
|
909 |
-
#: lib/wfu_constants.php:
|
910 |
msgid "There are no files to upload!"
|
911 |
msgstr "Nema datoteka za otpremanje"
|
912 |
|
913 |
-
#: lib/wfu_constants.php:
|
914 |
msgid "Test upload message"
|
915 |
msgstr "Testiraj poruku za otpremanje"
|
916 |
|
917 |
-
#: lib/wfu_constants.php:
|
918 |
msgid "JSON parse warning!"
|
919 |
msgstr "Upozorenje za JSON parsiranje!"
|
920 |
|
921 |
-
#: lib/wfu_constants.php:
|
922 |
msgid "please wait while redirecting..."
|
923 |
msgstr "Molimo sačekajte preusmeravanje..."
|
924 |
|
925 |
-
#: lib/wfu_constants.php:
|
926 |
msgid "Open visual shortcode editor in new window"
|
927 |
msgstr "Otvori vizuelni shortcode uređivač u novom prozoru"
|
928 |
|
929 |
-
#: lib/wfu_constants.php:
|
930 |
msgid "loading visual editor"
|
931 |
msgstr "učitavanje vizuelnog uređivača"
|
932 |
|
933 |
-
#: lib/wfu_constants.php:
|
934 |
msgid "Clear file list?"
|
935 |
msgstr "Obriši listu datoteke?"
|
936 |
|
937 |
-
#: lib/wfu_constants.php:
|
938 |
msgid "DROP HERE"
|
939 |
msgstr "POZICIONIRAJ OVDE"
|
940 |
|
941 |
-
#: lib/wfu_constants.php:
|
942 |
msgid "record video"
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: lib/wfu_constants.php:
|
946 |
msgid "take a picture"
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: lib/wfu_constants.php:
|
950 |
msgid "turn webcam on/off"
|
951 |
msgstr ""
|
952 |
|
953 |
-
#: lib/wfu_constants.php:
|
954 |
msgid "go live again"
|
955 |
msgstr ""
|
956 |
|
957 |
-
#: lib/wfu_constants.php:
|
958 |
msgid "end recording"
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: lib/wfu_constants.php:
|
962 |
msgid "play"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: lib/wfu_constants.php:
|
966 |
msgid "pause"
|
967 |
msgstr ""
|
968 |
|
969 |
-
#: lib/wfu_constants.php:
|
970 |
msgid "go to the beginning"
|
971 |
msgstr ""
|
972 |
|
973 |
-
#: lib/wfu_constants.php:
|
974 |
msgid "go to the end"
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: lib/wfu_constants.php:
|
978 |
msgid "Wordpress File Upload Form"
|
979 |
msgstr ""
|
980 |
|
981 |
-
#: lib/wfu_constants.php:
|
982 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: lib/wfu_constants.php:
|
986 |
msgid "Upload Files"
|
987 |
msgstr ""
|
988 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-21 23:02+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-06-21 23:02+0200\n"
|
7 |
"Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: sr\n"
|
205 |
msgstr ""
|
206 |
|
207 |
#: lib/wfu_constants.php:53
|
208 |
+
msgid ""
|
209 |
+
"Too many files are uploaded in a short period of time. This may be a Denial-"
|
210 |
+
"Of-Service attack, so file was rejected. Please check the upload log for "
|
211 |
+
"suspicious behaviour."
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: lib/wfu_constants.php:54
|
215 |
+
msgid ""
|
216 |
+
"File not uploaded in order to prevent overflow of the website. Please "
|
217 |
+
"contact administrator."
|
218 |
+
msgstr ""
|
219 |
+
|
220 |
+
#: lib/wfu_constants.php:55
|
221 |
msgid "Targer folder doesn't exist."
|
222 |
msgstr "Ciljna fascikla ne postoji."
|
223 |
|
224 |
+
#: lib/wfu_constants.php:56
|
225 |
msgid "Upload failed! Missing a temporary folder."
|
226 |
msgstr "Otpremanje neuspešno! Nedostaje privremena fascikla. "
|
227 |
|
228 |
+
#: lib/wfu_constants.php:57
|
229 |
msgid "Upload failed! Permission denied to write to target folder."
|
230 |
msgstr "Otpremanje neuspešno! Odbijena dozvola za pisanje u ciljnoj fascikli."
|
231 |
|
232 |
+
#: lib/wfu_constants.php:58
|
233 |
msgid "File not allowed."
|
234 |
msgstr "Datoteka nije dozvoljena."
|
235 |
|
236 |
+
#: lib/wfu_constants.php:59
|
237 |
msgid "File is suspicious and was rejected."
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: lib/wfu_constants.php:60
|
241 |
msgid "The uploaded file exceeds the file size limit."
|
242 |
msgstr ""
|
243 |
"Veličina otpremljene datoteke prevazilazi ograničenje veličine datoteke."
|
244 |
|
245 |
+
#: lib/wfu_constants.php:61
|
246 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
247 |
msgstr "Otpremljena datoteka je veća od 2GB i nije podržana ovim serverom."
|
248 |
|
249 |
+
#: lib/wfu_constants.php:62
|
250 |
msgid ""
|
251 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
252 |
"Please contact the administrator."
|
254 |
"Otpremanje neuspešno! Otpremljena datoteka prevazilazi ograničenje servera "
|
255 |
"za veličinu datoteke. Obratite se administratoru."
|
256 |
|
257 |
+
#: lib/wfu_constants.php:63
|
258 |
msgid ""
|
259 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
260 |
"server. Please contact the administrator."
|
262 |
"Otpremanje neuspešno! Trajanje otpremanja prevazišlo je vremensko "
|
263 |
"ograničenje servera. Obratite se administratoru."
|
264 |
|
265 |
+
#: lib/wfu_constants.php:64
|
266 |
msgid ""
|
267 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
268 |
"was specified in the HTML form."
|
270 |
"Otpremanje neuspešno! Otpremljena datoteka prevazilazi direktivu "
|
271 |
"MAX_VELIČINA_DATOTEKE koja je navedena u HTML obrascu."
|
272 |
|
273 |
+
#: lib/wfu_constants.php:65
|
274 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
275 |
msgstr "Otpremanje neuspešno! Datoteka je samo delimično otpremljena."
|
276 |
|
277 |
+
#: lib/wfu_constants.php:66
|
278 |
msgid "Upload failed! No file was uploaded."
|
279 |
msgstr "Otpremanje neuspešno! Nijedna datoteka nije otpremljena."
|
280 |
|
281 |
+
#: lib/wfu_constants.php:67
|
282 |
msgid "Upload failed! Failed to write file to disk."
|
283 |
msgstr "Otpremanje neuspešno! Datoteka nije zapisana na disk."
|
284 |
|
285 |
+
#: lib/wfu_constants.php:68
|
286 |
msgid ""
|
287 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
288 |
"administrator."
|
290 |
"Otpremanje neuspešno! Došlo je do greške prilikom pomeranja privremene "
|
291 |
"datoteke. Obratite se administratoru."
|
292 |
|
293 |
+
#: lib/wfu_constants.php:69
|
294 |
msgid "Upload cancelled!"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: lib/wfu_constants.php:70
|
298 |
msgid ""
|
299 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
300 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
304 |
"ne obezbeđuje način da se utvrdi koja je ekstenzija zaustavila otpremanje. "
|
305 |
"Možda će pomoći ako pregledate spisak otpremljenih ekstenzija uz phpinfo(). "
|
306 |
|
307 |
+
#: lib/wfu_constants.php:71
|
308 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
309 |
msgstr ""
|
310 |
"Otpremanje neuspešno! Došlo je do greške prilikom pokušaja da se otpremi "
|
311 |
"datoteka."
|
312 |
|
313 |
+
#: lib/wfu_constants.php:72 lib/wfu_constants.php:203
|
314 |
msgid "Upload failed!"
|
315 |
msgstr "Otpremanje neuspešno! "
|
316 |
|
317 |
+
#: lib/wfu_constants.php:73
|
318 |
msgid "No file!"
|
319 |
msgstr "Nema datoteke!"
|
320 |
|
321 |
+
#: lib/wfu_constants.php:74
|
322 |
msgid ""
|
323 |
"Upload failed! The upload has been canceled by the user or the browser "
|
324 |
"dropped the connection."
|
326 |
"Otpremanje neuspešno! Korisnik je otkazao otpremanje ili je pretraživač "
|
327 |
"izgubio internet vezu."
|
328 |
|
329 |
+
#: lib/wfu_constants.php:75
|
330 |
msgid "Upload failed! Unknown error."
|
331 |
msgstr "Otpremanje neuspešno! Nepoznata greška."
|
332 |
|
333 |
+
#: lib/wfu_constants.php:76
|
334 |
msgid "Please contact the administrator."
|
335 |
msgstr "Obratite se administratoru."
|
336 |
|
337 |
+
#: lib/wfu_constants.php:77
|
338 |
msgid "No result from remote server!"
|
339 |
msgstr "Nema rezultata sa udaljenog servera!"
|
340 |
|
341 |
+
#: lib/wfu_constants.php:78
|
342 |
msgid " but with warnings"
|
343 |
msgstr "ali sa upozorenjima"
|
344 |
|
345 |
+
#: lib/wfu_constants.php:79 lib/wfu_constants.php:81
|
346 |
msgid "Warning: JSON parse error."
|
347 |
msgstr "Upozorenje: Greška prilikom JSON parsiranja."
|
348 |
|
349 |
+
#: lib/wfu_constants.php:80
|
350 |
msgid ""
|
351 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
352 |
"not be parsed."
|
354 |
"Otpremljeni parametri ove datoteke, poslate na obradu kao JSON niz, nisu "
|
355 |
"mogle biti parsirane. "
|
356 |
|
357 |
+
#: lib/wfu_constants.php:82
|
358 |
msgid ""
|
359 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
360 |
msgstr ""
|
361 |
"UploadStates, poslate na obradu kao JSON niz, nisu mogle biti parsirane. "
|
362 |
|
363 |
+
#: lib/wfu_constants.php:83
|
364 |
msgid ""
|
365 |
"Redirection to classic form functionality occurred due to unknown error."
|
366 |
msgstr ""
|
367 |
"Zbog nepoznate greške došlo je do preusmeravanja na funkcionalnost klasičnog "
|
368 |
"obrasca."
|
369 |
|
370 |
+
#: lib/wfu_constants.php:84
|
371 |
msgid ""
|
372 |
"Redirection to classic form functionality occurred because AJAX is not "
|
373 |
"supported."
|
375 |
"Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
|
376 |
"podržan AJAX."
|
377 |
|
378 |
+
#: lib/wfu_constants.php:85
|
379 |
msgid ""
|
380 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
381 |
"supported."
|
383 |
"Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zato što nije "
|
384 |
"podržan HTML5."
|
385 |
|
386 |
+
#: lib/wfu_constants.php:86
|
387 |
msgid ""
|
388 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
389 |
msgstr ""
|
390 |
"Do preusmeravanja na funkcionalnost klasičnog obrasca došlo je zbog JSON "
|
391 |
"greške prilikom parsiranja."
|
392 |
|
393 |
+
#: lib/wfu_constants.php:87
|
394 |
msgid "Please enable popup windows from the browser's settings!"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: lib/wfu_constants.php:88
|
398 |
msgid "cannot be empty!"
|
399 |
msgstr "ne može biti prazno!"
|
400 |
|
401 |
+
#: lib/wfu_constants.php:89
|
402 |
msgid "number not valid!"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: lib/wfu_constants.php:90
|
406 |
msgid "email not valid!"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: lib/wfu_constants.php:91
|
410 |
msgid "emails do not match!"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: lib/wfu_constants.php:92
|
414 |
msgid "no base email field in group!"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: lib/wfu_constants.php:93
|
418 |
msgid "passwords do not match!"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: lib/wfu_constants.php:94
|
422 |
msgid "no base password field in group!"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: lib/wfu_constants.php:95
|
426 |
msgid "checkbox unchecked!"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: lib/wfu_constants.php:96
|
430 |
msgid "no option selected!"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: lib/wfu_constants.php:97
|
434 |
msgid "no item selected!"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: lib/wfu_constants.php:98
|
438 |
msgid ""
|
439 |
"There are more than one instances of the plugin in this page with the same "
|
440 |
"id. Please change it."
|
442 |
"Na ovoj stranici ima više od jednog primera plugin-a sa istom "
|
443 |
"identifikacijom."
|
444 |
|
445 |
+
#: lib/wfu_constants.php:99
|
446 |
msgid ""
|
447 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
448 |
"the page."
|
450 |
"Shortcode ne može da se uredi zato što stranica nije modifikovana. Ponovo "
|
451 |
"učitajte stranicu."
|
452 |
|
453 |
+
#: lib/wfu_constants.php:100
|
454 |
msgid "Your browser does not support webcam capture!"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: lib/wfu_constants.php:101
|
458 |
msgid "Your browser does not support video recording from the webcam!"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: lib/wfu_constants.php:102
|
462 |
msgid "No video was recorded!"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: lib/wfu_constants.php:103
|
466 |
msgid ""
|
467 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
468 |
"or use RecaptchaV2 (no account)."
|
470 |
"GREŠKA: Captcha nije podržana! Imate staru PHP verziju. Nadogradite svoj PHP "
|
471 |
"ili koristite RecaptchaV2 (bez naloga)."
|
472 |
|
473 |
+
#: lib/wfu_constants.php:104
|
474 |
msgid ""
|
475 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
476 |
"notify administrator."
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: lib/wfu_constants.php:105
|
480 |
msgid ""
|
481 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
482 |
"use RecaptchaV1 (no account)."
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: lib/wfu_constants.php:106
|
486 |
msgid "ERROR: No site key. Please contact administrator!"
|
487 |
msgstr "GREŠKA: Nema ključa site-a. Obratite se administratoru."
|
488 |
|
489 |
+
#: lib/wfu_constants.php:107
|
490 |
msgid ""
|
491 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
492 |
"define Google Recaptcha keys."
|
494 |
"GREŠKA: Ključ site-a nije određen. Idite na kontrolnu tablu podešavanja "
|
495 |
"plugin-a da biste odredili Google Recaptcha ključeve."
|
496 |
|
497 |
+
#: lib/wfu_constants.php:108
|
498 |
msgid "Bad captcha image!"
|
499 |
msgstr "Loša captcha slika!"
|
500 |
|
501 |
+
#: lib/wfu_constants.php:109
|
502 |
msgid "No input!"
|
503 |
msgstr "Nema unosa!"
|
504 |
|
505 |
+
#: lib/wfu_constants.php:110
|
506 |
msgid "Captcha not completed!"
|
507 |
msgstr "Captcha nije kompletan!"
|
508 |
|
509 |
+
#: lib/wfu_constants.php:111
|
510 |
msgid "Wrong captcha!"
|
511 |
msgstr "Pogrešan captcha!"
|
512 |
|
513 |
+
#: lib/wfu_constants.php:112
|
514 |
msgid "Error refreshing captcha!"
|
515 |
msgstr "Greška u osvežavanju captcha!"
|
516 |
|
517 |
+
#: lib/wfu_constants.php:113
|
518 |
msgid "Unknown captcha error!"
|
519 |
msgstr "Nepoznata captcha greška!"
|
520 |
|
521 |
+
#: lib/wfu_constants.php:114
|
522 |
msgid "Captcha not supported by your browser!"
|
523 |
msgstr "Vaš pretraživač ne podržava captcha!"
|
524 |
|
525 |
+
#: lib/wfu_constants.php:115
|
526 |
msgid "the secret parameter is missing"
|
527 |
msgstr "nedostaje tajni parametar"
|
528 |
|
529 |
+
#: lib/wfu_constants.php:116
|
530 |
msgid "the secret parameter is invalid or malformed"
|
531 |
msgstr "tajni parametar je nevažeći ili loše formulisan"
|
532 |
|
533 |
+
#: lib/wfu_constants.php:117
|
534 |
msgid "the response parameter is missing"
|
535 |
msgstr "nedostaje parametar odgovora "
|
536 |
|
537 |
+
#: lib/wfu_constants.php:118
|
538 |
msgid "the response parameter is invalid or malformed"
|
539 |
msgstr "parametar odgovora je nevažeći ili loše formulisan"
|
540 |
|
541 |
+
#: lib/wfu_constants.php:119
|
542 |
msgid "Please do not use drag drop due to an internal problem."
|
543 |
msgstr ""
|
544 |
"Molimo vas da ne koristite prevlačenje i pozicioniranje zbog internog "
|
545 |
"problema."
|
546 |
|
547 |
+
#: lib/wfu_constants.php:120
|
548 |
#, php-format
|
549 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
550 |
msgstr ""
|
551 |
"Došlo je do greške prilikom parcijalnog otpremanja. Jedinstveni ID u "
|
552 |
"jedinici memorije %d"
|
553 |
|
554 |
+
#: lib/wfu_constants.php:121
|
555 |
msgid "Chunked upload is not allowed!"
|
556 |
msgstr "Parcijalno otpremanje nije dozvoljeno!"
|
557 |
|
558 |
+
#: lib/wfu_constants.php:122
|
559 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
560 |
msgstr ""
|
561 |
"Parcijalno otpremanje prekinuto je zbog greške u prethodnoj jedinici "
|
562 |
"memorije!"
|
563 |
|
564 |
+
#: lib/wfu_constants.php:123
|
565 |
msgid "Chunked upload failed, final file could not be created!"
|
566 |
msgstr ""
|
567 |
"Otpremanje u jedinici memorije neuspelo, konačna datoteka ne može se "
|
568 |
"kreirati!"
|
569 |
|
570 |
+
#: lib/wfu_constants.php:124
|
571 |
#, php-format
|
572 |
msgid "Could not write file chuck to destination on chunk %d"
|
573 |
msgstr ""
|
574 |
"Ne može se napisati jedinica memorije datoteke u jedinici memorije %d. "
|
575 |
|
576 |
+
#: lib/wfu_constants.php:125
|
577 |
#, php-format
|
578 |
msgid "Could not enlarge destination file on chunk %d"
|
579 |
msgstr "Ne može se uvećati odredišna datoteka u jedinici memorije %d."
|
580 |
|
581 |
+
#: lib/wfu_constants.php:126
|
582 |
#, php-format
|
583 |
msgid "Could not open file handles on chunk %d"
|
584 |
msgstr "Ne mogu se otvoriti opisi datoteke u jedinici memorije %d"
|
585 |
|
586 |
+
#: lib/wfu_constants.php:127
|
587 |
msgid "You are not allowed to delete this file!"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: lib/wfu_constants.php:128
|
591 |
msgid "File was not deleted!"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: lib/wfu_constants.php:129
|
595 |
msgid "No file was deleted!"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: lib/wfu_constants.php:130
|
599 |
msgid "Some files were not deleted!"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: lib/wfu_constants.php:132
|
603 |
msgid "Upload skipped! File already exists."
|
604 |
msgstr "Otpremanje preskočeno! Datoteka već postoji."
|
605 |
|
606 |
+
#: lib/wfu_constants.php:133
|
607 |
msgid "The extension of the file does not match its contents."
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: lib/wfu_constants.php:134
|
611 |
msgid ""
|
612 |
"Upload succeeded but the file is suspicious because its contents do not "
|
613 |
"match its extension. Its proper filename is: "
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: lib/wfu_constants.php:135
|
617 |
msgid "No files have been selected!"
|
618 |
msgstr "Datoteke nisu odabrane!"
|
619 |
|
620 |
+
#: lib/wfu_constants.php:136
|
621 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
622 |
msgstr ""
|
623 |
"WPFilebase Plugin nije ažuriran zato što nije bilo otpremljenih datoteka."
|
624 |
|
625 |
+
#: lib/wfu_constants.php:137
|
626 |
msgid "Notification email was not sent because there were no files uploaded."
|
627 |
msgstr "Mail obaveštenja nije poslat jer nije bilo otpremljenih datoteka."
|
628 |
|
629 |
+
#: lib/wfu_constants.php:138
|
630 |
msgid ""
|
631 |
"Notification email was not sent because no recipients were defined. Please "
|
632 |
"check notifyrecipients attribute in the shortcode."
|
634 |
"Mail obaveštenja nije poslat jer nije bilo navedenih primalaca. Proverite "
|
635 |
"notifyrecipients atribut u shortcode-u."
|
636 |
|
637 |
+
#: lib/wfu_constants.php:139
|
638 |
msgid ""
|
639 |
"Notification email was not sent due to an error. Please check "
|
640 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
642 |
"Mail obaveštenja nije poslat zbog greške. Proverite notifyrecipients, "
|
643 |
"notifysubject i notifymessage atribute da biste našli greške."
|
644 |
|
645 |
+
#: lib/wfu_constants.php:140
|
646 |
msgid ""
|
647 |
"Redirection not executed because redirection link is empty. Please check "
|
648 |
"redirectlink attribute."
|
650 |
"Preusmeravanje nije izvršeno zato što je link za preusmeravanje prazan. "
|
651 |
"Proverite redirectlink atribut."
|
652 |
|
653 |
+
#: lib/wfu_constants.php:141
|
654 |
msgid ""
|
655 |
"Redirection not executed because not all files were successfully uploaded."
|
656 |
msgstr ""
|
657 |
"Preusmeravanje nije izvršeno zato što nisu sve datoteke uspešno otpremljene."
|
658 |
|
659 |
+
#: lib/wfu_constants.php:142
|
660 |
+
msgid "Potential Denial-Of-Service Attack on {SITE}"
|
661 |
+
msgstr ""
|
662 |
+
|
663 |
+
#: lib/wfu_constants.php:143
|
664 |
+
msgid ""
|
665 |
+
"Hello admin\n"
|
666 |
+
"\n"
|
667 |
+
"This is a message from Wordpress File Upload Plugin to notify you that a "
|
668 |
+
"potential Denial-Of-Service attack has been detected on {SITE}.\n"
|
669 |
+
"\n"
|
670 |
+
"The plugin detected more than {FILENUM} uploads within {INTERVAL} seconds.\n"
|
671 |
+
"\n"
|
672 |
+
"All file uploads that exceed this limit are rejected to protect the website "
|
673 |
+
"from overflowing.\n"
|
674 |
+
"\n"
|
675 |
+
"Please check the upload history log in the plugin's area in Dashboard for "
|
676 |
+
"any suspicious behaviour.\n"
|
677 |
+
"\n"
|
678 |
+
"A new message will follow if the situation remains.\n"
|
679 |
+
"\n"
|
680 |
+
"Thanks"
|
681 |
+
msgstr ""
|
682 |
+
|
683 |
+
#: lib/wfu_constants.php:145
|
684 |
msgid ""
|
685 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
686 |
"message persists, contact administrator."
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: lib/wfu_constants.php:146
|
690 |
msgid ""
|
691 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
692 |
"again to edit the shortcode."
|
694 |
"Neuspešno uređivanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
|
695 |
"ponovo da uredite shortcode."
|
696 |
|
697 |
+
#: lib/wfu_constants.php:147
|
698 |
msgid ""
|
699 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
700 |
"again to delete it."
|
702 |
"Neuspešno brisanje shortcode-a zbog izmene sadržaja stranice. Pokušajte "
|
703 |
"ponovo da ga obrišete."
|
704 |
|
705 |
+
#: lib/wfu_constants.php:148
|
706 |
msgid ""
|
707 |
"The page containing the shortcode has been modified and it is no longer "
|
708 |
"valid. Please go back to reload the shortcode."
|
710 |
"Stranica koja sadrži shortcode je izmenjena i više nije validna. Vratite se "
|
711 |
"da ponovo učitate shortcode."
|
712 |
|
713 |
+
#: lib/wfu_constants.php:149
|
714 |
msgid ""
|
715 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
716 |
"back to reload the shortcode."
|
718 |
"Neuspešno ažuriranje shortcode-a zbog izmene sadržaja stranice. Vratite se "
|
719 |
"da ponovo učitate shortcode."
|
720 |
|
721 |
+
#: lib/wfu_constants.php:150
|
722 |
msgid ""
|
723 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
724 |
"go back and reload the shortcode."
|
726 |
"Neuspešno ažuriranje shortcode-a. Pokušajte ponovo. Ako se problem ne reši, "
|
727 |
"vratite se i opet učitajte shortcode."
|
728 |
|
729 |
+
#: lib/wfu_constants.php:152
|
730 |
msgid "This is a test message"
|
731 |
msgstr "Ovo je poruka testa"
|
732 |
|
733 |
+
#: lib/wfu_constants.php:153
|
734 |
msgid "This is a test administrator message"
|
735 |
msgstr "Ovo je poruka testa administratora "
|
736 |
|
737 |
+
#: lib/wfu_constants.php:154
|
738 |
msgid "File testfile 1 under test"
|
739 |
msgstr "Datoteka testfile 1 na testiranju"
|
740 |
|
741 |
+
#: lib/wfu_constants.php:155
|
742 |
msgid "File testfile 1 message"
|
743 |
msgstr "Datoteka testfile 1 poruka"
|
744 |
|
745 |
+
#: lib/wfu_constants.php:156
|
746 |
msgid "File testfile 1 administrator message"
|
747 |
msgstr "Datoteka testfile 1 poruka administratora"
|
748 |
|
749 |
+
#: lib/wfu_constants.php:157
|
750 |
msgid "File testfile 2 under test"
|
751 |
msgstr "Datoteka testfile 2 na testiranju"
|
752 |
|
753 |
+
#: lib/wfu_constants.php:158
|
754 |
msgid "File testfile 2 message"
|
755 |
msgstr "Datoteka testfile 2 poruka"
|
756 |
|
757 |
+
#: lib/wfu_constants.php:159
|
758 |
msgid "File testfile 2 administrator message"
|
759 |
msgstr "Datoteka testfile 2 poruka administratora"
|
760 |
|
761 |
+
#: lib/wfu_constants.php:161
|
762 |
msgid ""
|
763 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
764 |
"current user."
|
766 |
"Unesite promenljivu %idkorisnika% u tekst. Biće zamenjena id-jem tekućeg "
|
767 |
"korisnika."
|
768 |
|
769 |
+
#: lib/wfu_constants.php:162
|
770 |
msgid ""
|
771 |
"Insert variable %username% inside text. It will be replaced by the username "
|
772 |
"of the current user."
|
774 |
"Unesite promenljivu %korisničko ime% u tekst. Biće zamenjena korisničkim "
|
775 |
"imenom tekućeg korisnika."
|
776 |
|
777 |
+
#: lib/wfu_constants.php:163
|
778 |
msgid ""
|
779 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
780 |
"the current user."
|
782 |
"Unesite promenljivu %mailkorisnika% u tekst. Biće zamenjena mail-om tekućeg "
|
783 |
"korisnika."
|
784 |
|
785 |
+
#: lib/wfu_constants.php:164
|
786 |
msgid ""
|
787 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
788 |
"of the uploaded file."
|
790 |
"Unesite promenljivu %nazivdatoteke% u tekst. Biće zamenjena nazivom "
|
791 |
"otpremljene datoteke."
|
792 |
|
793 |
+
#: lib/wfu_constants.php:165
|
794 |
msgid ""
|
795 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
796 |
"filepath of the uploaded file."
|
798 |
"Unesite promenljivu %putanjadatoteke% u tekst. Biće zamenjena celom putanjom "
|
799 |
"otpremljene datoteke."
|
800 |
|
801 |
+
#: lib/wfu_constants.php:166
|
802 |
msgid ""
|
803 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
804 |
"the website."
|
806 |
"Unesite promenljivu %idbloga% u tekst. Biće zamenjena id-jem bloga web site-"
|
807 |
"a."
|
808 |
|
809 |
+
#: lib/wfu_constants.php:167
|
810 |
msgid ""
|
811 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
812 |
"current page."
|
814 |
"Unesite promenljivu %idstranice% u tekst. Biće zamenjena id-jem tekuće "
|
815 |
"stranice."
|
816 |
|
817 |
+
#: lib/wfu_constants.php:168
|
818 |
msgid ""
|
819 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
820 |
"the current page."
|
822 |
"Unesite promenljivu %naslovstranice% u tekst. Biće zamenjena naslovom tekuće "
|
823 |
"stranice."
|
824 |
|
825 |
+
#: lib/wfu_constants.php:169
|
826 |
msgid ""
|
827 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
828 |
"drop-down list. It will be replaced by the value that the user entered in "
|
831 |
"Unesite promenljivu %korisnički podaciXXX%. Odaberite korisničko polje iz "
|
832 |
"opadajuće liste. Biće zamenjena vrednošću koju je korisnik uneo u ovo polje."
|
833 |
|
834 |
+
#: lib/wfu_constants.php:170
|
835 |
msgid "Insert variable %n% inside text to denote a line change."
|
836 |
msgstr "Unesite promenljivu %n% u tekst kako biste označili promenu reda."
|
837 |
|
838 |
+
#: lib/wfu_constants.php:172
|
839 |
msgid "Test Mode"
|
840 |
msgstr "Režim testiranja"
|
841 |
|
842 |
+
#: lib/wfu_constants.php:173
|
843 |
msgid "select dir..."
|
844 |
msgstr "odaberite dir..."
|
845 |
|
846 |
+
#: lib/wfu_constants.php:174
|
847 |
msgid "type dir"
|
848 |
msgstr "vrsta direktorijuma "
|
849 |
|
850 |
+
#: lib/wfu_constants.php:175
|
851 |
msgid "Upload path: %filepath%"
|
852 |
msgstr "Putanja otpremanja: %filepath%"
|
853 |
|
854 |
+
#: lib/wfu_constants.php:176
|
855 |
msgid "Failed upload path: %filepath%"
|
856 |
msgstr "Putanja otpremanja neuspešna: %filepath%"
|
857 |
|
858 |
+
#: lib/wfu_constants.php:177
|
859 |
msgid " (required)"
|
860 |
msgstr "(obavezna)"
|
861 |
|
862 |
+
#: lib/wfu_constants.php:178
|
863 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
864 |
msgstr "Datoteke su otpremljene. Da li sigurno želite da napustite stranicu?"
|
865 |
|
866 |
+
#: lib/wfu_constants.php:179
|
867 |
msgid "checking captcha..."
|
868 |
msgstr "captcha se proverava..."
|
869 |
|
870 |
+
#: lib/wfu_constants.php:180
|
871 |
msgid "refreshing..."
|
872 |
msgstr "osvežava se..."
|
873 |
|
874 |
+
#: lib/wfu_constants.php:181
|
875 |
msgid "correct captcha"
|
876 |
msgstr "ispravi captcha"
|
877 |
|
878 |
+
#: lib/wfu_constants.php:182
|
879 |
msgid "click to continue the upload"
|
880 |
msgstr "kliknite da biste nastavili otpremanje"
|
881 |
|
882 |
+
#: lib/wfu_constants.php:183
|
883 |
msgid "Are you sure you want to delete this file?"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: lib/wfu_constants.php:184
|
887 |
msgid "Are you sure you want to delete these files?"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: lib/wfu_constants.php:185
|
891 |
msgid "Bulk Actions"
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: lib/wfu_constants.php:186
|
895 |
msgid "Apply"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: lib/wfu_constants.php:187
|
899 |
msgid "Are you sure that you want to cancel the upload?"
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: lib/wfu_constants.php:188
|
903 |
msgid "cancel upload of this file"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: lib/wfu_constants.php:189
|
907 |
msgid "Upload in progress"
|
908 |
msgstr "Otpremanje u toku"
|
909 |
|
910 |
+
#: lib/wfu_constants.php:190
|
911 |
msgid "Upload in progress with warnings!"
|
912 |
msgstr "Otpremanje sa upozorenjima u toku!"
|
913 |
|
914 |
+
#: lib/wfu_constants.php:191
|
915 |
msgid "Upload in progress but some files already failed!"
|
916 |
msgstr "Otpremanje u toku, ali neke datoteke već nisu uspešno otpremljene!"
|
917 |
|
918 |
+
#: lib/wfu_constants.php:192
|
919 |
msgid "Upload in progress but no files uploaded so far!"
|
920 |
msgstr "Otpremanje u toku, ali do sada nisu otpremljene nikakve datoteke!"
|
921 |
|
922 |
+
#: lib/wfu_constants.php:193
|
923 |
msgid "All files uploaded successfully"
|
924 |
msgstr "Sve datoteke uspešno su otpremljene"
|
925 |
|
926 |
+
#: lib/wfu_constants.php:194
|
927 |
msgid "All files uploaded successfully but there are warnings!"
|
928 |
msgstr "Sve datoteke uspešno su otpremljene, ali postoje upozorenja!"
|
929 |
|
930 |
+
#: lib/wfu_constants.php:195
|
931 |
msgid "File uploaded successfully but there are warnings!"
|
932 |
msgstr "Datoteka je uspešno otpremljena, ali postoje upozorenja!"
|
933 |
|
934 |
+
#: lib/wfu_constants.php:196
|
935 |
msgid "Some files failed to upload!"
|
936 |
msgstr "Neke datoteke nisu otpremljene!"
|
937 |
|
938 |
+
#: lib/wfu_constants.php:197
|
939 |
msgid "All files failed to upload"
|
940 |
msgstr "Nijedna datoteka nije otpremljena"
|
941 |
|
942 |
+
#: lib/wfu_constants.php:198
|
943 |
msgid "File failed to upload"
|
944 |
msgstr "Datoteka nije uspešno otpremljena"
|
945 |
|
946 |
+
#: lib/wfu_constants.php:199
|
947 |
msgid "There are no files to upload!"
|
948 |
msgstr "Nema datoteka za otpremanje"
|
949 |
|
950 |
+
#: lib/wfu_constants.php:200
|
951 |
msgid "Test upload message"
|
952 |
msgstr "Testiraj poruku za otpremanje"
|
953 |
|
954 |
+
#: lib/wfu_constants.php:201
|
955 |
msgid "JSON parse warning!"
|
956 |
msgstr "Upozorenje za JSON parsiranje!"
|
957 |
|
958 |
+
#: lib/wfu_constants.php:202
|
959 |
msgid "please wait while redirecting..."
|
960 |
msgstr "Molimo sačekajte preusmeravanje..."
|
961 |
|
962 |
+
#: lib/wfu_constants.php:204
|
963 |
msgid "Open visual shortcode editor in new window"
|
964 |
msgstr "Otvori vizuelni shortcode uređivač u novom prozoru"
|
965 |
|
966 |
+
#: lib/wfu_constants.php:205
|
967 |
msgid "loading visual editor"
|
968 |
msgstr "učitavanje vizuelnog uređivača"
|
969 |
|
970 |
+
#: lib/wfu_constants.php:206
|
971 |
msgid "Clear file list?"
|
972 |
msgstr "Obriši listu datoteke?"
|
973 |
|
974 |
+
#: lib/wfu_constants.php:207
|
975 |
msgid "DROP HERE"
|
976 |
msgstr "POZICIONIRAJ OVDE"
|
977 |
|
978 |
+
#: lib/wfu_constants.php:209
|
979 |
msgid "record video"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: lib/wfu_constants.php:210
|
983 |
msgid "take a picture"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: lib/wfu_constants.php:211
|
987 |
msgid "turn webcam on/off"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: lib/wfu_constants.php:212
|
991 |
msgid "go live again"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: lib/wfu_constants.php:213
|
995 |
msgid "end recording"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: lib/wfu_constants.php:214
|
999 |
msgid "play"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: lib/wfu_constants.php:215
|
1003 |
msgid "pause"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: lib/wfu_constants.php:216
|
1007 |
msgid "go to the beginning"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: lib/wfu_constants.php:217
|
1011 |
msgid "go to the end"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: lib/wfu_constants.php:219
|
1015 |
msgid "Wordpress File Upload Form"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: lib/wfu_constants.php:220
|
1019 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: lib/wfu_constants.php:221
|
1023 |
msgid "Upload Files"
|
1024 |
msgstr ""
|
1025 |
|
languages/wp-file-upload-zh_CN.mo
CHANGED
Binary file
|
languages/wp-file-upload-zh_CN.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: zh_CN\n"
|
@@ -194,74 +194,87 @@ msgid ""
|
|
194 |
msgstr "错误:因为扩展名不对,该文件被拒绝。正确的文件名是:"
|
195 |
|
196 |
#: lib/wfu_constants.php:53
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
msgid "Targer folder doesn't exist."
|
198 |
msgstr "目标文件夹不存在。"
|
199 |
|
200 |
-
#: lib/wfu_constants.php:
|
201 |
msgid "Upload failed! Missing a temporary folder."
|
202 |
msgstr "加载失败!丢失一个临时文件夹。"
|
203 |
|
204 |
-
#: lib/wfu_constants.php:
|
205 |
msgid "Upload failed! Permission denied to write to target folder."
|
206 |
msgstr "加载失败!写入目标文件夹被拒绝。"
|
207 |
|
208 |
-
#: lib/wfu_constants.php:
|
209 |
msgid "File not allowed."
|
210 |
msgstr "文件不被允许。"
|
211 |
|
212 |
-
#: lib/wfu_constants.php:
|
213 |
msgid "File is suspicious and was rejected."
|
214 |
msgstr "可疑文件,被拒绝。"
|
215 |
|
216 |
-
#: lib/wfu_constants.php:
|
217 |
msgid "The uploaded file exceeds the file size limit."
|
218 |
msgstr "加载的文件超出文件尺寸限制。"
|
219 |
|
220 |
-
#: lib/wfu_constants.php:
|
221 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
222 |
msgstr "上传文件超出2GB,服务器不支持。"
|
223 |
|
224 |
-
#: lib/wfu_constants.php:
|
225 |
msgid ""
|
226 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
227 |
"Please contact the administrator."
|
228 |
msgstr "上传失败!上传文件超出服务器的文件大小限制。请联系管理员。"
|
229 |
|
230 |
-
#: lib/wfu_constants.php:
|
231 |
msgid ""
|
232 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
233 |
"server. Please contact the administrator."
|
234 |
msgstr "上传失败!上传时间超出服务器的时间限制。请联系管理员。"
|
235 |
|
236 |
-
#: lib/wfu_constants.php:
|
237 |
msgid ""
|
238 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
239 |
"was specified in the HTML form."
|
240 |
msgstr "上传失败!上传文件超出HTML格式中规定的最大文件大小限制。"
|
241 |
|
242 |
-
#: lib/wfu_constants.php:
|
243 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
244 |
msgstr "上传失败!只生产了部分加载文件。"
|
245 |
|
246 |
-
#: lib/wfu_constants.php:
|
247 |
msgid "Upload failed! No file was uploaded."
|
248 |
msgstr "上传失败!文件没有载入。"
|
249 |
|
250 |
-
#: lib/wfu_constants.php:
|
251 |
msgid "Upload failed! Failed to write file to disk."
|
252 |
msgstr "上传失败!写文件到磁盘失败。"
|
253 |
|
254 |
-
#: lib/wfu_constants.php:
|
255 |
msgid ""
|
256 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
257 |
"administrator."
|
258 |
msgstr "上传失败!移动临时文件时出现故障。请联系管理员。"
|
259 |
|
260 |
-
#: lib/wfu_constants.php:
|
261 |
msgid "Upload cancelled!"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: lib/wfu_constants.php:
|
265 |
msgid ""
|
266 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
267 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
@@ -270,146 +283,146 @@ msgstr ""
|
|
270 |
"上传失败!PHP扩展名终止文件加载。PHP 不明确提供那个扩展名造成文件加载终止;检"
|
271 |
"查带 phpinfo() 的加载扩展名列表可能会有帮助。"
|
272 |
|
273 |
-
#: lib/wfu_constants.php:
|
274 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
275 |
msgstr "上传失败!试图加载文件时出现错误。"
|
276 |
|
277 |
-
#: lib/wfu_constants.php:
|
278 |
msgid "Upload failed!"
|
279 |
msgstr "上传失败!"
|
280 |
|
281 |
-
#: lib/wfu_constants.php:
|
282 |
msgid "No file!"
|
283 |
msgstr "没有忘记!"
|
284 |
|
285 |
-
#: lib/wfu_constants.php:
|
286 |
msgid ""
|
287 |
"Upload failed! The upload has been canceled by the user or the browser "
|
288 |
"dropped the connection."
|
289 |
msgstr "上传失败!该上传被用户取消,或者浏览器失去连接。"
|
290 |
|
291 |
-
#: lib/wfu_constants.php:
|
292 |
msgid "Upload failed! Unknown error."
|
293 |
msgstr "上传失败!未知故障。"
|
294 |
|
295 |
-
#: lib/wfu_constants.php:
|
296 |
msgid "Please contact the administrator."
|
297 |
msgstr "请联系管理员。"
|
298 |
|
299 |
-
#: lib/wfu_constants.php:
|
300 |
msgid "No result from remote server!"
|
301 |
msgstr "没有来自远程服务器的结果!"
|
302 |
|
303 |
-
#: lib/wfu_constants.php:
|
304 |
msgid " but with warnings"
|
305 |
msgstr "但是带警告提示"
|
306 |
|
307 |
-
#: lib/wfu_constants.php:
|
308 |
msgid "Warning: JSON parse error."
|
309 |
msgstr "警告:JSON 语法分析错误。"
|
310 |
|
311 |
-
#: lib/wfu_constants.php:
|
312 |
msgid ""
|
313 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
314 |
"not be parsed."
|
315 |
msgstr "加载该文件参数,作为JSON 字符串传到handler,不能进行语法分析。"
|
316 |
|
317 |
-
#: lib/wfu_constants.php:
|
318 |
msgid ""
|
319 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
320 |
msgstr "加载状态,作为为JSON 字符串传到handler,不能进行语法分析。"
|
321 |
|
322 |
-
#: lib/wfu_constants.php:
|
323 |
msgid ""
|
324 |
"Redirection to classic form functionality occurred due to unknown error."
|
325 |
msgstr "由于未知故障,出现重新指向到classic form functionality"
|
326 |
|
327 |
-
#: lib/wfu_constants.php:
|
328 |
msgid ""
|
329 |
"Redirection to classic form functionality occurred because AJAX is not "
|
330 |
"supported."
|
331 |
msgstr "因为不支持 AJAX,出现重新指向到classic form functionality"
|
332 |
|
333 |
-
#: lib/wfu_constants.php:
|
334 |
msgid ""
|
335 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
336 |
"supported."
|
337 |
msgstr "因为不支持 HTML5,出现重新指向到classic form functionality"
|
338 |
|
339 |
-
#: lib/wfu_constants.php:
|
340 |
msgid ""
|
341 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
342 |
msgstr "由于JSON语法分析错误,出现重新指向到classic form functionality"
|
343 |
|
344 |
-
#: lib/wfu_constants.php:
|
345 |
msgid "Please enable popup windows from the browser's settings!"
|
346 |
msgstr "请在浏览器设置中启动 popup 打开窗口!"
|
347 |
|
348 |
-
#: lib/wfu_constants.php:
|
349 |
msgid "cannot be empty!"
|
350 |
msgstr "不能为空白!"
|
351 |
|
352 |
-
#: lib/wfu_constants.php:
|
353 |
msgid "number not valid!"
|
354 |
msgstr "无效数字!"
|
355 |
|
356 |
-
#: lib/wfu_constants.php:
|
357 |
msgid "email not valid!"
|
358 |
msgstr "无效邮件!"
|
359 |
|
360 |
-
#: lib/wfu_constants.php:
|
361 |
msgid "emails do not match!"
|
362 |
msgstr "邮箱不符!"
|
363 |
|
364 |
-
#: lib/wfu_constants.php:
|
365 |
msgid "no base email field in group!"
|
366 |
msgstr "在组中没有基本邮件区域!"
|
367 |
|
368 |
-
#: lib/wfu_constants.php:
|
369 |
msgid "passwords do not match!"
|
370 |
msgstr "口令不符!"
|
371 |
|
372 |
-
#: lib/wfu_constants.php:
|
373 |
msgid "no base password field in group!"
|
374 |
msgstr "在组中没有基本口令区域!"
|
375 |
|
376 |
-
#: lib/wfu_constants.php:
|
377 |
msgid "checkbox unchecked!"
|
378 |
msgstr "检查框没打记号!"
|
379 |
|
380 |
-
#: lib/wfu_constants.php:
|
381 |
msgid "no option selected!"
|
382 |
msgstr "没选择选项!"
|
383 |
|
384 |
-
#: lib/wfu_constants.php:
|
385 |
msgid "no item selected!"
|
386 |
msgstr "没选择任何物件!"
|
387 |
|
388 |
-
#: lib/wfu_constants.php:
|
389 |
msgid ""
|
390 |
"There are more than one instances of the plugin in this page with the same "
|
391 |
"id. Please change it."
|
392 |
msgstr "在这个页面中有多个带相同 ID 的插件实例, 请更改。"
|
393 |
|
394 |
-
#: lib/wfu_constants.php:
|
395 |
msgid ""
|
396 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
397 |
"the page."
|
398 |
msgstr "因为页面被修改,不能编辑短码。请重新加载页面。"
|
399 |
|
400 |
-
#: lib/wfu_constants.php:
|
401 |
msgid "Your browser does not support webcam capture!"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: lib/wfu_constants.php:
|
405 |
msgid "Your browser does not support video recording from the webcam!"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: lib/wfu_constants.php:
|
409 |
msgid "No video was recorded!"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: lib/wfu_constants.php:
|
413 |
msgid ""
|
414 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
415 |
"or use RecaptchaV2 (no account)."
|
@@ -417,23 +430,23 @@ msgstr ""
|
|
417 |
"错误: Captcha 不支持!你有一个旧 PHP 版本。升级你的 PHP 或使用 "
|
418 |
"RecaptchaV2 。"
|
419 |
|
420 |
-
#: lib/wfu_constants.php:
|
421 |
msgid ""
|
422 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
423 |
"notify administrator."
|
424 |
msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请通知管理员。"
|
425 |
|
426 |
-
#: lib/wfu_constants.php:
|
427 |
msgid ""
|
428 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
429 |
"use RecaptchaV1 (no account)."
|
430 |
msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请使用 RecaptchaV1 "
|
431 |
|
432 |
-
#: lib/wfu_constants.php:
|
433 |
msgid "ERROR: No site key. Please contact administrator!"
|
434 |
msgstr "错误:没有site key. 请联系管理员!"
|
435 |
|
436 |
-
#: lib/wfu_constants.php:
|
437 |
msgid ""
|
438 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
439 |
"define Google Recaptcha keys."
|
@@ -441,136 +454,136 @@ msgstr ""
|
|
441 |
"错误:没有已定义的 site key! 请在 Dashboard 的插件设置中定义 谷歌 Recaptcha "
|
442 |
"keys。"
|
443 |
|
444 |
-
#: lib/wfu_constants.php:
|
445 |
msgid "Bad captcha image!"
|
446 |
msgstr "损坏的 captcha 图像!"
|
447 |
|
448 |
-
#: lib/wfu_constants.php:
|
449 |
msgid "No input!"
|
450 |
msgstr "没有输入!"
|
451 |
|
452 |
-
#: lib/wfu_constants.php:
|
453 |
msgid "Captcha not completed!"
|
454 |
msgstr "captcha 不完整!"
|
455 |
|
456 |
-
#: lib/wfu_constants.php:
|
457 |
msgid "Wrong captcha!"
|
458 |
msgstr "错误的 captcha!"
|
459 |
|
460 |
-
#: lib/wfu_constants.php:
|
461 |
msgid "Error refreshing captcha!"
|
462 |
msgstr "更新 captcha 故障!"
|
463 |
|
464 |
-
#: lib/wfu_constants.php:
|
465 |
msgid "Unknown captcha error!"
|
466 |
msgstr "未知 captcha 错误!"
|
467 |
|
468 |
-
#: lib/wfu_constants.php:
|
469 |
msgid "Captcha not supported by your browser!"
|
470 |
msgstr "你的浏览器不支持 captcha!"
|
471 |
|
472 |
-
#: lib/wfu_constants.php:
|
473 |
msgid "the secret parameter is missing"
|
474 |
msgstr "秘密参数丢失"
|
475 |
|
476 |
-
#: lib/wfu_constants.php:
|
477 |
msgid "the secret parameter is invalid or malformed"
|
478 |
msgstr "秘密参数无效或出错"
|
479 |
|
480 |
-
#: lib/wfu_constants.php:
|
481 |
msgid "the response parameter is missing"
|
482 |
msgstr "相应参数丢失"
|
483 |
|
484 |
-
#: lib/wfu_constants.php:
|
485 |
msgid "the response parameter is invalid or malformed"
|
486 |
msgstr "相应参数无效或出错"
|
487 |
|
488 |
-
#: lib/wfu_constants.php:
|
489 |
msgid "Please do not use drag drop due to an internal problem."
|
490 |
msgstr "由于内部问题,请不要使用托拽功能。"
|
491 |
|
492 |
-
#: lib/wfu_constants.php:
|
493 |
#, php-format
|
494 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
495 |
msgstr "分片加载时出错。分片 %d 中唯一的ID 空白"
|
496 |
|
497 |
-
#: lib/wfu_constants.php:
|
498 |
msgid "Chunked upload is not allowed!"
|
499 |
msgstr "不允许分片加载!"
|
500 |
|
501 |
-
#: lib/wfu_constants.php:
|
502 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
503 |
msgstr "由于前一分片出错,分片加载终止!"
|
504 |
|
505 |
-
#: lib/wfu_constants.php:
|
506 |
msgid "Chunked upload failed, final file could not be created!"
|
507 |
msgstr "分片加载失败,不能生成最终文件!"
|
508 |
|
509 |
-
#: lib/wfu_constants.php:
|
510 |
#, php-format
|
511 |
msgid "Could not write file chuck to destination on chunk %d"
|
512 |
msgstr "不能将文件分片写到分片 %d 中"
|
513 |
|
514 |
-
#: lib/wfu_constants.php:
|
515 |
#, php-format
|
516 |
msgid "Could not enlarge destination file on chunk %d"
|
517 |
msgstr "不能加大分片 %d 上的目标文件"
|
518 |
|
519 |
-
#: lib/wfu_constants.php:
|
520 |
#, php-format
|
521 |
msgid "Could not open file handles on chunk %d"
|
522 |
msgstr "不能打开分片 %d 上的文件 handles"
|
523 |
|
524 |
-
#: lib/wfu_constants.php:
|
525 |
msgid "You are not allowed to delete this file!"
|
526 |
msgstr "不允许删除该文件!"
|
527 |
|
528 |
-
#: lib/wfu_constants.php:
|
529 |
msgid "File was not deleted!"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: lib/wfu_constants.php:
|
533 |
msgid "No file was deleted!"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: lib/wfu_constants.php:
|
537 |
msgid "Some files were not deleted!"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: lib/wfu_constants.php:
|
541 |
msgid "Upload skipped! File already exists."
|
542 |
msgstr "跳过加载!文件已经存在。"
|
543 |
|
544 |
-
#: lib/wfu_constants.php:
|
545 |
msgid "The extension of the file does not match its contents."
|
546 |
msgstr "该文件的扩展名与其内容不符。"
|
547 |
|
548 |
-
#: lib/wfu_constants.php:
|
549 |
msgid ""
|
550 |
"Upload succeeded but the file is suspicious because its contents do not "
|
551 |
"match its extension. Its proper filename is: "
|
552 |
msgstr "上传成功,但因为他的内容与其扩展名不符,文件可疑。正确的文件名是:"
|
553 |
|
554 |
-
#: lib/wfu_constants.php:
|
555 |
msgid "No files have been selected!"
|
556 |
msgstr "没有选择文件!"
|
557 |
|
558 |
-
#: lib/wfu_constants.php:
|
559 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
560 |
msgstr "因为没有加载的文件,WPFilebase 插件没更新"
|
561 |
|
562 |
-
#: lib/wfu_constants.php:
|
563 |
msgid "Notification email was not sent because there were no files uploaded."
|
564 |
msgstr "因为没有加载文件,通知邮件没发出。"
|
565 |
|
566 |
-
#: lib/wfu_constants.php:
|
567 |
msgid ""
|
568 |
"Notification email was not sent because no recipients were defined. Please "
|
569 |
"check notifyrecipients attribute in the shortcode."
|
570 |
msgstr ""
|
571 |
"因为没有定义收件人,通知邮件没发出。请检查 短码中的 notifyrecipients 属性"
|
572 |
|
573 |
-
#: lib/wfu_constants.php:
|
574 |
msgid ""
|
575 |
"Notification email was not sent due to an error. Please check "
|
576 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
@@ -578,134 +591,158 @@ msgstr ""
|
|
578 |
"由于出错,通知邮件没发出。请检查 notifyrecipients, notifysubject 和 "
|
579 |
"notifymessage 属性"
|
580 |
|
581 |
-
#: lib/wfu_constants.php:
|
582 |
msgid ""
|
583 |
"Redirection not executed because redirection link is empty. Please check "
|
584 |
"redirectlink attribute."
|
585 |
msgstr "因为重新定位链接空白,重新定位不执行。请检查 redirectlink 属性。"
|
586 |
|
587 |
-
#: lib/wfu_constants.php:
|
588 |
msgid ""
|
589 |
"Redirection not executed because not all files were successfully uploaded."
|
590 |
msgstr "因为不是所有的文件都成功加载,重新定位不执行。"
|
591 |
|
592 |
-
#: lib/wfu_constants.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
593 |
msgid ""
|
594 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
595 |
"message persists, contact administrator."
|
596 |
msgstr "添加短码到 page/post 失败。请重新试一下。 如果仍有错误, 联系管理员。"
|
597 |
|
598 |
-
#: lib/wfu_constants.php:
|
599 |
msgid ""
|
600 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
601 |
"again to edit the shortcode."
|
602 |
msgstr "因为页面内容改变,编辑短码失败。再重新编辑该短码。"
|
603 |
|
604 |
-
#: lib/wfu_constants.php:
|
605 |
msgid ""
|
606 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
607 |
"again to delete it."
|
608 |
msgstr "因为页面内容改变,删除短码失败。再重新删除。"
|
609 |
|
610 |
-
#: lib/wfu_constants.php:
|
611 |
msgid ""
|
612 |
"The page containing the shortcode has been modified and it is no longer "
|
613 |
"valid. Please go back to reload the shortcode."
|
614 |
msgstr "含有短码的页面已经被修改,它不再有效。请回到重新加载该短码。"
|
615 |
|
616 |
-
#: lib/wfu_constants.php:
|
617 |
msgid ""
|
618 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
619 |
"back to reload the shortcode."
|
620 |
msgstr "因为页面内容被修改,更新短码失败。回到重新加载该短码。"
|
621 |
|
622 |
-
#: lib/wfu_constants.php:
|
623 |
msgid ""
|
624 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
625 |
"go back and reload the shortcode."
|
626 |
msgstr "更新短码失败。请重新再试。如果问题仍存在,返回查询加载该短码。"
|
627 |
|
628 |
-
#: lib/wfu_constants.php:
|
629 |
msgid "This is a test message"
|
630 |
msgstr "这是一个测试信息"
|
631 |
|
632 |
-
#: lib/wfu_constants.php:
|
633 |
msgid "This is a test administrator message"
|
634 |
msgstr "这是一个测试管理员信息"
|
635 |
|
636 |
-
#: lib/wfu_constants.php:
|
637 |
msgid "File testfile 1 under test"
|
638 |
msgstr "测试中的文件 testfile 1"
|
639 |
|
640 |
-
#: lib/wfu_constants.php:
|
641 |
msgid "File testfile 1 message"
|
642 |
msgstr "文件 testfile 1 信息"
|
643 |
|
644 |
-
#: lib/wfu_constants.php:
|
645 |
msgid "File testfile 1 administrator message"
|
646 |
msgstr "文件 testfile 1 管理员信息"
|
647 |
|
648 |
-
#: lib/wfu_constants.php:
|
649 |
msgid "File testfile 2 under test"
|
650 |
msgstr "测试中的文件 testfile 2"
|
651 |
|
652 |
-
#: lib/wfu_constants.php:
|
653 |
msgid "File testfile 2 message"
|
654 |
msgstr "文件 testfile 2 信息"
|
655 |
|
656 |
-
#: lib/wfu_constants.php:
|
657 |
msgid "File testfile 2 administrator message"
|
658 |
msgstr "文件 testfile 2 管理员信息"
|
659 |
|
660 |
-
#: lib/wfu_constants.php:
|
661 |
msgid ""
|
662 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
663 |
"current user."
|
664 |
msgstr "在文本中插入变量 %userid%。 它将被当前用户的 ID 替换。"
|
665 |
|
666 |
-
#: lib/wfu_constants.php:
|
667 |
msgid ""
|
668 |
"Insert variable %username% inside text. It will be replaced by the username "
|
669 |
"of the current user."
|
670 |
msgstr "在文本中插入变量 %username%。 它将被当前用户的用户名替换。"
|
671 |
|
672 |
-
#: lib/wfu_constants.php:
|
673 |
msgid ""
|
674 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
675 |
"the current user."
|
676 |
msgstr "在文本中插入变量 %useremail%。 它将被当前用户的邮替换。"
|
677 |
|
678 |
-
#: lib/wfu_constants.php:
|
679 |
msgid ""
|
680 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
681 |
"of the uploaded file."
|
682 |
msgstr "在文本中插入变量 %filename%。 它将被上传文件的文件名替换。"
|
683 |
|
684 |
-
#: lib/wfu_constants.php:
|
685 |
msgid ""
|
686 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
687 |
"filepath of the uploaded file."
|
688 |
msgstr "在文本中插入变量 %filepath%。 它将被上传文件的文件路径替换。"
|
689 |
|
690 |
-
#: lib/wfu_constants.php:
|
691 |
msgid ""
|
692 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
693 |
"the website."
|
694 |
msgstr "在文本中插入变量 %blogid%。 它将被该网站的blog ID替换。"
|
695 |
|
696 |
-
#: lib/wfu_constants.php:
|
697 |
msgid ""
|
698 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
699 |
"current page."
|
700 |
msgstr "在文本中插入变量 %pageid%。 它将被当前页面的 ID 替换。"
|
701 |
|
702 |
-
#: lib/wfu_constants.php:
|
703 |
msgid ""
|
704 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
705 |
"the current page."
|
706 |
msgstr "在文本中插入变量 %pagetitle%。 它将被上传文件的名称替换。"
|
707 |
|
708 |
-
#: lib/wfu_constants.php:
|
709 |
msgid ""
|
710 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
711 |
"drop-down list. It will be replaced by the value that the user entered in "
|
@@ -714,194 +751,194 @@ msgstr ""
|
|
714 |
"在文本中插入变量 %userdataXXX%。从下拉表中选择该用户区域。它将被用户在此区域"
|
715 |
"输入的值替换。"
|
716 |
|
717 |
-
#: lib/wfu_constants.php:
|
718 |
msgid "Insert variable %n% inside text to denote a line change."
|
719 |
msgstr "在文本中插入变量 %n%。表明一行变化。"
|
720 |
|
721 |
-
#: lib/wfu_constants.php:
|
722 |
msgid "Test Mode"
|
723 |
msgstr "测试模式"
|
724 |
|
725 |
-
#: lib/wfu_constants.php:
|
726 |
msgid "select dir..."
|
727 |
msgstr "选择 dir ..."
|
728 |
|
729 |
-
#: lib/wfu_constants.php:
|
730 |
msgid "type dir"
|
731 |
msgstr "键入 dir"
|
732 |
|
733 |
-
#: lib/wfu_constants.php:
|
734 |
msgid "Upload path: %filepath%"
|
735 |
msgstr "加载路径:%filepath%"
|
736 |
|
737 |
-
#: lib/wfu_constants.php:
|
738 |
msgid "Failed upload path: %filepath%"
|
739 |
msgstr "加载路径失败: %filepath%"
|
740 |
|
741 |
-
#: lib/wfu_constants.php:
|
742 |
msgid " (required)"
|
743 |
msgstr "(必需)"
|
744 |
|
745 |
-
#: lib/wfu_constants.php:
|
746 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
747 |
msgstr "文件正在加载中,你确定要退出这个页面吗?"
|
748 |
|
749 |
-
#: lib/wfu_constants.php:
|
750 |
msgid "checking captcha..."
|
751 |
msgstr "正在检查 captcha ..."
|
752 |
|
753 |
-
#: lib/wfu_constants.php:
|
754 |
msgid "refreshing..."
|
755 |
msgstr "正在更新 ..."
|
756 |
|
757 |
-
#: lib/wfu_constants.php:
|
758 |
msgid "correct captcha"
|
759 |
msgstr "正确的 captcha"
|
760 |
|
761 |
-
#: lib/wfu_constants.php:
|
762 |
msgid "click to continue the upload"
|
763 |
msgstr "点击继续上传"
|
764 |
|
765 |
-
#: lib/wfu_constants.php:
|
766 |
msgid "Are you sure you want to delete this file?"
|
767 |
msgstr "确定要删除这个文件吗?"
|
768 |
|
769 |
-
#: lib/wfu_constants.php:
|
770 |
msgid "Are you sure you want to delete these files?"
|
771 |
msgstr ""
|
772 |
|
773 |
-
#: lib/wfu_constants.php:
|
774 |
msgid "Bulk Actions"
|
775 |
msgstr ""
|
776 |
|
777 |
-
#: lib/wfu_constants.php:
|
778 |
msgid "Apply"
|
779 |
msgstr ""
|
780 |
|
781 |
-
#: lib/wfu_constants.php:
|
782 |
msgid "Are you sure that you want to cancel the upload?"
|
783 |
msgstr ""
|
784 |
|
785 |
-
#: lib/wfu_constants.php:
|
786 |
msgid "cancel upload of this file"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: lib/wfu_constants.php:
|
790 |
msgid "Upload in progress"
|
791 |
msgstr "上传正在进行中"
|
792 |
|
793 |
-
#: lib/wfu_constants.php:
|
794 |
msgid "Upload in progress with warnings!"
|
795 |
msgstr "上传正在进行中,有警告提示!"
|
796 |
|
797 |
-
#: lib/wfu_constants.php:
|
798 |
msgid "Upload in progress but some files already failed!"
|
799 |
msgstr "上传正在进行中,有些文件已经加载失败!"
|
800 |
|
801 |
-
#: lib/wfu_constants.php:
|
802 |
msgid "Upload in progress but no files uploaded so far!"
|
803 |
msgstr "上传正在进行中,还没有文件载入!"
|
804 |
|
805 |
-
#: lib/wfu_constants.php:
|
806 |
msgid "All files uploaded successfully"
|
807 |
msgstr "所有危机上传成功"
|
808 |
|
809 |
-
#: lib/wfu_constants.php:
|
810 |
msgid "All files uploaded successfully but there are warnings!"
|
811 |
msgstr "所有文件上传成功,但有警告提示!"
|
812 |
|
813 |
-
#: lib/wfu_constants.php:
|
814 |
msgid "File uploaded successfully but there are warnings!"
|
815 |
msgstr "文件上传成功,但有警告提示!"
|
816 |
|
817 |
-
#: lib/wfu_constants.php:
|
818 |
msgid "Some files failed to upload!"
|
819 |
msgstr "部分文件上传失败!"
|
820 |
|
821 |
-
#: lib/wfu_constants.php:
|
822 |
msgid "All files failed to upload"
|
823 |
msgstr "所以我就上传失败"
|
824 |
|
825 |
-
#: lib/wfu_constants.php:
|
826 |
msgid "File failed to upload"
|
827 |
msgstr "文件上传失败"
|
828 |
|
829 |
-
#: lib/wfu_constants.php:
|
830 |
msgid "There are no files to upload!"
|
831 |
msgstr "没有要上传的文件!"
|
832 |
|
833 |
-
#: lib/wfu_constants.php:
|
834 |
msgid "Test upload message"
|
835 |
msgstr "测试上传信息"
|
836 |
|
837 |
-
#: lib/wfu_constants.php:
|
838 |
msgid "JSON parse warning!"
|
839 |
msgstr "JSON语法分析警告!"
|
840 |
|
841 |
-
#: lib/wfu_constants.php:
|
842 |
msgid "please wait while redirecting..."
|
843 |
msgstr "请等候,正在重新定位 ..."
|
844 |
|
845 |
-
#: lib/wfu_constants.php:
|
846 |
msgid "Open visual shortcode editor in new window"
|
847 |
msgstr "在新窗口打开视频 shortcode 编辑器"
|
848 |
|
849 |
-
#: lib/wfu_constants.php:
|
850 |
msgid "loading visual editor"
|
851 |
msgstr "加载视频编辑器"
|
852 |
|
853 |
-
#: lib/wfu_constants.php:
|
854 |
msgid "Clear file list?"
|
855 |
msgstr "清除文件列表?"
|
856 |
|
857 |
-
#: lib/wfu_constants.php:
|
858 |
msgid "DROP HERE"
|
859 |
msgstr "放在这里"
|
860 |
|
861 |
-
#: lib/wfu_constants.php:
|
862 |
msgid "record video"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: lib/wfu_constants.php:
|
866 |
msgid "take a picture"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: lib/wfu_constants.php:
|
870 |
msgid "turn webcam on/off"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: lib/wfu_constants.php:
|
874 |
msgid "go live again"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: lib/wfu_constants.php:
|
878 |
msgid "end recording"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: lib/wfu_constants.php:
|
882 |
msgid "play"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: lib/wfu_constants.php:
|
886 |
msgid "pause"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: lib/wfu_constants.php:
|
890 |
msgid "go to the beginning"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: lib/wfu_constants.php:
|
894 |
msgid "go to the end"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: lib/wfu_constants.php:
|
898 |
msgid "Wordpress File Upload Form"
|
899 |
msgstr "Wordpress 文件上传格式"
|
900 |
|
901 |
-
#: lib/wfu_constants.php:
|
902 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
903 |
msgstr "针对sidebars 的 Wordpress 文件上传插件工具"
|
904 |
|
905 |
-
#: lib/wfu_constants.php:
|
906 |
msgid "Upload Files"
|
907 |
msgstr "上传文件"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-21 23:02+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-06-21 23:02+0200\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: zh_CN\n"
|
194 |
msgstr "错误:因为扩展名不对,该文件被拒绝。正确的文件名是:"
|
195 |
|
196 |
#: lib/wfu_constants.php:53
|
197 |
+
msgid ""
|
198 |
+
"Too many files are uploaded in a short period of time. This may be a Denial-"
|
199 |
+
"Of-Service attack, so file was rejected. Please check the upload log for "
|
200 |
+
"suspicious behaviour."
|
201 |
+
msgstr ""
|
202 |
+
|
203 |
+
#: lib/wfu_constants.php:54
|
204 |
+
msgid ""
|
205 |
+
"File not uploaded in order to prevent overflow of the website. Please "
|
206 |
+
"contact administrator."
|
207 |
+
msgstr ""
|
208 |
+
|
209 |
+
#: lib/wfu_constants.php:55
|
210 |
msgid "Targer folder doesn't exist."
|
211 |
msgstr "目标文件夹不存在。"
|
212 |
|
213 |
+
#: lib/wfu_constants.php:56
|
214 |
msgid "Upload failed! Missing a temporary folder."
|
215 |
msgstr "加载失败!丢失一个临时文件夹。"
|
216 |
|
217 |
+
#: lib/wfu_constants.php:57
|
218 |
msgid "Upload failed! Permission denied to write to target folder."
|
219 |
msgstr "加载失败!写入目标文件夹被拒绝。"
|
220 |
|
221 |
+
#: lib/wfu_constants.php:58
|
222 |
msgid "File not allowed."
|
223 |
msgstr "文件不被允许。"
|
224 |
|
225 |
+
#: lib/wfu_constants.php:59
|
226 |
msgid "File is suspicious and was rejected."
|
227 |
msgstr "可疑文件,被拒绝。"
|
228 |
|
229 |
+
#: lib/wfu_constants.php:60
|
230 |
msgid "The uploaded file exceeds the file size limit."
|
231 |
msgstr "加载的文件超出文件尺寸限制。"
|
232 |
|
233 |
+
#: lib/wfu_constants.php:61
|
234 |
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
235 |
msgstr "上传文件超出2GB,服务器不支持。"
|
236 |
|
237 |
+
#: lib/wfu_constants.php:62
|
238 |
msgid ""
|
239 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
240 |
"Please contact the administrator."
|
241 |
msgstr "上传失败!上传文件超出服务器的文件大小限制。请联系管理员。"
|
242 |
|
243 |
+
#: lib/wfu_constants.php:63
|
244 |
msgid ""
|
245 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
246 |
"server. Please contact the administrator."
|
247 |
msgstr "上传失败!上传时间超出服务器的时间限制。请联系管理员。"
|
248 |
|
249 |
+
#: lib/wfu_constants.php:64
|
250 |
msgid ""
|
251 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
252 |
"was specified in the HTML form."
|
253 |
msgstr "上传失败!上传文件超出HTML格式中规定的最大文件大小限制。"
|
254 |
|
255 |
+
#: lib/wfu_constants.php:65
|
256 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
257 |
msgstr "上传失败!只生产了部分加载文件。"
|
258 |
|
259 |
+
#: lib/wfu_constants.php:66
|
260 |
msgid "Upload failed! No file was uploaded."
|
261 |
msgstr "上传失败!文件没有载入。"
|
262 |
|
263 |
+
#: lib/wfu_constants.php:67
|
264 |
msgid "Upload failed! Failed to write file to disk."
|
265 |
msgstr "上传失败!写文件到磁盘失败。"
|
266 |
|
267 |
+
#: lib/wfu_constants.php:68
|
268 |
msgid ""
|
269 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
270 |
"administrator."
|
271 |
msgstr "上传失败!移动临时文件时出现故障。请联系管理员。"
|
272 |
|
273 |
+
#: lib/wfu_constants.php:69
|
274 |
msgid "Upload cancelled!"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: lib/wfu_constants.php:70
|
278 |
msgid ""
|
279 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
280 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
283 |
"上传失败!PHP扩展名终止文件加载。PHP 不明确提供那个扩展名造成文件加载终止;检"
|
284 |
"查带 phpinfo() 的加载扩展名列表可能会有帮助。"
|
285 |
|
286 |
+
#: lib/wfu_constants.php:71
|
287 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
288 |
msgstr "上传失败!试图加载文件时出现错误。"
|
289 |
|
290 |
+
#: lib/wfu_constants.php:72 lib/wfu_constants.php:203
|
291 |
msgid "Upload failed!"
|
292 |
msgstr "上传失败!"
|
293 |
|
294 |
+
#: lib/wfu_constants.php:73
|
295 |
msgid "No file!"
|
296 |
msgstr "没有忘记!"
|
297 |
|
298 |
+
#: lib/wfu_constants.php:74
|
299 |
msgid ""
|
300 |
"Upload failed! The upload has been canceled by the user or the browser "
|
301 |
"dropped the connection."
|
302 |
msgstr "上传失败!该上传被用户取消,或者浏览器失去连接。"
|
303 |
|
304 |
+
#: lib/wfu_constants.php:75
|
305 |
msgid "Upload failed! Unknown error."
|
306 |
msgstr "上传失败!未知故障。"
|
307 |
|
308 |
+
#: lib/wfu_constants.php:76
|
309 |
msgid "Please contact the administrator."
|
310 |
msgstr "请联系管理员。"
|
311 |
|
312 |
+
#: lib/wfu_constants.php:77
|
313 |
msgid "No result from remote server!"
|
314 |
msgstr "没有来自远程服务器的结果!"
|
315 |
|
316 |
+
#: lib/wfu_constants.php:78
|
317 |
msgid " but with warnings"
|
318 |
msgstr "但是带警告提示"
|
319 |
|
320 |
+
#: lib/wfu_constants.php:79 lib/wfu_constants.php:81
|
321 |
msgid "Warning: JSON parse error."
|
322 |
msgstr "警告:JSON 语法分析错误。"
|
323 |
|
324 |
+
#: lib/wfu_constants.php:80
|
325 |
msgid ""
|
326 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
327 |
"not be parsed."
|
328 |
msgstr "加载该文件参数,作为JSON 字符串传到handler,不能进行语法分析。"
|
329 |
|
330 |
+
#: lib/wfu_constants.php:82
|
331 |
msgid ""
|
332 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
333 |
msgstr "加载状态,作为为JSON 字符串传到handler,不能进行语法分析。"
|
334 |
|
335 |
+
#: lib/wfu_constants.php:83
|
336 |
msgid ""
|
337 |
"Redirection to classic form functionality occurred due to unknown error."
|
338 |
msgstr "由于未知故障,出现重新指向到classic form functionality"
|
339 |
|
340 |
+
#: lib/wfu_constants.php:84
|
341 |
msgid ""
|
342 |
"Redirection to classic form functionality occurred because AJAX is not "
|
343 |
"supported."
|
344 |
msgstr "因为不支持 AJAX,出现重新指向到classic form functionality"
|
345 |
|
346 |
+
#: lib/wfu_constants.php:85
|
347 |
msgid ""
|
348 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
349 |
"supported."
|
350 |
msgstr "因为不支持 HTML5,出现重新指向到classic form functionality"
|
351 |
|
352 |
+
#: lib/wfu_constants.php:86
|
353 |
msgid ""
|
354 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
355 |
msgstr "由于JSON语法分析错误,出现重新指向到classic form functionality"
|
356 |
|
357 |
+
#: lib/wfu_constants.php:87
|
358 |
msgid "Please enable popup windows from the browser's settings!"
|
359 |
msgstr "请在浏览器设置中启动 popup 打开窗口!"
|
360 |
|
361 |
+
#: lib/wfu_constants.php:88
|
362 |
msgid "cannot be empty!"
|
363 |
msgstr "不能为空白!"
|
364 |
|
365 |
+
#: lib/wfu_constants.php:89
|
366 |
msgid "number not valid!"
|
367 |
msgstr "无效数字!"
|
368 |
|
369 |
+
#: lib/wfu_constants.php:90
|
370 |
msgid "email not valid!"
|
371 |
msgstr "无效邮件!"
|
372 |
|
373 |
+
#: lib/wfu_constants.php:91
|
374 |
msgid "emails do not match!"
|
375 |
msgstr "邮箱不符!"
|
376 |
|
377 |
+
#: lib/wfu_constants.php:92
|
378 |
msgid "no base email field in group!"
|
379 |
msgstr "在组中没有基本邮件区域!"
|
380 |
|
381 |
+
#: lib/wfu_constants.php:93
|
382 |
msgid "passwords do not match!"
|
383 |
msgstr "口令不符!"
|
384 |
|
385 |
+
#: lib/wfu_constants.php:94
|
386 |
msgid "no base password field in group!"
|
387 |
msgstr "在组中没有基本口令区域!"
|
388 |
|
389 |
+
#: lib/wfu_constants.php:95
|
390 |
msgid "checkbox unchecked!"
|
391 |
msgstr "检查框没打记号!"
|
392 |
|
393 |
+
#: lib/wfu_constants.php:96
|
394 |
msgid "no option selected!"
|
395 |
msgstr "没选择选项!"
|
396 |
|
397 |
+
#: lib/wfu_constants.php:97
|
398 |
msgid "no item selected!"
|
399 |
msgstr "没选择任何物件!"
|
400 |
|
401 |
+
#: lib/wfu_constants.php:98
|
402 |
msgid ""
|
403 |
"There are more than one instances of the plugin in this page with the same "
|
404 |
"id. Please change it."
|
405 |
msgstr "在这个页面中有多个带相同 ID 的插件实例, 请更改。"
|
406 |
|
407 |
+
#: lib/wfu_constants.php:99
|
408 |
msgid ""
|
409 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
410 |
"the page."
|
411 |
msgstr "因为页面被修改,不能编辑短码。请重新加载页面。"
|
412 |
|
413 |
+
#: lib/wfu_constants.php:100
|
414 |
msgid "Your browser does not support webcam capture!"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: lib/wfu_constants.php:101
|
418 |
msgid "Your browser does not support video recording from the webcam!"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: lib/wfu_constants.php:102
|
422 |
msgid "No video was recorded!"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: lib/wfu_constants.php:103
|
426 |
msgid ""
|
427 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
428 |
"or use RecaptchaV2 (no account)."
|
430 |
"错误: Captcha 不支持!你有一个旧 PHP 版本。升级你的 PHP 或使用 "
|
431 |
"RecaptchaV2 。"
|
432 |
|
433 |
+
#: lib/wfu_constants.php:104
|
434 |
msgid ""
|
435 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
436 |
"notify administrator."
|
437 |
msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请通知管理员。"
|
438 |
|
439 |
+
#: lib/wfu_constants.php:105
|
440 |
msgid ""
|
441 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
442 |
"use RecaptchaV1 (no account)."
|
443 |
msgstr "错误:相同页面中只能有一个 RecaptchaV1 实例 存在。请使用 RecaptchaV1 "
|
444 |
|
445 |
+
#: lib/wfu_constants.php:106
|
446 |
msgid "ERROR: No site key. Please contact administrator!"
|
447 |
msgstr "错误:没有site key. 请联系管理员!"
|
448 |
|
449 |
+
#: lib/wfu_constants.php:107
|
450 |
msgid ""
|
451 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
452 |
"define Google Recaptcha keys."
|
454 |
"错误:没有已定义的 site key! 请在 Dashboard 的插件设置中定义 谷歌 Recaptcha "
|
455 |
"keys。"
|
456 |
|
457 |
+
#: lib/wfu_constants.php:108
|
458 |
msgid "Bad captcha image!"
|
459 |
msgstr "损坏的 captcha 图像!"
|
460 |
|
461 |
+
#: lib/wfu_constants.php:109
|
462 |
msgid "No input!"
|
463 |
msgstr "没有输入!"
|
464 |
|
465 |
+
#: lib/wfu_constants.php:110
|
466 |
msgid "Captcha not completed!"
|
467 |
msgstr "captcha 不完整!"
|
468 |
|
469 |
+
#: lib/wfu_constants.php:111
|
470 |
msgid "Wrong captcha!"
|
471 |
msgstr "错误的 captcha!"
|
472 |
|
473 |
+
#: lib/wfu_constants.php:112
|
474 |
msgid "Error refreshing captcha!"
|
475 |
msgstr "更新 captcha 故障!"
|
476 |
|
477 |
+
#: lib/wfu_constants.php:113
|
478 |
msgid "Unknown captcha error!"
|
479 |
msgstr "未知 captcha 错误!"
|
480 |
|
481 |
+
#: lib/wfu_constants.php:114
|
482 |
msgid "Captcha not supported by your browser!"
|
483 |
msgstr "你的浏览器不支持 captcha!"
|
484 |
|
485 |
+
#: lib/wfu_constants.php:115
|
486 |
msgid "the secret parameter is missing"
|
487 |
msgstr "秘密参数丢失"
|
488 |
|
489 |
+
#: lib/wfu_constants.php:116
|
490 |
msgid "the secret parameter is invalid or malformed"
|
491 |
msgstr "秘密参数无效或出错"
|
492 |
|
493 |
+
#: lib/wfu_constants.php:117
|
494 |
msgid "the response parameter is missing"
|
495 |
msgstr "相应参数丢失"
|
496 |
|
497 |
+
#: lib/wfu_constants.php:118
|
498 |
msgid "the response parameter is invalid or malformed"
|
499 |
msgstr "相应参数无效或出错"
|
500 |
|
501 |
+
#: lib/wfu_constants.php:119
|
502 |
msgid "Please do not use drag drop due to an internal problem."
|
503 |
msgstr "由于内部问题,请不要使用托拽功能。"
|
504 |
|
505 |
+
#: lib/wfu_constants.php:120
|
506 |
#, php-format
|
507 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
508 |
msgstr "分片加载时出错。分片 %d 中唯一的ID 空白"
|
509 |
|
510 |
+
#: lib/wfu_constants.php:121
|
511 |
msgid "Chunked upload is not allowed!"
|
512 |
msgstr "不允许分片加载!"
|
513 |
|
514 |
+
#: lib/wfu_constants.php:122
|
515 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
516 |
msgstr "由于前一分片出错,分片加载终止!"
|
517 |
|
518 |
+
#: lib/wfu_constants.php:123
|
519 |
msgid "Chunked upload failed, final file could not be created!"
|
520 |
msgstr "分片加载失败,不能生成最终文件!"
|
521 |
|
522 |
+
#: lib/wfu_constants.php:124
|
523 |
#, php-format
|
524 |
msgid "Could not write file chuck to destination on chunk %d"
|
525 |
msgstr "不能将文件分片写到分片 %d 中"
|
526 |
|
527 |
+
#: lib/wfu_constants.php:125
|
528 |
#, php-format
|
529 |
msgid "Could not enlarge destination file on chunk %d"
|
530 |
msgstr "不能加大分片 %d 上的目标文件"
|
531 |
|
532 |
+
#: lib/wfu_constants.php:126
|
533 |
#, php-format
|
534 |
msgid "Could not open file handles on chunk %d"
|
535 |
msgstr "不能打开分片 %d 上的文件 handles"
|
536 |
|
537 |
+
#: lib/wfu_constants.php:127
|
538 |
msgid "You are not allowed to delete this file!"
|
539 |
msgstr "不允许删除该文件!"
|
540 |
|
541 |
+
#: lib/wfu_constants.php:128
|
542 |
msgid "File was not deleted!"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: lib/wfu_constants.php:129
|
546 |
msgid "No file was deleted!"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: lib/wfu_constants.php:130
|
550 |
msgid "Some files were not deleted!"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: lib/wfu_constants.php:132
|
554 |
msgid "Upload skipped! File already exists."
|
555 |
msgstr "跳过加载!文件已经存在。"
|
556 |
|
557 |
+
#: lib/wfu_constants.php:133
|
558 |
msgid "The extension of the file does not match its contents."
|
559 |
msgstr "该文件的扩展名与其内容不符。"
|
560 |
|
561 |
+
#: lib/wfu_constants.php:134
|
562 |
msgid ""
|
563 |
"Upload succeeded but the file is suspicious because its contents do not "
|
564 |
"match its extension. Its proper filename is: "
|
565 |
msgstr "上传成功,但因为他的内容与其扩展名不符,文件可疑。正确的文件名是:"
|
566 |
|
567 |
+
#: lib/wfu_constants.php:135
|
568 |
msgid "No files have been selected!"
|
569 |
msgstr "没有选择文件!"
|
570 |
|
571 |
+
#: lib/wfu_constants.php:136
|
572 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
573 |
msgstr "因为没有加载的文件,WPFilebase 插件没更新"
|
574 |
|
575 |
+
#: lib/wfu_constants.php:137
|
576 |
msgid "Notification email was not sent because there were no files uploaded."
|
577 |
msgstr "因为没有加载文件,通知邮件没发出。"
|
578 |
|
579 |
+
#: lib/wfu_constants.php:138
|
580 |
msgid ""
|
581 |
"Notification email was not sent because no recipients were defined. Please "
|
582 |
"check notifyrecipients attribute in the shortcode."
|
583 |
msgstr ""
|
584 |
"因为没有定义收件人,通知邮件没发出。请检查 短码中的 notifyrecipients 属性"
|
585 |
|
586 |
+
#: lib/wfu_constants.php:139
|
587 |
msgid ""
|
588 |
"Notification email was not sent due to an error. Please check "
|
589 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
591 |
"由于出错,通知邮件没发出。请检查 notifyrecipients, notifysubject 和 "
|
592 |
"notifymessage 属性"
|
593 |
|
594 |
+
#: lib/wfu_constants.php:140
|
595 |
msgid ""
|
596 |
"Redirection not executed because redirection link is empty. Please check "
|
597 |
"redirectlink attribute."
|
598 |
msgstr "因为重新定位链接空白,重新定位不执行。请检查 redirectlink 属性。"
|
599 |
|
600 |
+
#: lib/wfu_constants.php:141
|
601 |
msgid ""
|
602 |
"Redirection not executed because not all files were successfully uploaded."
|
603 |
msgstr "因为不是所有的文件都成功加载,重新定位不执行。"
|
604 |
|
605 |
+
#: lib/wfu_constants.php:142
|
606 |
+
msgid "Potential Denial-Of-Service Attack on {SITE}"
|
607 |
+
msgstr ""
|
608 |
+
|
609 |
+
#: lib/wfu_constants.php:143
|
610 |
+
msgid ""
|
611 |
+
"Hello admin\n"
|
612 |
+
"\n"
|
613 |
+
"This is a message from Wordpress File Upload Plugin to notify you that a "
|
614 |
+
"potential Denial-Of-Service attack has been detected on {SITE}.\n"
|
615 |
+
"\n"
|
616 |
+
"The plugin detected more than {FILENUM} uploads within {INTERVAL} seconds.\n"
|
617 |
+
"\n"
|
618 |
+
"All file uploads that exceed this limit are rejected to protect the website "
|
619 |
+
"from overflowing.\n"
|
620 |
+
"\n"
|
621 |
+
"Please check the upload history log in the plugin's area in Dashboard for "
|
622 |
+
"any suspicious behaviour.\n"
|
623 |
+
"\n"
|
624 |
+
"A new message will follow if the situation remains.\n"
|
625 |
+
"\n"
|
626 |
+
"Thanks"
|
627 |
+
msgstr ""
|
628 |
+
|
629 |
+
#: lib/wfu_constants.php:145
|
630 |
msgid ""
|
631 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
632 |
"message persists, contact administrator."
|
633 |
msgstr "添加短码到 page/post 失败。请重新试一下。 如果仍有错误, 联系管理员。"
|
634 |
|
635 |
+
#: lib/wfu_constants.php:146
|
636 |
msgid ""
|
637 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
638 |
"again to edit the shortcode."
|
639 |
msgstr "因为页面内容改变,编辑短码失败。再重新编辑该短码。"
|
640 |
|
641 |
+
#: lib/wfu_constants.php:147
|
642 |
msgid ""
|
643 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
644 |
"again to delete it."
|
645 |
msgstr "因为页面内容改变,删除短码失败。再重新删除。"
|
646 |
|
647 |
+
#: lib/wfu_constants.php:148
|
648 |
msgid ""
|
649 |
"The page containing the shortcode has been modified and it is no longer "
|
650 |
"valid. Please go back to reload the shortcode."
|
651 |
msgstr "含有短码的页面已经被修改,它不再有效。请回到重新加载该短码。"
|
652 |
|
653 |
+
#: lib/wfu_constants.php:149
|
654 |
msgid ""
|
655 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
656 |
"back to reload the shortcode."
|
657 |
msgstr "因为页面内容被修改,更新短码失败。回到重新加载该短码。"
|
658 |
|
659 |
+
#: lib/wfu_constants.php:150
|
660 |
msgid ""
|
661 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
662 |
"go back and reload the shortcode."
|
663 |
msgstr "更新短码失败。请重新再试。如果问题仍存在,返回查询加载该短码。"
|
664 |
|
665 |
+
#: lib/wfu_constants.php:152
|
666 |
msgid "This is a test message"
|
667 |
msgstr "这是一个测试信息"
|
668 |
|
669 |
+
#: lib/wfu_constants.php:153
|
670 |
msgid "This is a test administrator message"
|
671 |
msgstr "这是一个测试管理员信息"
|
672 |
|
673 |
+
#: lib/wfu_constants.php:154
|
674 |
msgid "File testfile 1 under test"
|
675 |
msgstr "测试中的文件 testfile 1"
|
676 |
|
677 |
+
#: lib/wfu_constants.php:155
|
678 |
msgid "File testfile 1 message"
|
679 |
msgstr "文件 testfile 1 信息"
|
680 |
|
681 |
+
#: lib/wfu_constants.php:156
|
682 |
msgid "File testfile 1 administrator message"
|
683 |
msgstr "文件 testfile 1 管理员信息"
|
684 |
|
685 |
+
#: lib/wfu_constants.php:157
|
686 |
msgid "File testfile 2 under test"
|
687 |
msgstr "测试中的文件 testfile 2"
|
688 |
|
689 |
+
#: lib/wfu_constants.php:158
|
690 |
msgid "File testfile 2 message"
|
691 |
msgstr "文件 testfile 2 信息"
|
692 |
|
693 |
+
#: lib/wfu_constants.php:159
|
694 |
msgid "File testfile 2 administrator message"
|
695 |
msgstr "文件 testfile 2 管理员信息"
|
696 |
|
697 |
+
#: lib/wfu_constants.php:161
|
698 |
msgid ""
|
699 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
700 |
"current user."
|
701 |
msgstr "在文本中插入变量 %userid%。 它将被当前用户的 ID 替换。"
|
702 |
|
703 |
+
#: lib/wfu_constants.php:162
|
704 |
msgid ""
|
705 |
"Insert variable %username% inside text. It will be replaced by the username "
|
706 |
"of the current user."
|
707 |
msgstr "在文本中插入变量 %username%。 它将被当前用户的用户名替换。"
|
708 |
|
709 |
+
#: lib/wfu_constants.php:163
|
710 |
msgid ""
|
711 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
712 |
"the current user."
|
713 |
msgstr "在文本中插入变量 %useremail%。 它将被当前用户的邮替换。"
|
714 |
|
715 |
+
#: lib/wfu_constants.php:164
|
716 |
msgid ""
|
717 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
718 |
"of the uploaded file."
|
719 |
msgstr "在文本中插入变量 %filename%。 它将被上传文件的文件名替换。"
|
720 |
|
721 |
+
#: lib/wfu_constants.php:165
|
722 |
msgid ""
|
723 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
724 |
"filepath of the uploaded file."
|
725 |
msgstr "在文本中插入变量 %filepath%。 它将被上传文件的文件路径替换。"
|
726 |
|
727 |
+
#: lib/wfu_constants.php:166
|
728 |
msgid ""
|
729 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
730 |
"the website."
|
731 |
msgstr "在文本中插入变量 %blogid%。 它将被该网站的blog ID替换。"
|
732 |
|
733 |
+
#: lib/wfu_constants.php:167
|
734 |
msgid ""
|
735 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
736 |
"current page."
|
737 |
msgstr "在文本中插入变量 %pageid%。 它将被当前页面的 ID 替换。"
|
738 |
|
739 |
+
#: lib/wfu_constants.php:168
|
740 |
msgid ""
|
741 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
742 |
"the current page."
|
743 |
msgstr "在文本中插入变量 %pagetitle%。 它将被上传文件的名称替换。"
|
744 |
|
745 |
+
#: lib/wfu_constants.php:169
|
746 |
msgid ""
|
747 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
748 |
"drop-down list. It will be replaced by the value that the user entered in "
|
751 |
"在文本中插入变量 %userdataXXX%。从下拉表中选择该用户区域。它将被用户在此区域"
|
752 |
"输入的值替换。"
|
753 |
|
754 |
+
#: lib/wfu_constants.php:170
|
755 |
msgid "Insert variable %n% inside text to denote a line change."
|
756 |
msgstr "在文本中插入变量 %n%。表明一行变化。"
|
757 |
|
758 |
+
#: lib/wfu_constants.php:172
|
759 |
msgid "Test Mode"
|
760 |
msgstr "测试模式"
|
761 |
|
762 |
+
#: lib/wfu_constants.php:173
|
763 |
msgid "select dir..."
|
764 |
msgstr "选择 dir ..."
|
765 |
|
766 |
+
#: lib/wfu_constants.php:174
|
767 |
msgid "type dir"
|
768 |
msgstr "键入 dir"
|
769 |
|
770 |
+
#: lib/wfu_constants.php:175
|
771 |
msgid "Upload path: %filepath%"
|
772 |
msgstr "加载路径:%filepath%"
|
773 |
|
774 |
+
#: lib/wfu_constants.php:176
|
775 |
msgid "Failed upload path: %filepath%"
|
776 |
msgstr "加载路径失败: %filepath%"
|
777 |
|
778 |
+
#: lib/wfu_constants.php:177
|
779 |
msgid " (required)"
|
780 |
msgstr "(必需)"
|
781 |
|
782 |
+
#: lib/wfu_constants.php:178
|
783 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
784 |
msgstr "文件正在加载中,你确定要退出这个页面吗?"
|
785 |
|
786 |
+
#: lib/wfu_constants.php:179
|
787 |
msgid "checking captcha..."
|
788 |
msgstr "正在检查 captcha ..."
|
789 |
|
790 |
+
#: lib/wfu_constants.php:180
|
791 |
msgid "refreshing..."
|
792 |
msgstr "正在更新 ..."
|
793 |
|
794 |
+
#: lib/wfu_constants.php:181
|
795 |
msgid "correct captcha"
|
796 |
msgstr "正确的 captcha"
|
797 |
|
798 |
+
#: lib/wfu_constants.php:182
|
799 |
msgid "click to continue the upload"
|
800 |
msgstr "点击继续上传"
|
801 |
|
802 |
+
#: lib/wfu_constants.php:183
|
803 |
msgid "Are you sure you want to delete this file?"
|
804 |
msgstr "确定要删除这个文件吗?"
|
805 |
|
806 |
+
#: lib/wfu_constants.php:184
|
807 |
msgid "Are you sure you want to delete these files?"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: lib/wfu_constants.php:185
|
811 |
msgid "Bulk Actions"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: lib/wfu_constants.php:186
|
815 |
msgid "Apply"
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: lib/wfu_constants.php:187
|
819 |
msgid "Are you sure that you want to cancel the upload?"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: lib/wfu_constants.php:188
|
823 |
msgid "cancel upload of this file"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: lib/wfu_constants.php:189
|
827 |
msgid "Upload in progress"
|
828 |
msgstr "上传正在进行中"
|
829 |
|
830 |
+
#: lib/wfu_constants.php:190
|
831 |
msgid "Upload in progress with warnings!"
|
832 |
msgstr "上传正在进行中,有警告提示!"
|
833 |
|
834 |
+
#: lib/wfu_constants.php:191
|
835 |
msgid "Upload in progress but some files already failed!"
|
836 |
msgstr "上传正在进行中,有些文件已经加载失败!"
|
837 |
|
838 |
+
#: lib/wfu_constants.php:192
|
839 |
msgid "Upload in progress but no files uploaded so far!"
|
840 |
msgstr "上传正在进行中,还没有文件载入!"
|
841 |
|
842 |
+
#: lib/wfu_constants.php:193
|
843 |
msgid "All files uploaded successfully"
|
844 |
msgstr "所有危机上传成功"
|
845 |
|
846 |
+
#: lib/wfu_constants.php:194
|
847 |
msgid "All files uploaded successfully but there are warnings!"
|
848 |
msgstr "所有文件上传成功,但有警告提示!"
|
849 |
|
850 |
+
#: lib/wfu_constants.php:195
|
851 |
msgid "File uploaded successfully but there are warnings!"
|
852 |
msgstr "文件上传成功,但有警告提示!"
|
853 |
|
854 |
+
#: lib/wfu_constants.php:196
|
855 |
msgid "Some files failed to upload!"
|
856 |
msgstr "部分文件上传失败!"
|
857 |
|
858 |
+
#: lib/wfu_constants.php:197
|
859 |
msgid "All files failed to upload"
|
860 |
msgstr "所以我就上传失败"
|
861 |
|
862 |
+
#: lib/wfu_constants.php:198
|
863 |
msgid "File failed to upload"
|
864 |
msgstr "文件上传失败"
|
865 |
|
866 |
+
#: lib/wfu_constants.php:199
|
867 |
msgid "There are no files to upload!"
|
868 |
msgstr "没有要上传的文件!"
|
869 |
|
870 |
+
#: lib/wfu_constants.php:200
|
871 |
msgid "Test upload message"
|
872 |
msgstr "测试上传信息"
|
873 |
|
874 |
+
#: lib/wfu_constants.php:201
|
875 |
msgid "JSON parse warning!"
|
876 |
msgstr "JSON语法分析警告!"
|
877 |
|
878 |
+
#: lib/wfu_constants.php:202
|
879 |
msgid "please wait while redirecting..."
|
880 |
msgstr "请等候,正在重新定位 ..."
|
881 |
|
882 |
+
#: lib/wfu_constants.php:204
|
883 |
msgid "Open visual shortcode editor in new window"
|
884 |
msgstr "在新窗口打开视频 shortcode 编辑器"
|
885 |
|
886 |
+
#: lib/wfu_constants.php:205
|
887 |
msgid "loading visual editor"
|
888 |
msgstr "加载视频编辑器"
|
889 |
|
890 |
+
#: lib/wfu_constants.php:206
|
891 |
msgid "Clear file list?"
|
892 |
msgstr "清除文件列表?"
|
893 |
|
894 |
+
#: lib/wfu_constants.php:207
|
895 |
msgid "DROP HERE"
|
896 |
msgstr "放在这里"
|
897 |
|
898 |
+
#: lib/wfu_constants.php:209
|
899 |
msgid "record video"
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: lib/wfu_constants.php:210
|
903 |
msgid "take a picture"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: lib/wfu_constants.php:211
|
907 |
msgid "turn webcam on/off"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: lib/wfu_constants.php:212
|
911 |
msgid "go live again"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: lib/wfu_constants.php:213
|
915 |
msgid "end recording"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: lib/wfu_constants.php:214
|
919 |
msgid "play"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: lib/wfu_constants.php:215
|
923 |
msgid "pause"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: lib/wfu_constants.php:216
|
927 |
msgid "go to the beginning"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: lib/wfu_constants.php:217
|
931 |
msgid "go to the end"
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: lib/wfu_constants.php:219
|
935 |
msgid "Wordpress File Upload Form"
|
936 |
msgstr "Wordpress 文件上传格式"
|
937 |
|
938 |
+
#: lib/wfu_constants.php:220
|
939 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
940 |
msgstr "针对sidebars 的 Wordpress 文件上传插件工具"
|
941 |
|
942 |
+
#: lib/wfu_constants.php:221
|
943 |
msgid "Upload Files"
|
944 |
msgstr "上传文件"
|
languages/wp-file-upload.pot
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2016-06-
|
6 |
-
"PO-Revision-Date: 2016-06-
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: en\n"
|
@@ -188,703 +188,740 @@ msgid ""
|
|
188 |
msgstr ""
|
189 |
|
190 |
#: lib/wfu_constants.php:53
|
191 |
-
msgid "
|
|
|
|
|
|
|
192 |
msgstr ""
|
193 |
|
194 |
#: lib/wfu_constants.php:54
|
195 |
-
msgid "
|
|
|
|
|
196 |
msgstr ""
|
197 |
|
198 |
#: lib/wfu_constants.php:55
|
199 |
-
msgid "
|
200 |
msgstr ""
|
201 |
|
202 |
#: lib/wfu_constants.php:56
|
203 |
-
msgid "
|
204 |
msgstr ""
|
205 |
|
206 |
#: lib/wfu_constants.php:57
|
207 |
-
msgid "
|
208 |
msgstr ""
|
209 |
|
210 |
#: lib/wfu_constants.php:58
|
211 |
-
msgid "
|
212 |
msgstr ""
|
213 |
|
214 |
#: lib/wfu_constants.php:59
|
215 |
-
msgid "
|
216 |
msgstr ""
|
217 |
|
218 |
#: lib/wfu_constants.php:60
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
219 |
msgid ""
|
220 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
221 |
"Please contact the administrator."
|
222 |
msgstr ""
|
223 |
|
224 |
-
#: lib/wfu_constants.php:
|
225 |
msgid ""
|
226 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
227 |
"server. Please contact the administrator."
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: lib/wfu_constants.php:
|
231 |
msgid ""
|
232 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
233 |
"was specified in the HTML form."
|
234 |
msgstr ""
|
235 |
|
236 |
-
#: lib/wfu_constants.php:
|
237 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
238 |
msgstr ""
|
239 |
|
240 |
-
#: lib/wfu_constants.php:
|
241 |
msgid "Upload failed! No file was uploaded."
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: lib/wfu_constants.php:
|
245 |
msgid "Upload failed! Failed to write file to disk."
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: lib/wfu_constants.php:
|
249 |
msgid ""
|
250 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
251 |
"administrator."
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: lib/wfu_constants.php:
|
255 |
msgid "Upload cancelled!"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: lib/wfu_constants.php:
|
259 |
msgid ""
|
260 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
261 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
262 |
"the list of loaded extensions with phpinfo() may help."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: lib/wfu_constants.php:
|
266 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: lib/wfu_constants.php:
|
270 |
msgid "Upload failed!"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: lib/wfu_constants.php:
|
274 |
msgid "No file!"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: lib/wfu_constants.php:
|
278 |
msgid ""
|
279 |
"Upload failed! The upload has been canceled by the user or the browser "
|
280 |
"dropped the connection."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: lib/wfu_constants.php:
|
284 |
msgid "Upload failed! Unknown error."
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: lib/wfu_constants.php:
|
288 |
msgid "Please contact the administrator."
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: lib/wfu_constants.php:
|
292 |
msgid "No result from remote server!"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: lib/wfu_constants.php:
|
296 |
msgid " but with warnings"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: lib/wfu_constants.php:
|
300 |
msgid "Warning: JSON parse error."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: lib/wfu_constants.php:
|
304 |
msgid ""
|
305 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
306 |
"not be parsed."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: lib/wfu_constants.php:
|
310 |
msgid ""
|
311 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: lib/wfu_constants.php:
|
315 |
msgid ""
|
316 |
"Redirection to classic form functionality occurred due to unknown error."
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: lib/wfu_constants.php:
|
320 |
msgid ""
|
321 |
"Redirection to classic form functionality occurred because AJAX is not "
|
322 |
"supported."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: lib/wfu_constants.php:
|
326 |
msgid ""
|
327 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
328 |
"supported."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: lib/wfu_constants.php:
|
332 |
msgid ""
|
333 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: lib/wfu_constants.php:
|
337 |
msgid "Please enable popup windows from the browser's settings!"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: lib/wfu_constants.php:
|
341 |
msgid "cannot be empty!"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: lib/wfu_constants.php:
|
345 |
msgid "number not valid!"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: lib/wfu_constants.php:
|
349 |
msgid "email not valid!"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: lib/wfu_constants.php:
|
353 |
msgid "emails do not match!"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: lib/wfu_constants.php:
|
357 |
msgid "no base email field in group!"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: lib/wfu_constants.php:
|
361 |
msgid "passwords do not match!"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: lib/wfu_constants.php:
|
365 |
msgid "no base password field in group!"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: lib/wfu_constants.php:
|
369 |
msgid "checkbox unchecked!"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: lib/wfu_constants.php:
|
373 |
msgid "no option selected!"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: lib/wfu_constants.php:
|
377 |
msgid "no item selected!"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: lib/wfu_constants.php:
|
381 |
msgid ""
|
382 |
"There are more than one instances of the plugin in this page with the same "
|
383 |
"id. Please change it."
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: lib/wfu_constants.php:
|
387 |
msgid ""
|
388 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
389 |
"the page."
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: lib/wfu_constants.php:
|
393 |
msgid "Your browser does not support webcam capture!"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: lib/wfu_constants.php:
|
397 |
msgid "Your browser does not support video recording from the webcam!"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: lib/wfu_constants.php:
|
401 |
msgid "No video was recorded!"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: lib/wfu_constants.php:
|
405 |
msgid ""
|
406 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
407 |
"or use RecaptchaV2 (no account)."
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: lib/wfu_constants.php:
|
411 |
msgid ""
|
412 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
413 |
"notify administrator."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: lib/wfu_constants.php:
|
417 |
msgid ""
|
418 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
419 |
"use RecaptchaV1 (no account)."
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: lib/wfu_constants.php:
|
423 |
msgid "ERROR: No site key. Please contact administrator!"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: lib/wfu_constants.php:
|
427 |
msgid ""
|
428 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
429 |
"define Google Recaptcha keys."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: lib/wfu_constants.php:
|
433 |
msgid "Bad captcha image!"
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: lib/wfu_constants.php:
|
437 |
msgid "No input!"
|
438 |
msgstr ""
|
439 |
|
440 |
-
#: lib/wfu_constants.php:
|
441 |
msgid "Captcha not completed!"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: lib/wfu_constants.php:
|
445 |
msgid "Wrong captcha!"
|
446 |
msgstr ""
|
447 |
|
448 |
-
#: lib/wfu_constants.php:
|
449 |
msgid "Error refreshing captcha!"
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: lib/wfu_constants.php:
|
453 |
msgid "Unknown captcha error!"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: lib/wfu_constants.php:
|
457 |
msgid "Captcha not supported by your browser!"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: lib/wfu_constants.php:
|
461 |
msgid "the secret parameter is missing"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: lib/wfu_constants.php:
|
465 |
msgid "the secret parameter is invalid or malformed"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: lib/wfu_constants.php:
|
469 |
msgid "the response parameter is missing"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: lib/wfu_constants.php:
|
473 |
msgid "the response parameter is invalid or malformed"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: lib/wfu_constants.php:
|
477 |
msgid "Please do not use drag drop due to an internal problem."
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: lib/wfu_constants.php:
|
481 |
#, php-format
|
482 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
483 |
msgstr ""
|
484 |
|
485 |
-
#: lib/wfu_constants.php:
|
486 |
msgid "Chunked upload is not allowed!"
|
487 |
msgstr ""
|
488 |
|
489 |
-
#: lib/wfu_constants.php:
|
490 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: lib/wfu_constants.php:
|
494 |
msgid "Chunked upload failed, final file could not be created!"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: lib/wfu_constants.php:
|
498 |
#, php-format
|
499 |
msgid "Could not write file chuck to destination on chunk %d"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: lib/wfu_constants.php:
|
503 |
#, php-format
|
504 |
msgid "Could not enlarge destination file on chunk %d"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: lib/wfu_constants.php:
|
508 |
#, php-format
|
509 |
msgid "Could not open file handles on chunk %d"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: lib/wfu_constants.php:
|
513 |
msgid "You are not allowed to delete this file!"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: lib/wfu_constants.php:
|
517 |
msgid "File was not deleted!"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: lib/wfu_constants.php:
|
521 |
msgid "No file was deleted!"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: lib/wfu_constants.php:
|
525 |
msgid "Some files were not deleted!"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: lib/wfu_constants.php:
|
529 |
msgid "Upload skipped! File already exists."
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: lib/wfu_constants.php:
|
533 |
msgid "The extension of the file does not match its contents."
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: lib/wfu_constants.php:
|
537 |
msgid ""
|
538 |
"Upload succeeded but the file is suspicious because its contents do not "
|
539 |
"match its extension. Its proper filename is: "
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: lib/wfu_constants.php:
|
543 |
msgid "No files have been selected!"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: lib/wfu_constants.php:
|
547 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: lib/wfu_constants.php:
|
551 |
msgid "Notification email was not sent because there were no files uploaded."
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: lib/wfu_constants.php:
|
555 |
msgid ""
|
556 |
"Notification email was not sent because no recipients were defined. Please "
|
557 |
"check notifyrecipients attribute in the shortcode."
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: lib/wfu_constants.php:
|
561 |
msgid ""
|
562 |
"Notification email was not sent due to an error. Please check "
|
563 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: lib/wfu_constants.php:
|
567 |
msgid ""
|
568 |
"Redirection not executed because redirection link is empty. Please check "
|
569 |
"redirectlink attribute."
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: lib/wfu_constants.php:
|
573 |
msgid ""
|
574 |
"Redirection not executed because not all files were successfully uploaded."
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: lib/wfu_constants.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
578 |
msgid ""
|
579 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
580 |
"message persists, contact administrator."
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: lib/wfu_constants.php:
|
584 |
msgid ""
|
585 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
586 |
"again to edit the shortcode."
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: lib/wfu_constants.php:
|
590 |
msgid ""
|
591 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
592 |
"again to delete it."
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: lib/wfu_constants.php:
|
596 |
msgid ""
|
597 |
"The page containing the shortcode has been modified and it is no longer "
|
598 |
"valid. Please go back to reload the shortcode."
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: lib/wfu_constants.php:
|
602 |
msgid ""
|
603 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
604 |
"back to reload the shortcode."
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: lib/wfu_constants.php:
|
608 |
msgid ""
|
609 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
610 |
"go back and reload the shortcode."
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: lib/wfu_constants.php:
|
614 |
msgid "This is a test message"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: lib/wfu_constants.php:
|
618 |
msgid "This is a test administrator message"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: lib/wfu_constants.php:
|
622 |
msgid "File testfile 1 under test"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: lib/wfu_constants.php:
|
626 |
msgid "File testfile 1 message"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: lib/wfu_constants.php:
|
630 |
msgid "File testfile 1 administrator message"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: lib/wfu_constants.php:
|
634 |
msgid "File testfile 2 under test"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: lib/wfu_constants.php:
|
638 |
msgid "File testfile 2 message"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: lib/wfu_constants.php:
|
642 |
msgid "File testfile 2 administrator message"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: lib/wfu_constants.php:
|
646 |
msgid ""
|
647 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
648 |
"current user."
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: lib/wfu_constants.php:
|
652 |
msgid ""
|
653 |
"Insert variable %username% inside text. It will be replaced by the username "
|
654 |
"of the current user."
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: lib/wfu_constants.php:
|
658 |
msgid ""
|
659 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
660 |
"the current user."
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: lib/wfu_constants.php:
|
664 |
msgid ""
|
665 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
666 |
"of the uploaded file."
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: lib/wfu_constants.php:
|
670 |
msgid ""
|
671 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
672 |
"filepath of the uploaded file."
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: lib/wfu_constants.php:
|
676 |
msgid ""
|
677 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
678 |
"the website."
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: lib/wfu_constants.php:
|
682 |
msgid ""
|
683 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
684 |
"current page."
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: lib/wfu_constants.php:
|
688 |
msgid ""
|
689 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
690 |
"the current page."
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: lib/wfu_constants.php:
|
694 |
msgid ""
|
695 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
696 |
"drop-down list. It will be replaced by the value that the user entered in "
|
697 |
"this field."
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: lib/wfu_constants.php:
|
701 |
msgid "Insert variable %n% inside text to denote a line change."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: lib/wfu_constants.php:
|
705 |
msgid "Test Mode"
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: lib/wfu_constants.php:
|
709 |
msgid "select dir..."
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: lib/wfu_constants.php:
|
713 |
msgid "type dir"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: lib/wfu_constants.php:
|
717 |
msgid "Upload path: %filepath%"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: lib/wfu_constants.php:
|
721 |
msgid "Failed upload path: %filepath%"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: lib/wfu_constants.php:
|
725 |
msgid " (required)"
|
726 |
msgstr ""
|
727 |
|
728 |
-
#: lib/wfu_constants.php:
|
729 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
730 |
msgstr ""
|
731 |
|
732 |
-
#: lib/wfu_constants.php:
|
733 |
msgid "checking captcha..."
|
734 |
msgstr ""
|
735 |
|
736 |
-
#: lib/wfu_constants.php:
|
737 |
msgid "refreshing..."
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: lib/wfu_constants.php:
|
741 |
msgid "correct captcha"
|
742 |
msgstr ""
|
743 |
|
744 |
-
#: lib/wfu_constants.php:
|
745 |
msgid "click to continue the upload"
|
746 |
msgstr ""
|
747 |
|
748 |
-
#: lib/wfu_constants.php:
|
749 |
msgid "Are you sure you want to delete this file?"
|
750 |
msgstr ""
|
751 |
|
752 |
-
#: lib/wfu_constants.php:
|
753 |
msgid "Are you sure you want to delete these files?"
|
754 |
msgstr ""
|
755 |
|
756 |
-
#: lib/wfu_constants.php:
|
757 |
msgid "Bulk Actions"
|
758 |
msgstr ""
|
759 |
|
760 |
-
#: lib/wfu_constants.php:
|
761 |
msgid "Apply"
|
762 |
msgstr ""
|
763 |
|
764 |
-
#: lib/wfu_constants.php:
|
765 |
msgid "Are you sure that you want to cancel the upload?"
|
766 |
msgstr ""
|
767 |
|
768 |
-
#: lib/wfu_constants.php:
|
769 |
msgid "cancel upload of this file"
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: lib/wfu_constants.php:
|
773 |
msgid "Upload in progress"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: lib/wfu_constants.php:
|
777 |
msgid "Upload in progress with warnings!"
|
778 |
msgstr ""
|
779 |
|
780 |
-
#: lib/wfu_constants.php:
|
781 |
msgid "Upload in progress but some files already failed!"
|
782 |
msgstr ""
|
783 |
|
784 |
-
#: lib/wfu_constants.php:
|
785 |
msgid "Upload in progress but no files uploaded so far!"
|
786 |
msgstr ""
|
787 |
|
788 |
-
#: lib/wfu_constants.php:
|
789 |
msgid "All files uploaded successfully"
|
790 |
msgstr ""
|
791 |
|
792 |
-
#: lib/wfu_constants.php:
|
793 |
msgid "All files uploaded successfully but there are warnings!"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: lib/wfu_constants.php:
|
797 |
msgid "File uploaded successfully but there are warnings!"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: lib/wfu_constants.php:
|
801 |
msgid "Some files failed to upload!"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: lib/wfu_constants.php:
|
805 |
msgid "All files failed to upload"
|
806 |
msgstr ""
|
807 |
|
808 |
-
#: lib/wfu_constants.php:
|
809 |
msgid "File failed to upload"
|
810 |
msgstr ""
|
811 |
|
812 |
-
#: lib/wfu_constants.php:
|
813 |
msgid "There are no files to upload!"
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: lib/wfu_constants.php:
|
817 |
msgid "Test upload message"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: lib/wfu_constants.php:
|
821 |
msgid "JSON parse warning!"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: lib/wfu_constants.php:
|
825 |
msgid "please wait while redirecting..."
|
826 |
msgstr ""
|
827 |
|
828 |
-
#: lib/wfu_constants.php:
|
829 |
msgid "Open visual shortcode editor in new window"
|
830 |
msgstr ""
|
831 |
|
832 |
-
#: lib/wfu_constants.php:
|
833 |
msgid "loading visual editor"
|
834 |
msgstr ""
|
835 |
|
836 |
-
#: lib/wfu_constants.php:
|
837 |
msgid "Clear file list?"
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: lib/wfu_constants.php:
|
841 |
msgid "DROP HERE"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: lib/wfu_constants.php:
|
845 |
msgid "record video"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: lib/wfu_constants.php:
|
849 |
msgid "take a picture"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: lib/wfu_constants.php:
|
853 |
msgid "turn webcam on/off"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: lib/wfu_constants.php:
|
857 |
msgid "go live again"
|
858 |
msgstr ""
|
859 |
|
860 |
-
#: lib/wfu_constants.php:
|
861 |
msgid "end recording"
|
862 |
msgstr ""
|
863 |
|
864 |
-
#: lib/wfu_constants.php:
|
865 |
msgid "play"
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: lib/wfu_constants.php:
|
869 |
msgid "pause"
|
870 |
msgstr ""
|
871 |
|
872 |
-
#: lib/wfu_constants.php:
|
873 |
msgid "go to the beginning"
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: lib/wfu_constants.php:
|
877 |
msgid "go to the end"
|
878 |
msgstr ""
|
879 |
|
880 |
-
#: lib/wfu_constants.php:
|
881 |
msgid "Wordpress File Upload Form"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: lib/wfu_constants.php:
|
885 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: lib/wfu_constants.php:
|
889 |
msgid "Upload Files"
|
890 |
msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Wordpress File Upload\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2016-06-21 23:01+0200\n"
|
6 |
+
"PO-Revision-Date: 2016-06-21 23:01+0200\n"
|
7 |
"Last-Translator: nickboss <info@iptanus.com>\n"
|
8 |
"Language-Team: Iptanus Team <info@iptanus.com>\n"
|
9 |
"Language: en\n"
|
188 |
msgstr ""
|
189 |
|
190 |
#: lib/wfu_constants.php:53
|
191 |
+
msgid ""
|
192 |
+
"Too many files are uploaded in a short period of time. This may be a Denial-"
|
193 |
+
"Of-Service attack, so file was rejected. Please check the upload log for "
|
194 |
+
"suspicious behaviour."
|
195 |
msgstr ""
|
196 |
|
197 |
#: lib/wfu_constants.php:54
|
198 |
+
msgid ""
|
199 |
+
"File not uploaded in order to prevent overflow of the website. Please "
|
200 |
+
"contact administrator."
|
201 |
msgstr ""
|
202 |
|
203 |
#: lib/wfu_constants.php:55
|
204 |
+
msgid "Targer folder doesn't exist."
|
205 |
msgstr ""
|
206 |
|
207 |
#: lib/wfu_constants.php:56
|
208 |
+
msgid "Upload failed! Missing a temporary folder."
|
209 |
msgstr ""
|
210 |
|
211 |
#: lib/wfu_constants.php:57
|
212 |
+
msgid "Upload failed! Permission denied to write to target folder."
|
213 |
msgstr ""
|
214 |
|
215 |
#: lib/wfu_constants.php:58
|
216 |
+
msgid "File not allowed."
|
217 |
msgstr ""
|
218 |
|
219 |
#: lib/wfu_constants.php:59
|
220 |
+
msgid "File is suspicious and was rejected."
|
221 |
msgstr ""
|
222 |
|
223 |
#: lib/wfu_constants.php:60
|
224 |
+
msgid "The uploaded file exceeds the file size limit."
|
225 |
+
msgstr ""
|
226 |
+
|
227 |
+
#: lib/wfu_constants.php:61
|
228 |
+
msgid "The uploaded file exceeds 2GB and is not supported by this server."
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: lib/wfu_constants.php:62
|
232 |
msgid ""
|
233 |
"Upload failed! The uploaded file exceeds the file size limit of the server. "
|
234 |
"Please contact the administrator."
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: lib/wfu_constants.php:63
|
238 |
msgid ""
|
239 |
"Upload failed! The duration of the upload exceeded the time limit of the "
|
240 |
"server. Please contact the administrator."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: lib/wfu_constants.php:64
|
244 |
msgid ""
|
245 |
"Upload failed! The uploaded file exceeds the MAX_FILE_SIZE directive that "
|
246 |
"was specified in the HTML form."
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: lib/wfu_constants.php:65
|
250 |
msgid "Upload failed! The uploaded file was only partially uploaded."
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: lib/wfu_constants.php:66
|
254 |
msgid "Upload failed! No file was uploaded."
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: lib/wfu_constants.php:67
|
258 |
msgid "Upload failed! Failed to write file to disk."
|
259 |
msgstr ""
|
260 |
|
261 |
+
#: lib/wfu_constants.php:68
|
262 |
msgid ""
|
263 |
"Upload failed! Error occured while moving temporary file. Please contact "
|
264 |
"administrator."
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: lib/wfu_constants.php:69
|
268 |
msgid "Upload cancelled!"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: lib/wfu_constants.php:70
|
272 |
msgid ""
|
273 |
"Upload failed! A PHP extension stopped the file upload. PHP does not provide "
|
274 |
"a way to ascertain which extension caused the file upload to stop; examining "
|
275 |
"the list of loaded extensions with phpinfo() may help."
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: lib/wfu_constants.php:71
|
279 |
msgid "Upload failed! Error occured while attemting to upload the file."
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: lib/wfu_constants.php:72 lib/wfu_constants.php:203
|
283 |
msgid "Upload failed!"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: lib/wfu_constants.php:73
|
287 |
msgid "No file!"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: lib/wfu_constants.php:74
|
291 |
msgid ""
|
292 |
"Upload failed! The upload has been canceled by the user or the browser "
|
293 |
"dropped the connection."
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: lib/wfu_constants.php:75
|
297 |
msgid "Upload failed! Unknown error."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: lib/wfu_constants.php:76
|
301 |
msgid "Please contact the administrator."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: lib/wfu_constants.php:77
|
305 |
msgid "No result from remote server!"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: lib/wfu_constants.php:78
|
309 |
msgid " but with warnings"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: lib/wfu_constants.php:79 lib/wfu_constants.php:81
|
313 |
msgid "Warning: JSON parse error."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: lib/wfu_constants.php:80
|
317 |
msgid ""
|
318 |
"Upload parameters of this file, passed as JSON string to the handler, could "
|
319 |
"not be parsed."
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: lib/wfu_constants.php:82
|
323 |
msgid ""
|
324 |
"UploadStates, passed as JSON string to the handler, could not be parsed."
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: lib/wfu_constants.php:83
|
328 |
msgid ""
|
329 |
"Redirection to classic form functionality occurred due to unknown error."
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: lib/wfu_constants.php:84
|
333 |
msgid ""
|
334 |
"Redirection to classic form functionality occurred because AJAX is not "
|
335 |
"supported."
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: lib/wfu_constants.php:85
|
339 |
msgid ""
|
340 |
"Redirection to classic form functionality occurred because HTML5 is not "
|
341 |
"supported."
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: lib/wfu_constants.php:86
|
345 |
msgid ""
|
346 |
"Redirection to classic form functionality occurred due to JSON parse error."
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: lib/wfu_constants.php:87
|
350 |
msgid "Please enable popup windows from the browser's settings!"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: lib/wfu_constants.php:88
|
354 |
msgid "cannot be empty!"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: lib/wfu_constants.php:89
|
358 |
msgid "number not valid!"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: lib/wfu_constants.php:90
|
362 |
msgid "email not valid!"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: lib/wfu_constants.php:91
|
366 |
msgid "emails do not match!"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: lib/wfu_constants.php:92
|
370 |
msgid "no base email field in group!"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: lib/wfu_constants.php:93
|
374 |
msgid "passwords do not match!"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: lib/wfu_constants.php:94
|
378 |
msgid "no base password field in group!"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: lib/wfu_constants.php:95
|
382 |
msgid "checkbox unchecked!"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: lib/wfu_constants.php:96
|
386 |
msgid "no option selected!"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: lib/wfu_constants.php:97
|
390 |
msgid "no item selected!"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: lib/wfu_constants.php:98
|
394 |
msgid ""
|
395 |
"There are more than one instances of the plugin in this page with the same "
|
396 |
"id. Please change it."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: lib/wfu_constants.php:99
|
400 |
msgid ""
|
401 |
"Cannot edit the shortcode because the page has been modified. Please reload "
|
402 |
"the page."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: lib/wfu_constants.php:100
|
406 |
msgid "Your browser does not support webcam capture!"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: lib/wfu_constants.php:101
|
410 |
msgid "Your browser does not support video recording from the webcam!"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: lib/wfu_constants.php:102
|
414 |
msgid "No video was recorded!"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: lib/wfu_constants.php:103
|
418 |
msgid ""
|
419 |
"ERROR: Captcha not supported! You have an old PHP version. Upgrade your PHP "
|
420 |
"or use RecaptchaV2 (no account)."
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: lib/wfu_constants.php:104
|
424 |
msgid ""
|
425 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
426 |
"notify administrator."
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: lib/wfu_constants.php:105
|
430 |
msgid ""
|
431 |
"ERROR: Only one instance of RecaptchaV1 can exist on the same page. Please "
|
432 |
"use RecaptchaV1 (no account)."
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: lib/wfu_constants.php:106
|
436 |
msgid "ERROR: No site key. Please contact administrator!"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: lib/wfu_constants.php:107
|
440 |
msgid ""
|
441 |
"ERROR: No site key defined! Please go to the plugin settings in Dashboard to "
|
442 |
"define Google Recaptcha keys."
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: lib/wfu_constants.php:108
|
446 |
msgid "Bad captcha image!"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: lib/wfu_constants.php:109
|
450 |
msgid "No input!"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: lib/wfu_constants.php:110
|
454 |
msgid "Captcha not completed!"
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: lib/wfu_constants.php:111
|
458 |
msgid "Wrong captcha!"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: lib/wfu_constants.php:112
|
462 |
msgid "Error refreshing captcha!"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: lib/wfu_constants.php:113
|
466 |
msgid "Unknown captcha error!"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: lib/wfu_constants.php:114
|
470 |
msgid "Captcha not supported by your browser!"
|
471 |
msgstr ""
|
472 |
|
473 |
+
#: lib/wfu_constants.php:115
|
474 |
msgid "the secret parameter is missing"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: lib/wfu_constants.php:116
|
478 |
msgid "the secret parameter is invalid or malformed"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: lib/wfu_constants.php:117
|
482 |
msgid "the response parameter is missing"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: lib/wfu_constants.php:118
|
486 |
msgid "the response parameter is invalid or malformed"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: lib/wfu_constants.php:119
|
490 |
msgid "Please do not use drag drop due to an internal problem."
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: lib/wfu_constants.php:120
|
494 |
#, php-format
|
495 |
msgid "Error during chunked upload. Unique ID empty in chunk %d"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: lib/wfu_constants.php:121
|
499 |
msgid "Chunked upload is not allowed!"
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: lib/wfu_constants.php:122
|
503 |
msgid "Chunked upload aborted due to error in previous chunk!"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: lib/wfu_constants.php:123
|
507 |
msgid "Chunked upload failed, final file could not be created!"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: lib/wfu_constants.php:124
|
511 |
#, php-format
|
512 |
msgid "Could not write file chuck to destination on chunk %d"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: lib/wfu_constants.php:125
|
516 |
#, php-format
|
517 |
msgid "Could not enlarge destination file on chunk %d"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: lib/wfu_constants.php:126
|
521 |
#, php-format
|
522 |
msgid "Could not open file handles on chunk %d"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: lib/wfu_constants.php:127
|
526 |
msgid "You are not allowed to delete this file!"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: lib/wfu_constants.php:128
|
530 |
msgid "File was not deleted!"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: lib/wfu_constants.php:129
|
534 |
msgid "No file was deleted!"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: lib/wfu_constants.php:130
|
538 |
msgid "Some files were not deleted!"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: lib/wfu_constants.php:132
|
542 |
msgid "Upload skipped! File already exists."
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: lib/wfu_constants.php:133
|
546 |
msgid "The extension of the file does not match its contents."
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: lib/wfu_constants.php:134
|
550 |
msgid ""
|
551 |
"Upload succeeded but the file is suspicious because its contents do not "
|
552 |
"match its extension. Its proper filename is: "
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: lib/wfu_constants.php:135
|
556 |
msgid "No files have been selected!"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: lib/wfu_constants.php:136
|
560 |
msgid "WPFilebase Plugin not updated because there were no files uploaded."
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: lib/wfu_constants.php:137
|
564 |
msgid "Notification email was not sent because there were no files uploaded."
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: lib/wfu_constants.php:138
|
568 |
msgid ""
|
569 |
"Notification email was not sent because no recipients were defined. Please "
|
570 |
"check notifyrecipients attribute in the shortcode."
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: lib/wfu_constants.php:139
|
574 |
msgid ""
|
575 |
"Notification email was not sent due to an error. Please check "
|
576 |
"notifyrecipients, notifysubject and notifymessage attributes for errors."
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: lib/wfu_constants.php:140
|
580 |
msgid ""
|
581 |
"Redirection not executed because redirection link is empty. Please check "
|
582 |
"redirectlink attribute."
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: lib/wfu_constants.php:141
|
586 |
msgid ""
|
587 |
"Redirection not executed because not all files were successfully uploaded."
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: lib/wfu_constants.php:142
|
591 |
+
msgid "Potential Denial-Of-Service Attack on {SITE}"
|
592 |
+
msgstr ""
|
593 |
+
|
594 |
+
#: lib/wfu_constants.php:143
|
595 |
+
msgid ""
|
596 |
+
"Hello admin\n"
|
597 |
+
"\n"
|
598 |
+
"This is a message from Wordpress File Upload Plugin to notify you that a "
|
599 |
+
"potential Denial-Of-Service attack has been detected on {SITE}.\n"
|
600 |
+
"\n"
|
601 |
+
"The plugin detected more than {FILENUM} uploads within {INTERVAL} seconds.\n"
|
602 |
+
"\n"
|
603 |
+
"All file uploads that exceed this limit are rejected to protect the website "
|
604 |
+
"from overflowing.\n"
|
605 |
+
"\n"
|
606 |
+
"Please check the upload history log in the plugin's area in Dashboard for "
|
607 |
+
"any suspicious behaviour.\n"
|
608 |
+
"\n"
|
609 |
+
"A new message will follow if the situation remains.\n"
|
610 |
+
"\n"
|
611 |
+
"Thanks"
|
612 |
+
msgstr ""
|
613 |
+
|
614 |
+
#: lib/wfu_constants.php:145
|
615 |
msgid ""
|
616 |
"Failed to add the shortcode to the page/post. Please try again. If the "
|
617 |
"message persists, contact administrator."
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: lib/wfu_constants.php:146
|
621 |
msgid ""
|
622 |
"Failed to edit the shortcode because the contents of the page changed. Try "
|
623 |
"again to edit the shortcode."
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: lib/wfu_constants.php:147
|
627 |
msgid ""
|
628 |
"Failed to delete the shortcode because the contents of the page changed. Try "
|
629 |
"again to delete it."
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: lib/wfu_constants.php:148
|
633 |
msgid ""
|
634 |
"The page containing the shortcode has been modified and it is no longer "
|
635 |
"valid. Please go back to reload the shortcode."
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: lib/wfu_constants.php:149
|
639 |
msgid ""
|
640 |
"Failed to update the shortcode because the contents of the page changed. Go "
|
641 |
"back to reload the shortcode."
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: lib/wfu_constants.php:150
|
645 |
msgid ""
|
646 |
"Failed to update the shortcode. Please try again. If the problem persists, "
|
647 |
"go back and reload the shortcode."
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: lib/wfu_constants.php:152
|
651 |
msgid "This is a test message"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: lib/wfu_constants.php:153
|
655 |
msgid "This is a test administrator message"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: lib/wfu_constants.php:154
|
659 |
msgid "File testfile 1 under test"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: lib/wfu_constants.php:155
|
663 |
msgid "File testfile 1 message"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: lib/wfu_constants.php:156
|
667 |
msgid "File testfile 1 administrator message"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: lib/wfu_constants.php:157
|
671 |
msgid "File testfile 2 under test"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: lib/wfu_constants.php:158
|
675 |
msgid "File testfile 2 message"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: lib/wfu_constants.php:159
|
679 |
msgid "File testfile 2 administrator message"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: lib/wfu_constants.php:161
|
683 |
msgid ""
|
684 |
"Insert variable %userid% inside text. It will be replaced by the id of the "
|
685 |
"current user."
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: lib/wfu_constants.php:162
|
689 |
msgid ""
|
690 |
"Insert variable %username% inside text. It will be replaced by the username "
|
691 |
"of the current user."
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: lib/wfu_constants.php:163
|
695 |
msgid ""
|
696 |
"Insert variable %useremail% inside text. It will be replaced by the email of "
|
697 |
"the current user."
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: lib/wfu_constants.php:164
|
701 |
msgid ""
|
702 |
"Insert variable %filename% inside text. It will be replaced by the filename "
|
703 |
"of the uploaded file."
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: lib/wfu_constants.php:165
|
707 |
msgid ""
|
708 |
"Insert variable %filepath% inside text. It will be replaced by the full "
|
709 |
"filepath of the uploaded file."
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: lib/wfu_constants.php:166
|
713 |
msgid ""
|
714 |
"Insert variable %blogid% inside text. It will be replaced by the blog id of "
|
715 |
"the website."
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: lib/wfu_constants.php:167
|
719 |
msgid ""
|
720 |
"Insert variable %pageid% inside text. It will be replaced by the id of the "
|
721 |
"current page."
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: lib/wfu_constants.php:168
|
725 |
msgid ""
|
726 |
"Insert variable %pagetitle% inside text. It will be replaced by the title of "
|
727 |
"the current page."
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: lib/wfu_constants.php:169
|
731 |
msgid ""
|
732 |
"Insert variable %userdataXXX% inside text. Select the user field from the "
|
733 |
"drop-down list. It will be replaced by the value that the user entered in "
|
734 |
"this field."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: lib/wfu_constants.php:170
|
738 |
msgid "Insert variable %n% inside text to denote a line change."
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: lib/wfu_constants.php:172
|
742 |
msgid "Test Mode"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: lib/wfu_constants.php:173
|
746 |
msgid "select dir..."
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: lib/wfu_constants.php:174
|
750 |
msgid "type dir"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: lib/wfu_constants.php:175
|
754 |
msgid "Upload path: %filepath%"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: lib/wfu_constants.php:176
|
758 |
msgid "Failed upload path: %filepath%"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: lib/wfu_constants.php:177
|
762 |
msgid " (required)"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: lib/wfu_constants.php:178
|
766 |
msgid "Files are being uploaded. Are you sure you want to exit the page?"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: lib/wfu_constants.php:179
|
770 |
msgid "checking captcha..."
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: lib/wfu_constants.php:180
|
774 |
msgid "refreshing..."
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: lib/wfu_constants.php:181
|
778 |
msgid "correct captcha"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: lib/wfu_constants.php:182
|
782 |
msgid "click to continue the upload"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: lib/wfu_constants.php:183
|
786 |
msgid "Are you sure you want to delete this file?"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: lib/wfu_constants.php:184
|
790 |
msgid "Are you sure you want to delete these files?"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: lib/wfu_constants.php:185
|
794 |
msgid "Bulk Actions"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: lib/wfu_constants.php:186
|
798 |
msgid "Apply"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: lib/wfu_constants.php:187
|
802 |
msgid "Are you sure that you want to cancel the upload?"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: lib/wfu_constants.php:188
|
806 |
msgid "cancel upload of this file"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: lib/wfu_constants.php:189
|
810 |
msgid "Upload in progress"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: lib/wfu_constants.php:190
|
814 |
msgid "Upload in progress with warnings!"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: lib/wfu_constants.php:191
|
818 |
msgid "Upload in progress but some files already failed!"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: lib/wfu_constants.php:192
|
822 |
msgid "Upload in progress but no files uploaded so far!"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: lib/wfu_constants.php:193
|
826 |
msgid "All files uploaded successfully"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: lib/wfu_constants.php:194
|
830 |
msgid "All files uploaded successfully but there are warnings!"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: lib/wfu_constants.php:195
|
834 |
msgid "File uploaded successfully but there are warnings!"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: lib/wfu_constants.php:196
|
838 |
msgid "Some files failed to upload!"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: lib/wfu_constants.php:197
|
842 |
msgid "All files failed to upload"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: lib/wfu_constants.php:198
|
846 |
msgid "File failed to upload"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: lib/wfu_constants.php:199
|
850 |
msgid "There are no files to upload!"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: lib/wfu_constants.php:200
|
854 |
msgid "Test upload message"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: lib/wfu_constants.php:201
|
858 |
msgid "JSON parse warning!"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: lib/wfu_constants.php:202
|
862 |
msgid "please wait while redirecting..."
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: lib/wfu_constants.php:204
|
866 |
msgid "Open visual shortcode editor in new window"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: lib/wfu_constants.php:205
|
870 |
msgid "loading visual editor"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: lib/wfu_constants.php:206
|
874 |
msgid "Clear file list?"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: lib/wfu_constants.php:207
|
878 |
msgid "DROP HERE"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: lib/wfu_constants.php:209
|
882 |
msgid "record video"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: lib/wfu_constants.php:210
|
886 |
msgid "take a picture"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: lib/wfu_constants.php:211
|
890 |
msgid "turn webcam on/off"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: lib/wfu_constants.php:212
|
894 |
msgid "go live again"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: lib/wfu_constants.php:213
|
898 |
msgid "end recording"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: lib/wfu_constants.php:214
|
902 |
msgid "play"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: lib/wfu_constants.php:215
|
906 |
msgid "pause"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: lib/wfu_constants.php:216
|
910 |
msgid "go to the beginning"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: lib/wfu_constants.php:217
|
914 |
msgid "go to the end"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: lib/wfu_constants.php:219
|
918 |
msgid "Wordpress File Upload Form"
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: lib/wfu_constants.php:220
|
922 |
msgid "Wordpress File Upload plugin uploader for sidebars"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: lib/wfu_constants.php:221
|
926 |
msgid "Upload Files"
|
927 |
msgstr ""
|
lib/wfu_admin_browser.php
CHANGED
@@ -208,7 +208,7 @@ function wfu_browse_files($basedir_code) {
|
|
208 |
//show contained files
|
209 |
foreach ( $filelist as $file ) {
|
210 |
$is_included = ( $file['filedata'] != null );
|
211 |
-
$can_be_included = ( $plugin_options['includeotherfiles'] == "1" ) && !
|
212 |
$file_code = '';
|
213 |
if ( $is_included || $can_be_included ) $file_code = wfu_safe_store_filepath(wfu_path_abs2rel($file['fullpath']).'[['.$sort.']]');
|
214 |
$echo_str .= "\n\t\t\t\t".'<tr onmouseover="var actions=document.getElementsByName(\'wfu_file_actions\'); for (var i=0; i<actions.length; i++) {actions[i].style.visibility=\'hidden\';} document.getElementById(\'wfu_file_actions_'.$ii.'\').style.visibility=\'visible\'" onmouseout="var actions=document.getElementsByName(\'wfu_file_actions\'); for (var i=0; i<actions.length; i++) {actions[i].style.visibility=\'hidden\';}">';
|
@@ -292,7 +292,7 @@ function wfu_user_owns_file($userid, $filerec) {
|
|
292 |
|
293 |
function wfu_current_user_owes_file($filepath) {
|
294 |
//first check if file has a restricted extension; for security reasons some file extensions cannot be owned
|
295 |
-
if (
|
296 |
//then get file data from database, if exist
|
297 |
$filerec = wfu_get_file_rec($filepath, false);
|
298 |
if ( $filerec == null ) return false;
|
@@ -408,7 +408,7 @@ function wfu_rename_file($file_code, $type) {
|
|
408 |
if ( $_POST['wfu_newname'] == "" ) $error = 'Error: New '.( $type == 'dir' ? 'folder ' : 'file' ).'name cannot be empty!';
|
409 |
elseif ( preg_match("/[^A-Za-z0-9_.#\-$]/", $_POST['wfu_newname']) ) $error = 'Error: name contained invalid characters that were stripped off! Please try again.';
|
410 |
elseif ( substr($_POST['wfu_newname'], -1 - strlen($parts['extension'])) != '.'.$parts['extension'] ) $error = 'Error: new and old file name extensions must be identical! Please correct.';
|
411 |
-
elseif (
|
412 |
elseif ( file_exists($new_file) ) $error = 'Error: The '.( $type == 'dir' ? 'folder' : 'file' ).' <strong>'.$_POST['wfu_newname'].'</strong> already exists! Please choose another one.';
|
413 |
else {
|
414 |
//pre-log rename action
|
@@ -614,7 +614,7 @@ function wfu_include_file_prompt($file_code, $referer) {
|
|
614 |
else {
|
615 |
$dec_file = wfu_path_rel2abs(wfu_flatten_path($dec_file));
|
616 |
//do not include file if it has a forbidden extention or it is already included
|
617 |
-
if (
|
618 |
unset($file_code[$index]);
|
619 |
else array_push($names, wfu_basename($dec_file));
|
620 |
}
|
@@ -666,7 +666,7 @@ function wfu_include_file($file_code) {
|
|
666 |
if ( $dec_file !== false ) {
|
667 |
$dec_file = wfu_path_rel2abs(wfu_flatten_path($dec_file));
|
668 |
//include file if it does not have a forbidden extention and it not already included
|
669 |
-
if ( !
|
670 |
array_push($dec_files, $dec_file);
|
671 |
}
|
672 |
}
|
208 |
//show contained files
|
209 |
foreach ( $filelist as $file ) {
|
210 |
$is_included = ( $file['filedata'] != null );
|
211 |
+
$can_be_included = ( $plugin_options['includeotherfiles'] == "1" ) && !wfu_file_extension_blacklisted($file['name']);
|
212 |
$file_code = '';
|
213 |
if ( $is_included || $can_be_included ) $file_code = wfu_safe_store_filepath(wfu_path_abs2rel($file['fullpath']).'[['.$sort.']]');
|
214 |
$echo_str .= "\n\t\t\t\t".'<tr onmouseover="var actions=document.getElementsByName(\'wfu_file_actions\'); for (var i=0; i<actions.length; i++) {actions[i].style.visibility=\'hidden\';} document.getElementById(\'wfu_file_actions_'.$ii.'\').style.visibility=\'visible\'" onmouseout="var actions=document.getElementsByName(\'wfu_file_actions\'); for (var i=0; i<actions.length; i++) {actions[i].style.visibility=\'hidden\';}">';
|
292 |
|
293 |
function wfu_current_user_owes_file($filepath) {
|
294 |
//first check if file has a restricted extension; for security reasons some file extensions cannot be owned
|
295 |
+
if ( wfu_file_extension_blacklisted($filepath) ) return false;
|
296 |
//then get file data from database, if exist
|
297 |
$filerec = wfu_get_file_rec($filepath, false);
|
298 |
if ( $filerec == null ) return false;
|
408 |
if ( $_POST['wfu_newname'] == "" ) $error = 'Error: New '.( $type == 'dir' ? 'folder ' : 'file' ).'name cannot be empty!';
|
409 |
elseif ( preg_match("/[^A-Za-z0-9_.#\-$]/", $_POST['wfu_newname']) ) $error = 'Error: name contained invalid characters that were stripped off! Please try again.';
|
410 |
elseif ( substr($_POST['wfu_newname'], -1 - strlen($parts['extension'])) != '.'.$parts['extension'] ) $error = 'Error: new and old file name extensions must be identical! Please correct.';
|
411 |
+
elseif ( wfu_file_extension_blacklisted($_POST['wfu_newname']) ) $error = 'Error: the new file name has an extension that is forbidden for security reasons. Please correct.';
|
412 |
elseif ( file_exists($new_file) ) $error = 'Error: The '.( $type == 'dir' ? 'folder' : 'file' ).' <strong>'.$_POST['wfu_newname'].'</strong> already exists! Please choose another one.';
|
413 |
else {
|
414 |
//pre-log rename action
|
614 |
else {
|
615 |
$dec_file = wfu_path_rel2abs(wfu_flatten_path($dec_file));
|
616 |
//do not include file if it has a forbidden extention or it is already included
|
617 |
+
if ( wfu_file_extension_blacklisted(wfu_basename($dec_file)) || wfu_get_file_rec($dec_file, false) != null )
|
618 |
unset($file_code[$index]);
|
619 |
else array_push($names, wfu_basename($dec_file));
|
620 |
}
|
666 |
if ( $dec_file !== false ) {
|
667 |
$dec_file = wfu_path_rel2abs(wfu_flatten_path($dec_file));
|
668 |
//include file if it does not have a forbidden extention and it not already included
|
669 |
+
if ( !wfu_file_extension_blacklisted(wfu_basename($dec_file)) && wfu_get_file_rec($dec_file, false) == null )
|
670 |
array_push($dec_files, $dec_file);
|
671 |
}
|
672 |
}
|
lib/wfu_constants.php
CHANGED
@@ -41,6 +41,8 @@ DEFINE("WFU_ERROR_ADMIN_FILE_PHP_SIZE", __("Error. The upload size limit of PHP
|
|
41 |
DEFINE("WFU_ERROR_ADMIN_FILE_PHP_TIME", __("The upload time limit of PHP directive max_input_time is preventing the upload of big files.\nPHP directive max_input_time limit is: ".ini_get("max_input_time")." seconds.\nTo increase the limit change the value of the directive from php.ini.\nIf you don't have access to php.ini, then add the following line to your .htaccess file:\n\nphp_value max_input_time 500\n\n(adjust the time according to your needs)\n\nThe file .htaccess is found in your website root directory (where index.php is found).\nIf your don't have this file, then create it.\nIf this does not work either, then contact your domain provider.", "wp-file-upload"));
|
42 |
DEFINE("WFU_ERROR_ADMIN_DIR_PERMISSION", __("Error. Permission denied to write to target folder.\nCheck and correct read/write permissions of target folder.", "wp-file-upload"));
|
43 |
DEFINE("WFU_ERROR_ADMIN_FILE_WRONGEXT", __("Error. This file was rejected because its extension is not correct. Its proper filename is: ", "wp-file-upload"));
|
|
|
|
|
44 |
DEFINE("WFU_ERROR_DIR_EXIST", __("Targer folder doesn't exist.", "wp-file-upload"));
|
45 |
DEFINE("WFU_ERROR_DIR_NOTEMP", __("Upload failed! Missing a temporary folder.", "wp-file-upload"));
|
46 |
DEFINE("WFU_ERROR_DIR_PERMISSION", __("Upload failed! Permission denied to write to target folder.", "wp-file-upload"));
|
@@ -128,6 +130,8 @@ DEFINE("WFU_WARNING_NOTIFY_NOTSENT_NORECIPIENTS", __("Notification email was not
|
|
128 |
DEFINE("WFU_WARNING_NOTIFY_NOTSENT_UNKNOWNERROR", __("Notification email was not sent due to an error. Please check notifyrecipients, notifysubject and notifymessage attributes for errors.", "wp-file-upload"));
|
129 |
DEFINE("WFU_WARNING_REDIRECT_NOTEXECUTED_EMPTY", __("Redirection not executed because redirection link is empty. Please check redirectlink attribute.", "wp-file-upload"));
|
130 |
DEFINE("WFU_WARNING_REDIRECT_NOTEXECUTED_FILESFAILED", __("Redirection not executed because not all files were successfully uploaded.", "wp-file-upload"));
|
|
|
|
|
131 |
//admin area messages
|
132 |
DEFINE("WFU_DASHBOARD_ADD_SHORTCODE_REJECTED", __("Failed to add the shortcode to the page/post. Please try again. If the message persists, contact administrator.", "wp-file-upload"));
|
133 |
DEFINE("WFU_DASHBOARD_EDIT_SHORTCODE_REJECTED", __("Failed to edit the shortcode because the contents of the page changed. Try again to edit the shortcode.", "wp-file-upload"));
|
@@ -264,7 +268,12 @@ $GLOBALS["WFU_GLOBALS"] = array(
|
|
264 |
);
|
265 |
//other plugin values
|
266 |
$GLOBALS["WFU_GLOBALS"] += array(
|
|
|
|
|
|
|
|
|
267 |
"WFU_SANITIZE_FILENAME_MODE" => array( "Filename Sanitization Mode", "string", "strict", "The sanitization mode for filenames. It can be 'strict' or 'loose'." ),
|
|
|
268 |
"WFU_PHP_ARRAY_MAXLEN" => array( "Max PHP Array Length", "string", "10000", "The maximum allowable number of items of a PHP array." ),
|
269 |
"WFU_HISTORYLOG_TABLE_MAXROWS" => array( "History Log Table Rows Per Page", "integer", 25, "The number of rows per page of the History Log table." ),
|
270 |
"WFU_ALTERNATIVE_RANDOMIZER" => array( "Use Alternative Randomizer", "string", "false", "On fast web servers the plugin's generator of random strings may not work properly causing various problems. If it is set to true, an alternative randomizer method is employed that works for fast web servers. It can be 'true' or 'false'." ),
|
41 |
DEFINE("WFU_ERROR_ADMIN_FILE_PHP_TIME", __("The upload time limit of PHP directive max_input_time is preventing the upload of big files.\nPHP directive max_input_time limit is: ".ini_get("max_input_time")." seconds.\nTo increase the limit change the value of the directive from php.ini.\nIf you don't have access to php.ini, then add the following line to your .htaccess file:\n\nphp_value max_input_time 500\n\n(adjust the time according to your needs)\n\nThe file .htaccess is found in your website root directory (where index.php is found).\nIf your don't have this file, then create it.\nIf this does not work either, then contact your domain provider.", "wp-file-upload"));
|
42 |
DEFINE("WFU_ERROR_ADMIN_DIR_PERMISSION", __("Error. Permission denied to write to target folder.\nCheck and correct read/write permissions of target folder.", "wp-file-upload"));
|
43 |
DEFINE("WFU_ERROR_ADMIN_FILE_WRONGEXT", __("Error. This file was rejected because its extension is not correct. Its proper filename is: ", "wp-file-upload"));
|
44 |
+
DEFINE("WFU_ERROR_ADMIN_DOS_ATTACK", __("Too many files are uploaded in a short period of time. This may be a Denial-Of-Service attack, so file was rejected. Please check the upload log for suspicious behaviour.", "wp-file-upload"));
|
45 |
+
DEFINE("WFU_ERROR_DOS_ATTACK", __("File not uploaded in order to prevent overflow of the website. Please contact administrator.", "wp-file-upload"));
|
46 |
DEFINE("WFU_ERROR_DIR_EXIST", __("Targer folder doesn't exist.", "wp-file-upload"));
|
47 |
DEFINE("WFU_ERROR_DIR_NOTEMP", __("Upload failed! Missing a temporary folder.", "wp-file-upload"));
|
48 |
DEFINE("WFU_ERROR_DIR_PERMISSION", __("Upload failed! Permission denied to write to target folder.", "wp-file-upload"));
|
130 |
DEFINE("WFU_WARNING_NOTIFY_NOTSENT_UNKNOWNERROR", __("Notification email was not sent due to an error. Please check notifyrecipients, notifysubject and notifymessage attributes for errors.", "wp-file-upload"));
|
131 |
DEFINE("WFU_WARNING_REDIRECT_NOTEXECUTED_EMPTY", __("Redirection not executed because redirection link is empty. Please check redirectlink attribute.", "wp-file-upload"));
|
132 |
DEFINE("WFU_WARNING_REDIRECT_NOTEXECUTED_FILESFAILED", __("Redirection not executed because not all files were successfully uploaded.", "wp-file-upload"));
|
133 |
+
DEFINE("WFU_WARNING_POTENTIAL_DOS_EMAIL_SUBJECT", __("Potential Denial-Of-Service Attack on {SITE}", "wp-file-upload"));
|
134 |
+
DEFINE("WFU_WARNING_POTENTIAL_DOS_EMAIL_MESSAGE", __("Hello admin\n\nThis is a message from Wordpress File Upload Plugin to notify you that a potential Denial-Of-Service attack has been detected on {SITE}.\n\nThe plugin detected more than {FILENUM} uploads within {INTERVAL} seconds.\n\nAll file uploads that exceed this limit are rejected to protect the website from overflowing.\n\nPlease check the upload history log in the plugin's area in Dashboard for any suspicious behaviour.\n\nA new message will follow if the situation remains.\n\nThanks", "wp-file-upload"));
|
135 |
//admin area messages
|
136 |
DEFINE("WFU_DASHBOARD_ADD_SHORTCODE_REJECTED", __("Failed to add the shortcode to the page/post. Please try again. If the message persists, contact administrator.", "wp-file-upload"));
|
137 |
DEFINE("WFU_DASHBOARD_EDIT_SHORTCODE_REJECTED", __("Failed to edit the shortcode because the contents of the page changed. Try again to edit the shortcode.", "wp-file-upload"));
|
268 |
);
|
269 |
//other plugin values
|
270 |
$GLOBALS["WFU_GLOBALS"] += array(
|
271 |
+
"WFU_DOS_ATTACKS_CHECK" => array( "Check for Denial-Of-Service Attacks", "string", "true", "If it is true then then plugin will check if the number of files uploaded within a specific amount of time exceeds the limit, thus protecting from DOS attacks. It can be 'true' or 'false'." ),
|
272 |
+
"WFU_DOS_ATTACKS_FILE_LIMIT" => array( "Denial-Of-Service File Limit", "integer", 10000, "Defines the maximum number of files that are allowed to be uploaded within a specific amount of time. It can be any positive integer." ),
|
273 |
+
"WFU_DOS_ATTACKS_TIME_INTERVAL" => array( "Denial-Of-Service Time Interval", "integer", 3600, "Defines the time interval for DOS attacks check. The time interval is given in seconds." ),
|
274 |
+
"WFU_DOS_ATTACKS_ADMIN_EMAIL_FREQUENCY" => array( "Denial-Of-Service Admin Email Frequency", "integer", 3600, "Defines how frequently an email will be sent to administrator notifying for Denial-Of-Service attacks. The time interval is given in seconds." ),
|
275 |
"WFU_SANITIZE_FILENAME_MODE" => array( "Filename Sanitization Mode", "string", "strict", "The sanitization mode for filenames. It can be 'strict' or 'loose'." ),
|
276 |
+
"WFU_WILDCARD_ASTERISK_MODE" => array( "Wildcard Asterisk Mode", "string", "strict", "The mode of wildcard pattern asterisk symbol. If it is strict, then the asterisk will not match dot (.) characters. It can be 'strict' or 'loose'." ),
|
277 |
"WFU_PHP_ARRAY_MAXLEN" => array( "Max PHP Array Length", "string", "10000", "The maximum allowable number of items of a PHP array." ),
|
278 |
"WFU_HISTORYLOG_TABLE_MAXROWS" => array( "History Log Table Rows Per Page", "integer", 25, "The number of rows per page of the History Log table." ),
|
279 |
"WFU_ALTERNATIVE_RANDOMIZER" => array( "Use Alternative Randomizer", "string", "false", "On fast web servers the plugin's generator of random strings may not work properly causing various problems. If it is set to true, an alternative randomizer method is employed that works for fast web servers. It can be 'true' or 'false'." ),
|
lib/wfu_functions.php
CHANGED
@@ -13,17 +13,31 @@ function wfu_upload_plugin_clean($label) {
|
|
13 |
return $clean;
|
14 |
}
|
15 |
|
16 |
-
function
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
}
|
19 |
|
20 |
function wfu_upload_plugin_wildcard_to_mysqlregexp($pattern) {
|
21 |
if ( substr($pattern, 0, 6) == "regex:" ) return str_replace("\\", "\\\\", substr($pattern, 6));
|
22 |
-
else return str_replace("\\", "\\\\", '^'.str_replace(array('\*', '\?', '\[', '\]'), array('.*', '.', '[', ']
|
23 |
}
|
24 |
|
25 |
-
function wfu_upload_plugin_wildcard_match($pattern, $str) {
|
26 |
-
$pattern = wfu_upload_plugin_wildcard_to_preg($pattern);
|
27 |
return preg_match($pattern, $str);
|
28 |
}
|
29 |
|
@@ -1768,6 +1782,12 @@ function wfu_send_notification_email($user, $only_filename_list, $target_path_li
|
|
1768 |
else return $ret_data['error_message'];
|
1769 |
}
|
1770 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1771 |
//********************* Media Functions ****************************************************************************************************
|
1772 |
|
1773 |
// function wfu_process_media_insert contribution from Aaron Olin with some corrections regarding the upload path
|
13 |
return $clean;
|
14 |
}
|
15 |
|
16 |
+
function _wildcard_to_preg_preg_replace_callback($matches) {
|
17 |
+
global $wfu_preg_replace_callback_var;
|
18 |
+
array_push($wfu_preg_replace_callback_var, $matches[0]);
|
19 |
+
$key = count($wfu_preg_replace_callback_var) - 1;
|
20 |
+
return "[".$key."]";
|
21 |
+
}
|
22 |
+
|
23 |
+
function wfu_upload_plugin_wildcard_to_preg($pattern, $strict = false) {
|
24 |
+
global $wfu_preg_replace_callback_var;
|
25 |
+
$wfu_preg_replace_callback_var = array();
|
26 |
+
$pattern = preg_replace_callback("/\[(.*?)\]/", "_wildcard_to_preg_preg_replace_callback", $pattern);
|
27 |
+
if ( !$strict ) $pattern = '/^' . str_replace(array('\*', '\?', '\[', '\]'), array('.*', '.', '[', ']'), preg_quote($pattern)) . '$/is';
|
28 |
+
else $pattern = '/^' . str_replace(array('\*', '\?', '\[', '\]'), array('[^.]*', '.', '[', ']'), preg_quote($pattern)) . '$/is';
|
29 |
+
foreach ($wfu_preg_replace_callback_var as $key => $match)
|
30 |
+
$pattern = str_replace("[".$key."]", $match, $pattern);
|
31 |
+
return $pattern;
|
32 |
}
|
33 |
|
34 |
function wfu_upload_plugin_wildcard_to_mysqlregexp($pattern) {
|
35 |
if ( substr($pattern, 0, 6) == "regex:" ) return str_replace("\\", "\\\\", substr($pattern, 6));
|
36 |
+
else return str_replace("\\", "\\\\", '^'.str_replace(array('\*', '\?', '\[', '\]'), array('.*', '.', '[', ']'), preg_quote($pattern)).'$');
|
37 |
}
|
38 |
|
39 |
+
function wfu_upload_plugin_wildcard_match($pattern, $str, $strict = false) {
|
40 |
+
$pattern = wfu_upload_plugin_wildcard_to_preg($pattern, $strict);
|
41 |
return preg_match($pattern, $str);
|
42 |
}
|
43 |
|
1782 |
else return $ret_data['error_message'];
|
1783 |
}
|
1784 |
|
1785 |
+
function wfu_notify_admin($subject, $message) {
|
1786 |
+
$admin_email = get_option("admin_email");
|
1787 |
+
if ( $admin_email === false ) return;
|
1788 |
+
wp_mail($admin_email, $subject, $message);
|
1789 |
+
}
|
1790 |
+
|
1791 |
//********************* Media Functions ****************************************************************************************************
|
1792 |
|
1793 |
// function wfu_process_media_insert contribution from Aaron Olin with some corrections regarding the upload path
|
lib/wfu_processfiles.php
CHANGED
@@ -240,8 +240,27 @@ function wfu_process_files($params, $method) {
|
|
240 |
if ( $filter_admin_message != '' )
|
241 |
$file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $filter_admin_message);
|
242 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
243 |
else {
|
244 |
-
|
245 |
/* generate safe filename by removing invalid characters if forcefilename is deactivated */
|
246 |
if ( $params['forcefilename'] != "true" ) {
|
247 |
$only_filename = wfu_upload_plugin_clean( $only_filename );
|
@@ -273,9 +292,9 @@ function wfu_process_files($params, $method) {
|
|
273 |
This is the first pass of extension control, which only checks the filename.
|
274 |
A second pass is performed after the file has completely uploaded, using WP inherent file
|
275 |
extension control, which provides better security. */
|
276 |
-
if ( !
|
277 |
foreach ($allowed_patterns as $allowed_pattern) {
|
278 |
-
if (
|
279 |
$allowed_file_ok = true;
|
280 |
break ;
|
281 |
}
|
@@ -345,7 +364,10 @@ function wfu_process_files($params, $method) {
|
|
345 |
/* Apply wfu_before_file_upload filter right before the upload, in order to allow the user to change the file name.
|
346 |
If additional data are required, such as user_id or userdata values, they can be retrieved by implementing the
|
347 |
previous filter wfu_before_file_check, corresponding them to the unique file id */
|
348 |
-
if ( $file_unique_id != '' )
|
|
|
|
|
|
|
349 |
//recalculate $only_filename in case it changed with wfu_before_file_upload filter
|
350 |
$only_filename = wfu_basename($target_path);
|
351 |
//move the uploaded file to its final destination
|
@@ -405,7 +427,10 @@ function wfu_process_files($params, $method) {
|
|
405 |
/* Apply wfu_before_file_upload filter right before the upload, in order to allow the user to change the file name.
|
406 |
If additional data are required, such as user_id or userdata values, they can be retrieved by implementing the
|
407 |
previous filter wfu_before_file_check, corresponding them to the unique file id */
|
408 |
-
if ( $file_unique_id != '' )
|
|
|
|
|
|
|
409 |
//recalculate $only_filename in case it changed with wfu_before_file_upload filter
|
410 |
$only_filename = wfu_basename($target_path);
|
411 |
//move the uploaded file to its final destination
|
@@ -515,7 +540,7 @@ function wfu_process_files($params, $method) {
|
|
515 |
$check = wp_check_filetype_and_ext( $target_path, $only_filename, false );
|
516 |
if ( $check['proper_filename'] !== false ) {
|
517 |
$proper_filename = $check['proper_filename'];
|
518 |
-
if (
|
519 |
$file_finished_successfully = false;
|
520 |
$file_finished_unsuccessfully = true;
|
521 |
unlink($target_path);
|
240 |
if ( $filter_admin_message != '' )
|
241 |
$file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], $filter_admin_message);
|
242 |
}
|
243 |
+
/* Perform security test for denial-of-service (DOS) attacks by
|
244 |
+
counting the number of files that have been uploaded within a
|
245 |
+
specific time interval, if DOS Attack Check is enabled. If the
|
246 |
+
number of files exceeds the limit then the file is rejected and a
|
247 |
+
message is sent to the administrator. */
|
248 |
+
elseif ( WFU_VAR("WFU_DOS_ATTACKS_CHECK") == "true" && wfu_check_DOS_attack() ) {
|
249 |
+
//notify admin about DOS attacks
|
250 |
+
$last_notification = wfu_get_option("wfu_admin_notification_about_DOS", null);
|
251 |
+
if ( $last_notification == null || time() - (int)$last_notification > (int)WFU_VAR("WFU_DOS_ATTACKS_ADMIN_EMAIL_FREQUENCY") ) {
|
252 |
+
$home = get_option("home");
|
253 |
+
$subject = str_replace("{SITE}", $home, WFU_WARNING_POTENTIAL_DOS_EMAIL_SUBJECT);
|
254 |
+
$message = str_replace(array( "{SITE}", "{FILENUM}", "{INTERVAL}" ), array( $home, WFU_VAR("WFU_DOS_ATTACKS_FILE_LIMIT"), WFU_VAR("WFU_DOS_ATTACKS_TIME_INTERVAL") ), WFU_WARNING_POTENTIAL_DOS_EMAIL_MESSAGE);
|
255 |
+
wfu_notify_admin($subject, $message);
|
256 |
+
wfu_update_option("wfu_admin_notification_about_DOS", time());
|
257 |
+
}
|
258 |
+
//errorabort flag designates that file will be aborted and no resuming will be attempted
|
259 |
+
$file_output['message_type'] = "errorabort";
|
260 |
+
$file_output['message'] = wfu_join_strings("<br />", $file_output['message'], WFU_ERROR_DOS_ATTACK);
|
261 |
+
$file_output['admin_messages'] = wfu_join_strings("<br />", $file_output['admin_messages'], WFU_ERROR_ADMIN_DOS_ATTACK);
|
262 |
+
}
|
263 |
else {
|
|
|
264 |
/* generate safe filename by removing invalid characters if forcefilename is deactivated */
|
265 |
if ( $params['forcefilename'] != "true" ) {
|
266 |
$only_filename = wfu_upload_plugin_clean( $only_filename );
|
292 |
This is the first pass of extension control, which only checks the filename.
|
293 |
A second pass is performed after the file has completely uploaded, using WP inherent file
|
294 |
extension control, which provides better security. */
|
295 |
+
if ( !wfu_file_extension_blacklisted(strtolower($only_filename)) )
|
296 |
foreach ($allowed_patterns as $allowed_pattern) {
|
297 |
+
if ( wfu_file_extension_matches_pattern($allowed_pattern, $only_filename) ) {
|
298 |
$allowed_file_ok = true;
|
299 |
break ;
|
300 |
}
|
364 |
/* Apply wfu_before_file_upload filter right before the upload, in order to allow the user to change the file name.
|
365 |
If additional data are required, such as user_id or userdata values, they can be retrieved by implementing the
|
366 |
previous filter wfu_before_file_check, corresponding them to the unique file id */
|
367 |
+
if ( $file_unique_id != '' ) {
|
368 |
+
$target_path = apply_filters('wfu_before_file_upload', $target_path, $file_unique_id);
|
369 |
+
$_SESSION[$file_map]['filepath'] = $target_path;
|
370 |
+
}
|
371 |
//recalculate $only_filename in case it changed with wfu_before_file_upload filter
|
372 |
$only_filename = wfu_basename($target_path);
|
373 |
//move the uploaded file to its final destination
|
427 |
/* Apply wfu_before_file_upload filter right before the upload, in order to allow the user to change the file name.
|
428 |
If additional data are required, such as user_id or userdata values, they can be retrieved by implementing the
|
429 |
previous filter wfu_before_file_check, corresponding them to the unique file id */
|
430 |
+
if ( $file_unique_id != '' ) {
|
431 |
+
$target_path = apply_filters('wfu_before_file_upload', $target_path, $file_unique_id);
|
432 |
+
$_SESSION[$file_map]['filepath'] = $target_path;
|
433 |
+
}
|
434 |
//recalculate $only_filename in case it changed with wfu_before_file_upload filter
|
435 |
$only_filename = wfu_basename($target_path);
|
436 |
//move the uploaded file to its final destination
|
540 |
$check = wp_check_filetype_and_ext( $target_path, $only_filename, false );
|
541 |
if ( $check['proper_filename'] !== false ) {
|
542 |
$proper_filename = $check['proper_filename'];
|
543 |
+
if ( wfu_file_extension_blacklisted(strtolower($only_filename)) ) {
|
544 |
$file_finished_successfully = false;
|
545 |
$file_finished_unsuccessfully = true;
|
546 |
unlink($target_path);
|
lib/wfu_security.php
ADDED
@@ -0,0 +1,177 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
global $wfu_extension_blacklist;
|
4 |
+
$wfu_extension_blacklist = array( "2clk" => 1, "386" => 1, "3dfbat" => 1, "3dm" => 1, "3dsx" => 1, "3rf" => 1, "4ge" => 1, "4gl" => 1, "4pk" => 1, "4th" => 1, "73i87A" => 1, "89x" => 1, "8xk" => 1, "8xp" => 1, "92x" => 1, "a" => 1, "a2w" => 1, "a2x" => 1, "a3c" => 1, "a3x" => 1, "a51" => 1, "a5r" => 1, "a5wcmp" => 1, "a66" => 1, "a6p" => 1, "a86" => 1, "a8s" => 1, "aaa" => 1, "aar" => 1, "aas" => 1, "abap" => 1, "abc" => 1, "abd" => 1, "abl" => 1, "abs" => 1, "ac" => 1, "acc" => 1, "accde" => 1, "acgi" => 1, "acm" => 1, "acr" => 1, "act" => 1, "action" => 1, "actionscript" => 1, "actproj" => 1, "actx" => 1, "acu" => 1, "acx" => 1, "ad" => 1, "ad2" => 1, "ada" => 1, "adb" => 1, "adba" => 1, "ade" => 1, "adiumscripts" => 1, "adp" => 1, "ads" => 1, "adt" => 1, "ae0" => 1, "aem" => 1, "aep" => 1, "aepl" => 1, "aex" => 1, "afb" => 1, "agc" => 1, "agi" => 1, "agls" => 1, "ago" => 1, "agp" => 1, "ags" => 1, "agt" => 1, "ahk" => 1, "ahtm" => 1, "ahtml" => 1, "aia" => 1, "aidl" => 1, "aif" => 1, "aifb" => 1, "air" => 1, "airi" => 1, "akp" => 1, "akt" => 1, "alan" => 1, "alb" => 1, "alg" => 1, "ali" => 1, "alm" => 1, "alx" => 1, "amf" => 1, "aml" => 1, "amos" => 1, "amw" => 1, "an" => 1, "ane" => 1, "anjuta" => 1, "anm" => 1, "ap" => 1, "apb" => 1, "apg" => 1, "api" => 1, "apifilters" => 1, "apk" => 1, "aplt" => 1, "apm" => 1, "app" => 1, "appcache" => 1, "applescript" => 1, "applet" => 1, "application" => 1, "apprefms" => 1, "appx" => 1, "appxmanifest" => 1, "appxsym" => 1, "appxupload" => 1, "aps" => 1, "apt" => 1, "aqf" => 1, "arb" => 1, "argo" => 1, "armx" => 1, "arnoldc" => 1, "aro" => 1, "arq" => 1, "arscript" => 1, "art" => 1, "artproj" => 1, "aru" => 1, "arxml" => 1, "ary" => 1, "as" => 1, "as3" => 1, "as4" => 1, "asa" => 1, "asax" => 1, "asbx" => 1, "asc" => 1, "ascx" => 1, "asgp" => 1, "ash" => 1, "ashx" => 1, "asi" => 1, "asic" => 1, "asis" => 1, "asm" => 1, "asmx" => 1, "aso" => 1, "asp" => 1, "asproj" => 1, "aspx" => 1, "asr" => 1, "ass" => 1, "asta" => 1, "astx" => 1, "asz" => 1, "ata" => 1, "atl" => 1, "atm" => 1, "atmn" => 1, "atom" => 1, "atomsvc" => 1, "atp" => 1, "ats" => 1, "au" => 1, "au3" => 1, "aus" => 1, "aut" => 1, "autoconf" => 1, "autoplay" => 1, "autosave" => 1, "avastconfig" => 1, "avb" => 1, "avc" => 1, "ave" => 1, "avs" => 1, "avsi" => 1, "awd" => 1, "awk" => 1, "awl" => 1, "awm" => 1, "awt" => 1, "axb" => 1, "axc" => 1, "axd" => 1, "axe" => 1, "axf" => 1, "axl" => 1, "axs" => 1, "azd" => 1, "azw2" => 1, "b" => 1, "b24" => 1, "b2d" => 1, "ba" => 1, "bal" => 1, "bas" => 1, "bash" => 1, "bat" => 1, "bau" => 1, "bax" => 1, "bb" => 1, "bbc" => 1, "bbe" => 1, "bbf" => 1, "bbproject" => 1, "bc" => 1, "bcc" => 1, "bcf" => 1, "bcp" => 1, "bcx" => 1, "bdh" => 1, "bdsproj" => 1, "bdt" => 1, "beam" => 1, "bed" => 1, "bet" => 1, "beta" => 1, "bfd" => 1, "bgi" => 1, "bgm" => 1, "bhs" => 1, "bhx" => 1, "bi" => 1, "bil" => 1, "bimd" => 1, "bin" => 1, "binarycookies" => 1, "bitcfg" => 1, "bitpim" => 1, "bkd" => 1, "bkmk" => 1, "bks" => 1, "blf" => 1, "bli" => 1, "bll" => 1, "bml" => 1, "bmml" => 1, "bmo" => 1, "bms" => 1, "bmw" => 1, "bochsrc" => 1, "bok" => 1, "boo" => 1, "bookexport" => 1, "bootstrap" => 1, "borland" => 1, "box" => 1, "bp" => 1, "bpk" => 1, "bpo" => 1, "bpp" => 1, "bpr" => 1, "bps" => 1, "bpt" => 1, "bqf" => 1, "breakingbad" => 1, "brg" => 1, "brml" => 1, "brs" => 1, "brx" => 1, "bs2" => 1, "bsc" => 1, "bsd" => 1, "bsh" => 1, "bsi" => 1, "bsl" => 1, "bsm" => 1, "bsml" => 1, "bson" => 1, "bsp" => 1, "bsv" => 1, "bt" => 1, "bt3" => 1, "btapp" => 1, "btc" => 1, "btf" => 1, "btm" => 1, "btproj" => 1, "btq" => 1, "btt" => 1, "btx" => 1, "bufferedimage" => 1, "build" => 1, "builder" => 1, "buildpath" => 1, "buk" => 1, "bup" => 1, "bur" => 1, "bus" => 1, "bwp" => 1, "bwz" => 1, "bxb" => 1, "bxl" => 1, "bxml" => 1, "bxp" => 1, "bxrc" => 1, "bxz" => 1, "bzs" => 1, "c" => 1, "c86" => 1, "ca" => 1, "cac" => 1, "cal" => 1, "cap" => 1, "capfile" => 1, "caps" => 1, "car" => 1, "cas" => 1, "cb" => 1, "cba" => 1, "cbl" => 1, "cbp" => 1, "cbq" => 1, "cbs" => 1, "cc" => 1, "ccb" => 1, "ccbjs" => 1, "ccc" => 1, "ccf" => 1, "ccfg" => 1, "cch" => 1, "ccp" => 1, "ccproj" => 1, "ccr" => 1, "ccs" => 1, "ccxml" => 1, "cd" => 1, "cdd" => 1, "cdf" => 1, "cdproj" => 1, "ce0" => 1, "ceid" => 1, "cel" => 1, "celx" => 1, "ceo" => 1, "cer" => 1, "cerber" => 1, "cert" => 1, "certauthorityconfig" => 1, "cezeokey" => 1, "cf" => 1, "cf3" => 1, "cfc" => 1, "cfg" => 1, "cfi" => 1, "cfm" => 1, "cfml" => 1, "cfo" => 1, "cfs" => 1, "cfxxe" => 1, "cg" => 1, "cgi" => 1, "cgvp" => 1, "cgx" => 1, "ch" => 1, "cha" => 1, "chat" => 1, "chd" => 1, "chef" => 1, "chf" => 1, "chh" => 1, "chl" => 1, "chtml" => 1, "cih" => 1, "ckm" => 1, "cl" => 1, "cla" => 1, "class" => 1, "classdiagram" => 1, "classpath" => 1, "cld" => 1, "clips" => 1, "clj" => 1, "clm" => 1, "clojure" => 1, "clp" => 1, "cls" => 1, "clu" => 1, "clw" => 1, "clx" => 1, "cm" => 1, "cma" => 1, "cmake" => 1, "cmd" => 1, "cml" => 1, "cmp" => 1, "cms" => 1, "cnf" => 1, "cnn" => 1, "cob" => 1, "cobol" => 1, "cod" => 1, "codasite" => 1, "coffee" => 1, "cola" => 1, "color" => 1, "com" => 1, "command" => 1, "common" => 1, "con" => 1, "conf" => 1, "confauto" => 1, "config" => 1, "configure" => 1, "confluence" => 1, "cook" => 1, "cord" => 1, "cos" => 1, "coverage" => 1, "coveragexml" => 1, "coverton" => 1, "cp" => 1, "cpb" => 1, "cpl" => 1, "cpp" => 1, "cpr" => 1, "cprr" => 1, "cpy" => 1, "cpz" => 1, "cq" => 1, "cql" => 1, "cr" => 1, "crdownload" => 1, "creole" => 1, "crinf" => 1, "crjoker" => 1, "crp" => 1, "crt" => 1, "cryp1" => 1, "crypt" => 1, "crypted" => 1, "cryptolocker" => 1, "cryptowall" => 1, "crypz" => 1, "cs" => 1, "csb" => 1, "csc" => 1, "cscfg" => 1, "cscpkt" => 1, "csd" => 1, "csf" => 1, "csgrad" => 1, "cshrc" => 1, "cshtml" => 1, "csi" => 1, "csm" => 1, "csml" => 1, "csp" => 1, "cspkg" => 1, "csproj" => 1, "csr" => 1, "css" => 1, "css1" => 1, "csview" => 1, "csx" => 1, "ctbl" => 1, "ctl" => 1, "ctp" => 1, "ctr" => 1, "ctt" => 1, "cu" => 1, "cuh" => 1, "cus" => 1, "cvsrc" => 1, "cwc" => 1, "cx" => 1, "cxe" => 1, "cxl" => 1, "cxp" => 1, "cxq" => 1, "cxs" => 1, "cxt" => 1, "cxx" => 1, "cya" => 1, "cyw" => 1, "czvxce" => 1, "d" => 1, "d2j" => 1, "d4" => 1, "da" => 1, "dadx" => 1, "daemonscript" => 1, "dap" => 1, "darkness" => 1, "das" => 1, "datasource" => 1, "db" => 1, "db2" => 1, "db2tbl" => 1, "db2tr" => 1, "db2vw" => 1, "dba" => 1, "dbc" => 1, "dbd" => 1, "dbg" => 1, "dbheader" => 1, "dbmdl" => 1, "dbmg" => 1, "dbml" => 1, "dbnx" => 1, "dbo" => 1, "dbp" => 1, "dbpro" => 1, "dbproj" => 1, "dbr" => 1, "dc" => 1, "dcb" => 1, "dcc" => 1, "dcd" => 1, "dcf" => 1, "dcfg" => 1, "dcr" => 1, "dctmp" => 1, "dd" => 1, "ddb" => 1, "ddp" => 1, "ddt" => 1, "deb" => 1, "defaultsite" => 1, "defi" => 1, "delf" => 1, "dep" => 1, "depend" => 1, "der" => 1, "derp" => 1, "des" => 1, "dev" => 1, "devicemetadatams" => 1, "devpak" => 1, "dex" => 1, "dexe" => 1, "dfb" => 1, "dfc" => 1, "dfd" => 1, "dfm" => 1, "dfn" => 1, "dg" => 1, "dgml" => 1, "dgscript" => 1, "dgsl" => 1, "dht" => 1, "dhtml" => 1, "di" => 1, "dia" => 1, "diagcfg" => 1, "dic" => 1, "dif" => 1, "diff" => 1, "dil" => 1, "dime" => 1, "din" => 1, "discomap" => 1, "dispositionnotification" => 1, "dita" => 1, "djg" => 1, "dks" => 1, "dlb" => 1, "dlc" => 1, "dlg" => 1, "dli" => 1, "dll" => 1, "dllx" => 1, "dmb" => 1, "dmc" => 1, "dml" => 1, "dms" => 1, "dno" => 1, "do" => 1, "dob" => 1, "dockerignore" => 1, "docstates" => 1, "dol" => 1, "dom" => 1, "dor" => 1, "download" => 1, "dpd" => 1, "dpj" => 1, "dpk" => 1, "dplt" => 1, "dpq" => 1, "dpr" => 1, "dpsml" => 1, "dqy" => 1, "drc" => 1, "drh" => 1, "dro" => 1, "dropbox" => 1, "drv" => 1, "ds" => 1, "dsa" => 1, "dsb" => 1, "dsd" => 1, "dse" => 1, "dso" => 1, "dsp" => 1, "dsq" => 1, "dsr" => 1, "dsym" => 1, "dt" => 1, "dtd" => 1, "dtml" => 1, "dto" => 1, "dtpc" => 1, "dts" => 1, "dtsconfig" => 1, "dtsearch" => 1, "dtx" => 1, "dun" => 1, "dvb" => 1, "dvp" => 1, "dwarf" => 1, "dwp" => 1, "dws" => 1, "dwt" => 1, "dx" => 1, "dxl" => 1, "dxz" => 1, "dyc" => 1, "dyv" => 1, "dyz" => 1, "e" => 1, "eaf" => 1, "ebc" => 1, "ebm" => 1, "ebs" => 1, "ebs2" => 1, "ebuild" => 1, "ebx" => 1, "ecc" => 1, "ece" => 1, "ecf" => 1, "ecore" => 1, "ecorediag" => 1, "ecu" => 1, "ed2k" => 1, "edml" => 1, "eek" => 1, "efss" => 1, "eg2" => 1, "egg" => 1, "egginfo" => 1, "eham" => 1, "ehi" => 1, "ejs" => 1, "ekm" => 1, "el" => 1, "elc" => 1, "eld" => 1, "elf" => 1, "email" => 1, "emakefile" => 1, "emakerfile" => 1, "eml" => 1, "emv" => 1, "EnCiPhErEd" => 1, "encrypt" => 1, "encrypted" => 1, "enigma" => 1, "enml" => 1, "ent" => 1, "entitlements" => 1, "epa" => 1, "epf" => 1, "ephtml" => 1, "epibrw" => 1, "epj" => 1, "epl" => 1, "epp" => 1, "ept" => 1, "eqconfig" => 1, "eql" => 1, "eqn" => 1, "erb" => 1, "erl" => 1, "erubis" => 1, "es" => 1, "esp" => 1, "esproj" => 1, "ev3p" => 1, "evm" => 1, "evp" => 1, "ew" => 1, "ewc" => 1, "ex" => 1, "exc" => 1, "exe" => 1, "exe1" => 1, "exe4j" => 1, "exec" => 1, "exerenamed" => 1, "exp" => 1, "exprwdconfig" => 1, "exprwdxsl" => 1, "exsd" => 1, "exu" => 1, "exv" => 1, "exw" => 1, "exx" => 1, "ezc" => 1, "eze" => 1, "ezhex" => 1, "ezt" => 1, "ezz" => 1, "f" => 1, "f03" => 1, "f40" => 1, "f77" => 1, "f90" => 1, "f95" => 1, "factorypath" => 1, "fag" => 1, "faq" => 1, "farrun" => 1, "fas" => 1, "fasl" => 1, "fbk" => 1, "fbp6" => 1, "fbz6" => 1, "fcg" => 1, "fcgi" => 1, "fdml" => 1, "fdp" => 1, "fdt" => 1, "feedms" => 1, "feedsdbms" => 1, "ff" => 1, "ffsbatch" => 1, "ffsgui" => 1, "ffsreal" => 1, "fgb" => 1, "fgl" => 1, "fhtml" => 1, "fhx" => 1, "fig" => 1, "fil" => 1, "fjl" => 1, "flm" => 1, "fmb" => 1, "fml" => 1, "fmp" => 1, "fmt" => 1, "fmx" => 1, "fnr" => 1, "folder" => 1, "for" => 1, "form" => 1, "forth" => 1, "fountain" => 1, "fox" => 1, "fp" => 1, "fpc" => 1, "fpi" => 1, "fpp" => 1, "fpsml" => 1, "fpweb" => 1, "fpx" => 1, "fpxml" => 1, "fqy" => 1, "frj" => 1, "frm" => 1, "frs" => 1, "frt" => 1, "fs" => 1, "fsb" => 1, "fsi" => 1, "fsproj" => 1, "fsscript" => 1, "fst" => 1, "fsx" => 1, "ftn" => 1, "ftp" => 1, "FTT" => 1, "fuj" => 1, "fun" => 1, "fus" => 1, "fwaction" => 1, "fwactionb" => 1, "fweb" => 1, "fwp" => 1, "fwt" => 1, "fwx" => 1, "fxc" => 1, "fxcproj" => 1, "fxl" => 1, "fxml" => 1, "fxp" => 1, "fzs" => 1, "g16" => 1, "g1m" => 1, "g3a" => 1, "gadgeprj" => 1, "gadget" => 1, "galaxy" => 1, "gambas" => 1, "gas" => 1, "gbap" => 1, "gbl" => 1, "gc3" => 1, "gch" => 1, "gcl" => 1, "gcode" => 1, "gdg" => 1, "gdm" => 1, "gdoc" => 1, "gdraw" => 1, "gdt" => 1, "geany" => 1, "gek" => 1, "gemfile" => 1, "gen" => 1, "generictest" => 1, "genmodel" => 1, "geojson" => 1, "getright" => 1, "gfa" => 1, "gfe" => 1, "gform" => 1, "gg" => 1, "ghc" => 1, "ghi" => 1, "ghp" => 1, "gim" => 1, "git" => 1, "gitconfig" => 1, "glade" => 1, "gladinetsp" => 1, "gld" => 1, "glf" => 1, "glink" => 1, "global" => 1, "gls" => 1, "gml" => 1, "gne" => 1, "gnt" => 1, "gnumakefile" => 1, "go" => 1, "gobj" => 1, "goc" => 1, "god" => 1, "good" => 1, "gp" => 1, "gpc" => 1, "gpe" => 1, "gpu" => 1, "gradle" => 1, "graphml" => 1, "graphmlz" => 1, "grd" => 1, "greenfoot" => 1, "groovy" => 1, "grx" => 1, "grxml" => 1, "gs" => 1, "gsb" => 1, "gsc" => 1, "gscript" => 1, "gsd" => 1, "gsheet" => 1, "gsk" => 1, "gslides" => 1, "gss" => 1, "gst" => 1, "gsym" => 1, "gtable" => 1, "gtp" => 1, "gup" => 1, "gus" => 1, "gv" => 1, "gvy" => 1, "gxl" => 1, "gyg" => 1, "gyp" => 1, "gypi" => 1, "gzquar" => 1, "h" => 1, "h2o" => 1, "h6h" => 1, "ha3" => 1, "hal" => 1, "haml" => 1, "handlebars" => 1, "has" => 1, "hathdl" => 1, "hay" => 1, "hbm" => 1, "hbs" => 1, "hbx" => 1, "hbz" => 1, "hc" => 1, "hcfg" => 1, "hcm" => 1, "hcr" => 1, "hcu" => 1, "hcw" => 1, "hdf" => 1, "hdl" => 1, "hdm" => 1, "hdml" => 1, "hei" => 1, "helpcfg" => 1, "herbst" => 1, "hexdwc" => 1, "hfc" => 1, "hfmx" => 1, "hh" => 1, "hhh" => 1, "hic" => 1, "hid" => 1, "history" => 1, "hkp" => 1, "hla" => 1, "hlp" => 1, "hlsl" => 1, "hlw" => 1, "hms" => 1, "hoic" => 1, "hom" => 1, "hot" => 1, "hp" => 1, "hpf" => 1, "hpj" => 1, "hpp" => 1, "hrh" => 1, "hrl" => 1, "hs" => 1, "hsc" => 1, "hsdl" => 1, "hse" => 1, "hsm" => 1, "hsq" => 1, "hsql" => 1, "ht" => 1, "ht4" => 1, "hta" => 1, "htaccess" => 1, "htc" => 1, "htd" => 1, "htm" => 1, "html" => 1, "html5" => 1, "htmls" => 1, "htms" => 1, "htpasswd" => 1, "htr" => 1, "hts" => 1, "htx" => 1, "hx" => 1, "hxa" => 1, "hxml" => 1, "hxp" => 1, "hxproj" => 1, "hxx" => 1, "hydra" => 1, "i" => 1, "ia" => 1, "iadaction" => 1, "iadclass" => 1, "iadpage" => 1, "iadstyle" => 1, "iaf" => 1, "iap" => 1, "ic" => 1, "ica" => 1, "ice" => 1, "icl" => 1, "icn" => 1, "iconfig" => 1, "icte" => 1, "idb" => 1, "ide" => 1, "idl" => 1, "idle" => 1, "ie3" => 1, "ifb" => 1, "ifp" => 1, "ifs" => 1, "ig" => 1, "igd" => 1, "ihtml" => 1, "ii" => 1, "iim" => 1, "iip" => 1, "ijc" => 1, "ijs" => 1, "ik" => 1, "il" => 1, "ilht" => 1, "ilk" => 1, "imap" => 1, "ime" => 1, "imh" => 1, "iml" => 1, "imp" => 1, "imported" => 1, "inc" => 1, "inf" => 1, "ini" => 1, "ini2" => 1, "ino" => 1, "inp" => 1, "ins" => 1, "install" => 1, "int" => 1, "inuse" => 1, "inz" => 1, "io" => 1, "iok" => 1, "iom" => 1, "ipb" => 1, "ipch" => 1, "ipf" => 1, "ipp" => 1, "ipproj" => 1, "ipr" => 1, "ips" => 1, "ipu" => 1, "ipy" => 1, "irafhosts" => 1, "irbrc" => 1, "irc" => 1, "irev" => 1, "irobo" => 1, "irx" => 1, "is" => 1, "isa" => 1, "isc" => 1, "ism" => 1, "isp" => 1, "iss" => 1, "isu" => 1, "isym" => 1, "itcl" => 1, "itmx" => 1, "its" => 1, "iva" => 1, "ivc" => 1, "ivp" => 1, "iws" => 1, "ix3" => 1, "ixx" => 1, "izs" => 1, "j" => 1, "j3d" => 1, "jacl" => 1, "jad" => 1, "jade" => 1, "jak" => 1, "jar" => 1, "jardesc" => 1, "jav" => 1, "java" => 1, "javajet" => 1, "jax" => 1, "jbi" => 1, "jbp" => 1, "jccfg3" => 1, "jcd" => 1, "jcf" => 1, "jcl" => 1, "jcm" => 1, "jcs" => 1, "jcw" => 1, "jcz" => 1, "jdc" => 1, "jdp" => 1, "jetinc" => 1, "jgc" => 1, "jgs" => 1, "jhtml" => 1, "jic" => 1, "jkm" => 1, "jks" => 1, "jl" => 1, "jlc" => 1, "jml" => 1, "jomproj" => 1, "joy" => 1, "jpage" => 1, "jpd" => 1, "js" => 1, "jsa" => 1, "jsb" => 1, "jsc" => 1, "jscript" => 1, "jsdtscope" => 1, "jse" => 1, "jsf" => 1, "jsfl" => 1, "jsh" => 1, "jsm" => 1, "jsobj" => 1, "json" => 1, "jsonp" => 1, "jsp" => 1, "jspa" => 1, "jspx" => 1, "jss" => 1, "jst" => 1, "jsx" => 1, "jsxbin" => 1, "jsxinc" => 1, "jtb" => 1, "jtg" => 1, "ju" => 1, "judo" => 1, "jvr" => 1, "jws" => 1, "kb" => 1, "kbs" => 1, "kcd" => 1, "kcf" => 1, "kcl" => 1, "kd" => 1, "kdevprj" => 1, "ked" => 1, "kernelcomplete" => 1, "kernelpid" => 1, "kerneltime" => 1, "kex" => 1, "keyboard" => 1, "keybtcinboxcom" => 1, "kgr" => 1, "kimcilware" => 1, "kismac" => 1, "kix" => 1, "kkk" => 1, "kl3" => 1, "kmd" => 1, "kmdi" => 1, "kml" => 1, "kmr" => 1, "kmt" => 1, "kodu" => 1, "komodo" => 1, "kon" => 1, "kpl" => 1, "kraken" => 1, "ks" => 1, "ksc" => 1, "ksh" => 1, "kst" => 1, "ktspack" => 1, "kumac" => 1, "kv" => 1, "l" => 1, "l1i" => 1, "lamp" => 1, "lap" => 1, "lasso" => 1, "launch" => 1, "lavs" => 1, "lay" => 1, "lbc" => 1, "lbi" => 1, "lbj" => 1, "lcc" => 1, "lct" => 1, "ld" => 1, "ldap" => 1, "ldmt" => 1, "lds" => 1, "ldz" => 1, "le" => 1, "leases" => 1, "LeChiffre" => 1, "les" => 1, "less" => 1, "let" => 1, "lex" => 1, "lgt" => 1, "lhs" => 1, "li" => 1, "lib" => 1, "licx" => 1, "lik" => 1, "link" => 1, "liquid" => 1, "lisp" => 1, "lit" => 1, "litcoffee" => 1, "lkh" => 1, "lku" => 1, "ll" => 1, "llf" => 1, "llp" => 1, "lml" => 1, "lmp" => 1, "lmv" => 1, "lng" => 1, "lnk" => 1, "lnp" => 1, "lnt" => 1, "lnx" => 1, "lo" => 1, "loc" => 1, "locked" => 1, "locky" => 1, "login" => 1, "lok" => 1, "lol" => 1, "lols" => 1, "lp" => 1, "lpaq5" => 1, "lpd" => 1, "lpr" => 1, "lpx" => 1, "lrf" => 1, "lrs" => 1, "ls1" => 1, "ls3proj" => 1, "lsh" => 1, "lsp" => 1, "lss" => 1, "lsx" => 1, "lsxtproj" => 1, "lua" => 1, "luac" => 1, "lub" => 1, "luca" => 1, "lwa" => 1, "lwac" => 1, "lwbm" => 1, "lwmw" => 1, "lwtt" => 1, "lxk" => 1, "lxsproj" => 1, "lzx" => 1, "m" => 1, "m2" => 1, "m2r" => 1, "m3" => 1, "m4" => 1, "m4x" => 1, "m51" => 1, "m6m" => 1, "mab" => 1, "mac" => 1, "mad" => 1, "maf" => 1, "mag" => 1, "magic" => 1, "magik" => 1, "magnet" => 1, "mai" => 1, "mak" => 1, "make" => 1, "maki" => 1, "mako" => 1, "mam" => 1, "maml" => 1, "map" => 1, "mapx" => 1, "maq" => 1, "mar" => 1, "mas" => 1, "mash" => 1, "master" => 1, "mat" => 1, "matlab" => 1, "mau" => 1, "mav" => 1, "maw" => 1, "mb" => 1, "mbam" => 1, "mbas" => 1, "mbs" => 1, "mbtemmplate" => 1, "mc" => 1, "mc6" => 1, "mca" => 1, "mcc" => 1, "mcd" => 1, "mcml" => 1, "mcp" => 1, "mcr" => 1, "mcserver" => 1, "mcw" => 1, "md" => 1, "mda" => 1, "mdb" => 1, "mde" => 1, "mdex" => 1, "mdf" => 1, "mdp" => 1, "mdrc" => 1, "mdt" => 1, "mdw" => 1, "mdz" => 1, "me" => 1, "mec" => 1, "mediawiki" => 1, "mel" => 1, "mem" => 1, "met" => 1, "meta4" => 1, "metadata" => 1, "metalink" => 1, "mew" => 1, "mex" => 1, "mexw32" => 1, "mf" => 1, "mfa" => 1, "mfcribbonms" => 1, "mfl" => 1, "mfps" => 1, "mfu" => 1, "mg" => 1, "mhc" => 1, "mhl" => 1, "mhtm" => 1, "mhtml" => 1, "mi" => 1, "mib" => 1, "micro" => 1, "mime" => 1, "mingw" => 1, "mingw32" => 1, "mix" => 1, "mjg" => 1, "mjk" => 1, "mjz" => 1, "mk" => 1, "mkb" => 1, "mke" => 1, "mky" => 1, "ml" => 1, "mli" => 1, "mln" => 1, "mls" => 1, "mlsxml" => 1, "mlv" => 1, "mlx" => 1, "mly" => 1, "mm" => 1, "mm3" => 1, "mm4" => 1, "mman" => 1, "mmb" => 1, "mmbas" => 1, "mmch" => 1, "mme" => 1, "mmf" => 1, "mmh" => 1, "mmjs" => 1, "mml" => 1, "mmrc" => 1, "mnd" => 1, "mo" => 1, "mobileconfig" => 1, "mobileprovision" => 1, "moc" => 1, "module" => 1, "mom" => 1, "moss" => 1, "mozconfig" => 1, "mp" => 1, "mpd" => 1, "mpkt" => 1, "mpm" => 1, "mpx" => 1, "mqt" => 1, "mrc" => 1, "mrd" => 1, "mrl" => 1, "mrs" => 1, "ms" => 1, "msc" => 1, "mscr" => 1, "msct" => 1, "msdev" => 1, "msdl" => 1, "msf" => 1, "msh" => 1, "msh1" => 1, "msh1xml" => 1, "msh2" => 1, "msh2xml" => 1, "msha" => 1, "mshxml" => 1, "msi" => 1, "msie" => 1, "msil" => 1, "msl" => 1, "msm" => 1, "mso" => 1, "msp" => 1, "mspl" => 1, "mspx" => 1, "msrcincident" => 1, "mss" => 1, "mst" => 1, "mstnef" => 1, "msvc" => 1, "msym" => 1, "mtml" => 1, "mtp" => 1, "mtx" => 1, "murl" => 1, "mvba" => 1, "mvc" => 1, "mvpl" => 1, "mw" => 1, "mwe" => 1, "mwp" => 1, "mx" => 1, "mxd" => 1, "mxe" => 1, "mxm" => 1, "mxml" => 1, "mxu" => 1, "myapp" => 1, "mzp" => 1, "napj" => 1, "nas" => 1, "nba" => 1, "nbin" => 1, "nbk" => 1, "nbo" => 1, "ncb" => 1, "ncc" => 1, "ncf" => 1, "ncfg" => 1, "nch" => 1, "nck" => 1, "ncm" => 1, "ncx" => 1, "nd" => 1, "ndr" => 1, "ne0" => 1, "neko" => 1, "nes" => 1, "net" => 1, "netboot" => 1, "netproject" => 1, "netsh" => 1, "newsloc" => 1, "nexe" => 1, "nfg" => 1, "ngage" => 1, "nhs" => 1, "nk" => 1, "nlc" => 1, "nlpj" => 1, "nls" => 1, "nmk" => 1, "nmpj" => 1, "nms" => 1, "nns" => 1, "nof" => 1, "nokogiri" => 1, "nopj" => 1, "npi" => 1, "nppj" => 1, "nqc" => 1, "nrs" => 1, "ns2p" => 1, "nsconfig" => 1, "nsd" => 1, "nse" => 1, "nsi" => 1, "nspj" => 1, "nsu" => 1, "nsx" => 1, "nt" => 1, "nunit" => 1, "nupkg" => 1, "nvi" => 1, "nxc" => 1, "nxe" => 1, "nxg" => 1, "nzb" => 1, "o" => 1, "oar" => 1, "oat" => 1, "obj" => 1, "obml" => 1, "obml15" => 1, "obml16" => 1, "obr" => 1, "ocamlmakefile" => 1, "ocb" => 1, "ocr" => 1, "ocx" => 1, "od" => 1, "odc" => 1, "odcodc" => 1, "odex" => 1, "odh" => 1, "odl" => 1, "ogl" => 1, "ognc" => 1, "ogr" => 1, "ogs" => 1, "ogx" => 1, "okm" => 1, "oks" => 1, "olt" => 1, "ook" => 1, "opdownload" => 1, "opf" => 1, "oplm" => 1, "opml" => 1, "oppo" => 1, "ops" => 1, "opt" => 1, "options" => 1, "opts" => 1, "opv" => 1, "opx" => 1, "oqy" => 1, "ora" => 1, "orc" => 1, "orl" => 1, "orq" => 1, "osa" => 1, "osas" => 1, "osax" => 1, "osd" => 1, "osg" => 1, "osx" => 1, "ovpn" => 1, "ow" => 1, "owd" => 1, "owl" => 1, "owm" => 1, "owx" => 1, "ox" => 1, "ozd" => 1, "p" => 1, "p5tkjw" => 1, "p7" => 1, "p7b" => 1, "p7c" => 1, "p7r" => 1, "p9d" => 1, "pac" => 1, "paf" => 1, "pag" => 1, "page" => 1, "pando" => 1, "par" => 1, "param" => 1, "parm" => 1, "part" => 1, "partial" => 1, "pas" => 1, "pat" => 1, "pawn" => 1, "paym" => 1, "paymrss" => 1, "payms" => 1, "paymst" => 1, "paymts" => 1, "payrms" => 1, "pays" => 1, "pb" => 1, "pb2" => 1, "pba" => 1, "pbi" => 1, "pbl" => 1, "pbp" => 1, "pbq" => 1, "pbx5script" => 1, "pbxbtree" => 1, "pbxproj" => 1, "pbxscript" => 1, "pc" => 1, "pc2" => 1, "pc3" => 1, "pcd" => 1, "pce" => 1, "pcf" => 1, "pch" => 1, "pcp" => 1, "pcs" => 1, "pd" => 1, "pdb" => 1, "pdcr" => 1, "pde" => 1, "pdk" => 1, "pdl" => 1, "pdml" => 1, "pdo" => 1, "pds" => 1, "pe" => 1, "pem" => 1, "perfmoncfg" => 1, "perl" => 1, "pf" => 1, "pf0" => 1, "pf1" => 1, "pf2" => 1, "pf4" => 1, "pfa" => 1, "pfc" => 1, "pfg" => 1, "pfx" => 1, "pgm" => 1, "pgml" => 1, "ph" => 1, "phar" => 1, "phl" => 1, "php" => 1, "php1" => 1, "php2" => 1, "php3" => 1, "php4" => 1, "php5" => 1, "php6" => 1, "phpproj" => 1, "phps" => 1, "phpt" => 1, "phs" => 1, "pht" => 1, "phtm" => 1, "phtml" => 1, "pickle" => 1, "pid" => 1, "pif" => 1, "pih" => 1, "pika" => 1, "pike" => 1, "pim" => 1, "pjt" => 1, "pjx" => 1, "pkb" => 1, "pkh" => 1, "pki" => 1, "pl" => 1, "pl1" => 1, "pl7" => 1, "plac" => 1, "playground" => 1, "plc" => 1, "plg" => 1, "pli" => 1, "pln" => 1, "plog" => 1, "pls" => 1, "pltcfg" => 1, "plx" => 1, "pm" => 1, "pmb" => 1, "pml" => 1, "pmod" => 1, "pmp" => 1, "pna" => 1, "pnagent" => 1, "pnc" => 1, "pnproj" => 1, "pnpt" => 1, "PoAr2w" => 1, "poc" => 1, "pod" => 1, "poix" => 1, "policy" => 1, "pom" => 1, "pou" => 1, "pp" => 1, "pp1" => 1, "ppa" => 1, "ppam" => 1, "ppml" => 1, "ppo" => 1, "ppp9" => 1, "ppz9" => 1, "pr" => 1, "pr7" => 1, "prb" => 1, "prc" => 1, "prf" => 1, "prg" => 1, "pri" => 1, "prl" => 1, "prm" => 1, "pro" => 1, "profiles" => 1, "properties" => 1, "propertiesjet" => 1, "proto" => 1, "proxy" => 1, "prp" => 1, "prt" => 1, "prx" => 1, "ps1" => 1, "ps1xml" => 1, "ps2" => 1, "ps2xml" => 1, "psc1" => 1, "psc2" => 1, "psd1" => 1, "psf" => 1, "psl" => 1, "psm1" => 1, "psml" => 1, "pspscript" => 1, "psu" => 1, "pt" => 1, "ptb" => 1, "ptg" => 1, "pti" => 1, "ptl" => 1, "ptx" => 1, "ptxml" => 1, "pubkr" => 1, "pui" => 1, "pun" => 1, "pva" => 1, "pvs" => 1, "pvx" => 1, "pwn" => 1, "pwo" => 1, "pwr" => 1, "pwz" => 1, "pxc" => 1, "pxd" => 1, "pxg" => 1, "pxi" => 1, "pxl" => 1, "pxml" => 1, "pxt" => 1, "py" => 1, "pyc" => 1, "pyd" => 1, "pym" => 1, "pyo" => 1, "pyt" => 1, "pyw" => 1, "pyx" => 1, "pyz" => 1, "pyzw" => 1, "pzdc" => 1, "qac" => 1, "qcf" => 1, "qdl" => 1, "qdr" => 1, "qf" => 1, "qit" => 1, "qlc" => 1, "qml" => 1, "qpkg" => 1, "qpr" => 1, "qpx" => 1, "qqq" => 1, "qrm" => 1, "qrn" => 1, "qry" => 1, "qs" => 1, "qsc" => 1, "qt3d" => 1, "qvs" => 1, "qvt" => 1, "qwc" => 1, "qx" => 1, "qxm" => 1, "r" => 1, "r5a" => 1, "radius" => 1, "rak" => 1, "rake" => 1, "rakefile" => 1, "rap" => 1, "rapc" => 1, "rat" => 1, "rb" => 1, "rbc" => 1, "rbf" => 1, "rbp" => 1, "rbs" => 1, "rbt" => 1, "rbtx" => 1, "rbvcp" => 1, "rbw" => 1, "rbx" => 1, "rc" => 1, "rc2" => 1, "rc3" => 1, "rcc" => 1, "rcf" => 1, "rcg" => 1, "rdf" => 1, "rdg" => 1, "rdm" => 1, "rdoc" => 1, "rdoff" => 1, "rdp" => 1, "re" => 1, "reb" => 1, "reg" => 1, "rej" => 1, "res" => 1, "resjson" => 1, "resourceconfig" => 1, "resources" => 1, "resx" => 1, "rex" => 1, "rexx" => 1, "rfs" => 1, "rfx" => 1, "rgs" => 1, "rguninst" => 1, "rh" => 1, "rhk" => 1, "rhs" => 1, "rhtml" => 1, "rip" => 1, "rjs" => 1, "rkt" => 1, "rmh" => 1, "rmi" => 1, "rml" => 1, "rmn" => 1, "rna" => 1, "rng" => 1, "rnk" => 1, "rnw" => 1, "rob" => 1, "robo" => 1, "rokku" => 1, "ror" => 1, "rpg" => 1, "rpj" => 1, "rpm" => 1, "rpo" => 1, "rpprj" => 1, "rpres" => 1, "rprofile" => 1, "rproj" => 1, "rptproj" => 1, "rpy" => 1, "rpyc" => 1, "rpym" => 1, "rqb" => 1, "rqy" => 1, "rrc" => 1, "rrh" => 1, "rrk" => 1, "rsctmp" => 1, "rsl" => 1, "rsm" => 1, "rsp" => 1, "rss" => 1, "rssc" => 1, "rsym" => 1, "rta" => 1, "rtk" => 1, "rtl" => 1, "rts" => 1, "rub" => 1, "rule" => 1, "run" => 1, "rvb" => 1, "rvp" => 1, "rvt" => 1, "rws" => 1, "rwsw" => 1, "rxe" => 1, "rxs" => 1, "ryb" => 1, "s" => 1, "s2a" => 1, "s2s" => 1, "s43" => 1, "s4e" => 1, "s5d" => 1, "s7p" => 1, "saas" => 1, "sal" => 1, "sam" => 1, "sami" => 1, "sap" => 1, "sar" => 1, "sas" => 1, "sasf" => 1, "sass" => 1, "saveddeck" => 1, "sax" => 1, "sb" => 1, "sbh" => 1, "sbi" => 1, "sbml" => 1, "sbr" => 1, "sbs" => 1, "sc" => 1, "sca" => 1, "scala" => 1, "scar" => 1, "scb" => 1, "scc" => 1, "scf" => 1, "sch" => 1, "scm" => 1, "sconscript" => 1, "sconstruct" => 1, "scp" => 1, "scpt" => 1, "scptd" => 1, "scr" => 1, "script" => 1, "scriptsuite" => 1, "scriptterminology" => 1, "scro" => 1, "scs" => 1, "scss" => 1, "sct" => 1, "scx" => 1, "scz" => 1, "sdb" => 1, "sdef" => 1, "sdg" => 1, "sdi" => 1, "sdl" => 1, "sdsb" => 1, "seam" => 1, "securedownload" => 1, "security" => 1, "seestyle" => 1, "self" => 1, "seman" => 1, "ser" => 1, "set" => 1, "settingcontentms" => 1, "sex" => 1, "sf" => 1, "sfl" => 1, "sflb" => 1, "sfm" => 1, "sfp" => 1, "sfr" => 1, "sfx" => 1, "sgc" => 1, "sh" => 1, "shb" => 1, "shfb" => 1, "shfbproj" => 1, "shit" => 1, "shs" => 1, "sht" => 1, "shtm" => 1, "shtml" => 1, "sid" => 1, "sim" => 1, "simba" => 1, "simple" => 1, "sis" => 1, "sisx" => 1, "sit" => 1, "sitemap" => 1, "siz" => 1, "sjava" => 1, "sjc" => 1, "sjs" => 1, "sk" => 1, "ska" => 1, "sko" => 1, "skp" => 1, "sl" => 1, "slackbuild" => 1, "slim" => 1, "sln" => 1, "slogo" => 1, "slogt" => 1, "slt" => 1, "sltng" => 1, "sm" => 1, "sma" => 1, "smali" => 1, "smd" => 1, "smi" => 1, "smil" => 1, "sml" => 1, "smm" => 1, "smtmp" => 1, "smw" => 1, "smx" => 1, "snapx" => 1, "snippet" => 1, "snm" => 1, "sno" => 1, "soc" => 1, "sol" => 1, "som" => 1, "sop" => 1, "sox" => 1, "sp" => 1, "spam" => 1, "spd" => 1, "spdesignconfig" => 1, "spdesignopen" => 1, "spdesignsitemap" => 1, "spk" => 1, "spm" => 1, "spml" => 1, "spr" => 1, "sps" => 1, "spt" => 1, "spx" => 1, "sqldataprovider" => 1, "sqljet" => 1, "sqlproj" => 1, "src" => 1, "srf" => 1, "srv" => 1, "srx" => 1, "srz" => 1, "ss" => 1, "ssage" => 1, "ssc" => 1, "sscs" => 1, "ssh" => 1, "ssi" => 1, "ssml" => 1, "ssq" => 1, "ssy" => 1, "st" => 1, "startlet" => 1, "status" => 1, "stl" => 1, "stm" => 1, "stml" => 1, "sts" => 1, "stuffit11task" => 1, "stx" => 1, "styl" => 1, "sublimeworkspace" => 1, "sup" => 1, "surprise" => 1, "sus" => 1, "svc" => 1, "svnbase" => 1, "svo" => 1, "svr" => 1, "svx" => 1, "svy" => 1, "sw" => 1, "swg" => 1, "swift" => 1, "swt" => 1, "swz" => 1, "sxp" => 1, "sxs" => 1, "sxt" => 1, "sxv" => 1, "sxx" => 1, "sym" => 1, "synwproj" => 1, "syp" => 1, "sys" => 1, "t" => 1, "t4" => 1, "tab" => 1, "tag" => 1, "tal" => 1, "targets" => 1, "tatxtt" => 1, "tbasic" => 1, "tbasicc" => 1, "tbasicx" => 1, "tbr" => 1, "tc" => 1, "tcl" => 1, "tcp" => 1, "tcsh" => 1, "tcz" => 1, "td" => 1, "td2" => 1, "tdo" => 1, "tds" => 1, "tdw" => 1, "tea" => 1, "tec" => 1, "tem" => 1, "texinfo" => 1, "textile" => 1, "tf" => 1, "tfa" => 1, "tgb" => 1, "tgml" => 1, "tgz" => 1, "thor" => 1, "thtml" => 1, "ti" => 1, "tig" => 1, "tik" => 1, "tikz" => 1, "tilemap" => 1, "tim" => 1, "tiprogram" => 1, "tk" => 1, "tko" => 1, "tkp" => 1, "tla" => 1, "tlc" => 1, "tld" => 1, "tlh" => 1, "tli" => 1, "tll" => 1, "tlv" => 1, "tm" => 1, "tmap" => 1, "tmh" => 1, "tml" => 1, "tmo" => 1, "tmp" => 1, "tokend" => 1, "top" => 1, "torrent" => 1, "tpm" => 1, "tpr" => 1, "tps" => 1, "tpsml" => 1, "tpt" => 1, "tpx" => 1, "tql" => 1, "tra" => 1, "tracwiki" => 1, "transcriptstyle" => 1, "triples" => 1, "trs" => 1, "trt" => 1, "tru" => 1, "ts0" => 1, "tsa" => 1, "tsc" => 1, "tsk" => 1, "tsm" => 1, "tsp" => 1, "tsq" => 1, "tst" => 1, "tstream" => 1, "ttcn" => 1, "tti" => 1, "ttinclude" => 1, "ttml" => 1, "ttt" => 1, "tu" => 1, "tur" => 1, "turboc3" => 1, "tvc" => 1, "tvpi" => 1, "tvvi" => 1, "twc" => 1, "twig" => 1, "txc" => 1, "txl" => 1, "txm" => 1, "txml" => 1, "txs" => 1, "txx" => 1, "tzs" => 1, "tzx" => 1, "uae" => 1, "ubb" => 1, "ubj" => 1, "ubr" => 1, "ucb" => 1, "ucf" => 1, "udf" => 1, "ufdl" => 1, "uhtml" => 1, "uih" => 1, "uit" => 1, "uix" => 1, "ulp" => 1, "umlclass" => 1, "ump" => 1, "und" => 1, "unx" => 1, "upa" => 1, "upl" => 1, "upload" => 1, "uri" => 1, "uris" => 1, "url" => 1, "urls" => 1, "usi" => 1, "usr" => 1, "uvoptx" => 1, "uvprjx" => 1, "uvproj" => 1, "uvprojx" => 1, "uzy" => 1, "v" => 1, "v3s" => 1, "v4e" => 1, "v4s" => 1, "vad" => 1, "vala" => 1, "vap" => 1, "var" => 1, "vb" => 1, "vba" => 1, "vbe" => 1, "vbg" => 1, "vbhtml" => 1, "vbi" => 1, "vbm" => 1, "vbp" => 1, "vbproj" => 1, "vbs" => 1, "vbscript" => 1, "vbw" => 1, "vbx" => 1, "vc" => 1, "vc1" => 1, "vc15" => 1, "vc2" => 1, "vc4" => 1, "vc5" => 1, "vc6" => 1, "vc7" => 1, "vce" => 1, "vcp" => 1, "vcproj" => 1, "vcwin32" => 1, "vcxproj" => 1, "vd" => 1, "vddproj" => 1, "vdm" => 1, "vdp" => 1, "vdproj" => 1, "vdw" => 1, "vexe" => 1, "vfb" => 1, "vgc" => 1, "vic" => 1, "vim" => 1, "vimrc" => 1, "vip" => 1, "viw" => 1, "vjp" => 1, "vjsproj" => 1, "vls" => 1, "vlx" => 1, "vmc" => 1, "vmsg" => 1, "vmx" => 1, "vnu" => 1, "vpc" => 1, "vpi" => 1, "vpl" => 1, "vpn" => 1, "vps" => 1, "vrf" => 1, "vrm" => 1, "vrml" => 1, "vrp" => 1, "vsc" => 1, "vscontent" => 1, "vsct" => 1, "vsdisco" => 1, "vsh" => 1, "vsixmanifest" => 1, "vsl" => 1, "vsmacros" => 1, "vspolicy" => 1, "vsprops" => 1, "vss" => 1, "vssscc" => 1, "vst" => 1, "vstemplate" => 1, "vsw" => 1, "vsy" => 1, "vtm" => 1, "vtml" => 1, "vue" => 1, "vup" => 1, "vv" => 1, "vxd" => 1, "vxml" => 1, "vzr" => 1, "w" => 1, "w32" => 1, "wadcfg" => 1, "wam" => 1, "war" => 1, "was" => 1, "wax" => 1, "wbc" => 1, "wbf" => 1, "wbl" => 1, "wbs" => 1, "wbt" => 1, "wbx" => 1, "wbxml" => 1, "wcf" => 1, "wch" => 1, "wcm" => 1, "wcr" => 1, "wda" => 1, "wdgt" => 1, "wdi" => 1, "wdk" => 1, "wdl" => 1, "wdproj" => 1, "wdw" => 1, "wdx9" => 1, "webarchivexml" => 1, "webbookmark" => 1, "webdoc" => 1, "webhistory" => 1, "webintents" => 1, "webloc" => 1, "webpnp" => 1, "webpublishhistory" => 1, "website" => 1, "webtest" => 1, "wed" => 1, "wfs" => 1, "wgt" => 1, "widget" => 1, "wie" => 1, "wiki" => 1, "wim" => 1, "win" => 1, "win32manifest" => 1, "wince" => 1, "windowslivegroup" => 1, "wis" => 1, "wix" => 1, "wixout" => 1, "wiz" => 1, "wli" => 1, "wlm" => 1, "wlpginstall" => 1, "wmc" => 1, "wmd" => 1, "wml" => 1, "wmlc" => 1, "wmls" => 1, "wmlsc" => 1, "wms" => 1, "wmw" => 1, "woa" => 1, "wod" => 1, "wowproj" => 1, "wpj" => 1, "wpk" => 1, "wpm" => 1, "ws" => 1, "wsc" => 1, "wsd" => 1, "wsdd" => 1, "wsdl" => 1, "wsf" => 1, "wsh" => 1, "wsil" => 1, "wsp" => 1, "wspd" => 1, "wsym" => 1, "wti" => 1, "wtk" => 1, "wwe" => 1, "wwt" => 1, "wx" => 1, "wxa" => 1, "wxi" => 1, "wxl" => 1, "wxs" => 1, "wys" => 1, "wzs" => 1, "x" => 1, "x4k" => 1, "x86" => 1, "xaml" => 1, "xamlx" => 1, "xap" => 1, "xbap" => 1, "xbc" => 1, "xbd" => 1, "xbl" => 1, "xblr" => 1, "xcl" => 1, "xcodeproj" => 1, "xcp" => 1, "xct" => 1, "xda" => 1, "xdfl" => 1, "xds" => 1, "xdu" => 1, "xex" => 1, "xfm" => 1, "xht" => 1, "xhtm" => 1, "xhtml" => 1, "xib" => 1, "xig" => 1, "xilize" => 1, "xin" => 1, "xip" => 1, "xir" => 1, "xjb" => 1, "xl" => 1, "xla" => 1, "xlm" => 1, "xlm3" => 1, "xlm4" => 1, "xlnk" => 1, "xlv" => 1, "xlx" => 1, "xmap" => 1, "xmc" => 1, "xme" => 1, "xml" => 1, "xmla" => 1, "xmljet" => 1, "xmllog" => 1, "xmsc" => 1, "xmss" => 1, "xmt" => 1, "xmta" => 1, "xn" => 1, "xnf" => 1, "xnk" => 1, "xnp" => 1, "xnt" => 1, "xnxx" => 1, "xojobinaryproject" => 1, "xojoproject" => 1, "xojoxmlproject" => 1, "xoml" => 1, "xpb" => 1, "xpd" => 1, "xpdl" => 1, "xpgt" => 1, "xpl" => 1, "xql" => 1, "xqr" => 1, "xr" => 1, "xrc" => 1, "xrds" => 1, "xsc" => 1, "xscscpt" => 1, "xsd" => 1, "xsl" => 1, "xslt" => 1, "xsql" => 1, "xtbl" => 1, "xtml" => 1, "xtx" => 1, "xtxt" => 1, "xui" => 1, "xul" => 1, "xweb3htm" => 1, "xweb4asax" => 1, "xweb4htt" => 1, "xweb4stm" => 1, "xxx" => 1, "xys" => 1, "xyz" => 1, "y" => 1, "yab" => 1, "yajl" => 1, "yaml" => 1, "yaws" => 1, "yml2" => 1, "ypf" => 1, "yt" => 1, "ywl" => 1, "yxx" => 1, "z" => 1, "zasm" => 1, "zbd" => 1, "zbi" => 1, "zc" => 1, "zcc" => 1, "zcfg" => 1, "zcls" => 1, "zcrypt" => 1, "zed" => 1, "zero" => 1, "zfd" => 1, "zfo" => 1, "zfrm" => 1, "zfs" => 1, "zhtml" => 1, "zhtw" => 1, "zit" => 1, "zix" => 1, "zms" => 1, "zpd" => 1, "zpk" => 1, "zpkg" => 1, "zpl" => 1, "zpweb" => 1, "zrx" => 1, "zs" => 1, "zsc" => 1, "zsh" => 1, "zsrc" => 1, "zts" => 1, "zul" => 1, "zup" => 1, "zvz" => 1, "zws" => 1, "zyklon" => 1, "zzb" => 1, "zzc" => 1, "zzd" => 1, "zze" => 1, "zzf" => 1, "zzk" => 1, "zzp" => 1, "zzt" => 1, "zzz" => 1 );
|
5 |
+
|
6 |
+
/**
|
7 |
+
* Checks if file extension is blacklisted
|
8 |
+
*
|
9 |
+
* This function will check if the extension of the file is included in the
|
10 |
+
* black list. If the filename contains more that one dot (.) characters the
|
11 |
+
* function will consider that it has more than one extensions. In this case it
|
12 |
+
* will check the last two ones (because in some web servers files like e.g.
|
13 |
+
* myfile.php.png are considered as php files and may be executed). If any of
|
14 |
+
* the extensions are included in the black list, then true will be returned.
|
15 |
+
*
|
16 |
+
* @param string $filename the filename of the uploaded file
|
17 |
+
*
|
18 |
+
* @return bool whether any of the file extensions is blacklisted or not
|
19 |
+
*/
|
20 |
+
function wfu_file_extension_blacklisted($filename) {
|
21 |
+
global $wfu_extension_blacklist;
|
22 |
+
//extract and check extensions from filename
|
23 |
+
$parts = explode(".", $filename);
|
24 |
+
$exists = false;
|
25 |
+
for ($i = count($parts) - 1; $i > max(0, count($parts) - 3); $i--) {
|
26 |
+
$exists = isset($wfu_extension_blacklist[$parts[$i]]);
|
27 |
+
if ( $exists ) break;
|
28 |
+
}
|
29 |
+
return $exists;
|
30 |
+
}
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Checks if file extension is whitelisted
|
34 |
+
*
|
35 |
+
* This function will check if the extension of the file is included in the
|
36 |
+
* white list. It will check only the last extension of the file.
|
37 |
+
*
|
38 |
+
* @param string $filename the filename of the uploaded file
|
39 |
+
*
|
40 |
+
* @return bool whether the file extension is whitelisted or not
|
41 |
+
*
|
42 |
+
* @details Details
|
43 |
+
*/
|
44 |
+
function wfu_file_extension_whitelisted($filename) {
|
45 |
+
$whitelist = array( "1st" => 1, "264" => 1, "3g2" => 1, "3ga" => 1, "3gp" => 1, "aac" => 1, "abw" => 1, "ai" => 1, "aiff" => 1, "amr" => 1, "ape" => 1, "arf" => 1, "asf" => 1, "asx" => 1, "avi" => 1, "aww" => 1, "bik" => 1, "bmp" => 1, "cda" => 1, "cdr" => 1, "csv" => 1, "dash" => 1, "dat" => 1, "dds" => 1, "dib" => 1, "djvu" => 1, "dng" => 1, "doc" => 1, "docx" => 1, "drw" => 1, "dt2" => 1, "dvf" => 1, "dvr" => 1, "emf" => 1, "emz" => 1, "eng" => 1, "epub" => 1, "file" => 1, "flac" => 1, "gif" => 1, "gp4" => 1, "gp5" => 1, "gpx" => 1, "h264" => 1, "ind" => 1, "indd" => 1, "jpeg" => 1, "jpg" => 1, "key" => 1, "log" => 1, "logic" => 1, "lrc" => 1, "m2t" => 1, "m2ts" => 1, "m4a" => 1, "m4b" => 1, "m4p" => 1, "m4v" => 1, "midi" => 1, "mkv" => 1, "mov" => 1, "mp3" => 1, "mp4" => 1, "mpeg" => 1, "mpg" => 1, "mpp" => 1, "mpt" => 1, "mts" => 1, "nfo" => 1, "odf" => 1, "odg" => 1, "ods" => 1, "odt" => 1, "ogg" => 1, "ogv" => 1, "ott" => 1, "oxps" => 1, "pages" => 1, "pcm" => 1, "pdf" => 1, "pic" => 1, "plist" => 1, "pmd" => 1, "png" => 1, "pot" => 1, "potx" => 1, "pps" => 1, "ppsx" => 1, "ppt" => 1, "pptx" => 1, "prn" => 1, "ps" => 1, "psd" => 1, "psdx" => 1, "pts" => 1, "pub" => 1, "pwi" => 1, "raw" => 1, "rec" => 1, "rep" => 1, "rmvb" => 1, "rtf" => 1, "sdd" => 1, "sdw" => 1, "snd" => 1, "sng" => 1, "snp" => 1, "sub" => 1, "sxw" => 1, "tbl" => 1, "tga" => 1, "tif" => 1, "tiff" => 1, "tod" => 1, "tp" => 1, "ts" => 1, "txt" => 1, "uax" => 1, "vob" => 1, "vsd" => 1, "wav" => 1, "wbmp" => 1, "wdp" => 1, "wlmp" => 1, "wma" => 1, "wmv" => 1, "wpd" => 1, "wpl" => 1, "wps" => 1, "wri" => 1, "xls" => 1, "xlsx" => 1, "xps" => 1, "zab" => 1 );
|
46 |
+
//extract and check extension from filename
|
47 |
+
$ext = wfu_fileext($filename);
|
48 |
+
return isset($whitelist[$ext]);
|
49 |
+
}
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Checks if wildcard pattern is wide
|
53 |
+
*
|
54 |
+
* This function checks whether the wildcard pattern defines a very wide
|
55 |
+
* extension range. To do this, it first finds the extension part of the
|
56 |
+
* pattern, by finding the last occurrence of dot (.) or question mark (?) or
|
57 |
+
* dot in square brackets ([.]). All following characters are the extension.
|
58 |
+
* If the extension part contains the asterisk symbol (*) or the question mark
|
59 |
+
* (?) symbol, then the extension is considered to be very wide. In this case
|
60 |
+
* the uploaded file's extension must be included in the white list of allowed
|
61 |
+
* extensions. It is noted that the asterisk symbol (*) does not match all
|
62 |
+
* characters, as it is defined by the wildcard syntax, but all except the dot
|
63 |
+
* (.). This policy applies to uploadpatterns attribute of the plugin's
|
64 |
+
* shortcode in order to improve security. An administrator can change this
|
65 |
+
* policy and make the asterisk symbol match all characters (including dot) by
|
66 |
+
* setting the environment variable "Wildcard Asterisk Mode" to "loose". In
|
67 |
+
* this case the function modifies its logic a little bit.
|
68 |
+
*
|
69 |
+
* @param string $pattern the wildcard pattern
|
70 |
+
*
|
71 |
+
* @return bool whether the pattern is wide or not
|
72 |
+
*/
|
73 |
+
function wfu_is_pattern_wide($pattern) {
|
74 |
+
$in_brackets = false;
|
75 |
+
$pos = -1;
|
76 |
+
$asterisk_count = 0;
|
77 |
+
$last_asterisk_pos = 0;
|
78 |
+
$question_mark_count = 0;
|
79 |
+
$last_question_mark_pos = -1;
|
80 |
+
//in case that the asterisk mode is loose (we allow the asterisk to match a
|
81 |
+
//dot) then a loose mode asterisk (*) is equivalent to two strict mode
|
82 |
+
//asterisks and a dot in between (*.*)
|
83 |
+
if ( WFU_VAR("WFU_WILDCARD_ASTERISK_MODE") != "strict" )
|
84 |
+
$pattern = str_replace("*", "*.*", $pattern);
|
85 |
+
for ($i = strlen($pattern) - 1; $i >= 0; $i--) {
|
86 |
+
$c = $pattern{$i};
|
87 |
+
if ( !$in_brackets && $c == "." ) {
|
88 |
+
$pos = $i;
|
89 |
+
break;
|
90 |
+
}
|
91 |
+
elseif ( !$in_brackets && $c == "*" ) {
|
92 |
+
$asterisk_count ++;
|
93 |
+
if ( $asterisk_count == 1 ) $last_asterisk_pos = $i;
|
94 |
+
}
|
95 |
+
elseif ( !$in_brackets && $c == "?" ) {
|
96 |
+
$question_mark_count ++;
|
97 |
+
if ( $question_mark_count == 1 ) $last_question_mark_pos = $i;
|
98 |
+
}
|
99 |
+
elseif ( !$in_brackets && $c == "]" ) {
|
100 |
+
$in_brackets = true;
|
101 |
+
$pos = $i;
|
102 |
+
}
|
103 |
+
elseif ( $in_brackets && $c == "." ) break;
|
104 |
+
elseif ( $in_brackets && $c == "[" ) {
|
105 |
+
$in_brackets = false;
|
106 |
+
$pos = -1;
|
107 |
+
}
|
108 |
+
}
|
109 |
+
$is_wide = false;
|
110 |
+
//if there is a dot symbol in pattern, then the pattern is wide if it
|
111 |
+
//contains at least one asterisk or question mark
|
112 |
+
if ( $pos > -1 ) $is_wide = ( $asterisk_count + $question_mark_count > 0 );
|
113 |
+
//if there is no dot symbol in pattern however there are at least two
|
114 |
+
//question marks, this makes the pattern wide
|
115 |
+
elseif ( $question_mark_count > 1 ) $is_wide = true;
|
116 |
+
//if there is no dot symbol in pattern however there is one question mark
|
117 |
+
//then the pattern is wide if there is at least one asterisk after the
|
118 |
+
//question mark
|
119 |
+
elseif ( $question_mark_count == 1 ) $is_wide = ( $asterisk_count > 0 && $last_asterisk_pos < $last_question_mark_pos );
|
120 |
+
return $is_wide;
|
121 |
+
}
|
122 |
+
|
123 |
+
/**
|
124 |
+
* Checks if the file extension matches the wildcard pattern
|
125 |
+
*
|
126 |
+
* This function checks whether the extension of the file matches the wildcard
|
127 |
+
* pattern. If it does, then it will also check whether the pattern is very
|
128 |
+
* wide. In this case, it will also check if the extension of the file is
|
129 |
+
* included in the white list, otherwise the file will be rejected. This is
|
130 |
+
* an additional measure to avoid unwanted files getting uploaded. It will
|
131 |
+
* force the administrators to impose stricter patterns. If an administrator
|
132 |
+
* wants to avoid the whitelist check, he/she can use the square brackets to
|
133 |
+
* define range of characters, e.g. *.mp[2-4ag] will match .mp2, .mp3, .mp4,
|
134 |
+
* .mpa and .mpg files without performing the whitelist check. It is noted that
|
135 |
+
* the asterisk symbol (*) does not match all characters, as it is defined by
|
136 |
+
* the wildcard syntax, but all except the dot (.). This policy applies to
|
137 |
+
* uploadpatterns attribute of the plugin's shortcode in order to improve
|
138 |
+
* security.
|
139 |
+
*
|
140 |
+
* @param string $pattern the wildcard pattern
|
141 |
+
* @param string $filename the uploaded file
|
142 |
+
*
|
143 |
+
* @return bool whether the file extension matches the pattern or not
|
144 |
+
*/
|
145 |
+
function wfu_file_extension_matches_pattern($pattern, $filename) {
|
146 |
+
$match = ( wfu_upload_plugin_wildcard_match($pattern, $filename, ( WFU_VAR("WFU_WILDCARD_ASTERISK_MODE") == "strict" )) ? true : false );
|
147 |
+
//in case the file extension matches the pattern, however the pattern is
|
148 |
+
//very wide, then we also need to check that the extension is whitelisted
|
149 |
+
if ( $match && wfu_is_pattern_wide($pattern) )
|
150 |
+
$match = wfu_file_extension_whitelisted($filename);
|
151 |
+
return $match;
|
152 |
+
}
|
153 |
+
|
154 |
+
/**
|
155 |
+
* Checks if the upload is a Denial-Of-Service (DOS) attack
|
156 |
+
*
|
157 |
+
* This function checks how many files have been uploaded within a specific
|
158 |
+
* amount of time, defined by 'Denial-Of-Service Time Interval' environment
|
159 |
+
* variable. If the number of files, defined by 'Denial-Of-Service File Limit'
|
160 |
+
* environment variable, has been exceeded then this is considered to be a
|
161 |
+
* Denial-Of-Service (DOS) attack.
|
162 |
+
*
|
163 |
+
* @return bool whether this is a Denial-Of-Service (DOS) attack or not.
|
164 |
+
*/
|
165 |
+
function wfu_check_DOS_attack() {
|
166 |
+
global $wpdb;
|
167 |
+
$DOS_attack = false;
|
168 |
+
$now = time();
|
169 |
+
$table_name1 = $wpdb->prefix . "wfu_log";
|
170 |
+
$filelimit = (int)WFU_VAR("WFU_DOS_ATTACKS_FILE_LIMIT") - 1;
|
171 |
+
$timeinterval = (int)WFU_VAR("WFU_DOS_ATTACKS_TIME_INTERVAL");
|
172 |
+
$backtime = $wpdb->get_var("SELECT uploadtime FROM ".$table_name1." WHERE action = 'upload' ORDER BY idlog DESC LIMIT ".$filelimit.",1");
|
173 |
+
if ( $backtime != null ) $DOS_attack = ( $now - $backtime <= $timeinterval );
|
174 |
+
return $DOS_attack;
|
175 |
+
}
|
176 |
+
|
177 |
+
?>
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: nickboss
|
|
3 |
Donate link: http://www.iptanus.com/support/wordpress-file-upload
|
4 |
Tags: ajax, captcha, filter, form, html5, notification, page, plugin, post, redirect, responsive, shortcode, sidebar, upload, widget
|
5 |
Requires at least: 2.9.2
|
6 |
-
Tested up to: 4.5.
|
7 |
Stable tag: "trunk"
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -137,6 +137,17 @@ There is an option in plugin's settings in Dashboard to relax the CSS rules, so
|
|
137 |
|
138 |
== Changelog ==
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
= 3.8.5 =
|
141 |
* added bulk actions feature in File Browser in Dashboard for admins
|
142 |
* added delete and include bulk actions in File Browser
|
@@ -596,6 +607,9 @@ Initial version.
|
|
596 |
|
597 |
== Upgrade Notice ==
|
598 |
|
|
|
|
|
|
|
599 |
= 3.8.5 =
|
600 |
Upgrade to introduce some new features and code improvements.
|
601 |
|
3 |
Donate link: http://www.iptanus.com/support/wordpress-file-upload
|
4 |
Tags: ajax, captcha, filter, form, html5, notification, page, plugin, post, redirect, responsive, shortcode, sidebar, upload, widget
|
5 |
Requires at least: 2.9.2
|
6 |
+
Tested up to: 4.5.3
|
7 |
Stable tag: "trunk"
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
137 |
|
138 |
== Changelog ==
|
139 |
|
140 |
+
= 3.9.0 =
|
141 |
+
* a big number of extensions have been blacklisted for preventing upload of potentially dangerous files
|
142 |
+
* the plugin will not allow inclusion, renaming or downloading of files with blacklisted extensions based on the new list
|
143 |
+
* if no upload extensions are defined or the uploadpattern is too generic, then the plugin will allow only specific extensions based on a white list of extensions; if the administrator wants to include more extensions he/she must declare them explicitely
|
144 |
+
* the use of the wildcard asterisk symbol has become stricter, asterisk will match all characters except the dot (.), so the default *.* pattern will allow only one extension in the filename (and not more as happened so far).
|
145 |
+
* added environment variable 'Wildcard Asterisk Mode' for defining the mode of the wildcard asterisk symbol. If it is 'strict' (default) then the asterisk will not match dot (.) symbol. If it is 'loose' then the asterisk will match any characters (including dot).
|
146 |
+
* slight bug fixes so that wildcard syntax works correctly with square brackets
|
147 |
+
* added maximum number of uploads per specific interval in order to avoid DDOS attacks
|
148 |
+
* added environment variables related to Denial-Of-Service attacks in order to configure the behaviour of the DOS attack checker
|
149 |
+
* bug fix of wfu_before_file_upload filter that was not working correctly with files larger than 1MB
|
150 |
+
|
151 |
= 3.8.5 =
|
152 |
* added bulk actions feature in File Browser in Dashboard for admins
|
153 |
* added delete and include bulk actions in File Browser
|
607 |
|
608 |
== Upgrade Notice ==
|
609 |
|
610 |
+
= 3.9.0 =
|
611 |
+
Significant update to increase the security of the plugin and address potential threats.
|
612 |
+
|
613 |
= 3.8.5 =
|
614 |
Upgrade to introduce some new features and code improvements.
|
615 |
|
release_notes.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
2 |
|
3 |
For more details about this version's changes please visit the Release Notes of the plugin's </span><a href="http://www.iptanus.com/wordpress-plugins/wordpress-file-upload/">support page</a><span>.</span>
|
1 |
+
<span><strong>Latest release notes: </strong>This release introduces significant <strong>security improvements</strong>, so that the plugin prevents the upload of potentially dangerous files that may compromize and take control of the system and also protect against upload overflow attacks.<br />
|
2 |
+
<br />
|
3 |
+
There has been a change of policy regarding the allowed file extentions. A comprehensive list of extensions <strong>is now forbidden</strong> that mostly relate to code / script / executable files. Furthermore, <strong style="text-decoration:underline;">administrators are strongly recommended to define white lists of allowed extensions using uploadpatterns attribute</strong> if they haven't already done so. This will prevent unnecessary or irrelevant files to be uploaded. If they do not specify allowed extensions, then the plugin will allow only specific ones, based on the plugin's <strong>default white list</strong>.<br />
|
4 |
+
<br />
|
5 |
+
Another new security feature is protection against <strong>Denial-Of-Service (DOS) attacks</strong>, in order to prevent crashing of the website due to overflow of files. To do this the plugin continuously monitors the number of files uploaded within a specific time period. If too many files are uploaded then the plugin stops the uploads and automatically <strong>notifies the administrator</strong> with an email message.</span><br /><br /><span>
|
6 |
|
7 |
For more details about this version's changes please visit the Release Notes of the plugin's </span><a href="http://www.iptanus.com/wordpress-plugins/wordpress-file-upload/">support page</a><span>.</span>
|
wfu_file_downloader.php
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
<?php
|
2 |
if( !session_id() ) { session_start(); }
|
3 |
include_once( dirname(__FILE__).'/lib/wfu_functions.php' );
|
|
|
4 |
wfu_download_file();
|
5 |
|
6 |
function wfu_download_file() {
|
@@ -34,7 +35,7 @@ function wfu_download_file() {
|
|
34 |
$delete_file = false;
|
35 |
}
|
36 |
//reject download of php files for security reasons
|
37 |
-
if (
|
38 |
$_SESSION['wfu_download_status_'.$ticket] = 'failed';
|
39 |
die('<script language="javascript">alert("Error! File is forbidden for security reasons.");</script>');
|
40 |
}
|
1 |
<?php
|
2 |
if( !session_id() ) { session_start(); }
|
3 |
include_once( dirname(__FILE__).'/lib/wfu_functions.php' );
|
4 |
+
include_once( dirname(__FILE__).'/lib/wfu_security.php' );
|
5 |
wfu_download_file();
|
6 |
|
7 |
function wfu_download_file() {
|
35 |
$delete_file = false;
|
36 |
}
|
37 |
//reject download of php files for security reasons
|
38 |
+
if ( wfu_file_extension_blacklisted($filepath) ) {
|
39 |
$_SESSION['wfu_download_status_'.$ticket] = 'failed';
|
40 |
die('<script language="javascript">alert("Error! File is forbidden for security reasons.");</script>');
|
41 |
}
|
wordpress_file_upload.php
CHANGED
@@ -4,7 +4,7 @@ if( !session_id() ) { session_start(); }
|
|
4 |
/*
|
5 |
Plugin URI: http://www.iptanus.com/support/wordpress-file-upload
|
6 |
Description: Simple interface to upload files from a page.
|
7 |
-
Version: 3.
|
8 |
Author: Nickolas Bossinas
|
9 |
Author URI: http://www.iptanus.com
|
10 |
*/
|
4 |
/*
|
5 |
Plugin URI: http://www.iptanus.com/support/wordpress-file-upload
|
6 |
Description: Simple interface to upload files from a page.
|
7 |
+
Version: 3.9.0
|
8 |
Author: Nickolas Bossinas
|
9 |
Author URI: http://www.iptanus.com
|
10 |
*/
|